/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  .tailwind, .tailwind :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-gray-700: oklch(.373 .034 259.733);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-light: 300;
    --font-weight-semibold: 600;
    --radius-sm: .25rem;
    --radius-lg: .5rem;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  .tailwind *, .tailwind :after, .tailwind :before, .tailwind ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

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

  .tailwind html, .tailwind :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  .tailwind body {
    line-height: inherit;
  }

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

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

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

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

  .tailwind b, .tailwind strong {
    font-weight: bolder;
  }

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

  .tailwind small {
    font-size: 80%;
  }

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

  .tailwind sub {
    bottom: -.25em;
  }

  .tailwind sup {
    top: -.5em;
  }

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

  .tailwind :-moz-focusring {
    outline: auto;
  }

  .tailwind progress {
    vertical-align: baseline;
  }

  .tailwind summary {
    display: list-item;
  }

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

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

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

  .tailwind button, .tailwind input, .tailwind select, .tailwind optgroup, .tailwind textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    background-color: #0000;
    border-radius: 0;
  }

  .tailwind ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    background-color: #0000;
    border-radius: 0;
  }

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

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

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

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

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

  .tailwind textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@layer utilities {
  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .relative {
    position: relative;
  }

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

  .tailwind .top-\[19px\] {
    top: 19px;
  }

  .tailwind .right-\[12\.5\%\] {
    right: 12.5%;
  }

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

  .tailwind .left-\[12\.5\%\] {
    left: 12.5%;
  }

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

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

  .tailwind .mt-\[8px\] {
    margin-top: 8px;
  }

  .tailwind .mt-\[32px\] {
    margin-top: 32px;
  }

  .tailwind .mt-auto {
    margin-top: auto;
  }

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

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

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

  .tailwind .flex {
    display: flex;
  }

  .tailwind .grid {
    display: grid;
  }

  .tailwind .table {
    display: table;
  }

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

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

  .tailwind .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }

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

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

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

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

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

  .tailwind .h-full {
    height: 100%;
  }

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

  .tailwind .max-h-\[400px\] {
    max-height: 400px;
  }

  .tailwind .min-h-\[400px\] {
    min-height: 400px;
  }

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

  .tailwind .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind .flex-1 {
    flex: 1;
  }

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

  .tailwind .grow {
    flex-grow: 1;
  }

  .tailwind .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .rotate-90 {
    rotate: 90deg;
  }

  .tailwind .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .tailwind .animate-\[fadeUp_0\.35s_ease_forwards\] {
    animation: .35s forwards fadeUp;
  }

  .tailwind .cursor-pointer {
    cursor: pointer;
  }

  .tailwind .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

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

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

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

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

  .tailwind .gap-0\.5 {
    gap: calc(var(--spacing) * .5);
  }

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

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

  .tailwind .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }

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

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

  .tailwind .gap-\[20px\] {
    gap: 20px;
  }

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

  .tailwind .gap-\[44px\] {
    gap: 44px;
  }

  .tailwind .overflow-hidden {
    overflow: hidden;
  }

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

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

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

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

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

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

  .tailwind .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }

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

  .tailwind .border-none {
    --tw-border-style: none;
    border-style: none;
  }

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

  .tailwind .border-\[\#B8B0A4\] {
    border-color: #b8b0a4;
  }

  .tailwind .border-\[\#E4E4E4\] {
    border-color: #e4e4e4;
  }

  .tailwind .border-\[\#E8E4DF\] {
    border-color: #e8e4df;
  }

  .tailwind .border-\[rgba\(149\,87\,0\,0\.2\)\] {
    border-color: #95570033;
  }

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

  .tailwind .bg-\[\#B8B0A4\] {
    background-color: #b8b0a4;
  }

  .tailwind .bg-\[rgba\(0\,0\,0\,0\.2\)\] {
    background-color: #0003;
  }

  .tailwind .bg-\[rgba\(149\,87\,0\,0\.3\)\] {
    background-color: #9557004d;
  }

  .tailwind .bg-transparent {
    background-color: #0000;
  }

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

  .tailwind .bg-none {
    background-image: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .text-left {
    text-align: left;
  }

  .tailwind .font-\[\'Hedvig_Letters_Serif\'\] {
    font-family: Hedvig Letters Serif;
  }

  .tailwind .font-\[\'Hedvig_Letters_Serif\:Regular\'\,sans-serif\] {
    font-family: Hedvig Letters Serif\:Regular, sans-serif;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }

  .tailwind .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }

  .tailwind .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }

  .tailwind .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }

  .tailwind .leading-\[1\.35\] {
    --tw-leading: 1.35;
    line-height: 1.35;
  }

  .tailwind .leading-\[1\.45\] {
    --tw-leading: 1.45;
    line-height: 1.45;
  }

  .tailwind .leading-\[1\.75\] {
    --tw-leading: 1.75;
    line-height: 1.75;
  }

  .tailwind .leading-\[1\.85\] {
    --tw-leading: 1.85;
    line-height: 1.85;
  }

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

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

  .tailwind .tracking-\[-0\.64px\] {
    --tw-tracking: -.64px;
    letter-spacing: -.64px;
  }

  .tailwind .tracking-\[0\.06em\] {
    --tw-tracking: .06em;
    letter-spacing: .06em;
  }

  .tailwind .tracking-\[0\.15em\] {
    --tw-tracking: .15em;
    letter-spacing: .15em;
  }

  .tailwind .tracking-\[0\.18em\] {
    --tw-tracking: .18em;
    letter-spacing: .18em;
  }

  .tailwind .whitespace-nowrap {
    white-space: nowrap;
  }

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

  .tailwind .text-\[\#1A1714\] {
    color: #1a1714;
  }

  .tailwind .text-\[\#2B2823\] {
    color: #2b2823;
  }

  .tailwind .text-\[\#3D3832\] {
    color: #3d3832;
  }

  .tailwind .text-\[\#4A453F\] {
    color: #4a453f;
  }

  .tailwind .text-\[\#5C5650\] {
    color: #5c5650;
  }

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

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

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

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

  .tailwind .uppercase {
    text-transform: uppercase;
  }

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

  .tailwind .opacity-0 {
    opacity: 0;
  }

  .tailwind .opacity-100 {
    opacity: 1;
  }

  .tailwind .shadow-\[0_0_0_5px_rgba\(149\,87\,0\,0\.15\)\] {
    --tw-shadow: 0 0 0 5px var(--tw-shadow-color, #95570026);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

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

  .tailwind .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .tailwind .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .tailwind .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .tailwind .duration-\[250ms\] {
    --tw-duration: .25s;
    transition-duration: .25s;
  }

  .tailwind .duration-\[350ms\] {
    --tw-duration: .35s;
    transition-duration: .35s;
  }

  .tailwind .duration-\[420ms\] {
    --tw-duration: .42s;
    transition-duration: .42s;
  }

  .tailwind .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .tailwind .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  @media (hover: hover) {
    .tailwind .group-hover\:text-\[\#955700\]:is(:where(.group):hover *) {
      color: #955700;
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-\[\#955700\]:hover {
      background-color: #955700;
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-\[\#FFFBF7\]:hover {
      background-color: #fffbf7;
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:text-white:hover {
      color: var(--color-white);
    }
  }

  .tailwind .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

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

  .tailwind .focus-visible\:ring-\[\#955700\]:focus-visible {
    --tw-ring-color: #955700;
  }

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

  .tailwind .focus-visible\:ring-offset-4:focus-visible {
    --tw-ring-offset-width: 4px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

  .tailwind .focus-visible\:ring-offset-white:focus-visible {
    --tw-ring-offset-color: var(--color-white);
  }

  @media (width < 48rem) {
    .tailwind .max-md\:mt-5 {
      margin-top: calc(var(--spacing) * 5);
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:mb-0 {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:mb-2 {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:mb-3 {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:flex {
      display: flex;
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:hidden {
      display: none;
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:h-3 {
      height: calc(var(--spacing) * 3);
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:h-8 {
      height: calc(var(--spacing) * 8);
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:h-\[700px\] {
      height: 700px;
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:max-h-screen {
      max-height: 100vh;
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:min-h-0 {
      min-height: calc(var(--spacing) * 0);
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:w-3 {
      width: calc(var(--spacing) * 3);
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:w-8 {
      width: calc(var(--spacing) * 8);
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:flex-1 {
      flex: 1;
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:flex-shrink-0 {
      flex-shrink: 0;
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:flex-col {
      flex-direction: column;
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:justify-items-center {
      justify-items: center;
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:gap-2 {
      gap: calc(var(--spacing) * 2);
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:gap-y-0 {
      row-gap: calc(var(--spacing) * 0);
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:overflow-y-auto {
      overflow-y: auto;
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:border-t-0 {
      border-top-style: var(--tw-border-style);
      border-top-width: 0;
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:px-1 {
      padding-inline: calc(var(--spacing) * 1);
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:px-3 {
      padding-inline: calc(var(--spacing) * 3);
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:px-4 {
      padding-inline: calc(var(--spacing) * 4);
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:py-0 {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:py-2 {
      padding-block: calc(var(--spacing) * 2);
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:py-6 {
      padding-block: calc(var(--spacing) * 6);
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:pt-4 {
      padding-top: calc(var(--spacing) * 4);
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:text-\[9px\] {
      font-size: 9px;
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:text-\[11px\] {
      font-size: 11px;
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:text-\[13px\] {
      font-size: 13px;
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:text-\[23px\] {
      font-size: 23px;
    }
  }

  @media (width < 48rem) {
    .tailwind .max-md\:leading-\[1\.6\] {
      --tw-leading: 1.6;
      line-height: 1.6;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }

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

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

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

  @media (width >= 40rem) {
    .tailwind .sm\:pb-5 {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:pb-20 {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }

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

  @media (width >= 48rem) {
    .tailwind .md\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }

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

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

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

  @media (width >= 48rem) {
    .tailwind .md\:pb-6 {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:pb-\[100px\] {
      padding-bottom: 100px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:text-\[20px\] {
      font-size: 20px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:text-\[23px\] {
      font-size: 23px;
    }
  }
}

@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;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}
