/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, 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-white: #fff;
    --spacing: 0.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);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --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-poppins: "Poppins", sans-serif;
  }
}
@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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 {
  .\@container {
    container-type: inline-size;
  }
  .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;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: 0px;
  }
  .inset-\[9\.2\%\] {
    inset: 9.2%;
  }
  .inset-x-0 {
    inset-inline: 0px;
  }
  .top-0 {
    top: 0px;
  }
  .top-\[-26px\] {
    top: -26px;
  }
  .top-\[-78px\] {
    top: -78px;
  }
  .top-\[-83px\] {
    top: -83px;
  }
  .top-\[4\.95\%\] {
    top: 4.95%;
  }
  .top-\[7\.59\%\] {
    top: 7.59%;
  }
  .top-\[12\.1\%\] {
    top: 12.1%;
  }
  .top-\[12\.55\%\] {
    top: 12.55%;
  }
  .top-\[12px\] {
    top: 12px;
  }
  .top-\[15px\] {
    top: 15px;
  }
  .top-\[18\.27\%\] {
    top: 18.27%;
  }
  .top-\[19px\] {
    top: 19px;
  }
  .top-\[20\.38\%\] {
    top: 20.38%;
  }
  .top-\[32\.78\%\] {
    top: 32.78%;
  }
  .top-\[32px\] {
    top: 32px;
  }
  .top-\[33px\] {
    top: 33px;
  }
  .top-\[35\.2\%\] {
    top: 35.2%;
  }
  .top-\[39\.5\%\] {
    top: 39.5%;
  }
  .top-\[47px\] {
    top: 47px;
  }
  .top-\[52px\] {
    top: 52px;
  }
  .top-\[62\.16\%\] {
    top: 62.16%;
  }
  .top-\[84px\] {
    top: 84px;
  }
  .top-\[273px\] {
    top: 273px;
  }
  .top-\[320px\] {
    top: 320px;
  }
  .top-\[334px\] {
    top: 334px;
  }
  .top-\[335px\] {
    top: 335px;
  }
  .top-\[419px\] {
    top: 419px;
  }
  .right-0 {
    right: 0px;
  }
  .right-\[16px\] {
    right: 16px;
  }
  .bottom-0 {
    bottom: 0px;
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-5 {
    left: calc(var(--spacing) * 5);
  }
  .left-\[-1\%\] {
    left: -1%;
  }
  .left-\[-2\.2\%\] {
    left: -2.2%;
  }
  .left-\[1\.08\%\] {
    left: 1.08%;
  }
  .left-\[7px\] {
    left: 7px;
  }
  .left-\[11\.92\%\] {
    left: 11.92%;
  }
  .left-\[15px\] {
    left: 15px;
  }
  .left-\[26\.09\%\] {
    left: 26.09%;
  }
  .left-\[28px\] {
    left: 28px;
  }
  .left-\[29\.32\%\] {
    left: 29.32%;
  }
  .left-\[33px\] {
    left: 33px;
  }
  .left-\[34px\] {
    left: 34px;
  }
  .left-\[54\.33\%\] {
    left: 54.33%;
  }
  .left-\[57\.5\%\] {
    left: 57.5%;
  }
  .left-\[58px\] {
    left: 58px;
  }
  .left-\[75\.53\%\] {
    left: 75.53%;
  }
  .left-\[78\.24\%\] {
    left: 78.24%;
  }
  .left-\[82\.05\%\] {
    left: 82.05%;
  }
  .left-\[202px\] {
    left: 202px;
  }
  .left-\[229px\] {
    left: 229px;
  }
  .left-\[233px\] {
    left: 233px;
  }
  .left-\[241px\] {
    left: 241px;
  }
  .left-\[271px\] {
    left: 271px;
  }
  .left-\[548px\] {
    left: 548px;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .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-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .mt-\[3px\] {
    margin-top: 3px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[38px\] {
    margin-top: 38px;
  }
  .mt-\[53px\] {
    margin-top: 53px;
  }
  .mt-\[55px\] {
    margin-top: 55px;
  }
  .mt-\[56px\] {
    margin-top: 56px;
  }
  .mt-\[83px\] {
    margin-top: 83px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .ml-7 {
    margin-left: calc(var(--spacing) * 7);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-grid {
    display: inline-grid;
  }
  .aspect-\[829\/828\] {
    aspect-ratio: 829/828;
  }
  .aspect-\[1006\.8\/617\] {
    aspect-ratio: 1006.8/617;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }
  .size-20 {
    width: calc(var(--spacing) * 20);
    height: calc(var(--spacing) * 20);
  }
  .size-\[22px\] {
    width: 22px;
    height: 22px;
  }
  .size-\[38px\] {
    width: 38px;
    height: 38px;
  }
  .size-\[50px\] {
    width: 50px;
    height: 50px;
  }
  .size-\[66px\] {
    width: 66px;
    height: 66px;
  }
  .size-\[88px\] {
    width: 88px;
    height: 88px;
  }
  .size-\[95px\] {
    width: 95px;
    height: 95px;
  }
  .size-\[166px\] {
    width: 166px;
    height: 166px;
  }
  .size-\[283px\] {
    width: 283px;
    height: 283px;
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-\[29px\] {
    height: 29px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[71\.1\%\] {
    height: 71.1%;
  }
  .h-\[71px\] {
    height: 71px;
  }
  .h-\[144px\] {
    height: 144px;
  }
  .h-\[151px\] {
    height: 151px;
  }
  .h-\[182px\] {
    height: 182px;
  }
  .h-auto {
    height: auto;
  }
  .min-h-\[464px\] {
    min-height: 464px;
  }
  .min-h-\[476px\] {
    min-height: 476px;
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-44 {
    width: calc(var(--spacing) * 44);
  }
  .w-\[2\.3\%\] {
    width: 2.3%;
  }
  .w-\[2\.37\%\] {
    width: 2.37%;
  }
  .w-\[3\.09\%\] {
    width: 3.09%;
  }
  .w-\[3\.23\%\] {
    width: 3.23%;
  }
  .w-\[8\.25\%\] {
    width: 8.25%;
  }
  .w-\[9\.34\%\] {
    width: 9.34%;
  }
  .w-\[25\.03\%\] {
    width: 25.03%;
  }
  .w-\[26\.85\%\] {
    width: 26.85%;
  }
  .w-\[28px\] {
    width: 28px;
  }
  .w-\[29px\] {
    width: 29px;
  }
  .w-\[51\.4\%\] {
    width: 51.4%;
  }
  .w-\[76\.16\%\] {
    width: 76.16%;
  }
  .w-\[77px\] {
    width: 77px;
  }
  .w-\[97\.3\%\] {
    width: 97.3%;
  }
  .w-\[99\.4\%\] {
    width: 99.4%;
  }
  .w-\[290px\] {
    width: 290px;
  }
  .w-\[304px\] {
    width: 304px;
  }
  .w-\[318px\] {
    width: 318px;
  }
  .w-\[322px\] {
    width: 322px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[403px\] {
    max-width: 403px;
  }
  .max-w-\[458px\] {
    max-width: 458px;
  }
  .max-w-\[477px\] {
    max-width: 477px;
  }
  .max-w-\[494px\] {
    max-width: 494px;
  }
  .max-w-\[667px\] {
    max-width: 667px;
  }
  .max-w-\[699px\] {
    max-width: 699px;
  }
  .max-w-\[786px\] {
    max-width: 786px;
  }
  .max-w-\[834px\] {
    max-width: 834px;
  }
  .max-w-\[908px\] {
    max-width: 908px;
  }
  .max-w-\[925px\] {
    max-width: 925px;
  }
  .max-w-\[1007px\] {
    max-width: 1007px;
  }
  .max-w-\[1300px\] {
    max-width: 1300px;
  }
  .max-w-\[1728px\] {
    max-width: 1728px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-0 {
    min-width: 0px;
  }
  .flex-1 {
    flex: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-\[976px\] {
    --tw-translate-x: calc(976px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[976px\] {
    --tw-translate-x: 976px;
    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);
  }
  .scale-\[0\.9075\] {
    scale: 0.9075;
  }
  .-rotate-15 {
    rotate: calc(15deg * -1);
  }
  .-rotate-\[6\.08deg\] {
    rotate: calc(6.08deg * -1);
  }
  .rotate-15 {
    rotate: 15deg;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-\[-52\.31deg\] {
    rotate: -52.31deg;
  }
  .rotate-\[-64\.87deg\] {
    rotate: -64.87deg;
  }
  .rotate-\[-138\.95deg\] {
    rotate: -138.95deg;
  }
  .rotate-\[-165deg\] {
    rotate: -165deg;
  }
  .rotate-\[-176\.06deg\] {
    rotate: -176.06deg;
  }
  .rotate-\[9\.83deg\] {
    rotate: 9.83deg;
  }
  .rotate-\[158\.85deg\] {
    rotate: 158.85deg;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[21px\] {
    gap: 21px;
  }
  .gap-\[26px\] {
    gap: 26px;
  }
  .gap-\[31px\] {
    gap: 31px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[69px\] {
    gap: 69px;
  }
  :where(.space-y-8 > :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)));
  }
  :where(.space-y-\[10px\] > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(10px * var(--tw-space-y-reverse));
    margin-block-end: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  }
  .gap-x-\[45px\] {
    column-gap: 45px;
  }
  .gap-x-\[62px\] {
    column-gap: 62px;
  }
  .gap-y-12 {
    row-gap: calc(var(--spacing) * 12);
  }
  .gap-y-28 {
    row-gap: calc(var(--spacing) * 28);
  }
  .overflow-x-clip {
    overflow-x: clip;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[13px\] {
    border-radius: 13px;
  }
  .rounded-\[17px\] {
    border-radius: 17px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[25px\] {
    border-radius: 25px;
  }
  .rounded-\[42px\] {
    border-radius: 42px;
  }
  .rounded-\[45px\] {
    border-radius: 45px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border-\[5px\] {
    border-style: var(--tw-border-style);
    border-width: 5px;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#f47200\] {
    background-color: #f47200;
  }
  .bg-\[\#ff7a04\] {
    background-color: #ff7a04;
  }
  .bg-\[\#ff6947\] {
    background-color: #ff6947;
  }
  .bg-\[\#fffefe\] {
    background-color: #fffefe;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/75 {
    background-color: color-mix(in srgb, #fff 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 75%, transparent);
    }
  }
  .bg-\[linear-gradient\(241\.15deg\,\#ffcda2_38\.6\%\,\#ffaf68_60\.93\%\)\] {
    background-image: linear-gradient(241.15deg,#ffcda2 38.6%,#ffaf68 60.93%);
  }
  .object-cover {
    object-fit: cover;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-9 {
    padding-top: calc(var(--spacing) * 9);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pt-\[19px\] {
    padding-top: 19px;
  }
  .pt-\[157px\] {
    padding-top: 157px;
  }
  .pt-px {
    padding-top: 1px;
  }
  .pr-\[38px\] {
    padding-right: 38px;
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pl-11 {
    padding-left: calc(var(--spacing) * 11);
  }
  .text-center {
    text-align: center;
  }
  .font-poppins {
    font-family: var(--font-poppins);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[14\.25cqw\] {
    font-size: 14.25cqw;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .leading-\[0\.92\] {
    --tw-leading: 0.92;
    line-height: 0.92;
  }
  .leading-\[1\.46\] {
    --tw-leading: 1.46;
    line-height: 1.46;
  }
  .leading-\[1\.47\] {
    --tw-leading: 1.47;
    line-height: 1.47;
  }
  .leading-\[1\.48\] {
    --tw-leading: 1.48;
    line-height: 1.48;
  }
  .leading-\[1\.107\] {
    --tw-leading: 1.107;
    line-height: 1.107;
  }
  .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-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#f47200\] {
    color: #f47200;
  }
  .text-\[\#ff7a04\] {
    color: #ff7a04;
  }
  .text-\[\#ff6947\] {
    color: #ff6947;
  }
  .text-\[\#ffaf68\] {
    color: #ffaf68;
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-\[0_40px_80px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0 40px 80px 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);
  }
  .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,);
  }
  .shadow-food {
    filter: drop-shadow(0 2.77px 2.21px rgba(0, 0, 0, 0.02)) drop-shadow(0 12.52px 10.02px rgba(0, 0, 0, 0.04)) drop-shadow(0 41.78px 33.42px rgba(0, 0, 0, 0.05)) drop-shadow(0 100px 80px rgba(0, 0, 0, 0.07));
  }
  .shadow-hero {
    filter: drop-shadow(0 18px 76px rgba(0, 0, 0, 0.15));
  }
  .shadow-offer {
    filter: drop-shadow(0 2.27px 4.7px rgba(0, 0, 0, 0.03)) drop-shadow(0 10.27px 21.29px rgba(0, 0, 0, 0.05)) drop-shadow(0 34.26px 71.02px rgba(0, 0, 0, 0.07)) drop-shadow(0 82px 170px rgba(0, 0, 0, 0.1));
  }
  .shadow-who {
    filter: drop-shadow(0 -3.57px 13.84px rgba(0, 0, 0, 0.02)) drop-shadow(0 -16.15px 62.61px rgba(0, 0, 0, 0.04)) drop-shadow(0 -53.89px 208.89px rgba(0, 0, 0, 0.05));
  }
  .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));
  }
  .text-shadow-soft {
    text-shadow: 0 2.77px 2.21px rgba(0, 0, 0, 0.02), 0 12.52px 10.02px rgba(0, 0, 0, 0.04), 0 41.78px 33.42px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
  }
  .placeholder\:text-\[\#ff6947\]::placeholder {
    color: #ff6947;
  }
  @media (hover: hover) {
    .hover\:bg-white\/15:hover {
      background-color: color-mix(in srgb, #fff 15%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/15:hover {
        background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
      }
    }
    .hover\:bg-white\/90:hover {
      background-color: color-mix(in srgb, #fff 90%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/90:hover {
        background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
      }
    }
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
    .hover\:opacity-75:hover {
      opacity: 75%;
    }
    .hover\:opacity-80:hover {
      opacity: 80%;
    }
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  @media (width >= 1520px) {
    .min-\[1520px\]\:mt-\[19px\] {
      margin-top: 19px;
    }
    .min-\[1520px\]\:mt-\[135px\] {
      margin-top: 135px;
    }
    .min-\[1520px\]\:flex {
      display: flex;
    }
    .min-\[1520px\]\:items-start {
      align-items: flex-start;
    }
  }
  @media (width >= 1700px) {
    .min-\[1700px\]\:grid {
      display: grid;
    }
  }
  @media (width >= 40rem) {
    .sm\:block {
      display: block;
    }
    .sm\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
    .sm\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    .sm\:text-7xl {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
    .sm\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    .sm\:text-\[26px\] {
      font-size: 26px;
    }
    .sm\:text-\[38px\] {
      font-size: 38px;
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-\[322px_322px\] {
      grid-template-columns: 322px 322px;
    }
  }
  @media (width >= 64rem) {
    .lg\:absolute {
      position: absolute;
    }
    .lg\:top-0 {
      top: 0px;
    }
    .lg\:top-\[46px\] {
      top: 46px;
    }
    .lg\:top-\[198px\] {
      top: 198px;
    }
    .lg\:right-\[2\.27\%\] {
      right: 2.27%;
    }
    .lg\:left-\[12\.9\%\] {
      left: 12.9%;
    }
    .lg\:mt-\[29px\] {
      margin-top: 29px;
    }
    .lg\:ml-1\.5 {
      margin-left: calc(var(--spacing) * 1.5);
    }
    .lg\:block {
      display: block;
    }
    .lg\:flex {
      display: flex;
    }
    .lg\:h-\[593px\] {
      height: 593px;
    }
    .lg\:w-\[58\.27\%\] {
      width: 58.27%;
    }
    .lg\:max-w-none {
      max-width: none;
    }
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:px-0 {
      padding-inline: 0px;
    }
    .lg\:py-0 {
      padding-block: 0px;
    }
    .lg\:text-left {
      text-align: left;
    }
    .lg\:text-\[33px\] {
      font-size: 33px;
    }
    .lg\:text-\[38px\] {
      font-size: 38px;
    }
    .lg\:text-\[58px\] {
      font-size: 58px;
    }
    .lg\:text-\[78px\] {
      font-size: 78px;
    }
  }
  @media (width >= 80rem) {
    .xl\:absolute {
      position: absolute;
    }
    .xl\:top-\[96px\] {
      top: 96px;
    }
    .xl\:right-\[0\.58\%\] {
      right: 0.58%;
    }
    .xl\:-mt-\[6px\] {
      margin-top: calc(6px * -1);
    }
    .xl\:-mt-\[13px\] {
      margin-top: calc(13px * -1);
    }
    .xl\:mt-0 {
      margin-top: 0px;
    }
    .xl\:mt-9 {
      margin-top: calc(var(--spacing) * 9);
    }
    .xl\:mt-\[15px\] {
      margin-top: 15px;
    }
    .xl\:mt-\[33px\] {
      margin-top: 33px;
    }
    .xl\:mt-\[80px\] {
      margin-top: 80px;
    }
    .xl\:mt-\[84px\] {
      margin-top: 84px;
    }
    .xl\:mt-\[113px\] {
      margin-top: 113px;
    }
    .xl\:mt-\[131px\] {
      margin-top: 131px;
    }
    .xl\:mt-\[175px\] {
      margin-top: 175px;
    }
    .xl\:mt-\[220px\] {
      margin-top: 220px;
    }
    .xl\:mt-\[239px\] {
      margin-top: 239px;
    }
    .xl\:mr-\[6px\] {
      margin-right: 6px;
    }
    .xl\:ml-1 {
      margin-left: var(--spacing);
    }
    .xl\:ml-\[42px\] {
      margin-left: 42px;
    }
    .xl\:ml-auto {
      margin-left: auto;
    }
    .xl\:block {
      display: block;
    }
    .xl\:flex {
      display: flex;
    }
    .xl\:size-\[50px\] {
      width: 50px;
      height: 50px;
    }
    .xl\:h-\[93px\] {
      height: 93px;
    }
    .xl\:min-h-\[1100px\] {
      min-height: 1100px;
    }
    .xl\:w-\[53\.5\%\] {
      width: 53.5%;
    }
    .xl\:w-\[93px\] {
      width: 93px;
    }
    .xl\:w-\[233px\] {
      width: 233px;
    }
    .xl\:grid-cols-\[1fr_215px_238px_477px\] {
      grid-template-columns: 1fr 215px 238px 477px;
    }
    .xl\:grid-cols-\[minmax\(0\,711fr\)_minmax\(0\,834fr\)\] {
      grid-template-columns: minmax(0,711fr) minmax(0,834fr);
    }
    .xl\:gap-0 {
      gap: 0px;
    }
    .xl\:gap-\[59px\] {
      gap: 59px;
    }
    :where(.xl\:space-y-\[45px\] > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(45px * var(--tw-space-y-reverse));
      margin-block-end: calc(45px * calc(1 - var(--tw-space-y-reverse)));
    }
    .xl\:px-\[61px\] {
      padding-inline: 61px;
    }
    .xl\:px-\[102px\] {
      padding-inline: 102px;
    }
    .xl\:pt-\[61px\] {
      padding-top: 61px;
    }
    .xl\:pt-\[84px\] {
      padding-top: 84px;
    }
    .xl\:pt-\[193px\] {
      padding-top: 193px;
    }
    .xl\:pt-\[284px\] {
      padding-top: 284px;
    }
    .xl\:pt-\[324px\] {
      padding-top: 324px;
    }
    .xl\:pb-\[83px\] {
      padding-bottom: 83px;
    }
    .xl\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    .xl\:text-\[28px\] {
      font-size: 28px;
    }
    .xl\:text-\[33px\] {
      font-size: 33px;
    }
    .xl\:text-\[34px\] {
      font-size: 34px;
    }
    .xl\:text-\[84px\] {
      font-size: 84px;
    }
  }
  @media (width >= 96rem) {
    .\32 xl\:text-\[100px\] {
      font-size: 100px;
    }
  }
  .\[\&\>li\]\:h-\[35px\] > li {
    height: 35px;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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;
    }
  }
}
