/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Open Sans", sans-serif;
    --font-serif: "Artifika", serif;
    --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-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-script: "Tangerine", cursive;
  }
}
@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 {
  .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;
  }
  .top-0 {
    top: 0px;
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-8 {
    top: calc(var(--spacing) * 8);
  }
  .top-\[-2px\] {
    top: -2px;
  }
  .top-\[-4px\] {
    top: -4px;
  }
  .top-\[-10px\] {
    top: -10px;
  }
  .top-\[-12px\] {
    top: -12px;
  }
  .top-\[-28px\] {
    top: -28px;
  }
  .top-\[-34px\] {
    top: -34px;
  }
  .top-\[-55px\] {
    top: -55px;
  }
  .top-\[-100px\] {
    top: -100px;
  }
  .top-\[-101px\] {
    top: -101px;
  }
  .top-\[-104px\] {
    top: -104px;
  }
  .top-\[-135px\] {
    top: -135px;
  }
  .top-\[-139px\] {
    top: -139px;
  }
  .top-\[15px\] {
    top: 15px;
  }
  .top-\[25px\] {
    top: 25px;
  }
  .top-\[30px\] {
    top: 30px;
  }
  .top-\[32px\] {
    top: 32px;
  }
  .top-\[33px\] {
    top: 33px;
  }
  .top-\[34px\] {
    top: 34px;
  }
  .top-\[36px\] {
    top: 36px;
  }
  .top-\[41px\] {
    top: 41px;
  }
  .top-\[54px\] {
    top: 54px;
  }
  .top-\[58px\] {
    top: 58px;
  }
  .top-\[60px\] {
    top: 60px;
  }
  .top-\[62px\] {
    top: 62px;
  }
  .top-\[68px\] {
    top: 68px;
  }
  .top-\[70px\] {
    top: 70px;
  }
  .top-\[73px\] {
    top: 73px;
  }
  .top-\[78px\] {
    top: 78px;
  }
  .top-\[80px\] {
    top: 80px;
  }
  .top-\[82px\] {
    top: 82px;
  }
  .top-\[90px\] {
    top: 90px;
  }
  .top-\[92px\] {
    top: 92px;
  }
  .top-\[98px\] {
    top: 98px;
  }
  .top-\[106px\] {
    top: 106px;
  }
  .top-\[110px\] {
    top: 110px;
  }
  .top-\[115px\] {
    top: 115px;
  }
  .top-\[118px\] {
    top: 118px;
  }
  .top-\[120px\] {
    top: 120px;
  }
  .top-\[122px\] {
    top: 122px;
  }
  .top-\[123px\] {
    top: 123px;
  }
  .top-\[124px\] {
    top: 124px;
  }
  .top-\[132px\] {
    top: 132px;
  }
  .top-\[141px\] {
    top: 141px;
  }
  .top-\[142px\] {
    top: 142px;
  }
  .top-\[145px\] {
    top: 145px;
  }
  .top-\[154px\] {
    top: 154px;
  }
  .top-\[176px\] {
    top: 176px;
  }
  .top-\[179px\] {
    top: 179px;
  }
  .top-\[185px\] {
    top: 185px;
  }
  .top-\[196px\] {
    top: 196px;
  }
  .top-\[200px\] {
    top: 200px;
  }
  .top-\[203px\] {
    top: 203px;
  }
  .top-\[205px\] {
    top: 205px;
  }
  .top-\[209px\] {
    top: 209px;
  }
  .top-\[218px\] {
    top: 218px;
  }
  .top-\[219px\] {
    top: 219px;
  }
  .top-\[220px\] {
    top: 220px;
  }
  .top-\[222px\] {
    top: 222px;
  }
  .top-\[245px\] {
    top: 245px;
  }
  .top-\[248px\] {
    top: 248px;
  }
  .top-\[250px\] {
    top: 250px;
  }
  .top-\[260px\] {
    top: 260px;
  }
  .top-\[266px\] {
    top: 266px;
  }
  .top-\[286px\] {
    top: 286px;
  }
  .top-\[287px\] {
    top: 287px;
  }
  .top-\[300px\] {
    top: 300px;
  }
  .top-\[304px\] {
    top: 304px;
  }
  .top-\[349px\] {
    top: 349px;
  }
  .top-\[371px\] {
    top: 371px;
  }
  .top-\[391px\] {
    top: 391px;
  }
  .top-\[410px\] {
    top: 410px;
  }
  .top-\[430px\] {
    top: 430px;
  }
  .top-\[432px\] {
    top: 432px;
  }
  .top-\[438px\] {
    top: 438px;
  }
  .top-\[450px\] {
    top: 450px;
  }
  .top-\[492px\] {
    top: 492px;
  }
  .top-\[500px\] {
    top: 500px;
  }
  .top-\[552px\] {
    top: 552px;
  }
  .top-\[555px\] {
    top: 555px;
  }
  .top-\[572px\] {
    top: 572px;
  }
  .top-\[576px\] {
    top: 576px;
  }
  .top-\[670px\] {
    top: 670px;
  }
  .top-\[693px\] {
    top: 693px;
  }
  .top-\[695px\] {
    top: 695px;
  }
  .top-\[780px\] {
    top: 780px;
  }
  .top-\[824px\] {
    top: 824px;
  }
  .top-\[923px\] {
    top: 923px;
  }
  .top-\[1051px\] {
    top: 1051px;
  }
  .top-\[1064px\] {
    top: 1064px;
  }
  .top-\[1087px\] {
    top: 1087px;
  }
  .top-\[1135px\] {
    top: 1135px;
  }
  .top-\[1375px\] {
    top: 1375px;
  }
  .top-\[1443px\] {
    top: 1443px;
  }
  .top-\[1542px\] {
    top: 1542px;
  }
  .top-\[1605px\] {
    top: 1605px;
  }
  .top-\[1670px\] {
    top: 1670px;
  }
  .top-auto {
    top: auto;
  }
  .right-0 {
    right: 0px;
  }
  .right-\[5\%\] {
    right: 5%;
  }
  .right-\[60px\] {
    right: 60px;
  }
  .bottom-0 {
    bottom: 0px;
  }
  .left-0 {
    left: 0px;
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .left-\[5\%\] {
    left: 5%;
  }
  .left-\[12\%\] {
    left: 12%;
  }
  .left-\[17px\] {
    left: 17px;
  }
  .left-\[18px\] {
    left: 18px;
  }
  .left-\[29px\] {
    left: 29px;
  }
  .left-\[30px\] {
    left: 30px;
  }
  .left-\[35px\] {
    left: 35px;
  }
  .left-\[43\%\] {
    left: 43%;
  }
  .left-\[46px\] {
    left: 46px;
  }
  .left-\[55px\] {
    left: 55px;
  }
  .left-\[63px\] {
    left: 63px;
  }
  .left-\[68px\] {
    left: 68px;
  }
  .left-\[88px\] {
    left: 88px;
  }
  .left-\[100px\] {
    left: 100px;
  }
  .left-\[146px\] {
    left: 146px;
  }
  .left-\[173px\] {
    left: 173px;
  }
  .left-\[178px\] {
    left: 178px;
  }
  .left-\[196px\] {
    left: 196px;
  }
  .left-\[198px\] {
    left: 198px;
  }
  .left-\[218px\] {
    left: 218px;
  }
  .left-\[279px\] {
    left: 279px;
  }
  .left-\[281px\] {
    left: 281px;
  }
  .left-\[307px\] {
    left: 307px;
  }
  .left-\[310px\] {
    left: 310px;
  }
  .left-\[315px\] {
    left: 315px;
  }
  .left-\[316px\] {
    left: 316px;
  }
  .left-\[319px\] {
    left: 319px;
  }
  .left-\[320px\] {
    left: 320px;
  }
  .left-\[325px\] {
    left: 325px;
  }
  .left-\[333px\] {
    left: 333px;
  }
  .left-\[353px\] {
    left: 353px;
  }
  .left-\[361px\] {
    left: 361px;
  }
  .left-\[363px\] {
    left: 363px;
  }
  .left-\[365px\] {
    left: 365px;
  }
  .left-\[368px\] {
    left: 368px;
  }
  .left-\[370px\] {
    left: 370px;
  }
  .left-\[378px\] {
    left: 378px;
  }
  .left-\[398px\] {
    left: 398px;
  }
  .left-\[399px\] {
    left: 399px;
  }
  .left-\[469px\] {
    left: 469px;
  }
  .left-\[480px\] {
    left: 480px;
  }
  .left-\[526px\] {
    left: 526px;
  }
  .left-\[536px\] {
    left: 536px;
  }
  .left-\[572px\] {
    left: 572px;
  }
  .left-\[579px\] {
    left: 579px;
  }
  .left-\[584px\] {
    left: 584px;
  }
  .left-\[608px\] {
    left: 608px;
  }
  .left-\[718px\] {
    left: 718px;
  }
  .left-\[733px\] {
    left: 733px;
  }
  .left-\[770px\] {
    left: 770px;
  }
  .left-\[780px\] {
    left: 780px;
  }
  .left-\[802px\] {
    left: 802px;
  }
  .left-\[861px\] {
    left: 861px;
  }
  .left-\[875px\] {
    left: 875px;
  }
  .left-\[878px\] {
    left: 878px;
  }
  .left-\[885px\] {
    left: 885px;
  }
  .left-\[915px\] {
    left: 915px;
  }
  .left-\[1010px\] {
    left: 1010px;
  }
  .left-\[1011px\] {
    left: 1011px;
  }
  .left-\[1024px\] {
    left: 1024px;
  }
  .left-\[1025px\] {
    left: 1025px;
  }
  .left-\[1035px\] {
    left: 1035px;
  }
  .left-\[1059px\] {
    left: 1059px;
  }
  .left-\[1071px\] {
    left: 1071px;
  }
  .left-\[1078px\] {
    left: 1078px;
  }
  .left-\[1104px\] {
    left: 1104px;
  }
  .left-\[1140px\] {
    left: 1140px;
  }
  .left-\[1154px\] {
    left: 1154px;
  }
  .left-\[1179px\] {
    left: 1179px;
  }
  .left-\[1180px\] {
    left: 1180px;
  }
  .left-\[1200px\] {
    left: 1200px;
  }
  .left-\[1256px\] {
    left: 1256px;
  }
  .left-\[1257px\] {
    left: 1257px;
  }
  .left-\[1338px\] {
    left: 1338px;
  }
  .left-\[1416px\] {
    left: 1416px;
  }
  .left-\[1447px\] {
    left: 1447px;
  }
  .left-\[1457px\] {
    left: 1457px;
  }
  .left-\[1520px\] {
    left: 1520px;
  }
  .left-\[1670px\] {
    left: 1670px;
  }
  .left-\[1690px\] {
    left: 1690px;
  }
  .z-10 {
    z-index: 10;
  }
  .float-right {
    float: right;
  }
  .mx-\[18px\] {
    margin-inline: 18px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .mt-\[2px\] {
    margin-top: 2px;
  }
  .mt-\[4px\] {
    margin-top: 4px;
  }
  .mt-\[6px\] {
    margin-top: 6px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[13px\] {
    margin-top: 13px;
  }
  .mt-\[14px\] {
    margin-top: 14px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[18px\] {
    margin-top: 18px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[22px\] {
    margin-top: 22px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[28px\] {
    margin-top: 28px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[34px\] {
    margin-top: 34px;
  }
  .mt-\[36px\] {
    margin-top: 36px;
  }
  .mt-\[38px\] {
    margin-top: 38px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[42px\] {
    margin-top: 42px;
  }
  .mt-\[44px\] {
    margin-top: 44px;
  }
  .mt-\[45px\] {
    margin-top: 45px;
  }
  .mt-\[48px\] {
    margin-top: 48px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[62px\] {
    margin-top: 62px;
  }
  .mt-\[70px\] {
    margin-top: 70px;
  }
  .mt-\[95px\] {
    margin-top: 95px;
  }
  .mr-\[34px\] {
    margin-right: 34px;
  }
  .mb-\[42px\] {
    margin-bottom: 42px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .table {
    display: table;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-14 {
    width: calc(var(--spacing) * 14);
    height: calc(var(--spacing) * 14);
  }
  .size-\[6px\] {
    width: 6px;
    height: 6px;
  }
  .size-\[7px\] {
    width: 7px;
    height: 7px;
  }
  .size-\[8px\] {
    width: 8px;
    height: 8px;
  }
  .size-\[39px\] {
    width: 39px;
    height: 39px;
  }
  .size-\[44px\] {
    width: 44px;
    height: 44px;
  }
  .size-\[48px\] {
    width: 48px;
    height: 48px;
  }
  .size-\[52px\] {
    width: 52px;
    height: 52px;
  }
  .size-\[58px\] {
    width: 58px;
    height: 58px;
  }
  .size-\[80px\] {
    width: 80px;
    height: 80px;
  }
  .size-\[130px\] {
    width: 130px;
    height: 130px;
  }
  .size-\[190px\] {
    width: 190px;
    height: 190px;
  }
  .size-\[520px\] {
    width: 520px;
    height: 520px;
  }
  .size-\[620px\] {
    width: 620px;
    height: 620px;
  }
  .size-\[760px\] {
    width: 760px;
    height: 760px;
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[41px\] {
    height: 41px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[54px\] {
    height: 54px;
  }
  .h-\[58px\] {
    height: 58px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[68px\] {
    height: 68px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[86px\] {
    height: 86px;
  }
  .h-\[149px\] {
    height: 149px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[168px\] {
    height: 168px;
  }
  .h-\[176px\] {
    height: 176px;
  }
  .h-\[182px\] {
    height: 182px;
  }
  .h-\[187px\] {
    height: 187px;
  }
  .h-\[210px\] {
    height: 210px;
  }
  .h-\[220px\] {
    height: 220px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[320px\] {
    height: 320px;
  }
  .h-\[360px\] {
    height: 360px;
  }
  .h-\[361px\] {
    height: 361px;
  }
  .h-\[380px\] {
    height: 380px;
  }
  .h-\[386px\] {
    height: 386px;
  }
  .h-\[396px\] {
    height: 396px;
  }
  .h-\[406px\] {
    height: 406px;
  }
  .h-\[408px\] {
    height: 408px;
  }
  .h-\[426px\] {
    height: 426px;
  }
  .h-\[440px\] {
    height: 440px;
  }
  .h-\[446px\] {
    height: 446px;
  }
  .h-\[448px\] {
    height: 448px;
  }
  .h-\[459px\] {
    height: 459px;
  }
  .h-\[468px\] {
    height: 468px;
  }
  .h-\[475px\] {
    height: 475px;
  }
  .h-\[484px\] {
    height: 484px;
  }
  .h-\[578px\] {
    height: 578px;
  }
  .h-\[680px\] {
    height: 680px;
  }
  .h-\[710px\] {
    height: 710px;
  }
  .h-\[760px\] {
    height: 760px;
  }
  .h-\[764px\] {
    height: 764px;
  }
  .h-\[790px\] {
    height: 790px;
  }
  .h-\[800px\] {
    height: 800px;
  }
  .h-\[807px\] {
    height: 807px;
  }
  .h-\[860px\] {
    height: 860px;
  }
  .h-\[868px\] {
    height: 868px;
  }
  .h-\[880px\] {
    height: 880px;
  }
  .h-\[899px\] {
    height: 899px;
  }
  .h-\[930px\] {
    height: 930px;
  }
  .h-\[1100px\] {
    height: 1100px;
  }
  .h-\[1140px\] {
    height: 1140px;
  }
  .h-\[1185px\] {
    height: 1185px;
  }
  .h-\[1740px\] {
    height: 1740px;
  }
  .h-\[2061px\] {
    height: 2061px;
  }
  .h-\[2068px\] {
    height: 2068px;
  }
  .h-\[2350px\] {
    height: 2350px;
  }
  .h-\[2500px\] {
    height: 2500px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .min-h-\[420px\] {
    min-height: 420px;
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[2px\] {
    width: 2px;
  }
  .w-\[23px\] {
    width: 23px;
  }
  .w-\[31px\] {
    width: 31px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[42px\] {
    width: 42px;
  }
  .w-\[44px\] {
    width: 44px;
  }
  .w-\[49px\] {
    width: 49px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[54px\] {
    width: 54px;
  }
  .w-\[62px\] {
    width: 62px;
  }
  .w-\[68px\] {
    width: 68px;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[86px\] {
    width: 86px;
  }
  .w-\[92px\] {
    width: 92px;
  }
  .w-\[110px\] {
    width: 110px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[165px\] {
    width: 165px;
  }
  .w-\[170px\] {
    width: 170px;
  }
  .w-\[178px\] {
    width: 178px;
  }
  .w-\[198px\] {
    width: 198px;
  }
  .w-\[207px\] {
    width: 207px;
  }
  .w-\[210px\] {
    width: 210px;
  }
  .w-\[240px\] {
    width: 240px;
  }
  .w-\[260px\] {
    width: 260px;
  }
  .w-\[286px\] {
    width: 286px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[350px\] {
    width: 350px;
  }
  .w-\[353px\] {
    width: 353px;
  }
  .w-\[370px\] {
    width: 370px;
  }
  .w-\[381px\] {
    width: 381px;
  }
  .w-\[383px\] {
    width: 383px;
  }
  .w-\[390px\] {
    width: 390px;
  }
  .w-\[396px\] {
    width: 396px;
  }
  .w-\[407px\] {
    width: 407px;
  }
  .w-\[410px\] {
    width: 410px;
  }
  .w-\[420px\] {
    width: 420px;
  }
  .w-\[452px\] {
    width: 452px;
  }
  .w-\[470px\] {
    width: 470px;
  }
  .w-\[480px\] {
    width: 480px;
  }
  .w-\[490px\] {
    width: 490px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[509px\] {
    width: 509px;
  }
  .w-\[520px\] {
    width: 520px;
  }
  .w-\[540px\] {
    width: 540px;
  }
  .w-\[560px\] {
    width: 560px;
  }
  .w-\[590px\] {
    width: 590px;
  }
  .w-\[612px\] {
    width: 612px;
  }
  .w-\[620px\] {
    width: 620px;
  }
  .w-\[627px\] {
    width: 627px;
  }
  .w-\[640px\] {
    width: 640px;
  }
  .w-\[715px\] {
    width: 715px;
  }
  .w-\[740px\] {
    width: 740px;
  }
  .w-\[760px\] {
    width: 760px;
  }
  .w-\[770px\] {
    width: 770px;
  }
  .w-\[786px\] {
    width: 786px;
  }
  .w-\[796px\] {
    width: 796px;
  }
  .w-\[818px\] {
    width: 818px;
  }
  .w-\[820px\] {
    width: 820px;
  }
  .w-\[840px\] {
    width: 840px;
  }
  .w-\[850px\] {
    width: 850px;
  }
  .w-\[951px\] {
    width: 951px;
  }
  .w-\[960px\] {
    width: 960px;
  }
  .w-\[1048px\] {
    width: 1048px;
  }
  .w-\[1290px\] {
    width: 1290px;
  }
  .w-\[1294px\] {
    width: 1294px;
  }
  .w-\[1300px\] {
    width: 1300px;
  }
  .w-\[1720px\] {
    width: 1720px;
  }
  .w-\[1848px\] {
    width: 1848px;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-\[330px\] {
    max-width: 330px;
  }
  .max-w-\[360px\] {
    max-width: 360px;
  }
  .max-w-\[430px\] {
    max-width: 430px;
  }
  .max-w-\[470px\] {
    max-width: 470px;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[760px\] {
    max-width: 760px;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-0 {
    min-width: 0px;
  }
  .min-w-\[150px\] {
    min-width: 150px;
  }
  .min-w-\[180px\] {
    min-width: 180px;
  }
  .min-w-\[240px\] {
    min-width: 240px;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-\[8\%\] {
    --tw-translate-x: calc(8% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-\[12\.15deg\] {
    rotate: 12.15deg;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-\[396px_402px\] {
    grid-template-columns: 396px 402px;
  }
  .grid-cols-\[590px_590px_590px\] {
    grid-template-columns: 590px 590px 590px;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[14px\] {
    gap: 14px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[28px\] {
    gap: 28px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[34px\] {
    gap: 34px;
  }
  .gap-\[42px\] {
    gap: 42px;
  }
  .gap-\[48px\] {
    gap: 48px;
  }
  .gap-\[90px\] {
    gap: 90px;
  }
  .gap-\[110px\] {
    gap: 110px;
  }
  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-14 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 14) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 14) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-\[22px\] > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(22px * var(--tw-space-y-reverse));
    margin-block-end: calc(22px * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-\[28px\] > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(28px * var(--tw-space-y-reverse));
    margin-block-end: calc(28px * calc(1 - var(--tw-space-y-reverse)));
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-y-20 {
    row-gap: calc(var(--spacing) * 20);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[34px_0_34px_0\] {
    border-radius: 34px 0 34px 0;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-\[10px\] {
    border-style: var(--tw-border-style);
    border-width: 10px;
  }
  .border-\[14px\] {
    border-style: var(--tw-border-style);
    border-width: 14px;
  }
  .border-\[17px\] {
    border-style: var(--tw-border-style);
    border-width: 17px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#d8d8d8\] {
    border-color: #d8d8d8;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/25 {
    border-color: color-mix(in srgb, #fff 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 25%, transparent);
    }
  }
  .\!bg-white {
    background-color: var(--color-white) !important;
  }
  .bg-\[\#1f1f1f\] {
    background-color: #1f1f1f;
  }
  .bg-\[\#9aa4b2\] {
    background-color: #9aa4b2;
  }
  .bg-\[\#111\] {
    background-color: #111;
  }
  .bg-\[\#111111\] {
    background-color: #111111;
  }
  .bg-\[\#d8d8d8\] {
    background-color: #d8d8d8;
  }
  .bg-\[\#d32080\] {
    background-color: #d32080;
  }
  .bg-\[\#f3e5e5\] {
    background-color: #f3e5e5;
  }
  .bg-\[\#f7c4df\] {
    background-color: #f7c4df;
  }
  .bg-\[\#f7f7f7\] {
    background-color: #f7f7f7;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/25 {
    background-color: color-mix(in srgb, #fff 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 25%, transparent);
    }
  }
  .object-cover {
    object-fit: cover;
  }
  .object-\[50\%_43\%\] {
    object-position: 50% 43%;
  }
  .object-bottom {
    object-position: bottom;
  }
  .p-0 {
    padding: 0px;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[34px\] {
    padding-inline: 34px;
  }
  .px-\[120px\] {
    padding-inline: 120px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-\[28px\] {
    padding-block: 28px;
  }
  .py-\[68px\] {
    padding-block: 68px;
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-28 {
    padding-top: calc(var(--spacing) * 28);
  }
  .pt-\[95px\] {
    padding-top: 95px;
  }
  .pt-\[123px\] {
    padding-top: 123px;
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[23px\] {
    font-size: 23px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[34px\] {
    font-size: 34px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[42px\] {
    font-size: 42px;
  }
  .text-\[45px\] {
    font-size: 45px;
  }
  .text-\[56px\] {
    font-size: 56px;
  }
  .text-\[64px\] {
    font-size: 64px;
  }
  .text-\[88px\] {
    font-size: 88px;
  }
  .text-\[90px\] {
    font-size: 90px;
  }
  .text-\[120px\] {
    font-size: 120px;
  }
  .leading-\[0\.8\] {
    --tw-leading: 0.8;
    line-height: 0.8;
  }
  .leading-\[0\.9\] {
    --tw-leading: 0.9;
    line-height: 0.9;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-\[1\.7\] {
    --tw-leading: 1.7;
    line-height: 1.7;
  }
  .leading-\[1\.45\] {
    --tw-leading: 1.45;
    line-height: 1.45;
  }
  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[21px\] {
    --tw-leading: 21px;
    line-height: 21px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[25px\] {
    --tw-leading: 25px;
    line-height: 25px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[29px\] {
    --tw-leading: 29px;
    line-height: 29px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }
  .leading-\[38px\] {
    --tw-leading: 38px;
    line-height: 38px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-\[42px\] {
    --tw-leading: 42px;
    line-height: 42px;
  }
  .leading-\[44px\] {
    --tw-leading: 44px;
    line-height: 44px;
  }
  .leading-\[48px\] {
    --tw-leading: 48px;
    line-height: 48px;
  }
  .leading-\[54px\] {
    --tw-leading: 54px;
    line-height: 54px;
  }
  .leading-\[58px\] {
    --tw-leading: 58px;
    line-height: 58px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .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-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\.02em\] {
    --tw-tracking: -0.02em;
    letter-spacing: -0.02em;
  }
  .tracking-\[-0\.9px\] {
    --tw-tracking: -0.9px;
    letter-spacing: -0.9px;
  }
  .tracking-\[-0\.36px\] {
    --tw-tracking: -0.36px;
    letter-spacing: -0.36px;
  }
  .tracking-\[-0\.48px\] {
    --tw-tracking: -0.48px;
    letter-spacing: -0.48px;
  }
  .tracking-\[-0\.56px\] {
    --tw-tracking: -0.56px;
    letter-spacing: -0.56px;
  }
  .tracking-\[-0\.68px\] {
    --tw-tracking: -0.68px;
    letter-spacing: -0.68px;
  }
  .tracking-\[0\.5px\] {
    --tw-tracking: 0.5px;
    letter-spacing: 0.5px;
  }
  .tracking-\[0\.24px\] {
    --tw-tracking: 0.24px;
    letter-spacing: 0.24px;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#1f1f1f\] {
    color: #1f1f1f;
  }
  .text-\[\#5c6574\] {
    color: #5c6574;
  }
  .text-\[\#9aa4b2\] {
    color: #9aa4b2;
  }
  .text-\[\#d32080\] {
    color: #d32080;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-55 {
    opacity: 55%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-85 {
    opacity: 85%;
  }
  .opacity-\[0\.04\] {
    opacity: 0.04;
  }
  @media (width >= 40rem) {
    .sm\:h-\[380px\] {
      height: 380px;
    }
    .sm\:w-\[260px\] {
      width: 260px;
    }
    .sm\:w-\[300px\] {
      width: 300px;
    }
    .sm\:w-\[305px\] {
      width: 305px;
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:justify-between {
      justify-content: space-between;
    }
    .sm\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
    .sm\:text-\[28px\] {
      font-size: 28px;
    }
    .sm\:text-\[34px\] {
      font-size: 34px;
    }
    .sm\:text-\[86px\] {
      font-size: 86px;
    }
  }
  @media (width >= 48rem) {
    .md\:h-\[520px\] {
      height: 520px;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:grid-cols-\[1\.1fr_0\.8fr_1fr\] {
      grid-template-columns: 1.1fr 0.8fr 1fr;
    }
    .md\:grid-cols-\[1fr_0\.9fr\] {
      grid-template-columns: 1fr 0.9fr;
    }
    .md\:items-center {
      align-items: center;
    }
    .md\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
    .md\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }
    .md\:py-20 {
      padding-block: calc(var(--spacing) * 20);
    }
    .md\:py-24 {
      padding-block: calc(var(--spacing) * 24);
    }
    .md\:pb-24 {
      padding-bottom: calc(var(--spacing) * 24);
    }
    .md\:text-\[45px\] {
      font-size: 45px;
    }
  }
  @media (width >= 64rem) {
    .lg\:h-\[320px\] {
      height: 320px;
    }
    .lg\:h-\[420px\] {
      height: 420px;
    }
    .lg\:h-full {
      height: 100%;
    }
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:items-center {
      align-items: center;
    }
    .lg\:items-start {
      align-items: flex-start;
    }
    .lg\:px-20 {
      padding-inline: calc(var(--spacing) * 20);
    }
    .lg\:py-24 {
      padding-block: calc(var(--spacing) * 24);
    }
  }
}
@font-face {
  font-family: "Tangerine";
  src: url("../assets/fonts/Tangerine-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Artifika";
  src: url("../assets/fonts/Artifika-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../assets/fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@layer base {
  html {
    background: #ffffff;
  }
  body {
    margin: 0;
    min-width: 320px;
    font-family: var(--font-sans);
    color: #1f1f1f;
    background: #ffffff;
    overflow-x: hidden;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
}
@layer components {
  .desktop-page {
    display: block;
  }
  .responsive-page {
    display: none;
  }
  .page-shell {
    --layout-width: min(100vw, 1400px);
    --page-scale: calc(var(--layout-width) / 1920px);
    width: var(--layout-width);
    margin: 0 auto;
    overflow: visible;
    background: #fff;
  }
  .page {
    width: 1920px;
    margin: 0;
    overflow: visible;
    background: #fff;
    transform: scale(var(--page-scale));
    transform-origin: top left;
  }
  .section {
    position: relative;
    width: 1920px;
  }
  .qsn-section, .qsn-responsive-section, .carte-section, .carte-responsive-section, .resa-section, .resa-responsive-section, .actus-section, .actus-responsive-section, .contact-section, .contact-responsive-section {
    display: none;
  }
  .qsn-page .desktop-page main > section:not(.qsn-section), .qsn-page .responsive-page main > section:not(.qsn-responsive-section) {
    display: none;
  }
  .qsn-page .qsn-section, .qsn-page .qsn-responsive-section {
    display: block;
  }
  .carte-page .desktop-page main > section:not(.carte-section), .carte-page .responsive-page main > section:not(.carte-responsive-section) {
    display: none;
  }
  .carte-page .carte-section, .carte-page .carte-responsive-section {
    display: block;
  }
  .resa-page .desktop-page main > section:not(.resa-section), .resa-page .responsive-page main > section:not(.resa-responsive-section), .actus-page .desktop-page main > section:not(.actus-section), .actus-page .responsive-page main > section:not(.actus-responsive-section), .contact-page .desktop-page main > section:not(.contact-section), .contact-page .responsive-page main > section:not(.contact-responsive-section) {
    display: none;
  }
  .resa-page .resa-section, .resa-page .resa-responsive-section, .actus-page .actus-section, .actus-page .actus-responsive-section, .contact-page .contact-section, .contact-page .contact-responsive-section {
    display: block;
  }
  .qsn-title-band, .carte-title-band, .page-title-band {
    z-index: 0;
  }
  .qsn-title-band::before, .carte-title-band::before, .page-title-band::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: calc((1920px - (100vw / var(--page-scale))) / 2);
    width: calc(100vw / var(--page-scale));
    background: #d32080;
  }
  .qsn-title-band > *, .carte-title-band > *, .page-title-band > * {
    position: relative;
    z-index: 1;
  }
  .script-logo {
    font-family: var(--font-script);
    font-weight: 700;
    letter-spacing: -0.32px;
    line-height: 0.78;
  }
  .button-outline, .button-pink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    min-width: 233px;
    border: 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }
  .button-outline {
    color: #1f1f1f;
    width: 233px;
    background-color: transparent;
    background-image: url("../assets/icons/button-outline.svg");
  }
  .button-pink {
    color: #fff;
    width: 300px;
    background-color: transparent;
    background-image: url("../assets/icons/button-pink.svg");
  }
  .figma-header-button {
    position: absolute;
    top: 0;
    display: flex;
    width: 300px;
    height: 46px;
    align-items: center;
    justify-content: center;
    padding-left: 58px;
    padding-right: 24px;
    background: url("../assets/icons/button-pink.svg") center / 300px 46px no-repeat;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.28px;
    text-align: center;
    text-transform: uppercase;
  }
  .full-bleed-black {
    z-index: 0;
  }
  .full-bleed-black::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: calc((1920px - (100vw / var(--page-scale))) / 2);
    width: calc(100vw / var(--page-scale));
    background: #000;
  }
  .desktop-footer-full {
    z-index: 0;
  }
  .desktop-footer-full::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: calc((1920px - (100vw / var(--page-scale))) / 2);
    width: calc(100vw / var(--page-scale));
    background: #111111;
  }
  .desktop-footer-bar {
    z-index: 1;
  }
  .desktop-footer-bar::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset-block: 0;
    left: calc((1920px - (100vw / var(--page-scale))) / 2);
    width: calc(100vw / var(--page-scale));
    background: #1f1f1f;
  }
  .full-bleed-black > *, .desktop-footer-full > *, .desktop-footer-bar > * {
    position: relative;
    z-index: 1;
  }
  .serif-title {
    font-family: var(--font-serif);
    font-weight: 400;
    color: #1f1f1f;
    letter-spacing: -0.84px;
    line-height: 58px;
  }
  .body-copy {
    color: #5c6574;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }
  .qsn-eyebrow {
    display: inline-block;
    color: #d32080;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-block: 2px;
    border-top: 2px solid #d32080;
    border-bottom: 2px solid #d32080;
  }
  .qsn-title {
    font-family: var(--font-serif);
    color: #1f1f1f;
    font-size: 45px;
    line-height: 54px;
    letter-spacing: -0.9px;
  }
  .qsn-copy {
    color: #5c6574;
    font-size: 16px;
    line-height: 26px;
  }
  .qsn-list {
    color: #5c6574;
    font-size: 16px;
    line-height: 28px;
    list-style: none;
    padding-left: 0;
  }
  .qsn-list li {
    position: relative;
    padding-left: 26px;
  }
  .qsn-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    color: #d32080;
    font-size: 15px;
    line-height: 28px;
    font-weight: 700;
  }
  .carte-heading {
    font-family: var(--font-serif);
    color: #1f1f1f;
    font-size: 45px;
    line-height: 58px;
    letter-spacing: -0.9px;
  }
  .carte-menu-card {
    position: relative;
    width: 300px;
    height: 374px;
    border-radius: 50px 0 50px 0;
    background: #fff;
    text-align: center;
    box-shadow: 0 20px 45px rgba(126, 126, 126, 0.06);
  }
  .carte-menu-card .food {
    position: absolute;
    left: 46px;
    top: -101px;
    width: 190px;
    height: 190px;
    border-radius: 999px;
    object-fit: cover;
  }
  .carte-menu-card .badge {
    position: absolute;
    left: 218px;
    top: -55px;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 999px;
    background: #1f1f1f;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
  }
  .carte-dish-card {
    width: 320px;
    text-align: center;
  }
  .carte-dish-card .image-box {
    display: grid;
    width: 320px;
    height: 330px;
    place-items: center;
    background: #f3e5e5;
  }
  .carte-dish-card img {
    width: 190px;
    height: 190px;
    border-radius: 999px;
    object-fit: cover;
    box-shadow: 0 18px 30px rgba(31, 31, 31, 0.12);
  }
  .carte-dish-card h3 {
    margin-top: 26px;
    font-family: var(--font-serif);
    font-size: 24px;
    line-height: 30px;
    color: #1f1f1f;
    letter-spacing: -0.48px;
  }
  .carte-carousel-arrow {
    position: relative;
    display: block;
    width: 75px;
    height: 60px;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .carte-carousel-arrow-left {
    background-image: url("../custom-extra/left-arrow.png");
  }
  .carte-carousel-arrow-right {
    background-image: url("../custom-extra/right-arrow.png");
  }
  .page-heading {
    font-family: var(--font-serif);
    color: #1f1f1f;
    font-size: 45px;
    line-height: 58px;
    letter-spacing: -0.9px;
  }
  .small-diamond-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .small-diamond-divider::before, .small-diamond-divider::after {
    content: "";
    width: 50px;
    height: 1px;
    background: rgba(31, 31, 31, 0.55);
  }
  .small-diamond-divider span {
    display: flex;
    gap: 5px;
  }
  .small-diamond-divider i {
    width: 7px;
    height: 7px;
    background: #1f1f1f;
    transform: rotate(45deg);
  }
  .small-diamond-divider i:nth-child(4) {
    background: #d32080;
  }
  .resa-order-card {
    position: relative;
    min-height: 374px;
    border-radius: 50px 0 50px 0;
    background: #fff;
  }
  .resa-order-card .food {
    position: absolute;
    left: 45px;
    top: 48px;
    width: 190px;
    height: 190px;
    border-radius: 999px;
    object-fit: cover;
  }
  .quantity-control {
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
  }
  .actus-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 254px);
    gap: 28px;
  }
  .actus-photo-grid img {
    width: 254px;
    height: 254px;
    object-fit: cover;
  }
  .actus-past-card {
    width: 840px;
    background: #f7f7f7;
  }
  .actus-past-card img {
    width: 840px;
    height: 450px;
    object-fit: cover;
  }
  .contact-input {
    height: 54px;
    background: #efefef;
    padding: 0 22px;
    color: #5c6574;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .contact-textarea {
    height: 170px;
    resize: none;
    padding-top: 22px;
  }
  .small-copy {
    color: #5c6574;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
  .pink-svg-icon {
    filter: brightness(0) saturate(100%) invert(19%) sepia(95%) saturate(3411%) hue-rotate(313deg) brightness(91%) contrast(92%);
  }
  .hero-mask {
    mask-image: url("../assets/images/hero-mask.png");
    mask-repeat: no-repeat;
    mask-size: 1720px 880px;
    mask-position: 0 0;
  }
  .menu-card {
    position: relative;
    width: 300px;
    height: 374px;
    border-radius: 0 0 42px 0;
    background: #fff;
    text-align: center;
  }
  .footer-title {
    font-family: var(--font-serif);
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    letter-spacing: -0.48px;
    text-transform: capitalize;
  }
  .title-mark::after {
    content: "";
    display: block;
    width: 61px;
    height: 2px;
    margin-top: 6px;
    background: linear-gradient(#d32080, #d32080) 0 0 / 40px 2px no-repeat, linear-gradient(#d32080, #d32080) 43px 0 / 10px 2px no-repeat, linear-gradient(#d32080, #d32080) 56px 0 / 5px 2px no-repeat;
  }
  .footer-logo-wrap {
    width: 356px;
    max-width: 356px;
    font-size: 50px;
    line-height: 58px;
    letter-spacing: -1px;
    white-space: nowrap;
  }
  .footer-social-link {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    background: #d32080;
  }
  .footer-contact-icon {
    display: inline-grid;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    place-items: center;
    vertical-align: middle;
    background: #d32080;
  }
  .map-line {
    position: absolute;
    height: 1px;
    border-top: 1px dashed rgba(255, 255, 255, 0.75);
    transform-origin: left center;
  }
  .map-line-left-top {
    left: 70px;
    top: 49px;
    width: 120px;
    transform: none;
  }
  .map-line-right-top {
    left: 238px;
    top: 49px;
    width: 120px;
    transform: none;
  }
  .map-line-left-bottom {
    left: 99px;
    top: 139.5px;
    width: 122.201px;
    transform: rotate(-35deg);
  }
  .map-line-right-bottom {
    left: 229px;
    top: 69.5px;
    width: 122.201px;
    transform: rotate(35deg);
  }
  .mobile-container {
    width: min(100% - 40px, 1120px);
    margin-inline: auto;
  }
  .mobile-heading {
    font-family: var(--font-serif);
    color: #1f1f1f;
    font-size: clamp(30px, 5vw, 42px);
    line-height: 1.25;
    letter-spacing: -0.03em;
  }
  .mobile-script {
    font-family: var(--font-script);
    font-weight: 700;
    color: #d32080;
    font-size: clamp(64px, 13vw, 108px);
    line-height: 0.78;
    letter-spacing: -0.02em;
  }
  .mobile-copy {
    color: #5c6574;
    font-size: clamp(15px, 2.1vw, 18px);
    line-height: 1.65;
  }
  .responsive-header {
    background: #000;
    color: #fff;
  }
  .responsive-logo img {
    width: min(310px, 58vw);
    height: auto;
    display: block;
  }
  .responsive-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 18px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
  }
  .responsive-nav a:not(:last-child)::after {
    content: "◆";
    color: #d32080;
    margin-left: 18px;
    font-size: 10px;
  }
  .responsive-hero {
    background: #000;
    color: #1f1f1f;
  }
  .responsive-hero-panel {
    position: relative;
    overflow: hidden;
    background: #f3e5e5;
  }
  .responsive-hero-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../assets/images/icon-texture.png");
    background-size: 900px auto;
    opacity: 0.22;
  }
  .responsive-hero-panel::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 44%;
    background: #d32080;
  }
  .responsive-contact-card {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
  }
  .responsive-contact-card .icon {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #d32080;
  }
  .responsive-menu-card {
    position: relative;
    background: #fff;
    border-radius: 0 0 34px 0;
    padding: 88px 22px 28px;
    text-align: center;
    min-height: 300px;
  }
  .responsive-menu-card .food {
    position: absolute;
    top: -58px;
    left: 50%;
    width: 132px;
    height: 132px;
    transform: translateX(-50%);
    border-radius: 999px;
    object-fit: cover;
  }
  .responsive-menu-card .badge {
    position: absolute;
    top: -28px;
    left: calc(50% + 52px);
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #1f1f1f;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
  }
  .responsive-dish-card {
    background: #f3e5e5;
    padding: 28px 18px 22px;
    text-align: center;
  }
  .responsive-dish-card img {
    width: 150px;
    height: 150px;
    margin-inline: auto;
    border-radius: 999px;
    object-fit: cover;
    box-shadow: 0 14px 24px rgba(31, 31, 31, 0.12);
  }
  .responsive-dish-card h4 {
    margin-top: 18px;
    font-family: var(--font-serif);
    font-size: 20px;
    line-height: 1.3;
    color: #1f1f1f;
  }
  .responsive-footer {
    background: #111;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .responsive-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../assets/images/icon-texture.png");
    background-size: 760px auto;
    opacity: 0.04;
  }
  .responsive-header .button-pink {
    width: 300px;
    height: 46px;
  }
}
@media (max-width: 900px) {
  .desktop-page {
    display: none;
  }
  .responsive-page {
    display: block;
  }
}
@media (max-width: 640px) {
  .mobile-container {
    width: min(100% - 28px, 1120px);
  }
  .responsive-nav {
    gap: 10px 12px;
    font-size: 11px;
  }
  .responsive-nav a:not(:last-child)::after {
    margin-left: 12px;
  }
}
@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-tracking {
  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-tracking: initial;
    }
  }
}
