/*! tailwindcss v4.2.4 | 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-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --radius-xl: 0.75rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-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-auto {
    pointer-events: auto;
  }
  .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);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-0\.02\%\] {
    top: -0.02%;
  }
  .top-\[-20\.89\%\] {
    top: -20.89%;
  }
  .top-\[-21\.47\%\] {
    top: -21.47%;
  }
  .top-\[-30\.11\%\] {
    top: -30.11%;
  }
  .top-\[-103\.22\%\] {
    top: -103.22%;
  }
  .top-\[15px\] {
    top: 15px;
  }
  .top-\[16px\] {
    top: 16px;
  }
  .top-\[17px\] {
    top: 17px;
  }
  .top-\[23px\] {
    top: 23px;
  }
  .top-\[27px\] {
    top: 27px;
  }
  .top-\[45px\] {
    top: 45px;
  }
  .top-\[66px\] {
    top: 66px;
  }
  .top-\[78px\] {
    top: 78px;
  }
  .top-\[81px\] {
    top: 81px;
  }
  .top-\[83px\] {
    top: 83px;
  }
  .top-\[148px\] {
    top: 148px;
  }
  .top-\[220px\] {
    top: 220px;
  }
  .top-\[240px\] {
    top: 240px;
  }
  .top-\[242px\] {
    top: 242px;
  }
  .top-\[243px\] {
    top: 243px;
  }
  .top-\[279px\] {
    top: 279px;
  }
  .top-\[376px\] {
    top: 376px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[258px\] {
    bottom: 258px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[-6\.14\%\] {
    left: -6.14%;
  }
  .left-\[-19\.82\%\] {
    left: -19.82%;
  }
  .left-\[-73\.8\%\] {
    left: -73.8%;
  }
  .left-\[-181\.2px\] {
    left: -181.2px;
  }
  .left-\[-250\.65\%\] {
    left: -250.65%;
  }
  .left-\[15px\] {
    left: 15px;
  }
  .left-\[16px\] {
    left: 16px;
  }
  .left-\[17px\] {
    left: 17px;
  }
  .left-\[18px\] {
    left: 18px;
  }
  .left-\[78px\] {
    left: 78px;
  }
  .left-\[80px\] {
    left: 80px;
  }
  .left-\[171px\] {
    left: 171px;
  }
  .left-\[410px\] {
    left: 410px;
  }
  .left-\[756px\] {
    left: 756px;
  }
  .left-\[calc\(100\%-101px\)\] {
    left: calc(100% - 101px);
  }
  .left-\[calc\(100\%-115px\)\] {
    left: calc(100% - 115px);
  }
  .left-\[calc\(100\%-119px\)\] {
    left: calc(100% - 119px);
  }
  .left-\[calc\(100\%-120px\)\] {
    left: calc(100% - 120px);
  }
  .left-\[calc\(100\%-122px\)\] {
    left: calc(100% - 122px);
  }
  .isolate {
    isolation: isolate;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .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;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-\[6px\] {
    margin-top: 6px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[22px\] {
    margin-top: 22px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[38px\] {
    margin-top: 38px;
  }
  .mt-\[42px\] {
    margin-top: 42px;
  }
  .mt-\[56px\] {
    margin-top: 56px;
  }
  .mt-\[94px\] {
    margin-top: 94px;
  }
  .mt-\[150px\] {
    margin-top: 150px;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .table\! {
    display: table !important;
  }
  .aspect-\[440\/425\] {
    aspect-ratio: 440/425;
  }
  .size-\[5px\] {
    width: 5px;
    height: 5px;
  }
  .size-\[52px\] {
    width: 52px;
    height: 52px;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-\[11px\] {
    height: 11px;
  }
  .h-\[13\.5px\] {
    height: 13.5px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[28px\] {
    height: 28px;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[47px\] {
    height: 47px;
  }
  .h-\[54px\] {
    height: 54px;
  }
  .h-\[58px\] {
    height: 58px;
  }
  .h-\[100\.04\%\] {
    height: 100.04%;
  }
  .h-\[116px\] {
    height: 116px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[138\.04\%\] {
    height: 138.04%;
  }
  .h-\[139\.61\%\] {
    height: 139.61%;
  }
  .h-\[148\.35\%\] {
    height: 148.35%;
  }
  .h-\[302\.1\%\] {
    height: 302.1%;
  }
  .h-\[338px\] {
    height: 338px;
  }
  .h-\[832px\] {
    height: 832px;
  }
  .h-\[910px\] {
    height: 910px;
  }
  .h-\[967px\] {
    height: 967px;
  }
  .h-\[978px\] {
    height: 978px;
  }
  .h-\[1005px\] {
    height: 1005px;
  }
  .h-\[1952\.867px\] {
    height: 1952.867px;
  }
  .h-full {
    height: 100%;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-\[420px\] {
    min-height: 420px;
  }
  .min-h-\[768px\] {
    min-height: 768px;
  }
  .min-h-\[832px\] {
    min-height: 832px;
  }
  .min-h-\[901px\] {
    min-height: 901px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-\[13\.5px\] {
    width: 13.5px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[28px\] {
    width: 28px;
  }
  .w-\[38px\] {
    width: 38px;
  }
  .w-\[45px\] {
    width: 45px;
  }
  .w-\[46px\] {
    width: 46px;
  }
  .w-\[47px\] {
    width: 47px;
  }
  .w-\[110\.82\%\] {
    width: 110.82%;
  }
  .w-\[145\.05\%\] {
    width: 145.05%;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[220px\] {
    width: 220px;
  }
  .w-\[253px\] {
    width: 253px;
  }
  .w-\[285px\] {
    width: 285px;
  }
  .w-\[308px\] {
    width: 308px;
  }
  .w-\[313px\] {
    width: 313px;
  }
  .w-\[345\.05\%\] {
    width: 345.05%;
  }
  .w-\[350\.65\%\] {
    width: 350.65%;
  }
  .w-\[426\.88\%\] {
    width: 426.88%;
  }
  .w-\[579px\] {
    width: 579px;
  }
  .w-\[718px\] {
    width: 718px;
  }
  .w-\[1952\.867px\] {
    width: 1952.867px;
  }
  .w-\[calc\(100\%-30px\)\] {
    width: calc(100% - 30px);
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[385px\] {
    max-width: 385px;
  }
  .max-w-\[424px\] {
    max-width: 424px;
  }
  .max-w-\[440px\] {
    max-width: 440px;
  }
  .max-w-\[666px\] {
    max-width: 666px;
  }
  .max-w-\[815px\] {
    max-width: 815px;
  }
  .max-w-\[1132px\] {
    max-width: 1132px;
  }
  .max-w-\[1347px\] {
    max-width: 1347px;
  }
  .max-w-\[1441px\] {
    max-width: 1441px;
  }
  .max-w-\[1512px\] {
    max-width: 1512px;
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-none {
    flex: none;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-items-center {
    justify-items: center;
  }
  .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-\[12px\] {
    gap: 12px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[54px\] {
    gap: 54px;
  }
  .gap-\[80px\] {
    gap: 80px;
  }
  .gap-\[104px\] {
    gap: 104px;
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .gap-y-\[8px\] {
    row-gap: 8px;
  }
  .gap-y-\[32px\] {
    row-gap: 32px;
  }
  .gap-y-\[48px\] {
    row-gap: 48px;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[0\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 0.5px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#CDCDCD\] {
    border-color: #CDCDCD;
  }
  .border-\[\#cacaca\] {
    border-color: #cacaca;
  }
  .border-\[\#cdcdcd\] {
    border-color: #cdcdcd;
  }
  .border-\[\#eceff3\] {
    border-color: #eceff3;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#580010\] {
    background-color: #580010;
  }
  .bg-\[\#E8D499\] {
    background-color: #E8D499;
  }
  .bg-\[\#e8d499\] {
    background-color: #e8d499;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/\[0\.08\] {
    background-color: color-mix(in srgb, #fff 8%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 8%, transparent);
    }
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#580010\] {
    --tw-gradient-from: #580010;
    --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-\[\#801f30\] {
    --tw-gradient-to: #801f30;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-clip-text {
    background-clip: text;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-\[19px\] {
    padding: 19px;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-\[7px\] {
    padding-block: 7px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pt-\[72px\] {
    padding-top: 72px;
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pt-\[88px\] {
    padding-top: 88px;
  }
  .pt-\[150px\] {
    padding-top: 150px;
  }
  .pt-\[180px\] {
    padding-top: 180px;
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pl-\[24px\] {
    padding-left: 24px;
  }
  .text-center {
    text-align: center;
  }
  .font-\[\'Open_Sans\'\,_sans-serif\] {
    font-family: 'Open Sans', sans-serif;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .text-\[100px\] {
    font-size: 100px;
  }
  .text-\[clamp\(24px\,3vw\,32px\)\] {
    font-size: clamp(24px, 3vw, 32px);
  }
  .text-\[clamp\(28px\,4vw\,34px\)\] {
    font-size: clamp(28px, 4vw, 34px);
  }
  .text-\[clamp\(28px\,4vw\,50px\)\] {
    font-size: clamp(28px, 4vw, 50px);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }
  .leading-\[1\.28\] {
    --tw-leading: 1.28;
    line-height: 1.28;
  }
  .leading-\[1\.35\] {
    --tw-leading: 1.35;
    line-height: 1.35;
  }
  .leading-\[16\.8px\] {
    --tw-leading: 16.8px;
    line-height: 16.8px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[25\.2px\] {
    --tw-leading: 25.2px;
    line-height: 25.2px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[29px\] {
    --tw-leading: 29px;
    line-height: 29px;
  }
  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-\[57\.6px\] {
    --tw-leading: 57.6px;
    line-height: 57.6px;
  }
  .leading-\[76\.8px\] {
    --tw-leading: 76.8px;
    line-height: 76.8px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-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\.4px\] {
    --tw-tracking: -0.4px;
    letter-spacing: -0.4px;
  }
  .tracking-\[-0\.8px\] {
    --tw-tracking: -0.8px;
    letter-spacing: -0.8px;
  }
  .tracking-\[-0\.28px\] {
    --tw-tracking: -0.28px;
    letter-spacing: -0.28px;
  }
  .tracking-\[-0\.32px\] {
    --tw-tracking: -0.32px;
    letter-spacing: -0.32px;
  }
  .tracking-\[-0\.48px\] {
    --tw-tracking: -0.48px;
    letter-spacing: -0.48px;
  }
  .tracking-\[-0\.52px\] {
    --tw-tracking: -0.52px;
    letter-spacing: -0.52px;
  }
  .tracking-\[-0\.54px\] {
    --tw-tracking: -0.54px;
    letter-spacing: -0.54px;
  }
  .tracking-\[-0\.64px\] {
    --tw-tracking: -0.64px;
    letter-spacing: -0.64px;
  }
  .tracking-\[-0\.78px\] {
    --tw-tracking: -0.78px;
    letter-spacing: -0.78px;
  }
  .tracking-\[-1\.02px\] {
    --tw-tracking: -1.02px;
    letter-spacing: -1.02px;
  }
  .tracking-\[-1\.2px\] {
    --tw-tracking: -1.2px;
    letter-spacing: -1.2px;
  }
  .tracking-\[-2px\] {
    --tw-tracking: -2px;
    letter-spacing: -2px;
  }
  .tracking-\[0\.2px\] {
    --tw-tracking: 0.2px;
    letter-spacing: 0.2px;
  }
  .tracking-\[0\.64px\] {
    --tw-tracking: 0.64px;
    letter-spacing: 0.64px;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#0c1118\] {
    color: #0c1118;
  }
  .text-\[\#38000b\] {
    color: #38000b;
  }
  .text-\[\#414141\] {
    color: #414141;
  }
  .text-\[\#580010\] {
    color: #580010;
  }
  .text-\[\#715708\] {
    color: #715708;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/55 {
    color: color-mix(in srgb, #fff 55%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 55%, transparent);
    }
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .normal-case {
    text-transform: none;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    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-solid {
    text-decoration-style: solid;
  }
  .underline-offset-\[2px\] {
    text-underline-offset: 2px;
  }
  .placeholder-\[\#414141\] {
    &::placeholder {
      color: #414141;
    }
  }
  .opacity-0 {
    opacity: 0%;
  }
  .mix-blend-overlay {
    mix-blend-mode: overlay;
  }
  .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-\[0px_0px_5px_0px_rgba\(255\,255\,255\,0\.25\)\] {
    --tw-shadow: 0px 0px 5px 0px var(--tw-shadow-color, rgba(255,255,255,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-\[0px_12px_19\.1px_0px_rgba\(232\,212\,153\,0\.2\)\] {
    --tw-shadow: 0px 12px 19.1px 0px var(--tw-shadow-color, rgba(232,212,153,0.2));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .brightness-0 {
    --tw-brightness: brightness(0%);
    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,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    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));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-\[cubic-bezier\(0\.16\,1\,0\.3\,1\)\] {
    --tw-ease: cubic-bezier(0.16,1,0.3,1);
    transition-timing-function: cubic-bezier(0.16,1,0.3,1);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-hover\:top-\[201px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        top: 201px;
      }
    }
  }
  .group-hover\:top-\[203px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        top: 203px;
      }
    }
  }
  .group-hover\:top-\[206px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        top: 206px;
      }
    }
  }
  .group-hover\:top-\[208px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        top: 208px;
      }
    }
  }
  .group-hover\:top-\[213px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        top: 213px;
      }
    }
  }
  .group-hover\:left-\[calc\(100\%-161px\)\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        left: calc(100% - 161px);
      }
    }
  }
  .group-hover\:left-\[calc\(100\%-163px\)\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        left: calc(100% - 163px);
      }
    }
  }
  .group-hover\:left-\[calc\(100\%-165px\)\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        left: calc(100% - 165px);
      }
    }
  }
  .group-hover\:left-\[calc\(100\%-171px\)\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        left: calc(100% - 171px);
      }
    }
  }
  .group-hover\:left-\[calc\(100\%-179px\)\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        left: calc(100% - 179px);
      }
    }
  }
  .group-hover\:font-bold {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
      }
    }
  }
  .group-hover\:text-\[\#fff0c2\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #fff0c2;
      }
    }
  }
  .group-hover\:opacity-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 0%;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-hover\:drop-shadow-\[0_0_10px_rgba\(255\,240\,194\,0\.45\)\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-drop-shadow-size: drop-shadow(0 0 10px var(--tw-drop-shadow-color, rgba(255,240,194,0.45)));
        --tw-drop-shadow: var(--tw-drop-shadow-size);
        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,);
      }
    }
  }
  .hover\:border-\[\#fff0c2\] {
    &:hover {
      @media (hover: hover) {
        border-color: #fff0c2;
      }
    }
  }
  .hover\:bg-\[\#E8D499\]\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #E8D499 90%, transparent);
      }
    }
  }
  .hover\:bg-\[\#e8d499\]\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #e8d499 90%, transparent);
      }
    }
  }
  .hover\:bg-white\/90 {
    &:hover {
      @media (hover: hover) {
        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);
        }
      }
    }
  }
  .hover\:bg-white\/\[0\.28\] {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 28.000000000000004%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 28.000000000000004%, transparent);
        }
      }
    }
  }
  .hover\:text-\[\#580010\] {
    &:hover {
      @media (hover: hover) {
        color: #580010;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:text-white\/75 {
    &:hover {
      @media (hover: hover) {
        color: color-mix(in srgb, #fff 75%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-white) 75%, transparent);
        }
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .max-xl\:top-\[51px\] {
    @media (width < 80rem) {
      top: 51px;
    }
  }
  .max-xl\:top-\[160px\] {
    @media (width < 80rem) {
      top: 160px;
    }
  }
  .max-xl\:bottom-\[196px\] {
    @media (width < 80rem) {
      bottom: 196px;
    }
  }
  .sm\:mt-24 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 24);
    }
  }
  .sm\:mb-10 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .sm\:h-\[56px\] {
    @media (width >= 40rem) {
      height: 56px;
    }
  }
  .sm\:h-\[150px\] {
    @media (width >= 40rem) {
      height: 150px;
    }
  }
  .sm\:min-h-\[430px\] {
    @media (width >= 40rem) {
      min-height: 430px;
    }
  }
  .sm\:w-\[278px\] {
    @media (width >= 40rem) {
      width: 278px;
    }
  }
  .sm\:gap-10 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:py-10 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .sm\:py-16 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .sm\:pt-\[90px\] {
    @media (width >= 40rem) {
      padding-top: 90px;
    }
  }
  .sm\:pb-8 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .sm\:text-\[16px\] {
    @media (width >= 40rem) {
      font-size: 16px;
    }
  }
  .sm\:text-\[30px\] {
    @media (width >= 40rem) {
      font-size: 30px;
    }
  }
  .sm\:leading-\[1\.2\] {
    @media (width >= 40rem) {
      --tw-leading: 1.2;
      line-height: 1.2;
    }
  }
  .sm\:tracking-\[-0\.9px\] {
    @media (width >= 40rem) {
      --tw-tracking: -0.9px;
      letter-spacing: -0.9px;
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:top-1\/2 {
    @media (width >= 48rem) {
      top: calc(1 / 2 * 100%);
    }
  }
  .md\:right-0 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[48px\] {
    @media (width >= 48rem) {
      margin-top: 48px;
    }
  }
  .md\:mt-\[50px\] {
    @media (width >= 48rem) {
      margin-top: 50px;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[76px\] {
    @media (width >= 48rem) {
      height: 76px;
    }
  }
  .md\:h-\[798px\] {
    @media (width >= 48rem) {
      height: 798px;
    }
  }
  .md\:h-full {
    @media (width >= 48rem) {
      height: 100%;
    }
  }
  .md\:min-h-\[901px\] {
    @media (width >= 48rem) {
      min-height: 901px;
    }
  }
  .md\:w-\[826px\] {
    @media (width >= 48rem) {
      width: 826px;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:max-w-\[593px\] {
    @media (width >= 48rem) {
      max-width: 593px;
    }
  }
  .md\:max-w-\[781px\] {
    @media (width >= 48rem) {
      max-width: 781px;
    }
  }
  .md\:shrink-0 {
    @media (width >= 48rem) {
      flex-shrink: 0;
    }
  }
  .md\:-translate-y-1\/2 {
    @media (width >= 48rem) {
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-\[32px\] {
    @media (width >= 48rem) {
      gap: 32px;
    }
  }
  .md\:pt-\[177px\] {
    @media (width >= 48rem) {
      padding-top: 177px;
    }
  }
  .md\:pb-\[32px\] {
    @media (width >= 48rem) {
      padding-bottom: 32px;
    }
  }
  .md\:pb-\[100px\] {
    @media (width >= 48rem) {
      padding-bottom: 100px;
    }
  }
  .md\:text-\[14px\] {
    @media (width >= 48rem) {
      font-size: 14px;
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px;
    }
  }
  .md\:text-\[clamp\(32px\,5vw\,50px\)\] {
    @media (width >= 48rem) {
      font-size: clamp(32px, 5vw, 50px);
    }
  }
  .md\:leading-\[1\.2\] {
    @media (width >= 48rem) {
      --tw-leading: 1.2;
      line-height: 1.2;
    }
  }
  .md\:leading-\[25\.2px\] {
    @media (width >= 48rem) {
      --tw-leading: 25.2px;
      line-height: 25.2px;
    }
  }
  .md\:leading-\[76\.8px\] {
    @media (width >= 48rem) {
      --tw-leading: 76.8px;
      line-height: 76.8px;
    }
  }
  .md\:tracking-\[-2px\] {
    @media (width >= 48rem) {
      --tw-tracking: -2px;
      letter-spacing: -2px;
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:top-1\/2 {
    @media (width >= 64rem) {
      top: calc(1 / 2 * 100%);
    }
  }
  .lg\:top-\[9px\] {
    @media (width >= 64rem) {
      top: 9px;
    }
  }
  .lg\:top-\[98px\] {
    @media (width >= 64rem) {
      top: 98px;
    }
  }
  .lg\:top-\[415px\] {
    @media (width >= 64rem) {
      top: 415px;
    }
  }
  .lg\:left-0 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .lg\:left-1\/2 {
    @media (width >= 64rem) {
      left: calc(1 / 2 * 100%);
    }
  }
  .lg\:mt-32 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 32);
    }
  }
  .lg\:mt-\[19px\] {
    @media (width >= 64rem) {
      margin-top: 19px;
    }
  }
  .lg\:mt-\[42px\] {
    @media (width >= 64rem) {
      margin-top: 42px;
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:h-\[69px\] {
    @media (width >= 64rem) {
      height: 69px;
    }
  }
  .lg\:h-\[101px\] {
    @media (width >= 64rem) {
      height: 101px;
    }
  }
  .lg\:h-\[163px\] {
    @media (width >= 64rem) {
      height: 163px;
    }
  }
  .lg\:h-\[196px\] {
    @media (width >= 64rem) {
      height: 196px;
    }
  }
  .lg\:h-\[203px\] {
    @media (width >= 64rem) {
      height: 203px;
    }
  }
  .lg\:h-\[317px\] {
    @media (width >= 64rem) {
      height: 317px;
    }
  }
  .lg\:h-\[415px\] {
    @media (width >= 64rem) {
      height: 415px;
    }
  }
  .lg\:h-\[618px\] {
    @media (width >= 64rem) {
      height: 618px;
    }
  }
  .lg\:min-h-0 {
    @media (width >= 64rem) {
      min-height: calc(var(--spacing) * 0);
    }
  }
  .lg\:w-\[342px\] {
    @media (width >= 64rem) {
      width: 342px;
    }
  }
  .lg\:w-\[666px\] {
    @media (width >= 64rem) {
      width: 666px;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:-translate-x-1\/2 {
    @media (width >= 64rem) {
      --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:-translate-y-1\/2 {
    @media (width >= 64rem) {
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:gap-\[20px\] {
    @media (width >= 64rem) {
      gap: 20px;
    }
  }
  .lg\:p-0 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-10 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .lg\:px-20 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .lg\:py-0 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-5 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 5);
    }
  }
  .lg\:pt-9 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 9);
    }
  }
  .lg\:pt-\[280px\] {
    @media (width >= 64rem) {
      padding-top: 280px;
    }
  }
  .lg\:pb-0 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:pb-\[57px\] {
    @media (width >= 64rem) {
      padding-bottom: 57px;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 64rem) {
      font-size: 16px;
    }
  }
  .lg\:text-\[34px\] {
    @media (width >= 64rem) {
      font-size: 34px;
    }
  }
  .lg\:leading-\[57\.6px\] {
    @media (width >= 64rem) {
      --tw-leading: 57.6px;
      line-height: 57.6px;
    }
  }
  .lg\:tracking-\[-1\.02px\] {
    @media (width >= 64rem) {
      --tw-tracking: -1.02px;
      letter-spacing: -1.02px;
    }
  }
  .xl\:mx-0 {
    @media (width >= 80rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:w-\[453px\] {
    @media (width >= 80rem) {
      width: 453px;
    }
  }
  .xl\:w-\[899px\] {
    @media (width >= 80rem) {
      width: 899px;
    }
  }
  .xl\:max-w-none {
    @media (width >= 80rem) {
      max-width: none;
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:items-start {
    @media (width >= 80rem) {
      align-items: flex-start;
    }
  }
  .xl\:gap-\[20px\] {
    @media (width >= 80rem) {
      gap: 20px;
    }
  }
  .xl\:gap-\[32px\] {
    @media (width >= 80rem) {
      gap: 32px;
    }
  }
  .xl\:gap-x-\[83px\] {
    @media (width >= 80rem) {
      column-gap: 83px;
    }
  }
  .xl\:gap-x-\[99px\] {
    @media (width >= 80rem) {
      column-gap: 99px;
    }
  }
  .xl\:gap-y-\[56px\] {
    @media (width >= 80rem) {
      row-gap: 56px;
    }
  }
  .xl\:p-\[19px\] {
    @media (width >= 80rem) {
      padding: 19px;
    }
  }
  .xl\:px-20 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .xl\:pt-\[80px\] {
    @media (width >= 80rem) {
      padding-top: 80px;
    }
  }
  .xl\:pt-\[110px\] {
    @media (width >= 80rem) {
      padding-top: 110px;
    }
  }
  .xl\:pt-\[130px\] {
    @media (width >= 80rem) {
      padding-top: 130px;
    }
  }
  .xl\:pb-0 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .xl\:text-left {
    @media (width >= 80rem) {
      text-align: left;
    }
  }
  .xl\:text-\[14px\] {
    @media (width >= 80rem) {
      font-size: 14px;
    }
  }
  .xl\:leading-\[57\.6px\] {
    @media (width >= 80rem) {
      --tw-leading: 57.6px;
      line-height: 57.6px;
    }
  }
}
@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-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-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-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;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-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-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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
