/*! tailwindcss v4.1.14 | 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-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --blur-sm: 8px;
    --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);
    --font-mont: "Montserrat", ui-sans-serif, system-ui;
    --font-roboto: "Roboto", ui-sans-serif, system-ui;
    --shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.08);
  }
}
@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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .inset-x-3 {
    inset-inline: calc(var(--spacing) * 3);
  }
  .inset-x-4 {
    inset-inline: calc(var(--spacing) * 4);
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-\[12\%\] {
    top: 12%;
  }
  .top-\[22\%\] {
    top: 22%;
  }
  .top-\[70px\] {
    top: 70px;
  }
  .top-\[clamp\(16px\,2\.6vw\,31px\)\] {
    top: clamp(16px, 2.6vw, 31px);
  }
  .top-\[clamp\(170px\,22vw\,240px\)\] {
    top: clamp(170px, 22vw, 240px);
  }
  .top-\[clamp\(170px\,22vw\,440px\)\] {
    top: clamp(170px, 22vw, 440px);
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-2\.5 {
    right: calc(var(--spacing) * 2.5);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-3\.5 {
    right: calc(var(--spacing) * 3.5);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-\[-28px\] {
    right: -28px;
  }
  .right-\[clamp\(18px\,3vw\,34px\)\] {
    right: clamp(18px, 3vw, 34px);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-2\.5 {
    bottom: calc(var(--spacing) * 2.5);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .bottom-3\.5 {
    bottom: calc(var(--spacing) * 3.5);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-5 {
    left: calc(var(--spacing) * 5);
  }
  .left-\[-28px\] {
    left: -28px;
  }
  .left-\[clamp\(70px\,10vw\,105px\)\] {
    left: clamp(70px, 10vw, 105px);
  }
  .left-\[clamp\(70px\,10vw\,125px\)\] {
    left: clamp(70px, 10vw, 125px);
  }
  .left-\[clamp\(160px\,21vw\,230px\)\] {
    left: clamp(160px, 21vw, 230px);
  }
  .isolate {
    isolation: isolate;
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .-z-20 {
    z-index: calc(20 * -1);
  }
  .-z-\[1\] {
    z-index: calc(1 * -1);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2000\] {
    z-index: 2000;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-10 {
    grid-column: span 10 / span 10;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .col-start-3 {
    grid-column-start: 3;
  }
  .col-start-4 {
    grid-column-start: 4;
  }
  .col-start-9 {
    grid-column-start: 9;
  }
  .row-span-2 {
    grid-row: span 2 / span 2;
  }
  .row-span-3 {
    grid-row: span 3 / span 3;
  }
  .row-span-4 {
    grid-row: span 4 / span 4;
  }
  .row-span-5 {
    grid-row: span 5 / span 5;
  }
  .row-span-8 {
    grid-row: span 8 / span 8;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .row-start-3 {
    grid-row-start: 3;
  }
  .row-start-5 {
    grid-row-start: 5;
  }
  .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-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-\[clamp\(32px\,6vw\,90px\)\] {
    margin-block: clamp(32px, 6vw, 90px);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .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-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[clamp\(24px\,4vw\,36px\)\] {
    margin-top: clamp(24px, 4vw, 36px);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-\[clamp\(24px\,4vw\,36px\)\] {
    margin-bottom: clamp(24px, 4vw, 36px);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-auto {
    margin-left: auto;
  }
  .box-border {
    box-sizing: border-box;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[3\/4\] {
    aspect-ratio: 3/4;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-\[4\/5\] {
    aspect-ratio: 4/5;
  }
  .aspect-\[16\/7\] {
    aspect-ratio: 16/7;
  }
  .aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .aspect-\[16\/11\] {
    aspect-ratio: 16/11;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .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-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[28px\] {
    height: 28px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[34px\] {
    height: 34px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[41px\] {
    height: 41px;
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[49px\] {
    height: 49px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[51px\] {
    height: 51px;
  }
  .h-\[52px\] {
    height: 52px;
  }
  .h-\[54px\] {
    height: 54px;
  }
  .h-\[55px\] {
    height: 55px;
  }
  .h-\[58\%\] {
    height: 58%;
  }
  .h-\[61px\] {
    height: 61px;
  }
  .h-\[62\%\] {
    height: 62%;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[65px\] {
    height: 65px;
  }
  .h-\[67px\] {
    height: 67px;
  }
  .h-\[68px\] {
    height: 68px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[74px\] {
    height: 74px;
  }
  .h-\[75px\] {
    height: 75px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[82px\] {
    height: 82px;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-\[95px\] {
    height: 95px;
  }
  .h-\[99px\] {
    height: 99px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[118px\] {
    height: 118px;
  }
  .h-\[122px\] {
    height: 122px;
  }
  .h-\[123px\] {
    height: 123px;
  }
  .h-\[125px\] {
    height: 125px;
  }
  .h-\[128px\] {
    height: 128px;
  }
  .h-\[140px\] {
    height: 140px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[210px\] {
    height: 210px;
  }
  .h-\[220px\] {
    height: 220px;
  }
  .h-\[225px\] {
    height: 225px;
  }
  .h-\[230px\] {
    height: 230px;
  }
  .h-\[240px\] {
    height: 240px;
  }
  .h-\[248px\] {
    height: 248px;
  }
  .h-\[260px\] {
    height: 260px;
  }
  .h-\[261px\] {
    height: 261px;
  }
  .h-\[276px\] {
    height: 276px;
  }
  .h-\[280px\] {
    height: 280px;
  }
  .h-\[320px\] {
    height: 320px;
  }
  .h-\[360px\] {
    height: 360px;
  }
  .h-\[380px\] {
    height: 380px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[420px\] {
    height: 420px;
  }
  .h-\[450px\] {
    height: 450px;
  }
  .h-\[510px\] {
    height: 510px;
  }
  .h-\[522px\] {
    height: 522px;
  }
  .h-\[571px\] {
    height: 571px;
  }
  .h-\[890px\] {
    height: 890px;
  }
  .h-\[clamp\(18px\,2\.6vw\,25px\)\] {
    height: clamp(18px, 2.6vw, 25px);
  }
  .h-\[clamp\(24px\,3vw\,32px\)\] {
    height: clamp(24px, 3vw, 32px);
  }
  .h-\[clamp\(24px\,4vw\,41px\)\] {
    height: clamp(24px, 4vw, 41px);
  }
  .h-\[clamp\(28px\,3\.2vw\,36px\)\] {
    height: clamp(28px, 3.2vw, 36px);
  }
  .h-\[clamp\(36px\,4vw\,47\.3px\)\] {
    height: clamp(36px, 4vw, 47.3px);
  }
  .h-\[clamp\(40px\,5\.2vw\,49px\)\] {
    height: clamp(40px, 5.2vw, 49px);
  }
  .h-\[clamp\(86px\,12vw\,123px\)\] {
    height: clamp(86px, 12vw, 123px);
  }
  .h-\[clamp\(100px\,18vw\,180px\)\] {
    height: clamp(100px, 18vw, 180px);
  }
  .h-\[clamp\(160px\,22vw\,225px\)\] {
    height: clamp(160px, 22vw, 225px);
  }
  .h-\[clamp\(200px\,22vw\,340px\)\] {
    height: clamp(200px, 22vw, 340px);
  }
  .h-\[clamp\(320px\,36vw\,500px\)\] {
    height: clamp(320px, 36vw, 500px);
  }
  .h-\[clamp\(320px\,44vw\,502px\)\] {
    height: clamp(320px, 44vw, 502px);
  }
  .h-\[clamp\(380px\,38vw\,520px\)\] {
    height: clamp(380px, 38vw, 520px);
  }
  .h-\[clamp\(420px\,54vw\,800px\)\] {
    height: clamp(420px, 54vw, 800px);
  }
  .h-\[clamp\(520px\,54vw\,640px\)\] {
    height: clamp(520px, 54vw, 640px);
  }
  .h-\[min\(480px\,84vw\)\] {
    height: min(480px, 84vw);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[72px\] {
    max-height: 72px;
  }
  .max-h-\[80\%\] {
    max-height: 80%;
  }
  .max-h-\[90vh\] {
    max-height: 90vh;
  }
  .max-h-\[clamp\(90px\,13vw\,154\.51px\)\] {
    max-height: clamp(90px, 13vw, 154.51px);
  }
  .min-h-\[260px\] {
    min-height: 260px;
  }
  .min-h-\[420px\] {
    min-height: 420px;
  }
  .min-h-\[580px\] {
    min-height: 580px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .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-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-\[2px\] {
    width: 2px;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[28px\] {
    width: 28px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[34px\] {
    width: 34px;
  }
  .w-\[41px\] {
    width: 41px;
  }
  .w-\[44px\] {
    width: 44px;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[52px\] {
    width: 52px;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[64px\] {
    width: 64px;
  }
  .w-\[68\%\] {
    width: 68%;
  }
  .w-\[68px\] {
    width: 68px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[72px\] {
    width: 72px;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[92\%\] {
    width: 92%;
  }
  .w-\[96px\] {
    width: 96px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[170px\] {
    width: 170px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[189px\] {
    width: 189px;
  }
  .w-\[190px\] {
    width: 190px;
  }
  .w-\[227px\] {
    width: 227px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-\[350px\] {
    width: 350px;
  }
  .w-\[435px\] {
    width: 435px;
  }
  .w-\[480px\] {
    width: 480px;
  }
  .w-\[clamp\(18px\,2\.6vw\,25px\)\] {
    width: clamp(18px, 2.6vw, 25px);
  }
  .w-\[clamp\(24px\,4vw\,41px\)\] {
    width: clamp(24px, 4vw, 41px);
  }
  .w-\[clamp\(120px\,16vw\,170px\)\] {
    width: clamp(120px, 16vw, 170px);
  }
  .w-\[clamp\(140px\,18vw\,190px\)\] {
    width: clamp(140px, 18vw, 190px);
  }
  .w-\[clamp\(150px\,16vw\,226px\)\] {
    width: clamp(150px, 16vw, 226px);
  }
  .w-\[clamp\(160px\,28vw\,280px\)\] {
    width: clamp(160px, 28vw, 280px);
  }
  .w-\[clamp\(200px\,22vw\,340px\)\] {
    width: clamp(200px, 22vw, 340px);
  }
  .w-\[clamp\(240px\,26vw\,380px\)\] {
    width: clamp(240px, 26vw, 380px);
  }
  .w-\[clamp\(360px\,34vw\,460px\)\] {
    width: clamp(360px, 34vw, 460px);
  }
  .w-\[min\(90vw\,300px\)\] {
    width: min(90vw, 300px);
  }
  .w-\[min\(92vw\,1200px\)\] {
    width: min(92vw, 1200px);
  }
  .w-\[min\(100\%\,300px\)\] {
    width: min(100%, 300px);
  }
  .w-\[min\(100\%\,350px\)\] {
    width: min(100%, 350px);
  }
  .w-\[min\(100\%\,380px\)\] {
    width: min(100%, 380px);
  }
  .w-\[min\(480px\,84vw\)\] {
    width: min(480px, 84vw);
  }
  .w-\[min\(788px\,90\%\)\] {
    width: min(788px, 90%);
  }
  .w-\[min\(1440px\,92vw\)\] {
    width: min(1440px, 92vw);
  }
  .w-\[min\(1450px\,92vw\)\] {
    width: min(1450px, 92vw);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[40vw\] {
    max-width: 40vw;
  }
  .max-w-\[55ch\] {
    max-width: 55ch;
  }
  .max-w-\[56ch\] {
    max-width: 56ch;
  }
  .max-w-\[66ch\] {
    max-width: 66ch;
  }
  .max-w-\[90\%\] {
    max-width: 90%;
  }
  .max-w-\[95\%\] {
    max-width: 95%;
  }
  .max-w-\[95vw\] {
    max-width: 95vw;
  }
  .max-w-\[150px\] {
    max-width: 150px;
  }
  .max-w-\[168px\] {
    max-width: 168px;
  }
  .max-w-\[220px\] {
    max-width: 220px;
  }
  .max-w-\[305px\] {
    max-width: 305px;
  }
  .max-w-\[380px\] {
    max-width: 380px;
  }
  .max-w-\[460px\] {
    max-width: 460px;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .max-w-\[583px\] {
    max-width: 583px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-\[669px\] {
    max-width: 669px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-\[760px\] {
    max-width: 760px;
  }
  .max-w-\[780px\] {
    max-width: 780px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[820px\] {
    max-width: 820px;
  }
  .max-w-\[858px\] {
    max-width: 858px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[980px\] {
    max-width: 980px;
  }
  .max-w-\[1120px\] {
    max-width: 1120px;
  }
  .max-w-\[1169px\] {
    max-width: 1169px;
  }
  .max-w-\[1190px\] {
    max-width: 1190px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1220px\] {
    max-width: 1220px;
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .max-w-\[1310px\] {
    max-width: 1310px;
  }
  .max-w-\[1380px\] {
    max-width: 1380px;
  }
  .max-w-\[1400px\] {
    max-width: 1400px;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .max-w-\[1450px\] {
    max-width: 1450px;
  }
  .max-w-\[1650px\] {
    max-width: 1650px;
  }
  .max-w-\[clamp\(120px\,19vw\,213\.14px\)\] {
    max-width: clamp(120px, 19vw, 213.14px);
  }
  .max-w-\[min\(92vw\,1190px\)\] {
    max-width: min(92vw, 1190px);
  }
  .max-w-\[min\(92vw\,1200px\)\] {
    max-width: min(92vw, 1200px);
  }
  .max-w-\[var\(--container\)\] {
    max-width: var(--container);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-prose {
    max-width: 65ch;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[70px\] {
    min-width: 70px;
  }
  .min-w-\[82px\] {
    min-width: 82px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .grow-0 {
    flex-grow: 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-90 {
    rotate: calc(90deg * -1);
  }
  .rotate-0 {
    rotate: 0deg;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-\[-90deg\] {
    rotate: -90deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }
  .snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }
  .snap-start {
    scroll-snap-align: start;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-\[32px_1px_auto\] {
    grid-template-columns: 32px 1px auto;
  }
  .grid-cols-\[72px_1fr\] {
    grid-template-columns: 72px 1fr;
  }
  .grid-cols-\[96px_1fr\] {
    grid-template-columns: 96px 1fr;
  }
  .grid-cols-\[minmax\(150px\,180px\)_1fr\] {
    grid-template-columns: minmax(150px,180px) 1fr;
  }
  .grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .place-items-stretch {
    place-items: stretch;
  }
  .content-start {
    align-content: flex-start;
  }
  .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;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .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-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[21px\] {
    gap: 21px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[clamp\(16px\,3vw\,32px\)\] {
    gap: clamp(16px, 3vw, 32px);
  }
  .gap-\[var\(--gap\)\] {
    gap: var(--gap);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .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-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-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3.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)));
    }
  }
  .space-y-7 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 7) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 7) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-10 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-12 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-x-\[30px\] {
    column-gap: 30px;
  }
  .gap-x-\[clamp\(12px\,2\.5vw\,30px\)\] {
    column-gap: clamp(12px, 2.5vw, 30px);
  }
  .gap-x-\[clamp\(16px\,3\.5vw\,50px\)\] {
    column-gap: clamp(16px, 3.5vw, 50px);
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }
  .gap-y-\[30px\] {
    row-gap: 30px;
  }
  .gap-y-\[clamp\(12px\,2\.5vw\,30px\)\] {
    row-gap: clamp(12px, 2.5vw, 30px);
  }
  .gap-y-\[clamp\(14px\,3vw\,24px\)\] {
    row-gap: clamp(14px, 3vw, 24px);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-clip {
    overflow-x: clip;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .\!overflow-y-visible {
    overflow-y: visible !important;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[18px\] {
    border-radius: 18px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[40px\] {
    border-radius: 40px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-l-\[10px\] {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .rounded-l-\[20px\] {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .rounded-l-lg {
    border-top-left-radius: var(--radius-lg);
    border-bottom-left-radius: var(--radius-lg);
  }
  .rounded-r-\[10px\] {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .rounded-r-lg {
    border-top-right-radius: var(--radius-lg);
    border-bottom-right-radius: var(--radius-lg);
  }
  .rounded-b-\[10px\] {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .rounded-b-\[14px\] {
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  .rounded-b-\[20px\] {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .rounded-b-\[24px\] {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-t-\[3px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 3px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-\[\#007A3D\] {
    border-color: #007A3D;
  }
  .border-\[\#20306C\] {
    border-color: #20306C;
  }
  .border-\[\#A6D0BB\] {
    border-color: #A6D0BB;
  }
  .border-\[\#B9C6F9\] {
    border-color: #B9C6F9;
  }
  .border-\[\#BFBFC3\] {
    border-color: #BFBFC3;
  }
  .border-\[\#E2E8F0\] {
    border-color: #E2E8F0;
  }
  .border-\[\#E5E7EB\] {
    border-color: #E5E7EB;
  }
  .border-\[\#d6defd\] {
    border-color: #d6defd;
  }
  .border-\[rgba\(0\,122\,61\,0\.7\)\] {
    border-color: rgba(0,122,61,0.7);
  }
  .border-\[rgba\(0\,122\,61\,0\.75\)\] {
    border-color: rgba(0,122,61,0.75);
  }
  .border-black\/10 {
    border-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-\[\#0A1536\] {
    background-color: #0A1536;
  }
  .bg-\[\#006AA6\] {
    background-color: #006AA6;
  }
  .bg-\[\#007A3D\] {
    background-color: #007A3D;
  }
  .bg-\[\#258C58\] {
    background-color: #258C58;
  }
  .bg-\[\#20306C\] {
    background-color: #20306C;
  }
  .bg-\[\#B8D779\] {
    background-color: #B8D779;
  }
  .bg-\[\#D3F2E2\] {
    background-color: #D3F2E2;
  }
  .bg-\[\#D9D9D9\] {
    background-color: #D9D9D9;
  }
  .bg-\[\#DCE3FF\] {
    background-color: #DCE3FF;
  }
  .bg-\[\#E2E7FF\] {
    background-color: #E2E7FF;
  }
  .bg-\[\#E6EBFF\] {
    background-color: #E6EBFF;
  }
  .bg-\[\#EC233C\] {
    background-color: #EC233C;
  }
  .bg-\[\#F2C75C\] {
    background-color: #F2C75C;
  }
  .bg-\[\#F3F3F6\] {
    background-color: #F3F3F6;
  }
  .bg-\[\#F3F5FF\] {
    background-color: #F3F5FF;
  }
  .bg-\[\#F4F4F2\] {
    background-color: #F4F4F2;
  }
  .bg-\[\#F5F5F7\] {
    background-color: #F5F5F7;
  }
  .bg-\[rgba\(0\,122\,61\,0\.1\)\] {
    background-color: rgba(0,122,61,0.1);
  }
  .bg-\[rgba\(0\,122\,61\,0\.4\)\] {
    background-color: rgba(0,122,61,0.4);
  }
  .bg-\[rgba\(0\,122\,61\,0\.25\)\] {
    background-color: rgba(0,122,61,0.25);
  }
  .bg-\[rgba\(0\,122\,61\,0\.35\)\] {
    background-color: rgba(0,122,61,0.35);
  }
  .bg-\[rgba\(30\,30\,30\,0\.65\)\] {
    background-color: rgba(30,30,30,0.65);
  }
  .bg-\[rgba\(32\,48\,108\,0\.12\)\] {
    background-color: rgba(32,48,108,0.12);
  }
  .bg-\[rgba\(32\,48\,108\,0\.25\)\] {
    background-color: rgba(32,48,108,0.25);
  }
  .bg-\[rgba\(32\,48\,108\,0\.38\)\] {
    background-color: rgba(32,48,108,0.38);
  }
  .bg-\[rgba\(32\,48\,108\,0\.45\)\] {
    background-color: rgba(32,48,108,0.45);
  }
  .bg-\[rgba\(96\,125\,232\,0\.35\)\] {
    background-color: rgba(96,125,232,0.35);
  }
  .bg-\[var\(--c-bg\)\] {
    background-color: var(--c-bg);
  }
  .bg-\[var\(--c-primary\)\] {
    background-color: var(--c-primary);
  }
  .bg-black\/20 {
    background-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .bg-black\/30 {
    background-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .bg-black\/35 {
    background-color: color-mix(in srgb, #000 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 35%, transparent);
    }
  }
  .bg-black\/40 {
    background-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .bg-black\/55 {
    background-color: color-mix(in srgb, #000 55%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 55%, transparent);
    }
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-black\/65 {
    background-color: color-mix(in srgb, #000 65%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 65%, transparent);
    }
  }
  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }
  .bg-slate-100\/70 {
    background-color: color-mix(in srgb, oklch(96.8% 0.007 247.896) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-100) 70%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/15 {
    background-color: color-mix(in srgb, #fff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .bg-white\/60 {
    background-color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .bg-white\/90 {
    background-color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 90%, 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-gradient-to-l {
    --tw-gradient-position: to left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#0B703C\] {
    --tw-gradient-from: #0B703C;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#d2dbff\] {
    --tw-gradient-from: #d2dbff;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#dfe6ff\] {
    --tw-gradient-from: #dfe6ff;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-black\/10 {
    --tw-gradient-from: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-white {
    --tw-gradient-from: var(--color-white);
    --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-\[\#bac9ff\] {
    --tw-gradient-via: #bac9ff;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-\[\#c5d4ff\] {
    --tw-gradient-via: #c5d4ff;
    --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-\[\#0e8450\] {
    --tw-gradient-to: #0e8450;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-fill {
    object-fit: fill;
  }
  .object-center {
    object-position: center;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-3\.5 {
    padding: calc(var(--spacing) * 3.5);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .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-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .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-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .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);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-\[1vw\] {
    padding-top: 1vw;
  }
  .pt-\[16px\] {
    padding-top: 16px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-7 {
    padding-right: calc(var(--spacing) * 7);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pr-\[20px\] {
    padding-right: 20px;
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-7 {
    padding-left: calc(var(--spacing) * 7);
  }
  .pl-\[24px\] {
    padding-left: 24px;
  }
  .pl-px {
    padding-left: 1px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-\[\'Lato\'\,\'Roboto\'\] {
    font-family: 'Lato','Roboto';
  }
  .font-\[\'Lato\'\] {
    font-family: 'Lato';
  }
  .font-\[\'Montserrat\'\] {
    font-family: 'Montserrat';
  }
  .font-\[\'Poppins\'\,\'Montserrat\'\] {
    font-family: 'Poppins','Montserrat';
  }
  .font-\[\'Poppins\'\,\'Roboto\'\] {
    font-family: 'Poppins','Roboto';
  }
  .font-\[\'Poppins\'\] {
    font-family: 'Poppins';
  }
  .font-\[\'Roboto\'\,ui-sans-serif\] {
    font-family: 'Roboto',ui-sans-serif;
  }
  .font-\[\'Roboto\'\] {
    font-family: 'Roboto';
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[3vw\] {
    font-size: 3vw;
  }
  .text-\[8vw\] {
    font-size: 8vw;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[11vw\] {
    font-size: 11vw;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[92px\] {
    font-size: 92px;
  }
  .text-\[clamp\(10px\,1\.8vw\,12px\)\] {
    font-size: clamp(10px, 1.8vw, 12px);
  }
  .text-\[clamp\(11px\,1\.4vw\,16px\)\] {
    font-size: clamp(11px, 1.4vw, 16px);
  }
  .text-\[clamp\(11px\,1\.5vw\,14px\)\] {
    font-size: clamp(11px, 1.5vw, 14px);
  }
  .text-\[clamp\(12px\,1\.6vw\,16px\)\] {
    font-size: clamp(12px, 1.6vw, 16px);
  }
  .text-\[clamp\(12px\,1\.6vw\,18px\)\] {
    font-size: clamp(12px, 1.6vw, 18px);
  }
  .text-\[clamp\(12px\,1\.8vw\,16px\)\] {
    font-size: clamp(12px, 1.8vw, 16px);
  }
  .text-\[clamp\(12px\,2\.6vw\,16px\)\] {
    font-size: clamp(12px, 2.6vw, 16px);
  }
  .text-\[clamp\(12px\,2vw\,18px\)\] {
    font-size: clamp(12px, 2vw, 18px);
  }
  .text-\[clamp\(12px\,2vw\,21px\)\] {
    font-size: clamp(12px, 2vw, 21px);
  }
  .text-\[clamp\(12px\,3\.2vw\,14px\)\] {
    font-size: clamp(12px, 3.2vw, 14px);
  }
  .text-\[clamp\(13px\,1\.05vw\,16px\)\] {
    font-size: clamp(13px, 1.05vw, 16px);
  }
  .text-\[clamp\(13px\,1\.9vw\,16px\)\] {
    font-size: clamp(13px, 1.9vw, 16px);
  }
  .text-\[clamp\(13px\,3vw\,20px\)\] {
    font-size: clamp(13px, 3vw, 20px);
  }
  .text-\[clamp\(14px\,1\.8vw\,18px\)\] {
    font-size: clamp(14px, 1.8vw, 18px);
  }
  .text-\[clamp\(14px\,2\.2vw\,18px\)\] {
    font-size: clamp(14px, 2.2vw, 18px);
  }
  .text-\[clamp\(14px\,2\.2vw\,22px\)\] {
    font-size: clamp(14px, 2.2vw, 22px);
  }
  .text-\[clamp\(14px\,2\.4vw\,18px\)\] {
    font-size: clamp(14px, 2.4vw, 18px);
  }
  .text-\[clamp\(14px\,2\.4vw\,20px\)\] {
    font-size: clamp(14px, 2.4vw, 20px);
  }
  .text-\[clamp\(14px\,2\.4vw\,25px\)\] {
    font-size: clamp(14px, 2.4vw, 25px);
  }
  .text-\[clamp\(14px\,2\.6vw\,16px\)\] {
    font-size: clamp(14px, 2.6vw, 16px);
  }
  .text-\[clamp\(14px\,2\.6vw\,20px\)\] {
    font-size: clamp(14px, 2.6vw, 20px);
  }
  .text-\[clamp\(14px\,2vw\,18px\)\] {
    font-size: clamp(14px, 2vw, 18px);
  }
  .text-\[clamp\(14px\,3\.2vw\,30px\)\] {
    font-size: clamp(14px, 3.2vw, 30px);
  }
  .text-\[clamp\(15px\,1\.8vw\,20px\)\] {
    font-size: clamp(15px, 1.8vw, 20px);
  }
  .text-\[clamp\(15px\,2\.1vw\,20px\)\] {
    font-size: clamp(15px, 2.1vw, 20px);
  }
  .text-\[clamp\(15px\,3\.8vw\,18px\)\] {
    font-size: clamp(15px, 3.8vw, 18px);
  }
  .text-\[clamp\(15px\,4\.4vw\,18px\)\] {
    font-size: clamp(15px, 4.4vw, 18px);
  }
  .text-\[clamp\(15px\,4vw\,18px\)\] {
    font-size: clamp(15px, 4vw, 18px);
  }
  .text-\[clamp\(16px\,1\.2vw\,20px\)\] {
    font-size: clamp(16px, 1.2vw, 20px);
  }
  .text-\[clamp\(16px\,2\.2vw\,20px\)\] {
    font-size: clamp(16px, 2.2vw, 20px);
  }
  .text-\[clamp\(16px\,2\.2vw\,25px\)\] {
    font-size: clamp(16px, 2.2vw, 25px);
  }
  .text-\[clamp\(16px\,2\.4vw\,20px\)\] {
    font-size: clamp(16px, 2.4vw, 20px);
  }
  .text-\[clamp\(16px\,2\.4vw\,22px\)\] {
    font-size: clamp(16px, 2.4vw, 22px);
  }
  .text-\[clamp\(16px\,2\.4vw\,26px\)\] {
    font-size: clamp(16px, 2.4vw, 26px);
  }
  .text-\[clamp\(16px\,2vw\,25px\)\] {
    font-size: clamp(16px, 2vw, 25px);
  }
  .text-\[clamp\(16px\,3\.2vw\,20px\)\] {
    font-size: clamp(16px, 3.2vw, 20px);
  }
  .text-\[clamp\(16px\,3\.6vw\,26px\)\] {
    font-size: clamp(16px, 3.6vw, 26px);
  }
  .text-\[clamp\(16px\,3\.6vw\,35px\)\] {
    font-size: clamp(16px, 3.6vw, 35px);
  }
  .text-\[clamp\(16px\,4vw\,25px\)\] {
    font-size: clamp(16px, 4vw, 25px);
  }
  .text-\[clamp\(18px\,2\.1vw\,22px\)\] {
    font-size: clamp(18px, 2.1vw, 22px);
  }
  .text-\[clamp\(18px\,2\.2vw\,22px\)\] {
    font-size: clamp(18px, 2.2vw, 22px);
  }
  .text-\[clamp\(18px\,2\.2vw\,24px\)\] {
    font-size: clamp(18px, 2.2vw, 24px);
  }
  .text-\[clamp\(18px\,2\.2vw\,25px\)\] {
    font-size: clamp(18px, 2.2vw, 25px);
  }
  .text-\[clamp\(18px\,2\.6vw\,25px\)\] {
    font-size: clamp(18px, 2.6vw, 25px);
  }
  .text-\[clamp\(18px\,2\.6vw\,28px\)\] {
    font-size: clamp(18px, 2.6vw, 28px);
  }
  .text-\[clamp\(18px\,2\.6vw\,30px\)\] {
    font-size: clamp(18px, 2.6vw, 30px);
  }
  .text-\[clamp\(18px\,2\.8vw\,25px\)\] {
    font-size: clamp(18px, 2.8vw, 25px);
  }
  .text-\[clamp\(18px\,2\.8vw\,30px\)\] {
    font-size: clamp(18px, 2.8vw, 30px);
  }
  .text-\[clamp\(18px\,3\.2vw\,30px\)\] {
    font-size: clamp(18px, 3.2vw, 30px);
  }
  .text-\[clamp\(18px\,3\.4vw\,38px\)\] {
    font-size: clamp(18px, 3.4vw, 38px);
  }
  .text-\[clamp\(18px\,3vw\,30px\)\] {
    font-size: clamp(18px, 3vw, 30px);
  }
  .text-\[clamp\(18px\,5vw\,22px\)\] {
    font-size: clamp(18px, 5vw, 22px);
  }
  .text-\[clamp\(20px\,3\.4vw\,30px\)\] {
    font-size: clamp(20px, 3.4vw, 30px);
  }
  .text-\[clamp\(20px\,3vw\,35px\)\] {
    font-size: clamp(20px, 3vw, 35px);
  }
  .text-\[clamp\(20px\,4\.2vw\,26px\)\] {
    font-size: clamp(20px, 4.2vw, 26px);
  }
  .text-\[clamp\(20px\,4\.2vw\,35px\)\] {
    font-size: clamp(20px, 4.2vw, 35px);
  }
  .text-\[clamp\(20px\,4vw\,50px\)\] {
    font-size: clamp(20px, 4vw, 50px);
  }
  .text-\[clamp\(22px\,3\.6vw\,42px\)\] {
    font-size: clamp(22px, 3.6vw, 42px);
  }
  .text-\[clamp\(22px\,3\.8vw\,32px\)\] {
    font-size: clamp(22px, 3.8vw, 32px);
  }
  .text-\[clamp\(22px\,4vw\,50px\)\] {
    font-size: clamp(22px, 4vw, 50px);
  }
  .text-\[clamp\(22px\,4vw\,60px\)\] {
    font-size: clamp(22px, 4vw, 60px);
  }
  .text-\[clamp\(22px\,5vw\,28px\)\] {
    font-size: clamp(22px, 5vw, 28px);
  }
  .text-\[clamp\(22px\,6vw\,32px\)\] {
    font-size: clamp(22px, 6vw, 32px);
  }
  .text-\[clamp\(24px\,3\.4vw\,34px\)\] {
    font-size: clamp(24px, 3.4vw, 34px);
  }
  .text-\[clamp\(24px\,3\.5vw\,40px\)\] {
    font-size: clamp(24px, 3.5vw, 40px);
  }
  .text-\[clamp\(24px\,4vw\,40px\)\] {
    font-size: clamp(24px, 4vw, 40px);
  }
  .text-\[clamp\(24px\,4vw\,50px\)\] {
    font-size: clamp(24px, 4vw, 50px);
  }
  .text-\[clamp\(24px\,5vw\,40px\)\] {
    font-size: clamp(24px, 5vw, 40px);
  }
  .text-\[clamp\(26px\,3\.2vw\,40px\)\] {
    font-size: clamp(26px, 3.2vw, 40px);
  }
  .text-\[clamp\(26px\,4vw\,40px\)\] {
    font-size: clamp(26px, 4vw, 40px);
  }
  .text-\[clamp\(26px\,6vw\,52px\)\] {
    font-size: clamp(26px, 6vw, 52px);
  }
  .text-\[clamp\(28px\,4\.2vw\,48px\)\] {
    font-size: clamp(28px, 4.2vw, 48px);
  }
  .text-\[clamp\(28px\,4\.2vw\,50px\)\] {
    font-size: clamp(28px, 4.2vw, 50px);
  }
  .text-\[clamp\(28px\,4vw\,42px\)\] {
    font-size: clamp(28px, 4vw, 42px);
  }
  .text-\[clamp\(28px\,4vw\,50px\)\] {
    font-size: clamp(28px, 4vw, 50px);
  }
  .text-\[clamp\(28px\,5vw\,56px\)\] {
    font-size: clamp(28px, 5vw, 56px);
  }
  .text-\[clamp\(30px\,5vw\,56px\)\] {
    font-size: clamp(30px, 5vw, 56px);
  }
  .text-\[clamp\(30px\,5vw\,58px\)\] {
    font-size: clamp(30px, 5vw, 58px);
  }
  .text-\[clamp\(30px\,5vw\,60px\)\] {
    font-size: clamp(30px, 5vw, 60px);
  }
  .text-\[clamp\(30px\,7vw\,60px\)\] {
    font-size: clamp(30px, 7vw, 60px);
  }
  .text-\[clamp\(32px\,4\.6vw\,54px\)\] {
    font-size: clamp(32px, 4.6vw, 54px);
  }
  .text-\[clamp\(32px\,8vw\,70px\)\] {
    font-size: clamp(32px, 8vw, 70px);
  }
  .text-\[clamp\(34px\,4\.2vw\,60px\)\] {
    font-size: clamp(34px, 4.2vw, 60px);
  }
  .text-\[clamp\(34px\,5vw\,56px\)\] {
    font-size: clamp(34px, 5vw, 56px);
  }
  .text-\[clamp\(34px\,5vw\,58px\)\] {
    font-size: clamp(34px, 5vw, 58px);
  }
  .text-\[clamp\(34px\,5vw\,60px\)\] {
    font-size: clamp(34px, 5vw, 60px);
  }
  .text-\[clamp\(34px\,7vw\,60px\)\] {
    font-size: clamp(34px, 7vw, 60px);
  }
  .text-\[clamp\(34px\,11vw\,52px\)\] {
    font-size: clamp(34px, 11vw, 52px);
  }
  .text-\[clamp\(40px\,5\.2vw\,54px\)\] {
    font-size: clamp(40px, 5.2vw, 54px);
  }
  .text-\[clamp\(40px\,5\.2vw\,58px\)\] {
    font-size: clamp(40px, 5.2vw, 58px);
  }
  .text-\[clamp\(40px\,5\.2vw\,64px\)\] {
    font-size: clamp(40px, 5.2vw, 64px);
  }
  .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-10 {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.05\] {
    --tw-leading: 1.05;
    line-height: 1.05;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-\[1\.7\] {
    --tw-leading: 1.7;
    line-height: 1.7;
  }
  .leading-\[1\.08\] {
    --tw-leading: 1.08;
    line-height: 1.08;
  }
  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }
  .leading-\[1\.18\] {
    --tw-leading: 1.18;
    line-height: 1.18;
  }
  .leading-\[1\.22\] {
    --tw-leading: 1.22;
    line-height: 1.22;
  }
  .leading-\[1\.25\] {
    --tw-leading: 1.25;
    line-height: 1.25;
  }
  .leading-\[1\.35\] {
    --tw-leading: 1.35;
    line-height: 1.35;
  }
  .leading-\[1\.45\] {
    --tw-leading: 1.45;
    line-height: 1.45;
  }
  .leading-\[1\.55\] {
    --tw-leading: 1.55;
    line-height: 1.55;
  }
  .leading-\[1\.65\] {
    --tw-leading: 1.65;
    line-height: 1.65;
  }
  .leading-\[1\.75\] {
    --tw-leading: 1.75;
    line-height: 1.75;
  }
  .leading-\[1\] {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-\[14px\] {
    --tw-leading: 14px;
    line-height: 14px;
  }
  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }
  .leading-\[17px\] {
    --tw-leading: 17px;
    line-height: 17px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[19px\] {
    --tw-leading: 19px;
    line-height: 19px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[21px\] {
    --tw-leading: 21px;
    line-height: 21px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[25px\] {
    --tw-leading: 25px;
    line-height: 25px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[29px\] {
    --tw-leading: 29px;
    line-height: 29px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }
  .leading-\[35px\] {
    --tw-leading: 35px;
    line-height: 35px;
  }
  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-\[43px\] {
    --tw-leading: 43px;
    line-height: 43px;
  }
  .leading-\[75px\] {
    --tw-leading: 75px;
    line-height: 75px;
  }
  .leading-\[92px\] {
    --tw-leading: 92px;
    line-height: 92px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .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-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .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-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-\[0\.3em\] {
    --tw-tracking: 0.3em;
    letter-spacing: 0.3em;
  }
  .tracking-\[0\.26em\] {
    --tw-tracking: 0.26em;
    letter-spacing: 0.26em;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .text-\[\#0E1B40\] {
    color: #0E1B40;
  }
  .text-\[\#000\] {
    color: #000;
  }
  .text-\[\#000000\] {
    color: #000000;
  }
  .text-\[\#1A2550\] {
    color: #1A2550;
  }
  .text-\[\#1E1E1E\] {
    color: #1E1E1E;
  }
  .text-\[\#1E1E1E\]\/60 {
    color: color-mix(in oklab, #1E1E1E 60%, transparent);
  }
  .text-\[\#1E1E1E\]\/80 {
    color: color-mix(in oklab, #1E1E1E 80%, transparent);
  }
  .text-\[\#1E1E1E\]\/85 {
    color: color-mix(in oklab, #1E1E1E 85%, transparent);
  }
  .text-\[\#3b4371\]\/85 {
    color: color-mix(in oklab, #3b4371 85%, transparent);
  }
  .text-\[\#5E6EA7\] {
    color: #5E6EA7;
  }
  .text-\[\#6C6C6F\] {
    color: #6C6C6F;
  }
  .text-\[\#6E78A8\] {
    color: #6E78A8;
  }
  .text-\[\#007A3D\] {
    color: #007A3D;
  }
  .text-\[\#8CC3A8\] {
    color: #8CC3A8;
  }
  .text-\[\#9CA3AF\] {
    color: #9CA3AF;
  }
  .text-\[\#258C58\] {
    color: #258C58;
  }
  .text-\[\#258C58\]\/40 {
    color: color-mix(in oklab, #258C58 40%, transparent);
  }
  .text-\[\#404a7a\] {
    color: #404a7a;
  }
  .text-\[\#444\] {
    color: #444;
  }
  .text-\[\#915D2D\] {
    color: #915D2D;
  }
  .text-\[\#13152E\] {
    color: #13152E;
  }
  .text-\[\#20306C\] {
    color: #20306C;
  }
  .text-\[\#20306C\]\/40 {
    color: color-mix(in oklab, #20306C 40%, transparent);
  }
  .text-\[\#151938\] {
    color: #151938;
  }
  .text-\[\#162147\] {
    color: #162147;
  }
  .text-\[\#172042\] {
    color: #172042;
  }
  .text-\[\#213269\] {
    color: #213269;
  }
  .text-\[\#DDAC17\] {
    color: #DDAC17;
  }
  .text-\[\#F0F0F0\] {
    color: #F0F0F0;
  }
  .text-\[\#F1F1F6\] {
    color: #F1F1F6;
  }
  .text-\[\#F4F4F2\] {
    color: #F4F4F2;
  }
  .text-\[\#F4F4F2\]\/90 {
    color: color-mix(in oklab, #F4F4F2 90%, transparent);
  }
  .text-\[rgba\(0\,122\,61\,0\.45\)\] {
    color: rgba(0,122,61,0.45);
  }
  .text-\[rgba\(0\,122\,61\,0\.75\)\] {
    color: rgba(0,122,61,0.75);
  }
  .text-\[rgba\(21\,25\,56\,0\.85\)\] {
    color: rgba(21,25,56,0.85);
  }
  .text-\[rgba\(32\,48\,108\,0\.4\)\] {
    color: rgba(32,48,108,0.4);
  }
  .text-\[rgba\(118\,119\,127\,0\.47\)\] {
    color: rgba(118,119,127,0.47);
  }
  .text-\[var\(--c-primary\)\] {
    color: var(--c-primary);
  }
  .text-\[var\(--c-text\)\] {
    color: var(--c-text);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black\/70 {
    color: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }
  .text-black\/75 {
    color: color-mix(in srgb, #000 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 75%, transparent);
    }
  }
  .text-black\/90 {
    color: color-mix(in srgb, #000 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 90%, transparent);
    }
  }
  .text-slate-400 {
    color: var(--color-slate-400);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-slate-500\/60 {
    color: color-mix(in srgb, oklch(55.4% 0.046 257.417) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-slate-500) 60%, transparent);
    }
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-slate-700 {
    color: var(--color-slate-700);
  }
  .text-slate-800 {
    color: var(--color-slate-800);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/60 {
    color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .text-white\/85 {
    color: color-mix(in srgb, #fff 85%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 85%, transparent);
    }
  }
  .text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .text-white\/95 {
    color: color-mix(in srgb, #fff 95%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 95%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-\[\#007A3D\] {
    text-decoration-color: #007A3D;
  }
  .decoration-\[\#20306C\] {
    text-decoration-color: #20306C;
  }
  .placeholder-\[\#6E78A8\] {
    &::placeholder {
      color: #6E78A8;
    }
  }
  .placeholder-\[\#007A3D\] {
    &::placeholder {
      color: #007A3D;
    }
  }
  .placeholder-\[\#A6D0BB\] {
    &::placeholder {
      color: #A6D0BB;
    }
  }
  .placeholder-\[\#BEC8ED\] {
    &::placeholder {
      color: #BEC8ED;
    }
  }
  .placeholder-\[rgba\(0\,122\,61\,0\.45\)\] {
    &::placeholder {
      color: rgba(0,122,61,0.45);
    }
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-85 {
    opacity: 85%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .opacity-95 {
    opacity: 95%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .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);
  }
  .shadow-\[0_4px_4px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0 4px 4px var(--tw-shadow-color, rgba(0,0,0,0.25));
    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_4px_10px_rgba\(0\,0\,0\,\.15\)\] {
    --tw-shadow: 0 4px 10px var(--tw-shadow-color, rgba(0,0,0,.15));
    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_6px_18px_rgba\(0\,0\,0\,\.08\)\] {
    --tw-shadow: 0 6px 18px var(--tw-shadow-color, rgba(0,0,0,.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_10px_22px_rgba\(12\,26\,71\,0\.14\)\] {
    --tw-shadow: 0 10px 22px var(--tw-shadow-color, rgba(12,26,71,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);
  }
  .shadow-\[0_12px_28px_rgba\(12\,26\,71\,0\.12\)\] {
    --tw-shadow: 0 12px 28px var(--tw-shadow-color, rgba(12,26,71,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_12px_28px_rgba\(12\,26\,71\,0\.15\)\] {
    --tw-shadow: 0 12px 28px var(--tw-shadow-color, rgba(12,26,71,0.15));
    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_32px_rgba\(9\,18\,46\,0\.35\)\] {
    --tw-shadow: 0 16px 32px var(--tw-shadow-color, rgba(9,18,46,0.35));
    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_32px_rgba\(12\,26\,71\,0\.18\)\] {
    --tw-shadow: 0 16px 32px var(--tw-shadow-color, rgba(12,26,71,0.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_18px_36px_rgba\(12\,26\,71\,0\.18\)\] {
    --tw-shadow: 0 18px 36px var(--tw-shadow-color, rgba(12,26,71,0.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_20px_40px_rgba\(9\,18\,46\,0\.18\)\] {
    --tw-shadow: 0 20px 40px var(--tw-shadow-color, rgba(9,18,46,0.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_22px_50px_rgba\(18\,30\,70\,0\.12\)\] {
    --tw-shadow: 0 22px 50px var(--tw-shadow-color, rgba(18,30,70,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_24px_60px_rgba\(8\,19\,54\,0\.12\)\] {
    --tw-shadow: 0 24px 60px var(--tw-shadow-color, rgba(8,19,54,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_24px_60px_rgba\(8\,19\,54\,0\.28\)\] {
    --tw-shadow: 0 24px 60px var(--tw-shadow-color, rgba(8,19,54,0.28));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --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);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
  }
  .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);
  }
  .shadow-soft {
    --tw-shadow: 0 10px 30px var(--tw-shadow-color, rgba(0, 0, 0, 0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + 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);
  }
  .shadow-soft {
    box-shadow: var(--shadow-soft);
  }
  .ring-black\/5 {
    --tw-ring-color: color-mix(in srgb, #000 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }
  .ring-white\/20 {
    --tw-ring-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .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,);
  }
  .\[filter\:drop-shadow\(0_4px_4px_rgba\(0\,0\,0\,\.45\)\)\] {
    filter: drop-shadow(0 4px 4px rgba(0,0,0,.45));
  }
  .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,);
  }
  .backdrop-blur-\[2\.5px\] {
    --tw-backdrop-blur: blur(2.5px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-\[2px\] {
    --tw-backdrop-blur: blur(2px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    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, 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-all {
    transition-property: all;
    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));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-400 {
    --tw-duration: 400ms;
    transition-duration: 400ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-\[cubic-bezier\(\.22\,\.61\,\.36\,1\)\] {
    --tw-ease: cubic-bezier(.22,.61,.36,1);
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .will-change-transform {
    will-change: transform;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[--gap\:\.75rem\] {
    --gap: .75rem;
  }
  .\[--gap\:1\.5rem\] {
    --gap: 1.5rem;
  }
  .group-hover\:translate-x-0\.5 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * 0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:translate-x-\[2px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: 2px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:-translate-y-0\.5 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:scale-\[1\.01\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.01;
      }
    }
  }
  .group-hover\:scale-\[1\.02\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.02;
      }
    }
  }
  .group-hover\:border-\[var\(--c-primary\)\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: var(--c-primary);
      }
    }
  }
  .group-hover\:bg-\[\#1B2A59\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #1B2A59;
      }
    }
  }
  .group-hover\:text-\[\#00B374\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #00B374;
      }
    }
  }
  .group-hover\:text-\[\#007A3D\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #007A3D;
      }
    }
  }
  .group-hover\:text-\[\#20306C\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #20306C;
      }
    }
  }
  .group-hover\:opacity-80 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .group-hover\:shadow-lg {
    &:is(:where(.group):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);
      }
    }
  }
  .group-hover\:brightness-95 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-brightness: brightness(95%);
        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,);
      }
    }
  }
  .marker\:text-\[\#1E1E1E\]\/60 {
    & *::marker {
      color: color-mix(in oklab, #1E1E1E 60%, transparent);
    }
    &::marker {
      color: color-mix(in oklab, #1E1E1E 60%, transparent);
    }
    & *::-webkit-details-marker {
      color: color-mix(in oklab, #1E1E1E 60%, transparent);
    }
    &::-webkit-details-marker {
      color: color-mix(in oklab, #1E1E1E 60%, transparent);
    }
  }
  .marker\:text-\[\#20306C\] {
    & *::marker {
      color: #20306C;
    }
    &::marker {
      color: #20306C;
    }
    & *::-webkit-details-marker {
      color: #20306C;
    }
    &::-webkit-details-marker {
      color: #20306C;
    }
  }
  .marker\:text-black\/70 {
    & *::marker {
      color: color-mix(in srgb, #000 70%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-black) 70%, transparent);
      }
    }
    &::marker {
      color: color-mix(in srgb, #000 70%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-black) 70%, transparent);
      }
    }
    & *::-webkit-details-marker {
      color: color-mix(in srgb, #000 70%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-black) 70%, transparent);
      }
    }
    &::-webkit-details-marker {
      color: color-mix(in srgb, #000 70%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-black) 70%, transparent);
      }
    }
  }
  .placeholder\:text-\[\#4B5788\]\/75 {
    &::placeholder {
      color: color-mix(in oklab, #4B5788 75%, transparent);
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-\[0\.75em\] {
    &::before {
      content: var(--tw-content);
      top: 0.75em;
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .before\:h-2 {
    &::before {
      content: var(--tw-content);
      height: calc(var(--spacing) * 2);
    }
  }
  .before\:w-2 {
    &::before {
      content: var(--tw-content);
      width: calc(var(--spacing) * 2);
    }
  }
  .before\:rounded-full {
    &::before {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .before\:bg-\[\#1E1E1E\]\/60 {
    &::before {
      content: var(--tw-content);
      background-color: color-mix(in oklab, #1E1E1E 60%, transparent);
    }
  }
  .before\:content-\[\'\'\] {
    &::before {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .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-\[1px\] {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(1px * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:border-\[\#20306C\] {
    &:hover {
      @media (hover: hover) {
        border-color: #20306C;
      }
    }
  }
  .hover\:border-\[var\(--c-primary\)\] {
    &:hover {
      @media (hover: hover) {
        border-color: var(--c-primary);
      }
    }
  }
  .hover\:bg-\[\#1B2A59\] {
    &:hover {
      @media (hover: hover) {
        background-color: #1B2A59;
      }
    }
  }
  .hover\:bg-\[\#1b2a59\] {
    &:hover {
      @media (hover: hover) {
        background-color: #1b2a59;
      }
    }
  }
  .hover\:bg-\[\#056b36\] {
    &:hover {
      @media (hover: hover) {
        background-color: #056b36;
      }
    }
  }
  .hover\:bg-\[\#006332\] {
    &:hover {
      @media (hover: hover) {
        background-color: #006332;
      }
    }
  }
  .hover\:bg-\[\#c8ecd9\] {
    &:hover {
      @media (hover: hover) {
        background-color: #c8ecd9;
      }
    }
  }
  .hover\:bg-\[\#d8defc\] {
    &:hover {
      @media (hover: hover) {
        background-color: #d8defc;
      }
    }
  }
  .hover\:bg-\[rgba\(32\,48\,108\,0\.18\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: rgba(32,48,108,0.18);
      }
    }
  }
  .hover\:bg-black\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #000 5%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 5%, transparent);
        }
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:bg-white\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-white\/25 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 25%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 25%, transparent);
        }
      }
    }
  }
  .hover\:text-\[\#00B374\] {
    &:hover {
      @media (hover: hover) {
        color: #00B374;
      }
    }
  }
  .hover\:text-\[\#007A3D\] {
    &:hover {
      @media (hover: hover) {
        color: #007A3D;
      }
    }
  }
  .hover\:text-\[\#20306C\] {
    &:hover {
      @media (hover: hover) {
        color: #20306C;
      }
    }
  }
  .hover\:text-\[var\(--c-text\)\] {
    &:hover {
      @media (hover: hover) {
        color: var(--c-text);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .hover\:opacity-95 {
    &:hover {
      @media (hover: hover) {
        opacity: 95%;
      }
    }
  }
  .hover\:shadow-\[0_10px_25px_rgba\(0\,0\,0\,\.25\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 25px var(--tw-shadow-color, rgba(0,0,0,.25));
        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-md {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
      }
    }
  }
  .hover\:shadow-sm {
    &:hover {
      @media (hover: hover) {
        --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);
      }
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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-\[\#007A3D\] {
    &:focus {
      --tw-ring-color: #007A3D;
    }
  }
  .focus\:ring-\[\#20306C\] {
    &:focus {
      --tw-ring-color: #20306C;
    }
  }
  .focus\:ring-offset-2 {
    &:focus {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus-visible\:ring-2 {
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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-visible\:ring-\[\#0ea36a\] {
    &:focus-visible {
      --tw-ring-color: #0ea36a;
    }
  }
  .focus-visible\:ring-\[\#00B374\] {
    &:focus-visible {
      --tw-ring-color: #00B374;
    }
  }
  .focus-visible\:ring-\[\#8FA5F7\] {
    &:focus-visible {
      --tw-ring-color: #8FA5F7;
    }
  }
  .focus-visible\:ring-\[\#20306C\] {
    &:focus-visible {
      --tw-ring-color: #20306C;
    }
  }
  .focus-visible\:ring-\[\#20306C\]\/70 {
    &:focus-visible {
      --tw-ring-color: color-mix(in oklab, #20306C 70%, transparent);
    }
  }
  .focus-visible\:ring-\[var\(--c-primary\)\] {
    &:focus-visible {
      --tw-ring-color: var(--c-primary);
    }
  }
  .focus-visible\:ring-white\/60 {
    &:focus-visible {
      --tw-ring-color: color-mix(in srgb, #fff 60%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-white) 60%, transparent);
      }
    }
  }
  .focus-visible\:ring-offset-2 {
    &:focus-visible {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus-visible\:ring-offset-white {
    &:focus-visible {
      --tw-ring-offset-color: var(--color-white);
    }
  }
  .focus-visible\:outline-none {
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .active\:scale-95 {
    &:active {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .sm\:inset-x-4 {
    @media (width >= 40rem) {
      inset-inline: calc(var(--spacing) * 4);
    }
  }
  .sm\:top-4 {
    @media (width >= 40rem) {
      top: calc(var(--spacing) * 4);
    }
  }
  .sm\:right-4 {
    @media (width >= 40rem) {
      right: calc(var(--spacing) * 4);
    }
  }
  .sm\:bottom-4 {
    @media (width >= 40rem) {
      bottom: calc(var(--spacing) * 4);
    }
  }
  .sm\:mt-3 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 3);
    }
  }
  .sm\:mt-4 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .sm\:mt-5 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .sm\:mt-6 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .sm\:mt-8 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .sm\:inline-block {
    @media (width >= 40rem) {
      display: inline-block;
    }
  }
  .sm\:aspect-\[5\/3\] {
    @media (width >= 40rem) {
      aspect-ratio: 5/3;
    }
  }
  .sm\:aspect-\[16\/10\] {
    @media (width >= 40rem) {
      aspect-ratio: 16/10;
    }
  }
  .sm\:h-4 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 4);
    }
  }
  .sm\:h-5 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 5);
    }
  }
  .sm\:h-7 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 7);
    }
  }
  .sm\:h-\[18px\] {
    @media (width >= 40rem) {
      height: 18px;
    }
  }
  .sm\:h-\[20px\] {
    @media (width >= 40rem) {
      height: 20px;
    }
  }
  .sm\:h-\[32px\] {
    @media (width >= 40rem) {
      height: 32px;
    }
  }
  .sm\:h-\[40px\] {
    @media (width >= 40rem) {
      height: 40px;
    }
  }
  .sm\:h-\[44px\] {
    @media (width >= 40rem) {
      height: 44px;
    }
  }
  .sm\:h-\[50px\] {
    @media (width >= 40rem) {
      height: 50px;
    }
  }
  .sm\:h-\[53px\] {
    @media (width >= 40rem) {
      height: 53px;
    }
  }
  .sm\:h-\[72px\] {
    @media (width >= 40rem) {
      height: 72px;
    }
  }
  .sm\:h-\[100px\] {
    @media (width >= 40rem) {
      height: 100px;
    }
  }
  .sm\:h-\[110px\] {
    @media (width >= 40rem) {
      height: 110px;
    }
  }
  .sm\:h-\[120px\] {
    @media (width >= 40rem) {
      height: 120px;
    }
  }
  .sm\:h-\[230px\] {
    @media (width >= 40rem) {
      height: 230px;
    }
  }
  .sm\:h-\[280px\] {
    @media (width >= 40rem) {
      height: 280px;
    }
  }
  .sm\:h-\[320px\] {
    @media (width >= 40rem) {
      height: 320px;
    }
  }
  .sm\:h-\[420px\] {
    @media (width >= 40rem) {
      height: 420px;
    }
  }
  .sm\:h-\[456px\] {
    @media (width >= 40rem) {
      height: 456px;
    }
  }
  .sm\:h-\[460px\] {
    @media (width >= 40rem) {
      height: 460px;
    }
  }
  .sm\:w-4 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 4);
    }
  }
  .sm\:w-5 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 5);
    }
  }
  .sm\:w-7 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 7);
    }
  }
  .sm\:w-\[18px\] {
    @media (width >= 40rem) {
      width: 18px;
    }
  }
  .sm\:w-\[20px\] {
    @media (width >= 40rem) {
      width: 20px;
    }
  }
  .sm\:w-\[50px\] {
    @media (width >= 40rem) {
      width: 50px;
    }
  }
  .sm\:w-\[60px\] {
    @media (width >= 40rem) {
      width: 60px;
    }
  }
  .sm\:w-\[88px\] {
    @media (width >= 40rem) {
      width: 88px;
    }
  }
  .sm\:w-\[110px\] {
    @media (width >= 40rem) {
      width: 110px;
    }
  }
  .sm\:w-\[150px\] {
    @media (width >= 40rem) {
      width: 150px;
    }
  }
  .sm\:w-\[210px\] {
    @media (width >= 40rem) {
      width: 210px;
    }
  }
  .sm\:w-\[220px\] {
    @media (width >= 40rem) {
      width: 220px;
    }
  }
  .sm\:w-\[260px\] {
    @media (width >= 40rem) {
      width: 260px;
    }
  }
  .sm\:w-\[300px\] {
    @media (width >= 40rem) {
      width: 300px;
    }
  }
  .sm\:w-\[360px\] {
    @media (width >= 40rem) {
      width: 360px;
    }
  }
  .sm\:w-\[min\(420px\,60\%\)\] {
    @media (width >= 40rem) {
      width: min(420px, 60%);
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:max-w-\[180px\] {
    @media (width >= 40rem) {
      max-width: 180px;
    }
  }
  .sm\:max-w-\[300px\] {
    @media (width >= 40rem) {
      max-width: 300px;
    }
  }
  .sm\:max-w-\[520px\] {
    @media (width >= 40rem) {
      max-width: 520px;
    }
  }
  .sm\:max-w-\[600px\] {
    @media (width >= 40rem) {
      max-width: 600px;
    }
  }
  .sm\:max-w-none {
    @media (width >= 40rem) {
      max-width: none;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:justify-center {
    @media (width >= 40rem) {
      justify-content: center;
    }
  }
  .sm\:justify-end {
    @media (width >= 40rem) {
      justify-content: flex-end;
    }
  }
  .sm\:gap-2\.5 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 2.5);
    }
  }
  .sm\:gap-3 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .sm\:gap-4 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:gap-5 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .sm\:gap-6 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:space-y-3 {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:space-y-4 {
    @media (width >= 40rem) {
      :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)));
      }
    }
  }
  .sm\:space-y-6 {
    @media (width >= 40rem) {
      :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)));
      }
    }
  }
  .sm\:gap-x-8 {
    @media (width >= 40rem) {
      column-gap: calc(var(--spacing) * 8);
    }
  }
  .sm\:gap-y-10 {
    @media (width >= 40rem) {
      row-gap: calc(var(--spacing) * 10);
    }
  }
  .sm\:p-3\.5 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 3.5);
    }
  }
  .sm\:p-4 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .sm\:p-5 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .sm\:p-6 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .sm\:p-7 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 7);
    }
  }
  .sm\:p-8 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-3\.5 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 3.5);
    }
  }
  .sm\:px-4 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .sm\:px-5 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .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\:py-4 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .sm\:py-9 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 9);
    }
  }
  .sm\:py-10 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .sm\:py-14 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .sm\:text-left {
    @media (width >= 40rem) {
      text-align: left;
    }
  }
  .sm\:text-\[12px\] {
    @media (width >= 40rem) {
      font-size: 12px;
    }
  }
  .sm\:text-\[13px\] {
    @media (width >= 40rem) {
      font-size: 13px;
    }
  }
  .sm\:text-\[14px\] {
    @media (width >= 40rem) {
      font-size: 14px;
    }
  }
  .sm\:text-\[16px\] {
    @media (width >= 40rem) {
      font-size: 16px;
    }
  }
  .sm\:text-\[17px\] {
    @media (width >= 40rem) {
      font-size: 17px;
    }
  }
  .sm\:text-\[18px\] {
    @media (width >= 40rem) {
      font-size: 18px;
    }
  }
  .sm\:text-\[19px\] {
    @media (width >= 40rem) {
      font-size: 19px;
    }
  }
  .sm\:text-\[20px\] {
    @media (width >= 40rem) {
      font-size: 20px;
    }
  }
  .sm\:text-\[22px\] {
    @media (width >= 40rem) {
      font-size: 22px;
    }
  }
  .sm\:text-\[25px\] {
    @media (width >= 40rem) {
      font-size: 25px;
    }
  }
  .sm\:text-\[28px\] {
    @media (width >= 40rem) {
      font-size: 28px;
    }
  }
  .sm\:text-\[60px\] {
    @media (width >= 40rem) {
      font-size: 60px;
    }
  }
  .sm\:text-\[70px\] {
    @media (width >= 40rem) {
      font-size: 70px;
    }
  }
  .sm\:leading-7 {
    @media (width >= 40rem) {
      --tw-leading: calc(var(--spacing) * 7);
      line-height: calc(var(--spacing) * 7);
    }
  }
  .sm\:leading-\[1\.5\] {
    @media (width >= 40rem) {
      --tw-leading: 1.5;
      line-height: 1.5;
    }
  }
  .sm\:leading-\[1\.14\] {
    @media (width >= 40rem) {
      --tw-leading: 1.14;
      line-height: 1.14;
    }
  }
  .sm\:leading-tight {
    @media (width >= 40rem) {
      --tw-leading: var(--leading-tight);
      line-height: var(--leading-tight);
    }
  }
  .sm\:tracking-\[0\.3em\] {
    @media (width >= 40rem) {
      --tw-tracking: 0.3em;
      letter-spacing: 0.3em;
    }
  }
  .sm\:tracking-wide {
    @media (width >= 40rem) {
      --tw-tracking: var(--tracking-wide);
      letter-spacing: var(--tracking-wide);
    }
  }
  .md\:left-\[65px\] {
    @media (width >= 48rem) {
      left: 65px;
    }
  }
  .md\:col-span-3 {
    @media (width >= 48rem) {
      grid-column: span 3 / span 3;
    }
  }
  .md\:col-span-4 {
    @media (width >= 48rem) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:col-span-7 {
    @media (width >= 48rem) {
      grid-column: span 7 / span 7;
    }
  }
  .md\:col-span-8 {
    @media (width >= 48rem) {
      grid-column: span 8 / span 8;
    }
  }
  .md\:mt-4 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .md\:mt-5 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .md\:mt-6 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .md\:mt-12 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .md\:mt-16 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .md\:mb-16 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-5 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 5);
    }
  }
  .md\:h-6 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 6);
    }
  }
  .md\:h-8 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 8);
    }
  }
  .md\:h-10 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 10);
    }
  }
  .md\:h-\[24px\] {
    @media (width >= 48rem) {
      height: 24px;
    }
  }
  .md\:h-\[36px\] {
    @media (width >= 48rem) {
      height: 36px;
    }
  }
  .md\:h-\[46px\] {
    @media (width >= 48rem) {
      height: 46px;
    }
  }
  .md\:h-\[52px\] {
    @media (width >= 48rem) {
      height: 52px;
    }
  }
  .md\:h-\[60px\] {
    @media (width >= 48rem) {
      height: 60px;
    }
  }
  .md\:h-\[61px\] {
    @media (width >= 48rem) {
      height: 61px;
    }
  }
  .md\:h-\[110px\] {
    @media (width >= 48rem) {
      height: 110px;
    }
  }
  .md\:h-\[200px\] {
    @media (width >= 48rem) {
      height: 200px;
    }
  }
  .md\:h-\[380px\] {
    @media (width >= 48rem) {
      height: 380px;
    }
  }
  .md\:h-\[420px\] {
    @media (width >= 48rem) {
      height: 420px;
    }
  }
  .md\:h-\[480px\] {
    @media (width >= 48rem) {
      height: 480px;
    }
  }
  .md\:w-5 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 5);
    }
  }
  .md\:w-6 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 6);
    }
  }
  .md\:w-8 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 8);
    }
  }
  .md\:w-\[24px\] {
    @media (width >= 48rem) {
      width: 24px;
    }
  }
  .md\:w-\[52px\] {
    @media (width >= 48rem) {
      width: 52px;
    }
  }
  .md\:w-\[104px\] {
    @media (width >= 48rem) {
      width: 104px;
    }
  }
  .md\:w-\[162px\] {
    @media (width >= 48rem) {
      width: 162px;
    }
  }
  .md\:w-\[240px\] {
    @media (width >= 48rem) {
      width: 240px;
    }
  }
  .md\:w-\[284px\] {
    @media (width >= 48rem) {
      width: 284px;
    }
  }
  .md\:w-\[350px\] {
    @media (width >= 48rem) {
      width: 350px;
    }
  }
  .md\:w-\[421px\] {
    @media (width >= 48rem) {
      width: 421px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:max-w-\[360px\] {
    @media (width >= 48rem) {
      max-width: 360px;
    }
  }
  .md\:max-w-\[var\(--aside\)\] {
    @media (width >= 48rem) {
      max-width: var(--aside);
    }
  }
  .md\:min-w-\[120px\] {
    @media (width >= 48rem) {
      min-width: 120px;
    }
  }
  .md\:list-outside {
    @media (width >= 48rem) {
      list-style-position: outside;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-12 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[160px_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 160px 1fr;
    }
  }
  .md\:grid-cols-\[auto_2px_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: auto 2px 1fr;
    }
  }
  .md\:grid-cols-\[minmax\(220px\,400px\)_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: minmax(220px,400px) 1fr;
    }
  }
  .md\:grid-cols-\[var\(--aside\)_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: var(--aside) 1fr;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-5 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-\[50px\] {
    @media (width >= 48rem) {
      gap: 50px;
    }
  }
  .md\:space-y-6 {
    @media (width >= 48rem) {
      :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)));
      }
    }
  }
  .md\:gap-x-8 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 8);
    }
  }
  .md\:rounded-\[20px\] {
    @media (width >= 48rem) {
      border-radius: 20px;
    }
  }
  .md\:rounded-\[24px\] {
    @media (width >= 48rem) {
      border-radius: 24px;
    }
  }
  .md\:p-5 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:p-7 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 7);
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:p-10 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-3 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .md\:px-4 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:px-5 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:py-0 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:py-2 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .md\:py-10 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .md\:pb-10 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:pl-6 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 6);
    }
  }
  .md\:\[text-indent\:-1\.5rem\] {
    @media (width >= 48rem) {
      text-indent: -1.5rem;
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 48rem) {
      font-size: 18px;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px;
    }
  }
  .md\:text-\[21px\] {
    @media (width >= 48rem) {
      font-size: 21px;
    }
  }
  .md\:text-\[22px\] {
    @media (width >= 48rem) {
      font-size: 22px;
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 48rem) {
      font-size: 24px;
    }
  }
  .md\:text-\[25px\] {
    @media (width >= 48rem) {
      font-size: 25px;
    }
  }
  .md\:text-\[28px\] {
    @media (width >= 48rem) {
      font-size: 28px;
    }
  }
  .md\:text-\[30px\] {
    @media (width >= 48rem) {
      font-size: 30px;
    }
  }
  .md\:text-\[32px\] {
    @media (width >= 48rem) {
      font-size: 32px;
    }
  }
  .md\:text-\[35px\] {
    @media (width >= 48rem) {
      font-size: 35px;
    }
  }
  .md\:text-\[36px\] {
    @media (width >= 48rem) {
      font-size: 36px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
  .md\:text-\[42px\] {
    @media (width >= 48rem) {
      font-size: 42px;
    }
  }
  .md\:text-\[clamp\(28px\,3\.6vw\,48px\)\] {
    @media (width >= 48rem) {
      font-size: clamp(28px, 3.6vw, 48px);
    }
  }
  .md\:text-\[clamp\(30px\,3\.6vw\,54px\)\] {
    @media (width >= 48rem) {
      font-size: clamp(30px, 3.6vw, 54px);
    }
  }
  .md\:leading-\[1\.2\] {
    @media (width >= 48rem) {
      --tw-leading: 1.2;
      line-height: 1.2;
    }
  }
  .md\:leading-\[1\.6\] {
    @media (width >= 48rem) {
      --tw-leading: 1.6;
      line-height: 1.6;
    }
  }
  .md\:leading-\[30px\] {
    @media (width >= 48rem) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .md\:leading-\[37px\] {
    @media (width >= 48rem) {
      --tw-leading: 37px;
      line-height: 37px;
    }
  }
  .md\:leading-\[75px\] {
    @media (width >= 48rem) {
      --tw-leading: 75px;
      line-height: 75px;
    }
  }
  .lg\:static {
    @media (width >= 64rem) {
      position: static;
    }
  }
  .lg\:top-auto {
    @media (width >= 64rem) {
      top: auto;
    }
  }
  .lg\:right-auto {
    @media (width >= 64rem) {
      right: auto;
    }
  }
  .lg\:order-first {
    @media (width >= 64rem) {
      order: -9999;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:col-span-5 {
    @media (width >= 64rem) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:col-span-6 {
    @media (width >= 64rem) {
      grid-column: span 6 / span 6;
    }
  }
  .lg\:col-span-7 {
    @media (width >= 64rem) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:row-span-2 {
    @media (width >= 64rem) {
      grid-row: span 2 / span 2;
    }
  }
  .lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-1\.5 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 1.5);
    }
  }
  .lg\:-mb-5 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * -5);
    }
  }
  .lg\:mb-8 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:mb-10 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:aspect-\[5\/6\] {
    @media (width >= 64rem) {
      aspect-ratio: 5/6;
    }
  }
  .lg\:h-\[24px\] {
    @media (width >= 64rem) {
      height: 24px;
    }
  }
  .lg\:h-\[100px\] {
    @media (width >= 64rem) {
      height: 100px;
    }
  }
  .lg\:h-\[140px\] {
    @media (width >= 64rem) {
      height: 140px;
    }
  }
  .lg\:h-\[210px\] {
    @media (width >= 64rem) {
      height: 210px;
    }
  }
  .lg\:h-\[315px\] {
    @media (width >= 64rem) {
      height: 315px;
    }
  }
  .lg\:h-\[500px\] {
    @media (width >= 64rem) {
      height: 500px;
    }
  }
  .lg\:h-\[520px\] {
    @media (width >= 64rem) {
      height: 520px;
    }
  }
  .lg\:h-\[660px\] {
    @media (width >= 64rem) {
      height: 660px;
    }
  }
  .lg\:h-full {
    @media (width >= 64rem) {
      height: 100%;
    }
  }
  .lg\:min-h-\[430px\] {
    @media (width >= 64rem) {
      min-height: 430px;
    }
  }
  .lg\:min-h-\[460px\] {
    @media (width >= 64rem) {
      min-height: 460px;
    }
  }
  .lg\:w-\[24px\] {
    @media (width >= 64rem) {
      width: 24px;
    }
  }
  .lg\:w-\[110px\] {
    @media (width >= 64rem) {
      width: 110px;
    }
  }
  .lg\:w-\[174px\] {
    @media (width >= 64rem) {
      width: 174px;
    }
  }
  .lg\:w-\[240px\] {
    @media (width >= 64rem) {
      width: 240px;
    }
  }
  .lg\:w-\[300px\] {
    @media (width >= 64rem) {
      width: 300px;
    }
  }
  .lg\:w-\[320px\] {
    @media (width >= 64rem) {
      width: 320px;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:w-fit {
    @media (width >= 64rem) {
      width: fit-content;
    }
  }
  .lg\:max-w-\[220px\] {
    @media (width >= 64rem) {
      max-width: 220px;
    }
  }
  .lg\:max-w-\[420px\] {
    @media (width >= 64rem) {
      max-width: 420px;
    }
  }
  .lg\:max-w-\[600px\] {
    @media (width >= 64rem) {
      max-width: 600px;
    }
  }
  .lg\:flex-1 {
    @media (width >= 64rem) {
      flex: 1;
    }
  }
  .lg\:flex-none {
    @media (width >= 64rem) {
      flex: none;
    }
  }
  .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-12 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[444px_405px_405px\] {
    @media (width >= 64rem) {
      grid-template-columns: 444px 405px 405px;
    }
  }
  .lg\:grid-cols-\[minmax\(0\,260px\)_minmax\(0\,1fr\)\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(0,260px) minmax(0,1fr);
    }
  }
  .lg\:grid-cols-\[minmax\(0\,320px\)_minmax\(0\,1fr\)\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(0,320px) minmax(0,1fr);
    }
  }
  .lg\:grid-cols-\[minmax\(0\,534px\)_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(0,534px) 1fr;
    }
  }
  .lg\:grid-rows-12 {
    @media (width >= 64rem) {
      grid-template-rows: repeat(12, minmax(0, 1fr));
    }
  }
  .lg\:grid-rows-\[315px_315px\] {
    @media (width >= 64rem) {
      grid-template-rows: 315px 315px;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:items-stretch {
    @media (width >= 64rem) {
      align-items: stretch;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-0 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-4 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-6 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-10 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:gap-12 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:space-y-10 {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:gap-x-16 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:rounded-\[24px\] {
    @media (width >= 64rem) {
      border-radius: 24px;
    }
  }
  .lg\:rounded-l-\[20px\] {
    @media (width >= 64rem) {
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
    }
  }
  .lg\:rounded-l-none {
    @media (width >= 64rem) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  }
  .lg\:rounded-r-\[20px\] {
    @media (width >= 64rem) {
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
    }
  }
  .lg\:rounded-r-none {
    @media (width >= 64rem) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  }
  .lg\:rounded-b-\[24px\] {
    @media (width >= 64rem) {
      border-bottom-right-radius: 24px;
      border-bottom-left-radius: 24px;
    }
  }
  .lg\:bg-white {
    @media (width >= 64rem) {
      background-color: var(--color-white);
    }
  }
  .lg\:p-5 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .lg\:p-6 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:p-10 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .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-12 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .lg\:px-70 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 70);
    }
  }
  .lg\:px-\[65px\] {
    @media (width >= 64rem) {
      padding-inline: 65px;
    }
  }
  .lg\:py-10 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .lg\:py-12 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .lg\:py-16 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-\[14px\] {
    @media (width >= 64rem) {
      font-size: 14px;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 64rem) {
      font-size: 16px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 64rem) {
      font-size: 20px;
    }
  }
  .lg\:text-\[21px\] {
    @media (width >= 64rem) {
      font-size: 21px;
    }
  }
  .lg\:text-\[22px\] {
    @media (width >= 64rem) {
      font-size: 22px;
    }
  }
  .lg\:text-\[24px\] {
    @media (width >= 64rem) {
      font-size: 24px;
    }
  }
  .lg\:text-\[25px\] {
    @media (width >= 64rem) {
      font-size: 25px;
    }
  }
  .lg\:text-\[26px\] {
    @media (width >= 64rem) {
      font-size: 26px;
    }
  }
  .lg\:text-\[45px\] {
    @media (width >= 64rem) {
      font-size: 45px;
    }
  }
  .lg\:text-\[52px\] {
    @media (width >= 64rem) {
      font-size: 52px;
    }
  }
  .lg\:text-\[88px\] {
    @media (width >= 64rem) {
      font-size: 88px;
    }
  }
  .lg\:text-\[100px\] {
    @media (width >= 64rem) {
      font-size: 100px;
    }
  }
  .lg\:text-\[clamp\(34px\,2\.8vw\,56px\)\] {
    @media (width >= 64rem) {
      font-size: clamp(34px, 2.8vw, 56px);
    }
  }
  .lg\:text-\[clamp\(36px\,2\.8vw\,60px\)\] {
    @media (width >= 64rem) {
      font-size: clamp(36px, 2.8vw, 60px);
    }
  }
  .lg\:text-\[clamp\(44px\,3\.6vw\,72px\)\] {
    @media (width >= 64rem) {
      font-size: clamp(44px, 3.6vw, 72px);
    }
  }
  .lg\:leading-8 {
    @media (width >= 64rem) {
      --tw-leading: calc(var(--spacing) * 8);
      line-height: calc(var(--spacing) * 8);
    }
  }
  .lg\:leading-\[1\.12\] {
    @media (width >= 64rem) {
      --tw-leading: 1.12;
      line-height: 1.12;
    }
  }
  .lg\:leading-\[32px\] {
    @media (width >= 64rem) {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }
  .lg\:leading-\[42px\] {
    @media (width >= 64rem) {
      --tw-leading: 42px;
      line-height: 42px;
    }
  }
  .lg\:leading-\[96px\] {
    @media (width >= 64rem) {
      --tw-leading: 96px;
      line-height: 96px;
    }
  }
  .lg\:text-\[\#1E1E1E\] {
    @media (width >= 64rem) {
      color: #1E1E1E;
    }
  }
  .lg\:text-\[\#007A3D\] {
    @media (width >= 64rem) {
      color: #007A3D;
    }
  }
  .lg\:text-\[var\(--c-primary\)\] {
    @media (width >= 64rem) {
      color: var(--c-primary);
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:aspect-\[7\/3\] {
    @media (width >= 80rem) {
      aspect-ratio: 7/3;
    }
  }
  .xl\:h-\[130px\] {
    @media (width >= 80rem) {
      height: 130px;
    }
  }
  .xl\:h-\[224px\] {
    @media (width >= 80rem) {
      height: 224px;
    }
  }
  .xl\:h-\[230px\] {
    @media (width >= 80rem) {
      height: 230px;
    }
  }
  .xl\:h-\[420px\] {
    @media (width >= 80rem) {
      height: 420px;
    }
  }
  .xl\:w-\[80px\] {
    @media (width >= 80rem) {
      width: 80px;
    }
  }
  .xl\:w-\[186px\] {
    @media (width >= 80rem) {
      width: 186px;
    }
  }
  .xl\:w-\[564px\] {
    @media (width >= 80rem) {
      width: 564px;
    }
  }
  .xl\:w-\[min\(28vw\,380px\)\] {
    @media (width >= 80rem) {
      width: min(28vw, 380px);
    }
  }
  .xl\:max-w-\[240px\] {
    @media (width >= 80rem) {
      max-width: 240px;
    }
  }
  .xl\:max-w-\[660px\] {
    @media (width >= 80rem) {
      max-width: 660px;
    }
  }
  .xl\:max-w-\[1400px\] {
    @media (width >= 80rem) {
      max-width: 1400px;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-\[1fr_auto\] {
    @media (width >= 80rem) {
      grid-template-columns: 1fr auto;
    }
  }
  .xl\:gap-6 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .xl\:gap-8 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .xl\:gap-12 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .xl\:gap-\[22px\] {
    @media (width >= 80rem) {
      gap: 22px;
    }
  }
  .xl\:gap-\[42px\] {
    @media (width >= 80rem) {
      gap: 42px;
    }
  }
  .xl\:gap-x-16 {
    @media (width >= 80rem) {
      column-gap: calc(var(--spacing) * 16);
    }
  }
  .xl\:gap-y-10 {
    @media (width >= 80rem) {
      row-gap: calc(var(--spacing) * 10);
    }
  }
  .xl\:text-\[20px\] {
    @media (width >= 80rem) {
      font-size: 20px;
    }
  }
  .xl\:text-\[21px\] {
    @media (width >= 80rem) {
      font-size: 21px;
    }
  }
  .xl\:text-\[22px\] {
    @media (width >= 80rem) {
      font-size: 22px;
    }
  }
  .xl\:text-\[35px\] {
    @media (width >= 80rem) {
      font-size: 35px;
    }
  }
  .xl\:text-\[58px\] {
    @media (width >= 80rem) {
      font-size: 58px;
    }
  }
  .xl\:text-\[110px\] {
    @media (width >= 80rem) {
      font-size: 110px;
    }
  }
  .xl\:leading-\[24px\] {
    @media (width >= 80rem) {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }
  .xl\:leading-\[28px\] {
    @media (width >= 80rem) {
      --tw-leading: 28px;
      line-height: 28px;
    }
  }
  .xl\:leading-\[110px\] {
    @media (width >= 80rem) {
      --tw-leading: 110px;
      line-height: 110px;
    }
  }
  .\32 xl\:max-w-\[720px\] {
    @media (width >= 96rem) {
      max-width: 720px;
    }
  }
  .\32 xl\:text-left {
    @media (width >= 96rem) {
      text-align: left;
    }
  }
  .\[\&_p\]\:mb-4 {
    & p {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .\[\&_ul\]\:list-disc {
    & ul {
      list-style-type: disc;
    }
  }
  .\[\&_ul\]\:pl-6 {
    & ul {
      padding-left: calc(var(--spacing) * 6);
    }
  }
}
@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-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-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@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-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  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;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-scroll-snap-strictness: proximity;
      --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-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
