/*! tailwindcss v4.1.10 | 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-amber-200: oklch(92.4% 0.12 95.746);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-200: oklch(88.2% 0.059 254.128);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-white: #fff;
    --spacing: 0.25rem;
    --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-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --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-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --radius-md: 0.375rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
    --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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .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;
  }
  .relative {
    position: relative;
  }
  .-inset-4 {
    inset: calc(var(--spacing) * -4);
  }
  .inset-\[12px\] {
    inset: 12px;
  }
  .inset-\[14px\] {
    inset: 14px;
  }
  .inset-x-5 {
    inset-inline: calc(var(--spacing) * 5);
  }
  .inset-x-\[7\%\] {
    inset-inline: 7%;
  }
  .inset-x-\[8\%\] {
    inset-inline: 8%;
  }
  .inset-y-5 {
    inset-block: calc(var(--spacing) * 5);
  }
  .-top-3 {
    top: calc(var(--spacing) * -3);
  }
  .-top-8 {
    top: calc(var(--spacing) * -8);
  }
  .-top-10 {
    top: calc(var(--spacing) * -10);
  }
  .-top-16 {
    top: calc(var(--spacing) * -16);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-12 {
    top: calc(var(--spacing) * 12);
  }
  .top-14 {
    top: calc(var(--spacing) * 14);
  }
  .top-16 {
    top: calc(var(--spacing) * 16);
  }
  .top-20 {
    top: calc(var(--spacing) * 20);
  }
  .top-\[8\%\] {
    top: 8%;
  }
  .top-\[66\%\] {
    top: 66%;
  }
  .top-\[73\%\] {
    top: 73%;
  }
  .top-\[79\%\] {
    top: 79%;
  }
  .-right-2 {
    right: calc(var(--spacing) * -2);
  }
  .-right-4 {
    right: calc(var(--spacing) * -4);
  }
  .-right-5 {
    right: calc(var(--spacing) * -5);
  }
  .-right-10 {
    right: calc(var(--spacing) * -10);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1 {
    right: calc(var(--spacing) * 1);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .right-7 {
    right: calc(var(--spacing) * 7);
  }
  .right-\[5\%\] {
    right: 5%;
  }
  .right-\[6\%\] {
    right: 6%;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .bottom-\[2\%\] {
    bottom: 2%;
  }
  .bottom-\[4\%\] {
    bottom: 4%;
  }
  .-left-1 {
    left: calc(var(--spacing) * -1);
  }
  .-left-5 {
    left: calc(var(--spacing) * -5);
  }
  .-left-6 {
    left: calc(var(--spacing) * -6);
  }
  .-left-10 {
    left: calc(var(--spacing) * -10);
  }
  .-left-16 {
    left: calc(var(--spacing) * -16);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-\[4\%\] {
    left: 4%;
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[-8px\] {
    margin-top: -8px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-52 {
    height: calc(var(--spacing) * 52);
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[46\%\] {
    height: 46%;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[76px\] {
    height: 76px;
  }
  .h-\[96px\] {
    height: 96px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[270px\] {
    height: 270px;
  }
  .h-auto {
    height: auto;
  }
  .min-h-\[46px\] {
    min-height: 46px;
  }
  .min-h-\[48px\] {
    min-height: 48px;
  }
  .min-h-\[50px\] {
    min-height: 50px;
  }
  .min-h-\[52px\] {
    min-height: 52px;
  }
  .min-h-\[54px\] {
    min-height: 54px;
  }
  .min-h-\[58px\] {
    min-height: 58px;
  }
  .min-h-\[84px\] {
    min-height: 84px;
  }
  .min-h-\[102px\] {
    min-height: 102px;
  }
  .min-h-\[132px\] {
    min-height: 132px;
  }
  .min-h-\[180px\] {
    min-height: 180px;
  }
  .min-h-\[248px\] {
    min-height: 248px;
  }
  .min-h-\[300px\] {
    min-height: 300px;
  }
  .min-h-\[320px\] {
    min-height: 320px;
  }
  .min-h-\[340px\] {
    min-height: 340px;
  }
  .min-h-\[360px\] {
    min-height: 360px;
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-52 {
    width: calc(var(--spacing) * 52);
  }
  .w-\[46\%\] {
    width: 46%;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[56px\] {
    width: 56px;
  }
  .w-\[58px\] {
    width: 58px;
  }
  .w-\[64px\] {
    width: 64px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[72px\] {
    width: 72px;
  }
  .w-\[74px\] {
    width: 74px;
  }
  .w-\[76px\] {
    width: 76px;
  }
  .w-\[78\%\] {
    width: 78%;
  }
  .w-\[78px\] {
    width: 78px;
  }
  .w-\[82px\] {
    width: 82px;
  }
  .w-\[86px\] {
    width: 86px;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[96px\] {
    width: 96px;
  }
  .w-\[104px\] {
    width: 104px;
  }
  .w-\[118px\] {
    width: 118px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[170px\] {
    width: 170px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[260px\] {
    width: 260px;
  }
  .w-\[270px\] {
    width: 270px;
  }
  .w-\[330px\] {
    width: 330px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[210px\] {
    max-width: 210px;
  }
  .max-w-\[230px\] {
    max-width: 230px;
  }
  .max-w-\[245px\] {
    max-width: 245px;
  }
  .max-w-\[410px\] {
    max-width: 410px;
  }
  .max-w-\[430px\] {
    max-width: 430px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .max-w-\[530px\] {
    max-width: 530px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[610px\] {
    max-width: 610px;
  }
  .max-w-\[680px\] {
    max-width: 680px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-\[760px\] {
    max-width: 760px;
  }
  .max-w-\[820px\] {
    max-width: 820px;
  }
  .max-w-\[950px\] {
    max-width: 950px;
  }
  .max-w-\[1180px\] {
    max-width: 1180px;
  }
  .max-w-\[1240px\] {
    max-width: 1240px;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-\[92px\] {
    min-width: 92px;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-6 {
    rotate: calc(6deg * -1);
  }
  .-rotate-\[12deg\] {
    rotate: calc(12deg * -1);
  }
  .-rotate-\[14deg\] {
    rotate: calc(14deg * -1);
  }
  .-rotate-\[18deg\] {
    rotate: calc(18deg * -1);
  }
  .rotate-6 {
    rotate: 6deg;
  }
  .rotate-\[-3deg\] {
    rotate: -3deg;
  }
  .rotate-\[-5deg\] {
    rotate: -5deg;
  }
  .rotate-\[-8deg\] {
    rotate: -8deg;
  }
  .rotate-\[-60deg\] {
    rotate: -60deg;
  }
  .rotate-\[8deg\] {
    rotate: 8deg;
  }
  .rotate-\[9deg\] {
    rotate: 9deg;
  }
  .rotate-\[10deg\] {
    rotate: 10deg;
  }
  .rotate-\[12deg\] {
    rotate: 12deg;
  }
  .rotate-\[16deg\] {
    rotate: 16deg;
  }
  .scroll-mt-6 {
    scroll-margin-top: calc(var(--spacing) * 6);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .space-y-2\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[25px\] {
    border-radius: 25px;
  }
  .rounded-\[26px\] {
    border-radius: 26px;
  }
  .rounded-\[26px_34px_26px_34px\/30px_26px_34px_24px\] {
    border-radius: 26px 34px 26px 34px/30px 26px 34px 24px;
  }
  .rounded-\[28px\] {
    border-radius: 28px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-\[32px\] {
    border-radius: 32px;
  }
  .rounded-\[34px\] {
    border-radius: 34px;
  }
  .rounded-\[36px\] {
    border-radius: 36px;
  }
  .rounded-\[38px\] {
    border-radius: 38px;
  }
  .rounded-\[46\%_54\%_48\%_52\%\/51\%_45\%_55\%_49\%\] {
    border-radius: 46% 54% 48% 52%/51% 45% 55% 49%;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b-\[4px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-\[\#2e7fe6\] {
    border-color: #2e7fe6;
  }
  .border-\[\#2f7de1\] {
    border-color: #2f7de1;
  }
  .border-\[\#e5edf7\] {
    border-color: #e5edf7;
  }
  .border-\[\#f0b52f\] {
    border-color: #f0b52f;
  }
  .border-\[\#f3d179\] {
    border-color: #f3d179;
  }
  .border-\[\#f4c24c\] {
    border-color: #f4c24c;
  }
  .border-\[\#fde2a4\] {
    border-color: #fde2a4;
  }
  .border-\[\#ffe4a0\] {
    border-color: #ffe4a0;
  }
  .border-\[\#ffe4a6\] {
    border-color: #ffe4a6;
  }
  .border-\[\#fff1d7\] {
    border-color: #fff1d7;
  }
  .border-blue-50\/70 {
    border-color: color-mix(in srgb, oklch(97% 0.014 254.604) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-blue-50) 70%, transparent);
    }
  }
  .border-blue-100 {
    border-color: var(--color-blue-100);
  }
  .border-blue-100\/80 {
    border-color: color-mix(in srgb, oklch(93.2% 0.032 255.585) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-blue-100) 80%, transparent);
    }
  }
  .border-slate-100 {
    border-color: var(--color-slate-100);
  }
  .border-slate-200 {
    border-color: var(--color-slate-200);
  }
  .border-slate-200\/90 {
    border-color: color-mix(in srgb, oklch(92.9% 0.013 255.508) 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-slate-200) 90%, transparent);
    }
  }
  .border-white\/80 {
    border-color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .border-white\/90 {
    border-color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .border-b-\[\#2e7fe6\] {
    border-bottom-color: #2e7fe6;
  }
  .border-b-\[\#8abf37\] {
    border-bottom-color: #8abf37;
  }
  .border-b-\[\#f2bd16\] {
    border-bottom-color: #f2bd16;
  }
  .border-b-\[\#ff725f\] {
    border-bottom-color: #ff725f;
  }
  .bg-\[\#2c73d2\] {
    background-color: #2c73d2;
  }
  .bg-\[\#2e7fe6\] {
    background-color: #2e7fe6;
  }
  .bg-\[\#9fd0f7\] {
    background-color: #9fd0f7;
  }
  .bg-\[\#086bd9\] {
    background-color: #086bd9;
  }
  .bg-\[\#0874e8\] {
    background-color: #0874e8;
  }
  .bg-\[\#2677df\] {
    background-color: #2677df;
  }
  .bg-\[\#b9ddfb\] {
    background-color: #b9ddfb;
  }
  .bg-\[\#dceeff\] {
    background-color: #dceeff;
  }
  .bg-\[\#ddeafc\] {
    background-color: #ddeafc;
  }
  .bg-\[\#e4f3d6\] {
    background-color: #e4f3d6;
  }
  .bg-\[\#e9f5ff\] {
    background-color: #e9f5ff;
  }
  .bg-\[\#eaf4ff\] {
    background-color: #eaf4ff;
  }
  .bg-\[\#eaf5ff\] {
    background-color: #eaf5ff;
  }
  .bg-\[\#edf5ff\] {
    background-color: #edf5ff;
  }
  .bg-\[\#edf6ff\] {
    background-color: #edf6ff;
  }
  .bg-\[\#edf7e2\] {
    background-color: #edf7e2;
  }
  .bg-\[\#eef5ff\] {
    background-color: #eef5ff;
  }
  .bg-\[\#eef6da\] {
    background-color: #eef6da;
  }
  .bg-\[\#eef8e6\] {
    background-color: #eef8e6;
  }
  .bg-\[\#f0f7e4\] {
    background-color: #f0f7e4;
  }
  .bg-\[\#f1f9e8\] {
    background-color: #f1f9e8;
  }
  .bg-\[\#f2ad24\] {
    background-color: #f2ad24;
  }
  .bg-\[\#f4f8df\] {
    background-color: #f4f8df;
  }
  .bg-\[\#f4f8ff\] {
    background-color: #f4f8ff;
  }
  .bg-\[\#f5a000\] {
    background-color: #f5a000;
  }
  .bg-\[\#ffd870\] {
    background-color: #ffd870;
  }
  .bg-\[\#ffe0dd\] {
    background-color: #ffe0dd;
  }
  .bg-\[\#fff0b8\] {
    background-color: #fff0b8;
  }
  .bg-\[\#fff1ed\] {
    background-color: #fff1ed;
  }
  .bg-\[\#fff2c8\] {
    background-color: #fff2c8;
  }
  .bg-\[\#fff3c8\] {
    background-color: #fff3c8;
  }
  .bg-\[\#fff3ce\] {
    background-color: #fff3ce;
  }
  .bg-\[\#fff7dd\] {
    background-color: #fff7dd;
  }
  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/85 {
    background-color: color-mix(in srgb, #fff 85%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 85%, transparent);
    }
  }
  .bg-white\/95 {
    background-color: color-mix(in srgb, #fff 95%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 95%, transparent);
    }
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[linear-gradient\(90deg\,\#87be28_0\%\,\#a8cc37_52\%\,\#8ebd2b_100\%\)\] {
    background-image: linear-gradient(90deg,#87be28 0%,#a8cc37 52%,#8ebd2b 100%);
  }
  .bg-\[linear-gradient\(110deg\,\#fff8df\,\#fff2c8\)\] {
    background-image: linear-gradient(110deg,#fff8df,#fff2c8);
  }
  .bg-\[linear-gradient\(112deg\,\#fff8dc_0\%\,\#fff4c8_46\%\,\#fff8df_100\%\)\] {
    background-image: linear-gradient(112deg,#fff8dc 0%,#fff4c8 46%,#fff8df 100%);
  }
  .bg-\[linear-gradient\(145deg\,\#edf6ff\,\#f7fbff\)\] {
    background-image: linear-gradient(145deg,#edf6ff,#f7fbff);
  }
  .bg-\[linear-gradient\(145deg\,\#eef7ff\,\#f4f9e8\)\] {
    background-image: linear-gradient(145deg,#eef7ff,#f4f9e8);
  }
  .bg-\[linear-gradient\(145deg\,\#eef7ff\,\#f8fbff\)\] {
    background-image: linear-gradient(145deg,#eef7ff,#f8fbff);
  }
  .bg-\[linear-gradient\(145deg\,\#f2f9ea\,\#fbfff6\)\] {
    background-image: linear-gradient(145deg,#f2f9ea,#fbfff6);
  }
  .bg-\[linear-gradient\(145deg\,\#fff9e5\,\#fffdf4\)\] {
    background-image: linear-gradient(145deg,#fff9e5,#fffdf4);
  }
  .bg-\[linear-gradient\(180deg\,\#fbfdff_0\%\,\#fffdf8_100\%\)\] {
    background-image: linear-gradient(180deg,#fbfdff 0%,#fffdf8 100%);
  }
  .bg-\[linear-gradient\(180deg\,rgba\(236\,247\,255\,\.84\)_0\%\,rgba\(227\,241\,255\,\.93\)_100\%\)\] {
    background-image: linear-gradient(180deg,rgba(236,247,255,.84) 0%,rgba(227,241,255,.93) 100%);
  }
  .bg-\[radial-gradient\(ellipse_at_center\,_rgba\(219\,236\,255\,0\.55\)\,_rgba\(255\,255\,255\,0\)_68\%\)\] {
    background-image: radial-gradient(ellipse at center, rgba(219,236,255,0.55), rgba(255,255,255,0) 68%);
  }
  .from-\[\#f6f0d6\] {
    --tw-gradient-from: #f6f0d6;
    --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-\[\#eef6dc\] {
    --tw-gradient-via: #eef6dc;
    --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);
  }
  .to-\[\#d7ebff\] {
    --tw-gradient-to: #d7ebff;
    --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-contain {
    object-fit: contain;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pl-7 {
    padding-left: calc(var(--spacing) * 7);
  }
  .text-center {
    text-align: center;
  }
  .font-\[\'Nunito\'\] {
    font-family: 'Nunito';
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .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-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[1\.42rem\] {
    font-size: 1.42rem;
  }
  .text-\[1\.65rem\] {
    font-size: 1.65rem;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[15\.5px\] {
    font-size: 15.5px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[21px\] {
    font-size: 21px;
  }
  .text-\[clamp\(1rem\,2\.1vw\,1\.65rem\)\] {
    font-size: clamp(1rem, 2.1vw, 1.65rem);
  }
  .text-\[clamp\(2\.3rem\,4\.8vw\,4\.7rem\)\] {
    font-size: clamp(2.3rem, 4.8vw, 4.7rem);
  }
  .text-\[clamp\(2\.4rem\,5vw\,4\.8rem\)\] {
    font-size: clamp(2.4rem, 5vw, 4.8rem);
  }
  .text-\[clamp\(2\.7rem\,5vw\,5\.4rem\)\] {
    font-size: clamp(2.7rem, 5vw, 5.4rem);
  }
  .text-\[clamp\(2\.8rem\,5vw\,5\.1rem\)\] {
    font-size: clamp(2.8rem, 5vw, 5.1rem);
  }
  .text-\[clamp\(2\.8rem\,5vw\,5\.2rem\)\] {
    font-size: clamp(2.8rem, 5vw, 5.2rem);
  }
  .text-\[clamp\(2\.25rem\,4vw\,4\.1rem\)\] {
    font-size: clamp(2.25rem, 4vw, 4.1rem);
  }
  .text-\[clamp\(2rem\,3\.7vw\,3\.8rem\)\] {
    font-size: clamp(2rem, 3.7vw, 3.8rem);
  }
  .text-\[clamp\(3\.2rem\,8vw\,6\.8rem\)\] {
    font-size: clamp(3.2rem, 8vw, 6.8rem);
  }
  .text-\[clamp\(3rem\,5\.1vw\,5\.7rem\)\] {
    font-size: clamp(3rem, 5.1vw, 5.7rem);
  }
  .text-\[clamp\(4rem\,7\.2vw\,6\.7rem\)\] {
    font-size: clamp(4rem, 7.2vw, 6.7rem);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-\[0\.9\] {
    --tw-leading: 0.9;
    line-height: 0.9;
  }
  .leading-\[0\.98\] {
    --tw-leading: 0.98;
    line-height: 0.98;
  }
  .leading-\[1\.02\] {
    --tw-leading: 1.02;
    line-height: 1.02;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.12\] {
    --tw-leading: 1.12;
    line-height: 1.12;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .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);
  }
  .tracking-\[-\.03em\] {
    --tw-tracking: -.03em;
    letter-spacing: -.03em;
  }
  .tracking-\[-\.035em\] {
    --tw-tracking: -.035em;
    letter-spacing: -.035em;
  }
  .tracking-\[-0\.01em\] {
    --tw-tracking: -0.01em;
    letter-spacing: -0.01em;
  }
  .tracking-\[-0\.03em\] {
    --tw-tracking: -0.03em;
    letter-spacing: -0.03em;
  }
  .tracking-\[-0\.025em\] {
    --tw-tracking: -0.025em;
    letter-spacing: -0.025em;
  }
  .tracking-\[\.03em\] {
    --tw-tracking: .03em;
    letter-spacing: .03em;
  }
  .tracking-\[\.08em\] {
    --tw-tracking: .08em;
    letter-spacing: .08em;
  }
  .tracking-\[\.12em\] {
    --tw-tracking: .12em;
    letter-spacing: .12em;
  }
  .tracking-\[\.14em\] {
    --tw-tracking: .14em;
    letter-spacing: .14em;
  }
  .tracking-\[\.15em\] {
    --tw-tracking: .15em;
    letter-spacing: .15em;
  }
  .tracking-\[\.16em\] {
    --tw-tracking: .16em;
    letter-spacing: .16em;
  }
  .tracking-\[\.035em\] {
    --tw-tracking: .035em;
    letter-spacing: .035em;
  }
  .tracking-\[0\.01em\] {
    --tw-tracking: 0.01em;
    letter-spacing: 0.01em;
  }
  .tracking-\[0\.03em\] {
    --tw-tracking: 0.03em;
    letter-spacing: 0.03em;
  }
  .tracking-\[0\.10em\] {
    --tw-tracking: 0.10em;
    letter-spacing: 0.10em;
  }
  .tracking-\[0\.16em\] {
    --tw-tracking: 0.16em;
    letter-spacing: 0.16em;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#0a2a66\] {
    color: #0a2a66;
  }
  .text-\[\#0a2554\] {
    color: #0a2554;
  }
  .text-\[\#2e7fe6\] {
    color: #2e7fe6;
  }
  .text-\[\#3c4f70\] {
    color: #3c4f70;
  }
  .text-\[\#4a5c74\] {
    color: #4a5c74;
  }
  .text-\[\#4b5870\] {
    color: #4b5870;
  }
  .text-\[\#4d6179\] {
    color: #4d6179;
  }
  .text-\[\#5a6d85\] {
    color: #5a6d85;
  }
  .text-\[\#5d83b4\] {
    color: #5d83b4;
  }
  .text-\[\#5d7898\] {
    color: #5d7898;
  }
  .text-\[\#5f9126\] {
    color: #5f9126;
  }
  .text-\[\#6b83ab\] {
    color: #6b83ab;
  }
  .text-\[\#6da81f\] {
    color: #6da81f;
  }
  .text-\[\#6f9e28\] {
    color: #6f9e28;
  }
  .text-\[\#7db33a\] {
    color: #7db33a;
  }
  .text-\[\#73ad2d\] {
    color: #73ad2d;
  }
  .text-\[\#78ad2f\] {
    color: #78ad2f;
  }
  .text-\[\#102b5c\] {
    color: #102b5c;
  }
  .text-\[\#112b57\] {
    color: #112b57;
  }
  .text-\[\#263f67\] {
    color: #263f67;
  }
  .text-\[\#789c3b\] {
    color: #789c3b;
  }
  .text-\[\#0874e8\] {
    color: #0874e8;
  }
  .text-\[\#1266ca\] {
    color: #1266ca;
  }
  .text-\[\#1673dc\] {
    color: #1673dc;
  }
  .text-\[\#1764c4\] {
    color: #1764c4;
  }
  .text-\[\#2472d7\] {
    color: #2472d7;
  }
  .text-\[\#18345f\] {
    color: #18345f;
  }
  .text-\[\#163262\] {
    color: #163262;
  }
  .text-\[\#173261\] {
    color: #173261;
  }
  .text-\[\#293652\] {
    color: #293652;
  }
  .text-\[\#315987\] {
    color: #315987;
  }
  .text-\[\#395071\] {
    color: #395071;
  }
  .text-\[\#405575\] {
    color: #405575;
  }
  .text-\[\#526985\] {
    color: #526985;
  }
  .text-\[\#b27a18\] {
    color: #b27a18;
  }
  .text-\[\#c86f61\] {
    color: #c86f61;
  }
  .text-\[\#c89a00\] {
    color: #c89a00;
  }
  .text-\[\#e75b4d\] {
    color: #e75b4d;
  }
  .text-\[\#f59e0b\] {
    color: #f59e0b;
  }
  .text-\[\#ff5f56\] {
    color: #ff5f56;
  }
  .text-\[\#ff6e61\] {
    color: #ff6e61;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-45 {
    opacity: 45%;
  }
  .opacity-55 {
    opacity: 55%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-72 {
    opacity: 72%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-85 {
    opacity: 85%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .opacity-95 {
    opacity: 95%;
  }
  .shadow-\[0_4px_8px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0 4px 8px var(--tw-shadow-color, rgba(0,0,0,0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_8px_18px_rgba\(245\,160\,0\,0\.24\)\] {
    --tw-shadow: 0 8px 18px var(--tw-shadow-color, rgba(245,160,0,0.24));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_8px_20px_rgba\(38\,119\,223\,\.18\)\] {
    --tw-shadow: 0 8px 20px var(--tw-shadow-color, rgba(38,119,223,.18));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_10px_22px_rgba\(46\,127\,230\,\.20\)\] {
    --tw-shadow: 0 10px 22px var(--tw-shadow-color, rgba(46,127,230,.20));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_10px_22px_rgba\(46\,127\,230\,\.22\)\] {
    --tw-shadow: 0 10px 22px var(--tw-shadow-color, rgba(46,127,230,.22));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_10px_22px_rgba\(242\,173\,36\,\.22\)\] {
    --tw-shadow: 0 10px 22px var(--tw-shadow-color, rgba(242,173,36,.22));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_10px_26px_rgba\(134\,98\,16\,\.07\)\] {
    --tw-shadow: 0 10px 26px var(--tw-shadow-color, rgba(134,98,16,.07));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_10px_28px_rgba\(13\,44\,93\,0\.07\)\] {
    --tw-shadow: 0 10px 28px var(--tw-shadow-color, rgba(13,44,93,0.07));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_12px_30px_rgba\(151\,114\,26\,\.08\)\] {
    --tw-shadow: 0 12px 30px var(--tw-shadow-color, rgba(151,114,26,.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_12px_32px_rgba\(181\,129\,22\,0\.10\)\] {
    --tw-shadow: 0 12px 32px var(--tw-shadow-color, rgba(181,129,22,0.10));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_12px_34px_rgba\(32\,78\,138\,\.07\)\] {
    --tw-shadow: 0 12px 34px var(--tw-shadow-color, rgba(32,78,138,.07));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_14px_30px_rgba\(174\,113\,0\,0\.12\)\] {
    --tw-shadow: 0 14px 30px var(--tw-shadow-color, rgba(174,113,0,0.12));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_14px_34px_rgba\(32\,78\,138\,\.09\)\] {
    --tw-shadow: 0 14px 34px var(--tw-shadow-color, rgba(32,78,138,.09));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_14px_34px_rgba\(166\,126\,24\,\.09\)\] {
    --tw-shadow: 0 14px 34px var(--tw-shadow-color, rgba(166,126,24,.09));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_14px_36px_rgba\(25\,62\,111\,\.08\)\] {
    --tw-shadow: 0 14px 36px var(--tw-shadow-color, rgba(25,62,111,.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_14px_38px_rgba\(32\,78\,138\,0\.09\)\] {
    --tw-shadow: 0 14px 38px var(--tw-shadow-color, rgba(32,78,138,0.09));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_16px_42px_rgba\(32\,78\,138\,\.09\)\] {
    --tw-shadow: 0 16px 42px var(--tw-shadow-color, rgba(32,78,138,.09));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_18px_38px_rgba\(174\,113\,0\,0\.16\)\] {
    --tw-shadow: 0 18px 38px var(--tw-shadow-color, rgba(174,113,0,0.16));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_20px_45px_rgba\(94\,78\,34\,\.12\)\] {
    --tw-shadow: 0 20px 45px var(--tw-shadow-color, rgba(94,78,34,.12));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --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);
  }
  .blur-\[1px\] {
    --tw-blur: blur(1px);
    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,);
  }
  .drop-shadow-sm {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-sm));
    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));
  }
  .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));
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:scale-\[1\.035\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.035;
      }
    }
  }
  .group-hover\:text-\[\#0874e8\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #0874e8;
      }
    }
  }
  .hover\:-translate-y-0\.5 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:-translate-y-1 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:-translate-y-1\.5 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -1.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:bg-\[\#075fc2\] {
    &:hover {
      @media (hover: hover) {
        background-color: #075fc2;
      }
    }
  }
  .hover\:bg-\[\#1768ce\] {
    &:hover {
      @media (hover: hover) {
        background-color: #1768ce;
      }
    }
  }
  .hover\:bg-\[\#e29c15\] {
    &:hover {
      @media (hover: hover) {
        background-color: #e29c15;
      }
    }
  }
  .hover\:bg-\[\#e99500\] {
    &:hover {
      @media (hover: hover) {
        background-color: #e99500;
      }
    }
  }
  .hover\:bg-\[\#edf5ff\] {
    &:hover {
      @media (hover: hover) {
        background-color: #edf5ff;
      }
    }
  }
  .hover\:bg-blue-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-50);
      }
    }
  }
  .hover\:text-\[\#5d8b20\] {
    &:hover {
      @media (hover: hover) {
        color: #5d8b20;
      }
    }
  }
  .hover\:text-\[\#8f6519\] {
    &:hover {
      @media (hover: hover) {
        color: #8f6519;
      }
    }
  }
  .hover\:text-\[\#0874e8\] {
    &:hover {
      @media (hover: hover) {
        color: #0874e8;
      }
    }
  }
  .hover\:text-\[\#1673dc\] {
    &:hover {
      @media (hover: hover) {
        color: #1673dc;
      }
    }
  }
  .hover\:text-\[\#1764c4\] {
    &:hover {
      @media (hover: hover) {
        color: #1764c4;
      }
    }
  }
  .hover\:shadow-\[0_12px_24px_rgba\(245\,160\,0\,0\.30\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 12px 24px var(--tw-shadow-color, rgba(245,160,0,0.30));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[0_22px_48px_rgba\(32\,78\,138\,0\.14\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 22px 48px var(--tw-shadow-color, rgba(32,78,138,0.14));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
      }
    }
  }
  .focus\:ring-4 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-amber-200 {
    &:focus {
      --tw-ring-color: var(--color-amber-200);
    }
  }
  .focus\:ring-blue-100 {
    &:focus {
      --tw-ring-color: var(--color-blue-100);
    }
  }
  .focus\:ring-blue-200 {
    &:focus {
      --tw-ring-color: var(--color-blue-200);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:col-span-2 {
    @media (width >= 40rem) {
      grid-column: span 2 / span 2;
    }
  }
  .sm\:mx-0 {
    @media (width >= 40rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:mx-7 {
    @media (width >= 40rem) {
      margin-inline: calc(var(--spacing) * 7);
    }
  }
  .sm\:mb-12 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:w-\[74px\] {
    @media (width >= 40rem) {
      width: 74px;
    }
  }
  .sm\:w-\[88px\] {
    @media (width >= 40rem) {
      width: 88px;
    }
  }
  .sm\:w-\[320px\] {
    @media (width >= 40rem) {
      width: 320px;
    }
  }
  .sm\:w-\[355px\] {
    @media (width >= 40rem) {
      width: 355px;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-\[180px_1fr\] {
    @media (width >= 40rem) {
      grid-template-columns: 180px 1fr;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:gap-4 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:gap-5 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .sm\:p-7 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 7);
    }
  }
  .sm\:p-9 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 9);
    }
  }
  .sm\:p-10 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-9 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 9);
    }
  }
  .sm\:px-10 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .sm\:py-11 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 11);
    }
  }
  .sm\:pb-6 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .sm\:pb-16 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .sm\:pb-20 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .sm\:pb-24 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }
  .sm\:text-left {
    @media (width >= 40rem) {
      text-align: left;
    }
  }
  .sm\:text-2xl {
    @media (width >= 40rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .sm\:text-3xl {
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .sm\:text-5xl {
    @media (width >= 40rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .sm\:text-base {
    @media (width >= 40rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-lg {
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .sm\:text-\[10px\] {
    @media (width >= 40rem) {
      font-size: 10px;
    }
  }
  .sm\:text-\[16\.5px\] {
    @media (width >= 40rem) {
      font-size: 16.5px;
    }
  }
  .sm\:text-\[24px\] {
    @media (width >= 40rem) {
      font-size: 24px;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:left-\[6\%\] {
    @media (width >= 64rem) {
      left: 6%;
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:col-span-1 {
    @media (width >= 64rem) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:mr-8 {
    @media (width >= 64rem) {
      margin-right: calc(var(--spacing) * 8);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:w-\[96px\] {
    @media (width >= 64rem) {
      width: 96px;
    }
  }
  .lg\:max-w-\[760px\] {
    @media (width >= 64rem) {
      max-width: 760px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[\.78fr_1\.22fr\] {
    @media (width >= 64rem) {
      grid-template-columns: .78fr 1.22fr;
    }
  }
  .lg\:grid-cols-\[0\.88fr_1\.12fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 0.88fr 1.12fr;
    }
  }
  .lg\:grid-cols-\[1\.05fr_\.95fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1.05fr .95fr;
    }
  }
  .lg\:grid-cols-\[1\.06fr_\.94fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1.06fr .94fr;
    }
  }
  .lg\:grid-cols-\[1\.08fr_\.92fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1.08fr .92fr;
    }
  }
  .lg\:grid-cols-\[1\.15fr_\.8fr_1fr_\.8fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1.15fr .8fr 1fr .8fr;
    }
  }
  .lg\:grid-cols-\[1\.22fr_\.78fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1.22fr .78fr;
    }
  }
  .lg\:grid-cols-\[1\.25fr_\.75fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1.25fr .75fr;
    }
  }
  .lg\:grid-cols-\[200px_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 200px 1fr;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:gap-0 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-12 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:border-l {
    @media (width >= 64rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .lg\:border-slate-200\/90 {
    @media (width >= 64rem) {
      border-color: color-mix(in srgb, oklch(92.9% 0.013 255.508) 90%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-slate-200) 90%, transparent);
      }
    }
  }
  .lg\:p-12 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-10 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .lg\:px-14 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 14);
    }
  }
  .lg\:py-14 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .lg\:py-16 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-18 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 18);
    }
  }
  .lg\:py-20 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:pt-10 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:pr-10 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 10);
    }
  }
  .lg\:pb-12 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:pb-20 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .lg\:pb-24 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }
  .lg\:pl-8 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .lg\:pl-28 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 28);
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-\[11px\] {
    @media (width >= 64rem) {
      font-size: 11px;
    }
  }
  .lg\:text-\[27px\] {
    @media (width >= 64rem) {
      font-size: 27px;
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:px-20 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .xl\:pl-32 {
    @media (width >= 80rem) {
      padding-left: calc(var(--spacing) * 32);
    }
  }
}
@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-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-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-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-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

/* Local typography: no third-party font requests */
html, body { font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif; }
.hero-display, .display { font-family: "Trebuchet MS", system-ui, -apple-system, "Segoe UI", Arial, sans-serif; }


/* Stable subpage hero headings - kept outside generated utility CSS. */
.subpage-title {
  font-size: clamp(1.4375rem, 2.5875vw, 2.5875rem);
}
.subpage-title-short {
  font-size: clamp(1.4375rem, 2.645vw, 2.645rem);
}
.subpage-title-medium {
  font-size: clamp(1.4375rem, 2.5875vw, 2.5875rem);
}
.subpage-title-long {
  font-size: clamp(1.4375rem, 2.53vw, 2.55875rem);
}


/* Dostępność i nawigacja klawiaturą */
.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 9999;
  transform: translateY(-180%);
  border-radius: 9999px;
  background: #0a2a66;
  color: #fff;
  padding: .75rem 1rem;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(10,42,102,.22);
}
.skip-link:focus { transform: translateY(0); }
a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 3px solid #f2b52b;
  outline-offset: 3px;
}

/* Final RWD audit: narrow phones and long unbreakable interface text. */
.mobile-menu-email { overflow-wrap: anywhere; }
.bank-account-number { font-variant-numeric: tabular-nums; }

@media (max-width: 430px) {
  .bank-account-box {
    padding-left: .75rem;
    padding-right: .75rem;
  }
  .bank-account-number {
    font-size: clamp(.65rem, 3.1vw, .9rem);
    letter-spacing: -.015em;
    font-weight: 700;
  }
}

@media (max-width: 359px) {
  .site-header-shell {
    padding-left: .75rem;
    padding-right: .75rem;
  }
  .site-header-row { gap: .5rem; }
  .site-brand {
    min-width: 0;
    gap: .5rem;
  }
  .site-brand-logo,
  .site-brand > img { width: 58px; }
  .site-brand-copy { min-width: 0; }
  .site-brand-copy > span:first-child,
  .site-brand-copy > span:last-child { font-size: 9px; }
  .site-brand-name {
    font-size: 17px;
    letter-spacing: -.04em;
  }
  #mobile-menu-button {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
  .mobile-menu-inner {
    padding-left: .75rem;
    padding-right: .75rem;
  }
  .mobile-menu-email { font-size: .8rem; }
  .bank-account-number {
    font-size: .65rem;
    letter-spacing: -.025em;
    font-weight: 600;
  }
  .map-open-button,
  .privacy-manage-main {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .875rem;
    line-height: 1.35;
    text-align: center;
  }
}
