/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@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(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-orange-400: oklch(75% 0.183 55.934);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-teal-400: oklch(77.7% 0.152 181.912);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-indigo-500: oklch(58.5% 0.233 277.117);
    --color-purple-50: oklch(97.7% 0.014 308.299);
    --color-purple-100: oklch(94.6% 0.033 307.174);
    --color-purple-200: oklch(90.2% 0.063 306.703);
    --color-purple-400: oklch(71.4% 0.203 305.504);
    --color-purple-500: oklch(62.7% 0.265 303.9);
    --color-purple-600: oklch(55.8% 0.288 302.321);
    --color-purple-700: oklch(49.6% 0.265 301.924);
    --color-pink-500: oklch(65.6% 0.241 354.308);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --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-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wider: 0.05em;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --blur-xl: 24px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    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;
  }
  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;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.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 {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        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, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .-top-0\.5\! {
    top: calc(var(--spacing) * -0.5) !important;
  }
  .top-0\.5 {
    top: calc(var(--spacing) * 0.5);
  }
  .top-0\.5\! {
    top: calc(var(--spacing) * 0.5) !important;
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-1\/2\! {
    top: calc(1/2 * 100%) !important;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .isolate {
    isolation: isolate;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-6 {
    margin: calc(var(--spacing) * 6);
  }
  .m-10 {
    margin: calc(var(--spacing) * 10);
  }
  .m-22 {
    margin: calc(var(--spacing) * 22);
  }
  .m-26 {
    margin: calc(var(--spacing) * 26);
  }
  .m-34 {
    margin: calc(var(--spacing) * 34);
  }
  .m-48 {
    margin: calc(var(--spacing) * 48);
  }
  .m-50 {
    margin: calc(var(--spacing) * 50);
  }
  .m-60 {
    margin: calc(var(--spacing) * 60);
  }
  .m-62 {
    margin: calc(var(--spacing) * 62);
  }
  .m-70 {
    margin: calc(var(--spacing) * 70);
  }
  .m-74 {
    margin: calc(var(--spacing) * 74);
  }
  .m-76 {
    margin: calc(var(--spacing) * 76);
  }
  .m-80 {
    margin: calc(var(--spacing) * 80);
  }
  .m-82 {
    margin: calc(var(--spacing) * 82);
  }
  .m-98 {
    margin: calc(var(--spacing) * 98);
  }
  .m-100 {
    margin: calc(var(--spacing) * 100);
  }
  .m-108 {
    margin: calc(var(--spacing) * 108);
  }
  .m-110 {
    margin: calc(var(--spacing) * 110);
  }
  .m-114 {
    margin: calc(var(--spacing) * 114);
  }
  .m-116 {
    margin: calc(var(--spacing) * 116);
  }
  .m-124 {
    margin: calc(var(--spacing) * 124);
  }
  .m-140 {
    margin: calc(var(--spacing) * 140);
  }
  .m-148 {
    margin: calc(var(--spacing) * 148);
  }
  .m-150 {
    margin: calc(var(--spacing) * 150);
  }
  .m-160 {
    margin: calc(var(--spacing) * 160);
  }
  .m-170 {
    margin: calc(var(--spacing) * 170);
  }
  .m-174 {
    margin: calc(var(--spacing) * 174);
  }
  .m-180 {
    margin: calc(var(--spacing) * 180);
  }
  .m-184 {
    margin: calc(var(--spacing) * 184);
  }
  .m-198 {
    margin: calc(var(--spacing) * 198);
  }
  .m-200 {
    margin: calc(var(--spacing) * 200);
  }
  .m-208 {
    margin: calc(var(--spacing) * 208);
  }
  .m-210 {
    margin: calc(var(--spacing) * 210);
  }
  .m-234 {
    margin: calc(var(--spacing) * 234);
  }
  .m-238 {
    margin: calc(var(--spacing) * 238);
  }
  .m-250 {
    margin: calc(var(--spacing) * 250);
  }
  .m-262 {
    margin: calc(var(--spacing) * 262);
  }
  .m-264 {
    margin: calc(var(--spacing) * 264);
  }
  .m-276 {
    margin: calc(var(--spacing) * 276);
  }
  .m-294 {
    margin: calc(var(--spacing) * 294);
  }
  .m-300 {
    margin: calc(var(--spacing) * 300);
  }
  .m-322 {
    margin: calc(var(--spacing) * 322);
  }
  .m-324 {
    margin: calc(var(--spacing) * 324);
  }
  .m-338 {
    margin: calc(var(--spacing) * 338);
  }
  .m-350 {
    margin: calc(var(--spacing) * 350);
  }
  .m-352 {
    margin: calc(var(--spacing) * 352);
  }
  .m-356 {
    margin: calc(var(--spacing) * 356);
  }
  .m-378 {
    margin: calc(var(--spacing) * 378);
  }
  .m-390 {
    margin: calc(var(--spacing) * 390);
  }
  .m-400 {
    margin: calc(var(--spacing) * 400);
  }
  .m-420 {
    margin: calc(var(--spacing) * 420);
  }
  .m-448 {
    margin: calc(var(--spacing) * 448);
  }
  .m-450 {
    margin: calc(var(--spacing) * 450);
  }
  .m-454 {
    margin: calc(var(--spacing) * 454);
  }
  .m-466 {
    margin: calc(var(--spacing) * 466);
  }
  .m-470 {
    margin: calc(var(--spacing) * 470);
  }
  .m-482 {
    margin: calc(var(--spacing) * 482);
  }
  .m-488 {
    margin: calc(var(--spacing) * 488);
  }
  .m-490 {
    margin: calc(var(--spacing) * 490);
  }
  .m-504 {
    margin: calc(var(--spacing) * 504);
  }
  .m-540 {
    margin: calc(var(--spacing) * 540);
  }
  .m-552 {
    margin: calc(var(--spacing) * 552);
  }
  .m-588 {
    margin: calc(var(--spacing) * 588);
  }
  .m-600 {
    margin: calc(var(--spacing) * 600);
  }
  .m-612 {
    margin: calc(var(--spacing) * 612);
  }
  .m-620 {
    margin: calc(var(--spacing) * 620);
  }
  .m-678 {
    margin: calc(var(--spacing) * 678);
  }
  .m-750 {
    margin: calc(var(--spacing) * 750);
  }
  .m-820 {
    margin: calc(var(--spacing) * 820);
  }
  .m-888 {
    margin: calc(var(--spacing) * 888);
  }
  .m-auto\! {
    margin: auto !important;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mx-auto\! {
    margin-inline: auto !important;
  }
  .my-\[40px\]\! {
    margin-block: 40px !important;
  }
  .mt-1\! {
    margin-top: calc(var(--spacing) * 1) !important;
  }
  .mt-3\! {
    margin-top: calc(var(--spacing) * 3) !important;
  }
  .mt-4\! {
    margin-top: calc(var(--spacing) * 4) !important;
  }
  .mt-8\! {
    margin-top: calc(var(--spacing) * 8) !important;
  }
  .mt-\[20px\]\! {
    margin-top: 20px !important;
  }
  .mt-\[24px\]\! {
    margin-top: 24px !important;
  }
  .mb-0\! {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .mb-2\! {
    margin-bottom: calc(var(--spacing) * 2) !important;
  }
  .mb-4\! {
    margin-bottom: calc(var(--spacing) * 4) !important;
  }
  .mb-5\! {
    margin-bottom: calc(var(--spacing) * 5) !important;
  }
  .mb-6\! {
    margin-bottom: calc(var(--spacing) * 6) !important;
  }
  .mb-\[4px\]\! {
    margin-bottom: 4px !important;
  }
  .mb-\[20px\]\! {
    margin-bottom: 20px !important;
  }
  .mb-\[28px\]\! {
    margin-bottom: 28px !important;
  }
  .mb-\[48px\]\! {
    margin-bottom: 48px !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .flex\! {
    display: flex !important;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-56 {
    height: calc(var(--spacing) * 56);
  }
  .h-60 {
    height: calc(var(--spacing) * 60);
  }
  .h-80 {
    height: calc(var(--spacing) * 80);
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-auto {
    height: auto;
  }
  .max-h-\[302px\] {
    max-height: 302px;
  }
  .max-h-\[350px\] {
    max-height: 350px;
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-\[370px\] {
    width: 370px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-1440 {
    max-width: calc(var(--spacing) * 1440);
  }
  .max-w-\[558px\] {
    max-width: 558px;
  }
  .max-w-\[612px\] {
    max-width: 612px;
  }
  .max-w-\[712px\] {
    max-width: 712px;
  }
  .max-w-\[812px\] {
    max-width: 812px;
  }
  .max-w-\[884px\] {
    max-width: 884px;
  }
  .max-w-\[1380px\] {
    max-width: 1380px;
  }
  .max-w-\[1465px\] {
    max-width: 1465px;
  }
  .max-w-\[1600px\] {
    max-width: 1600px;
  }
  .min-w-\[50px\] {
    min-width: 50px;
  }
  .min-w-\[282px\] {
    min-width: 282px;
  }
  .min-w-\[300px\] {
    min-width: 300px;
  }
  .min-w-\[320px\] {
    min-width: 320px;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .snap-start {
    scroll-snap-align: start;
  }
  .columns-2 {
    columns: 2;
  }
  .break-inside-avoid {
    break-inside: avoid;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-12\! {
    gap: calc(var(--spacing) * 12) !important;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4\! {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0 !important;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse)) !important;
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse))) !important;
    }
  }
  .space-y-6\! {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0 !important;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse)) !important;
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse))) !important;
    }
  }
  .space-y-20 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 20) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 20) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-xl {
    border-top-left-radius: var(--radius-xl);
    border-top-right-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-\[\#F4F4F4\] {
    background-color: #F4F4F4;
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .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));
  }
  .to-purple-600 {
    --tw-gradient-to: var(--color-purple-600);
    --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));
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-4\! {
    padding: calc(var(--spacing) * 4) !important;
  }
  .p-5\! {
    padding: calc(var(--spacing) * 5) !important;
  }
  .p-6\! {
    padding: calc(var(--spacing) * 6) !important;
  }
  .px-0\! {
    padding-inline: calc(var(--spacing) * 0) !important;
  }
  .px-4\! {
    padding-inline: calc(var(--spacing) * 4) !important;
  }
  .px-5\! {
    padding-inline: calc(var(--spacing) * 5) !important;
  }
  .px-6\! {
    padding-inline: calc(var(--spacing) * 6) !important;
  }
  .px-8\! {
    padding-inline: calc(var(--spacing) * 8) !important;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[20px\]\! {
    padding-inline: 20px !important;
  }
  .px-\[36px\]\! {
    padding-inline: 36px !important;
  }
  .py-3\! {
    padding-block: calc(var(--spacing) * 3) !important;
  }
  .py-8\! {
    padding-block: calc(var(--spacing) * 8) !important;
  }
  .py-\[20px\]\! {
    padding-block: 20px !important;
  }
  .py-\[48px\]\! {
    padding-block: 48px !important;
  }
  .pt-0\! {
    padding-top: calc(var(--spacing) * 0) !important;
  }
  .pt-1\! {
    padding-top: calc(var(--spacing) * 1) !important;
  }
  .pt-9\! {
    padding-top: calc(var(--spacing) * 9) !important;
  }
  .pt-20\! {
    padding-top: calc(var(--spacing) * 20) !important;
  }
  .pt-\[12px\]\! {
    padding-top: 12px !important;
  }
  .pt-\[24px\]\! {
    padding-top: 24px !important;
  }
  .pt-\[40px\]\! {
    padding-top: 40px !important;
  }
  .pb-2\! {
    padding-bottom: calc(var(--spacing) * 2) !important;
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-4\! {
    padding-bottom: calc(var(--spacing) * 4) !important;
  }
  .pb-8\! {
    padding-bottom: calc(var(--spacing) * 8) !important;
  }
  .pb-\[18px\]\! {
    padding-bottom: 18px !important;
  }
  .pb-\[40px\]\! {
    padding-bottom: 40px !important;
  }
  .pb-\[96px\]\! {
    padding-bottom: 96px !important;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[16px\]\! {
    font-size: 16px !important;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[24px\]\! {
    font-size: 24px !important;
  }
  .text-\[30px\]\! {
    font-size: 30px !important;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .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-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[\#0073E6\] {
    color: #0073E6;
  }
  .text-\[\#55555D\] {
    color: #55555D;
  }
  .text-\[\#717178\] {
    color: #717178;
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .sm\:invisible {
    @media (width >= 40rem) {
      visibility: hidden;
    }
  }
  .sm\:visible {
    @media (width >= 40rem) {
      visibility: visible;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:hidden\! {
    @media (width >= 40rem) {
      display: none !important;
    }
  }
  .sm\:text-left {
    @media (width >= 40rem) {
      text-align: left;
    }
  }
  .md\:invisible {
    @media (width >= 48rem) {
      visibility: hidden;
    }
  }
  .md\:visible {
    @media (width >= 48rem) {
      visibility: visible;
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:col-span-5 {
    @media (width >= 48rem) {
      grid-column: span 5 / span 5;
    }
  }
  .md\:col-span-7 {
    @media (width >= 48rem) {
      grid-column: span 7 / span 7;
    }
  }
  .md\:mt-0\! {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0) !important;
    }
  }
  .md\:mb-0\! {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0) !important;
    }
  }
  .md\:mb-\[80px\]\! {
    @media (width >= 48rem) {
      margin-bottom: 80px !important;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:max-h-none {
    @media (width >= 48rem) {
      max-height: none;
    }
  }
  .md\:w-\[384px\] {
    @media (width >= 48rem) {
      width: 384px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:min-w-\[370px\] {
    @media (width >= 48rem) {
      min-width: 370px;
    }
  }
  .md\:min-w-\[384px\] {
    @media (width >= 48rem) {
      min-width: 384px;
    }
  }
  .md\:columns-3 {
    @media (width >= 48rem) {
      columns: 3;
    }
  }
  .md\:columns-4 {
    @media (width >= 48rem) {
      columns: 4;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-12 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:gap-8\! {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8) !important;
    }
  }
  .md\:gap-12 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .md\:gap-\[32px\] {
    @media (width >= 48rem) {
      gap: 32px;
    }
  }
  .md\:gap-\[48px\] {
    @media (width >= 48rem) {
      gap: 48px;
    }
  }
  .md\:gap-\[124px\] {
    @media (width >= 48rem) {
      gap: 124px;
    }
  }
  .md\:overflow-visible {
    @media (width >= 48rem) {
      overflow: visible;
    }
  }
  .md\:rounded-xl {
    @media (width >= 48rem) {
      border-radius: var(--radius-xl);
    }
  }
  .md\:p-0\! {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 0) !important;
    }
  }
  .md\:p-1\! {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 1) !important;
    }
  }
  .md\:p-2\! {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 2) !important;
    }
  }
  .md\:p-8\! {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8) !important;
    }
  }
  .md\:px-1\! {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 1) !important;
    }
  }
  .md\:px-4\! {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4) !important;
    }
  }
  .md\:px-5\! {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 5) !important;
    }
  }
  .md\:px-6\! {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6) !important;
    }
  }
  .md\:px-8\! {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8) !important;
    }
  }
  .md\:px-12\! {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 12) !important;
    }
  }
  .md\:py-\[36px\]\! {
    @media (width >= 48rem) {
      padding-block: 36px !important;
    }
  }
  .md\:py-\[80px\]\! {
    @media (width >= 48rem) {
      padding-block: 80px !important;
    }
  }
  .md\:pt-16\! {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 16) !important;
    }
  }
  .md\:pt-20\! {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 20) !important;
    }
  }
  .md\:pt-\[32px\]\! {
    @media (width >= 48rem) {
      padding-top: 32px !important;
    }
  }
  .md\:pb-1\! {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 1) !important;
    }
  }
  .md\:pb-2\! {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 2) !important;
    }
  }
  .md\:pb-\[160px\]\! {
    @media (width >= 48rem) {
      padding-bottom: 160px !important;
    }
  }
  .md\:pl-\[64px\]\! {
    @media (width >= 48rem) {
      padding-left: 64px !important;
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 48rem) {
      font-size: 18px;
    }
  }
  .md\:text-\[18px\]\! {
    @media (width >= 48rem) {
      font-size: 18px !important;
    }
  }
  .md\:text-\[36px\] {
    @media (width >= 48rem) {
      font-size: 36px;
    }
  }
  .md\:text-\[36px\]\! {
    @media (width >= 48rem) {
      font-size: 36px !important;
    }
  }
  .md\:text-\[48px\]\! {
    @media (width >= 48rem) {
      font-size: 48px !important;
    }
  }
  .lg\:columns-4 {
    @media (width >= 64rem) {
      columns: 4;
    }
  }
  .xl\:justify-center {
    @media (width >= 80rem) {
      justify-content: center;
    }
  }
  .xl\:overflow-visible {
    @media (width >= 80rem) {
      overflow: visible;
    }
  }
  .xl\:px-4\! {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 4) !important;
    }
  }
  .xl\:px-\[96px\] {
    @media (width >= 80rem) {
      padding-inline: 96px;
    }
  }
  .xl\:px-\[96px\]\! {
    @media (width >= 80rem) {
      padding-inline: 96px !important;
    }
  }
  .xl\:px-\[128px\]\! {
    @media (width >= 80rem) {
      padding-inline: 128px !important;
    }
  }
  .xl\:px-\[144px\]\! {
    @media (width >= 80rem) {
      padding-inline: 144px !important;
    }
  }
  .xl\:px-\[146px\]\! {
    @media (width >= 80rem) {
      padding-inline: 146px !important;
    }
  }
  .xl\:px-\[196px\]\! {
    @media (width >= 80rem) {
      padding-inline: 196px !important;
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  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: 0px;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 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-outline-style: solid;
      --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;
    }
  }
}
