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

@layer theme {
  :root, :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-red-400: oklch(.704 .191 22.216);
    --color-red-500: oklch(.637 .237 25.331);
    --color-red-600: oklch(.577 .245 27.325);
    --color-red-700: oklch(.505 .213 27.518);
    --color-orange-400: oklch(.75 .183 55.934);
    --color-green-400: oklch(.792 .209 151.711);
    --color-green-500: oklch(.723 .219 149.579);
    --color-emerald-400: oklch(.765 .177 163.223);
    --color-teal-400: oklch(.777 .152 181.912);
    --color-cyan-400: oklch(.789 .154 211.53);
    --color-blue-400: oklch(.707 .165 254.624);
    --color-blue-500: oklch(.623 .214 259.815);
    --color-purple-400: oklch(.714 .203 305.504);
    --color-purple-500: oklch(.627 .265 303.9);
    --color-pink-400: oklch(.718 .202 349.761);
    --color-gray-200: oklch(.928 .006 264.531);
    --color-gray-300: oklch(.872 .01 258.338);
    --color-gray-400: oklch(.707 .022 261.325);
    --color-gray-500: oklch(.551 .027 264.364);
    --color-gray-800: oklch(.278 .033 256.848);
    --color-gray-900: oklch(.21 .034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-7xl: 80rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-3xl: 1.5rem;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --blur-md: 12px;
    --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 {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

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

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

  body {
    line-height: inherit;
  }

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

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

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

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

  b, strong {
    font-weight: bolder;
  }

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

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

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

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

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

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

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

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

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

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

  textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

  .inset-\[-0\.73px_-0\.18\%\] {
    inset: -.73px -.18%;
  }

  .inset-\[-0\.73px_-0\.76\%\] {
    inset: -.73px -.76%;
  }

  .inset-\[-0\.73px_-0\.89\%\] {
    inset: -.73px -.89%;
  }

  .inset-\[-0\.93px_-7\.14\%\] {
    inset: -.93px -7.14%;
  }

  .inset-\[-5\.41px_-0\.31\%\] {
    inset: -5.41px -.31%;
  }

  .inset-\[-5\.41px_-0\.37\%\] {
    inset: -5.41px -.37%;
  }

  .inset-\[-5\.41px_-0\.67\%\] {
    inset: -5.41px -.67%;
  }

  .inset-\[-5\.41px_-0\.79\%\] {
    inset: -5.41px -.79%;
  }

  .inset-\[-5\.56\%_-7\.14\%\] {
    inset: -5.56% -7.14%;
  }

  .inset-\[-7\.14\%_-14\.29\%\] {
    inset: -7.14% -14.29%;
  }

  .inset-\[-10\%_-5\%\] {
    inset: -10% -5%;
  }

  .inset-\[-16\.667\%\] {
    inset: -16.667%;
  }

  .inset-\[0\.7\%_0\.19\%_63\.15\%_71\.28\%\] {
    inset: .7% .19% 63.15% 71.28%;
  }

  .inset-\[0\.7\%_35\.8\%_63\.15\%_35\.67\%\] {
    inset: .7% 35.8% 63.15% 35.67%;
  }

  .inset-\[0\.7\%_71\.4\%_63\.15\%_0\.06\%\] {
    inset: .7% 71.4% 63.15% .06%;
  }

  .inset-\[0\.66px_0\.66px_0\.67px_0\.67px\] {
    inset: .66px .66px .67px .67px;
  }

  .inset-\[0\.67px_0\.66px_0\.66px_0\.67px\] {
    inset: .67px .66px .66px .67px;
  }

  .inset-\[0\.71\%_39\.76\%_63\.15\%_39\.67\%\] {
    inset: .71% 39.76% 63.15% 39.67%;
  }

  .inset-\[1\.99\%_40\.72\%_66\.81\%_40\.08\%\] {
    inset: 1.99% 40.72% 66.81% 40.08%;
  }

  .inset-\[9\.22\%_3\.04\%_71\.66\%_74\.04\%\] {
    inset: 9.22% 3.04% 71.66% 74.04%;
  }

  .inset-\[9\.51\%_74\%_68\.52\%_2\.83\%\] {
    inset: 9.51% 74% 68.52% 2.83%;
  }

  .inset-\[12\.5\%_20\.83\%\] {
    inset: 12.5% 20.83%;
  }

  .inset-\[23\.03\%_53\.6\%_66\.87\%_45\.54\%\] {
    inset: 23.03% 53.6% 66.87% 45.54%;
  }

  .inset-\[29\.17\%_8\.33\%\] {
    inset: 29.17% 8.33%;
  }

  .inset-\[29\.17\%_8\.33\%_45\.83\%_66\.67\%\] {
    inset: 29.17% 8.33% 45.83% 66.67%;
  }

  .inset-\[31\.9px_685\.71px_21\.05px_429\.74px\] {
    inset: 31.9px 685.71px 21.05px 429.74px;
  }

  .inset-\[63\.82\%_0\.06\%_0\.03\%_71\.15\%\] {
    inset: 63.82% .06% .03% 71.15%;
  }

  .inset-\[63\.84\%_35\.86\%_0\.01\%_35\.61\%\] {
    inset: 63.84% 35.86% .01% 35.61%;
  }

  .inset-\[70\.77\%_38\.59\%_7\.97\%_38\.41\%\] {
    inset: 70.77% 38.59% 7.97% 38.41%;
  }

  .inset-\[74\.45\%_2\.82\%_10\.66\%_73\.77\%\] {
    inset: 74.45% 2.82% 10.66% 73.77%;
  }

  .inset-\[75\.13\%_76\.1\%_14\.25\%_4\.46\%\] {
    inset: 75.13% 76.1% 14.25% 4.46%;
  }

  .inset-\[75\.25\%_76\.14\%_14\.37\%_4\.5\%\] {
    inset: 75.25% 76.14% 14.37% 4.5%;
  }

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

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

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

  .top-\[5\.87px\] {
    top: 5.87px;
  }

  .top-\[10\.66px\] {
    top: 10.66px;
  }

  .top-\[10\.67px\] {
    top: 10.67px;
  }

  .top-\[14\.44px\] {
    top: 14.44px;
  }

  .top-\[20\.83\%\] {
    top: 20.83%;
  }

  .top-\[21\.5px\] {
    top: 21.5px;
  }

  .top-\[21\.66px\] {
    top: 21.66px;
  }

  .top-\[21\.67px\] {
    top: 21.67px;
  }

  .top-\[22\.11px\] {
    top: 22.11px;
  }

  .top-\[22\.22px\] {
    top: 22.22px;
  }

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

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

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

  .top-\[80px\] {
    top: 80px;
  }

  .top-\[117\.8px\] {
    top: 117.8px;
  }

  .top-\[124px\] {
    top: 124px;
  }

  .top-\[199\.5px\] {
    top: 199.5px;
  }

  .top-\[200px\] {
    top: 200px;
  }

  .top-\[214\.73px\] {
    top: 214.73px;
  }

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

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

  .top-\[231\.13px\] {
    top: 231.13px;
  }

  .top-\[254\.87px\] {
    top: 254.87px;
  }

  .top-\[255\.85px\] {
    top: 255.85px;
  }

  .top-\[267\.67px\] {
    top: 267.67px;
  }

  .top-\[271\.74px\] {
    top: 271.74px;
  }

  .top-\[273\.47px\] {
    top: 273.47px;
  }

  .top-\[274\.45px\] {
    top: 274.45px;
  }

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

  .top-\[316\.13px\] {
    top: 316.13px;
  }

  .top-\[320\.47px\] {
    top: 320.47px;
  }

  .top-\[330\.78px\] {
    top: 330.78px;
  }

  .top-\[331\.24px\] {
    top: 331.24px;
  }

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

  .top-\[389\.34px\] {
    top: 389.34px;
  }

  .top-\[413\.48px\] {
    top: 413.48px;
  }

  .top-px {
    top: 1px;
  }

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

  .right-\[0\.34px\] {
    right: .34px;
  }

  .right-\[0\.35px\] {
    right: .35px;
  }

  .right-\[20\.83\%\] {
    right: 20.83%;
  }

  .right-\[117\.33px\] {
    right: 117.33px;
  }

  .right-\[616\.67px\] {
    right: 616.67px;
  }

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

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

  .bottom-\[20\.83\%\] {
    bottom: 20.83%;
  }

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

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

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

  .left-\[8\.81px\] {
    left: 8.81px;
  }

  .left-\[15\.48px\] {
    left: 15.48px;
  }

  .left-\[18\.66px\] {
    left: 18.66px;
  }

  .left-\[18px\] {
    left: 18px;
  }

  .left-\[20\.83\%\] {
    left: 20.83%;
  }

  .left-\[48\.66px\] {
    left: 48.66px;
  }

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

  .left-\[59\.69px\] {
    left: 59.69px;
  }

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

  .left-\[137\.94px\] {
    left: 137.94px;
  }

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

  .left-\[334\.74px\] {
    left: 334.74px;
  }

  .left-\[427\.75px\] {
    left: 427.75px;
  }

  .left-\[509\.99px\] {
    left: 509.99px;
  }

  .left-\[530px\] {
    left: 530px;
  }

  .left-\[535\.86px\] {
    left: 535.86px;
  }

  .left-\[548\.57px\] {
    left: 548.57px;
  }

  .left-\[616\.33px\] {
    left: 616.33px;
  }

  .left-\[745\.96px\] {
    left: 745.96px;
  }

  .left-\[834\.08px\] {
    left: 834.08px;
  }

  .left-\[921\.21px\] {
    left: 921.21px;
  }

  .left-\[946\.67px\] {
    left: 946.67px;
  }

  .left-\[1105\.51px\] {
    left: 1105.51px;
  }

  .left-\[1108\.05px\] {
    left: 1108.05px;
  }

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

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

  .mx-auto {
    margin-inline: auto;
  }

  .ms-\[15\.139px\] {
    margin-inline-start: 15.139px;
  }

  .mr-\[-0\.009px\] {
    margin-right: -.009px;
  }

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

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

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

  .size-\[22\.308px\] {
    width: 22.308px;
    height: 22.308px;
  }

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

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

  .size-\[44\.137px\] {
    width: 44.137px;
    height: 44.137px;
  }

  .size-\[49\.454px\] {
    width: 49.454px;
    height: 49.454px;
  }

  .size-\[56\.526px\] {
    width: 56.526px;
    height: 56.526px;
  }

  .size-\[71\.305px\] {
    width: 71.305px;
    height: 71.305px;
  }

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

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

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

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

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

  .h-\[13\.6px\] {
    height: 13.6px;
  }

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

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

  .h-\[19\.14px\] {
    height: 19.14px;
  }

  .h-\[20\.724px\] {
    height: 20.724px;
  }

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

  .h-\[22\.308px\] {
    height: 22.308px;
  }

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

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

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

  .h-\[28\.922px\] {
    height: 28.922px;
  }

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

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

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

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

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

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

  .h-\[44\.229px\] {
    height: 44.229px;
  }

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

  .h-\[72\.157px\] {
    height: 72.157px;
  }

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

  .h-\[82\.244px\] {
    height: 82.244px;
  }

  .h-\[82\.281px\] {
    height: 82.281px;
  }

  .h-\[84\.778px\] {
    height: 84.778px;
  }

  .h-\[85\.045px\] {
    height: 85.045px;
  }

  .h-\[86\.962px\] {
    height: 86.962px;
  }

  .h-\[88\.826px\] {
    height: 88.826px;
  }

  .h-\[89\.097px\] {
    height: 89.097px;
  }

  .h-\[90\.734px\] {
    height: 90.734px;
  }

  .h-\[93\.014px\] {
    height: 93.014px;
  }

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

  .h-\[96\.922px\] {
    height: 96.922px;
  }

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

  .h-\[109\.656px\] {
    height: 109.656px;
  }

  .h-\[116\.512px\] {
    height: 116.512px;
  }

  .h-\[122\.852px\] {
    height: 122.852px;
  }

  .h-\[133\.714px\] {
    height: 133.714px;
  }

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

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

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

  .h-\[330\.768px\] {
    height: 330.768px;
  }

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

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

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

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

  .h-\[746\.67px\] {
    height: 746.67px;
  }

  .h-full {
    height: 100%;
  }

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

  .min-h-screen {
    min-height: 100vh;
  }

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

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

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

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

  .w-\[22\.308px\] {
    width: 22.308px;
  }

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

  .w-\[33\.461px\] {
    width: 33.461px;
  }

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

  .w-\[90\.09px\] {
    width: 90.09px;
  }

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

  .w-\[93\.014px\] {
    width: 93.014px;
  }

  .w-\[96\.93px\] {
    width: 96.93px;
  }

  .w-\[100\.8px\] {
    width: 100.8px;
  }

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

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

  .w-\[115\.24px\] {
    width: 115.24px;
  }

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

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

  .w-\[140\.289px\] {
    width: 140.289px;
  }

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

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

  .w-\[141\.968px\] {
    width: 141.968px;
  }

  .w-\[142\.324px\] {
    width: 142.324px;
  }

  .w-\[147\.422px\] {
    width: 147.422px;
  }

  .w-\[149\.655px\] {
    width: 149.655px;
  }

  .w-\[154\.676px\] {
    width: 154.676px;
  }

  .w-\[156\.131px\] {
    width: 156.131px;
  }

  .w-\[158\.613px\] {
    width: 158.613px;
  }

  .w-\[165\.6px\] {
    width: 165.6px;
  }

  .w-\[165\.54px\] {
    width: 165.54px;
  }

  .w-\[166\.833px\] {
    width: 166.833px;
  }

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

  .w-\[167\.084px\] {
    width: 167.084px;
  }

  .w-\[173\.491px\] {
    width: 173.491px;
  }

  .w-\[175\.257px\] {
    width: 175.257px;
  }

  .w-\[175\.472px\] {
    width: 175.472px;
  }

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

  .w-\[179\.744px\] {
    width: 179.744px;
  }

  .w-\[180\.68px\] {
    width: 180.68px;
  }

  .w-\[196\.807px\] {
    width: 196.807px;
  }

  .w-\[235\.962px\] {
    width: 235.962px;
  }

  .w-\[280\.423px\] {
    width: 280.423px;
  }

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

  .w-\[383\.169px\] {
    width: 383.169px;
  }

  .w-\[406\.323px\] {
    width: 406.323px;
  }

  .w-\[407\.314px\] {
    width: 407.314px;
  }

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

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

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

  .w-\[541\.029px\] {
    width: 541.029px;
  }

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

  .w-\[832\.815px\] {
    width: 832.815px;
  }

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

  .w-\[1109\.83px\] {
    width: 1109.83px;
  }

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

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

  .w-\[1438\.68px\] {
    width: 1438.68px;
  }

  .w-full {
    width: 100%;
  }

  .max-w-4xl {
    max-width: var(--container-4xl);
  }

  .max-w-5xl {
    max-width: var(--container-5xl);
  }

  .max-w-7xl {
    max-width: var(--container-7xl);
  }

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

  .max-w-\[832\.815px\] {
    max-width: 832.815px;
  }

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

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

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

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

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

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

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

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

  .rotate-\[90deg\] {
    rotate: 90deg;
  }

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

  .list-inside {
    list-style-position: inside;
  }

  .list-disc {
    list-style-type: disc;
  }

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

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

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

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

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

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

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

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

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

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

  .gap-\[3\.23px\] {
    gap: 3.23px;
  }

  .gap-\[3\.028px\] {
    gap: 3.028px;
  }

  .gap-\[3\.184px\] {
    gap: 3.184px;
  }

  .gap-\[3\.291px\] {
    gap: 3.291px;
  }

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

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

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

  .gap-\[13\.216px\] {
    gap: 13.216px;
  }

  .gap-\[16px\] {
    gap: 16px;
  }

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

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

  .gap-\[29\.743px\] {
    gap: 29.743px;
  }

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

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

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

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

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

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

  .gap-\[72px\] {
    gap: 72px;
  }

  .gap-\[106\.971px\] {
    gap: 106.971px;
  }

  .gap-\[287px\] {
    gap: 287px;
  }

  .gap-\[332px\] {
    gap: 332px;
  }

  .gap-\[439px\] {
    gap: 439px;
  }

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

  .rounded-\[5\.317px\] {
    border-radius: 5.317px;
  }

  .rounded-\[11\.154px\] {
    border-radius: 11.154px;
  }

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

  .rounded-\[14\.872px\] {
    border-radius: 14.872px;
  }

  .rounded-\[15\.07px\] {
    border-radius: 15.07px;
  }

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

  .rounded-\[102\.857px\] {
    border-radius: 102.857px;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

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

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

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

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

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

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

  .border-\[1\.859px\] {
    border-style: var(--tw-border-style);
    border-width: 1.859px;
  }

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

  .border-\[\#8C3333\] {
    border-color: #8c3333;
  }

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

  .border-\[rgba\(20\,184\,166\,0\.3\)\] {
    border-color: #14b8a64d;
  }

  .border-\[rgba\(34\,197\,94\,0\.3\)\] {
    border-color: #22c55e4d;
  }

  .border-\[rgba\(59\,130\,246\,0\.3\)\] {
    border-color: #3b82f64d;
  }

  .border-\[rgba\(168\,85\,247\,0\.3\)\] {
    border-color: #a855f74d;
  }

  .border-\[rgba\(197\,34\,34\,0\.54\)\] {
    border-color: #c522228a;
  }

  .border-\[rgba\(206\,206\,206\,0\.42\)\] {
    border-color: #cecece6b;
  }

  .border-\[rgba\(207\,207\,207\,0\.27\)\] {
    border-color: #cfcfcf45;
  }

  .border-\[rgba\(247\,85\,85\,0\.3\)\] {
    border-color: #f755554d;
  }

  .border-\[rgba\(255\,255\,255\,0\.1\)\] {
    border-color: #ffffff1a;
  }

  .border-\[rgba\(255\,255\,255\,0\.3\)\] {
    border-color: #ffffff4d;
  }

  .border-gray-800 {
    border-color: var(--color-gray-800);
  }

  .border-white\/20 {
    border-color: #fff3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/20 {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }

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

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

  .bg-\[rgba\(26\,6\,6\,0\.83\)\] {
    background-color: #1a0606d4;
  }

  .bg-\[rgba\(215\,113\,113\,0\.16\)\] {
    background-color: #d7717129;
  }

  .bg-\[rgba\(255\,255\,255\,0\.05\)\] {
    background-color: #ffffff0d;
  }

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

  .bg-black\/60 {
    background-color: #0009;
  }

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

  .bg-black\/70 {
    background-color: #000000b3;
  }

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

  .bg-black\/80 {
    background-color: #000c;
  }

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

  .bg-red-500 {
    background-color: var(--color-red-500);
  }

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

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

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

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

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

  .bg-\[linear-gradient\(135deg\,\#170303_57\.63\%\,\#7D1010_329\.58\%\)\] {
    background-image: linear-gradient(135deg, #170303 57.63%, #7d1010 329.58%);
  }

  .from-\[\#3b82f6\] {
    --tw-gradient-from: #3b82f6;
    --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));
  }

  .from-\[\#14b8a6\] {
    --tw-gradient-from: #14b8a6;
    --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));
  }

  .from-\[\#22c55e\] {
    --tw-gradient-from: #22c55e;
    --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));
  }

  .from-\[\#a855f7\] {
    --tw-gradient-from: #a855f7;
    --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));
  }

  .from-\[\#e91938\] {
    --tw-gradient-from: #e91938;
    --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));
  }

  .from-\[\#fca284\] {
    --tw-gradient-from: #fca284;
    --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));
  }

  .from-black\/90 {
    --tw-gradient-from: #000000e6;
    --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));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-black\/90 {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 90%, transparent);
    }
  }

  .from-blue-500 {
    --tw-gradient-from: var(--color-blue-500);
    --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));
  }

  .from-gray-900 {
    --tw-gradient-from: var(--color-gray-900);
    --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));
  }

  .from-green-500 {
    --tw-gradient-from: var(--color-green-500);
    --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));
  }

  .from-purple-500 {
    --tw-gradient-from: var(--color-purple-500);
    --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));
  }

  .from-red-500 {
    --tw-gradient-from: var(--color-red-500);
    --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));
  }

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

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

  .via-orange-400 {
    --tw-gradient-via: var(--color-orange-400);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-50\% {
    --tw-gradient-via-position: 50%;
  }

  .to-\[\#3b82f6\] {
    --tw-gradient-to: #3b82f6;
    --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));
  }

  .to-\[\#0891b2\] {
    --tw-gradient-to: #0891b2;
    --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));
  }

  .to-\[\#059669\] {
    --tw-gradient-to: #059669;
    --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));
  }

  .to-\[\#db2777\] {
    --tw-gradient-to: #db2777;
    --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));
  }

  .to-\[\#e91938\] {
    --tw-gradient-to: #e91938;
    --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));
  }

  .to-\[\#f472b6\] {
    --tw-gradient-to: #f472b6;
    --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));
  }

  .to-black {
    --tw-gradient-to: var(--color-black);
    --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));
  }

  .to-cyan-400 {
    --tw-gradient-to: var(--color-cyan-400);
    --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));
  }

  .to-emerald-400 {
    --tw-gradient-to: var(--color-emerald-400);
    --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));
  }

  .to-orange-400 {
    --tw-gradient-to: var(--color-orange-400);
    --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));
  }

  .to-pink-400 {
    --tw-gradient-to: var(--color-pink-400);
    --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));
  }

  .to-transparent {
    --tw-gradient-to: transparent;
    --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));
  }

  .bg-clip-text {
    background-clip: text;
  }

  .\[mask-composite\:intersect\,_intersect\] {
    mask-composite: intersect, intersect;
  }

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

  .\[mask-mode\:alpha\,_luminance\] {
    mask-mode: alpha, luminance;
  }

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

  .mask-luminance {
    mask-mode: luminance;
  }

  .mask-size-\[79\.178px_14\.199px\] {
    mask-size: 79.178px 14.199px;
  }

  .mask-size-\[116\.229px_48\.343px\,_83\.792px_48\.319px\] {
    mask-size: 116.229px 48.343px, 83.792px 48.319px;
  }

  .mask-size-\[116\.229px_48\.343px\] {
    mask-size: 116.229px 48.343px;
  }

  .mask-size-\[117\.257px_48\.343px\] {
    mask-size: 117.257px 48.343px;
  }

  .\[mask-clip\:no-clip\,_no-clip\] {
    mask-clip: no-clip, no-clip;
  }

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

  .mask-position-\[-0\.158px_-0\.159px\] {
    mask-position: -.158px -.159px;
  }

  .mask-position-\[-10\.659px_-14\.219px\] {
    mask-position: -10.659px -14.219px;
  }

  .mask-position-\[-11\.271px_-11\.387px\] {
    mask-position: -11.271px -11.387px;
  }

  .mask-position-\[-11\.271px_-11\.783px\] {
    mask-position: -11.271px -11.783px;
  }

  .mask-position-\[-11\.435px_-9\.264px\] {
    mask-position: -11.435px -9.264px;
  }

  .mask-position-\[-17\.977px\,_-1\.692px_-1\.725px\,_-1\.711px\] {
    mask-position: -17.977px, -1.692px -1.725px, -1.711px;
  }

  .mask-position-\[-40\.202px_-29\.859px\] {
    mask-position: -40.202px -29.859px;
  }

  .\[mask-repeat\:no-repeat\,_no-repeat\] {
    mask-repeat: no-repeat, no-repeat;
  }

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

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

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

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

  .p-\[22\.927px\] {
    padding: 22.927px;
  }

  .p-\[32\.667px\] {
    padding: 32.667px;
  }

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

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

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

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

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

  .px-\[39\.038px\] {
    padding-inline: 39.038px;
  }

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

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

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

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

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

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

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

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

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

  .py-\[20\.449px\] {
    padding-block: 20.449px;
  }

  .py-\[26\.025px\] {
    padding-block: 26.025px;
  }

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

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

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

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

  .pt-\[14\.872px\] {
    padding-top: 14.872px;
  }

  .pt-\[24\.167px\] {
    padding-top: 24.167px;
  }

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

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

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

  .pr-\[11\.154px\] {
    padding-right: 11.154px;
  }

  .pr-\[37\.189px\] {
    padding-right: 37.189px;
  }

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

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

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

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

  .pl-\[11\.154px\] {
    padding-left: 11.154px;
  }

  .pl-\[37\.179px\] {
    padding-left: 37.179px;
  }

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

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

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

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

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

  .font-\[\'Segoe_UI\:Regular\'\,_sans-serif\] {
    font-family: Segoe UI\:Regular, sans-serif;
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

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

  .text-\[9\.791px\] {
    font-size: 9.791px;
  }

  .text-\[10\.093px\] {
    font-size: 10.093px;
  }

  .text-\[10\.094px\] {
    font-size: 10.094px;
  }

  .text-\[10\.97px\] {
    font-size: 10.97px;
  }

  .text-\[10\.362px\] {
    font-size: 10.362px;
  }

  .text-\[10\.614px\] {
    font-size: 10.614px;
  }

  .text-\[10\.709px\] {
    font-size: 10.709px;
  }

  .text-\[10\.765px\] {
    font-size: 10.765px;
  }

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

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

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

  .text-\[13\.6px\] {
    font-size: 13.6px;
  }

  .text-\[13\.415px\] {
    font-size: 13.415px;
  }

  .text-\[13\.606px\] {
    font-size: 13.606px;
  }

  .text-\[13\.865px\] {
    font-size: 13.865px;
  }

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

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

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

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

  .text-\[17\.013px\] {
    font-size: 17.013px;
  }

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

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

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

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

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

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

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

  .text-\[36\.206px\] {
    font-size: 36.206px;
  }

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

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

  .text-\[78\.196px\] {
    font-size: 78.196px;
  }

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

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

  .leading-\[12\.56px\] {
    --tw-leading: 12.56px;
    line-height: 12.56px;
  }

  .leading-\[12\.947px\] {
    --tw-leading: 12.947px;
    line-height: 12.947px;
  }

  .leading-\[12\.949px\] {
    --tw-leading: 12.949px;
    line-height: 12.949px;
  }

  .leading-\[13\.6px\] {
    --tw-leading: 13.6px;
    line-height: 13.6px;
  }

  .leading-\[13\.12px\] {
    --tw-leading: 13.12px;
    line-height: 13.12px;
  }

  .leading-\[13\.81px\] {
    --tw-leading: 13.81px;
    line-height: 13.81px;
  }

  .leading-\[13\.122px\] {
    --tw-leading: 13.122px;
    line-height: 13.122px;
  }

  .leading-\[13\.616px\] {
    --tw-leading: 13.616px;
    line-height: 13.616px;
  }

  .leading-\[13\.798px\] {
    --tw-leading: 13.798px;
    line-height: 13.798px;
  }

  .leading-\[13\.995px\] {
    --tw-leading: 13.995px;
    line-height: 13.995px;
  }

  .leading-\[14\.072px\] {
    --tw-leading: 14.072px;
    line-height: 14.072px;
  }

  .leading-\[14\.261px\] {
    --tw-leading: 14.261px;
    line-height: 14.261px;
  }

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

  .leading-\[18\.652px\] {
    --tw-leading: 18.652px;
    line-height: 18.652px;
  }

  .leading-\[19\.277px\] {
    --tw-leading: 19.277px;
    line-height: 19.277px;
  }

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

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

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

  .leading-\[26\.025px\] {
    --tw-leading: 26.025px;
    line-height: 26.025px;
  }

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

  .leading-\[27\.977px\] {
    --tw-leading: 27.977px;
    line-height: 27.977px;
  }

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

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

  .leading-\[29\.743px\] {
    --tw-leading: 29.743px;
    line-height: 29.743px;
  }

  .leading-\[32\.538px\] {
    --tw-leading: 32.538px;
    line-height: 32.538px;
  }

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

  .leading-\[34\.026px\] {
    --tw-leading: 34.026px;
    line-height: 34.026px;
  }

  .leading-\[41\.938px\] {
    --tw-leading: 41.938px;
    line-height: 41.938px;
  }

  .leading-\[44\.615px\] {
    --tw-leading: 44.615px;
    line-height: 44.615px;
  }

  .leading-\[54\.309px\] {
    --tw-leading: 54.309px;
    line-height: 54.309px;
  }

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

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

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

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

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

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

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

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

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

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

  .text-\[\#929ba8\] {
    color: #929ba8;
  }

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

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

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

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

  .text-blue-400 {
    color: var(--color-blue-400);
  }

  .text-gray-200 {
    color: var(--color-gray-200);
  }

  .text-gray-300 {
    color: var(--color-gray-300);
  }

  .text-gray-400 {
    color: var(--color-gray-400);
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-green-400 {
    color: var(--color-green-400);
  }

  .text-purple-400 {
    color: var(--color-purple-400);
  }

  .text-red-400 {
    color: var(--color-red-400);
  }

  .text-teal-400 {
    color: var(--color-teal-400);
  }

  .text-transparent {
    color: #0000;
  }

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

  .italic {
    font-style: italic;
  }

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

  .underline {
    text-decoration-line: underline;
  }

  .decoration-solid {
    text-decoration-style: solid;
  }

  .opacity-5 {
    opacity: .05;
  }

  .shadow-\[0px_1\.029px_2\.057px_0px_rgba\(0\,0\,0\,0\.06\)\,0px_0px_0px_1\.029px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 1.029px 2.057px 0px var(--tw-shadow-color, #0000000f), 0px 0px 0px 1.029px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_23\.237px_46\.474px_-11\.154px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 23.237px 46.474px -11.154px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .backdrop-blur-\[5\.577px\] {
    --tw-backdrop-blur: blur(5.577px);
    -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, );
  }

  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -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, );
  }

  .backdrop-filter {
    -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, );
  }

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

  .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }

  @media (hover: hover) {
    .hover\:bg-red-700:hover {
      background-color: var(--color-red-700);
    }
  }

  @media (hover: hover) {
    .hover\:bg-white\/10:hover {
      background-color: #ffffff1a;
    }

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

  @media (hover: hover) {
    .hover\:text-red-400:hover {
      color: var(--color-red-400);
    }
  }

  @media (width >= 40rem) {
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 40rem) {
    .sm\:py-12 {
      padding-block: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:flex {
      display: flex;
    }
  }

  @media (width >= 48rem) {
    .md\:px-0 {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 48rem) {
    .md\:py-\[60px\] {
      padding-block: 60px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }

  @media (width >= 48rem) {
    .md\:text-7xl {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
}

:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
}

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

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