/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-neutral-800: oklch(26.9% 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --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-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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-garamond: "Cormorant Garamond", 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, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .\!relative {
    position: relative !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-y-1\/2 {
    inset-block: calc(1/2 * 100%);
  }
  .-top-250 {
    top: calc(var(--spacing) * -250);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-30 {
    top: calc(var(--spacing) * 30);
  }
  .top-\[14px\] {
    top: 14px;
  }
  .top-\[21px\] {
    top: 21px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-\[18px\] {
    right: 18px;
  }
  .\!bottom-auto {
    bottom: auto !important;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .bottom-25 {
    bottom: calc(var(--spacing) * 25);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[5px\] {
    left: 5px;
  }
  .left-\[13px\] {
    left: 13px;
  }
  .-z-1 {
    z-index: calc(1 * -1);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[200\] {
    z-index: 200;
  }
  .z-\[500\] {
    z-index: 500;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .z-\[1001\] {
    z-index: 1001;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .row-span-2 {
    grid-row: span 2 / span 2;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .row-start-3 {
    grid-row-start: 3;
  }
  .row-start-4 {
    grid-row-start: 4;
  }
  .row-start-6 {
    grid-row-start: 6;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .-mt-10 {
    margin-top: calc(var(--spacing) * -10);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .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-11 {
    margin-top: calc(var(--spacing) * 11);
  }
  .mt-15 {
    margin-top: calc(var(--spacing) * 15);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-17 {
    margin-top: calc(var(--spacing) * 17);
  }
  .mt-30 {
    margin-top: calc(var(--spacing) * 30);
  }
  .mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-\[5\%\] {
    margin-right: 5%;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-\[5\%\] {
    margin-left: 5%;
  }
  .ml-\[6px\] {
    margin-left: 6px;
  }
  .ml-\[10\%\] {
    margin-left: 10%;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[1\/1\] {
    aspect-ratio: 1/1;
  }
  .aspect-\[2\/3\] {
    aspect-ratio: 2/3;
  }
  .aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-\[9\/20\] {
    aspect-ratio: 9/20;
  }
  .aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .\!h-10 {
    height: calc(var(--spacing) * 10) !important;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-15 {
    height: calc(var(--spacing) * 15);
  }
  .h-25 {
    height: calc(var(--spacing) * 25);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[62px\] {
    height: 62px;
  }
  .h-\[80vh\] {
    height: 80vh;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-\[100svh\] {
    height: 100svh;
  }
  .h-\[114px\] {
    height: 114px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[90vh\] {
    max-height: 90vh;
  }
  .\!w-10 {
    width: calc(var(--spacing) * 10) !important;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-15 {
    width: calc(var(--spacing) * 15);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-\[10\%\] {
    width: 10%;
  }
  .w-\[15\%\] {
    width: 15%;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[20\%\] {
    width: 20%;
  }
  .w-\[20vw\] {
    width: 20vw;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[47px\] {
    width: 47px;
  }
  .w-\[54px\] {
    width: 54px;
  }
  .w-\[58px\] {
    width: 58px;
  }
  .w-\[59px\] {
    width: 59px;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[61px\] {
    width: 61px;
  }
  .w-\[83px\] {
    width: 83px;
  }
  .w-\[84\%\] {
    width: 84%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[104px\] {
    width: 104px;
  }
  .w-\[114px\] {
    width: 114px;
  }
  .w-\[calc\(50\%-6px\)\] {
    width: calc(50% - 6px);
  }
  .w-\[calc\(100\%-84px\)\] {
    width: calc(100% - 84px);
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-60 {
    max-width: calc(var(--spacing) * 60);
  }
  .max-w-80 {
    max-width: calc(var(--spacing) * 80);
  }
  .max-w-153 {
    max-width: calc(var(--spacing) * 153);
  }
  .max-w-160 {
    max-width: calc(var(--spacing) * 160);
  }
  .max-w-180 {
    max-width: calc(var(--spacing) * 180);
  }
  .max-w-243 {
    max-width: calc(var(--spacing) * 243);
  }
  .max-w-306 {
    max-width: calc(var(--spacing) * 306);
  }
  .max-w-308 {
    max-width: calc(var(--spacing) * 308);
  }
  .max-w-\[90\%\] {
    max-width: 90%;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-4 {
    --tw-translate-y: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-full {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-25 {
    gap: calc(var(--spacing) * 25);
  }
  .gap-\[5\%\] {
    gap: 5%;
  }
  .gap-\[11px\] {
    gap: 11px;
  }
  .gap-\[15\%\] {
    gap: 15%;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[90px\] {
    gap: 90px;
  }
  .space-y-0 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-8 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-0 {
    row-gap: calc(var(--spacing) * 0);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[26px\] {
    border-radius: 26px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-tl-\[55px\] {
    border-top-left-radius: 55px;
  }
  .rounded-bl-\[55px\] {
    border-bottom-left-radius: 55px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .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-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .\!border-\[\#333\] {
    border-color: #333 !important;
  }
  .border-\[\#333\] {
    border-color: #333;
  }
  .border-\[\#D9D9D9\] {
    border-color: #D9D9D9;
  }
  .border-\[\#FFF546\] {
    border-color: #FFF546;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-gray-800 {
    border-color: var(--color-gray-800);
  }
  .border-transparent {
    border-color: transparent;
  }
  .\!bg-\[\#F5F5F5\] {
    background-color: #F5F5F5 !important;
  }
  .bg-\[\#333\] {
    background-color: #333;
  }
  .bg-\[\#999\] {
    background-color: #999;
  }
  .bg-\[\#DADADA\] {
    background-color: #DADADA;
  }
  .bg-\[\#EEE\] {
    background-color: #EEE;
  }
  .bg-\[\#F5F5F5\] {
    background-color: #F5F5F5;
  }
  .bg-\[\#FFF546\] {
    background-color: #FFF546;
  }
  .bg-\[\#FFFAD1\] {
    background-color: #FFFAD1;
  }
  .bg-\[\#FFF\] {
    background-color: #FFF;
  }
  .bg-black\/10 {
    background-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(\'\.\.\/image\/view-more-icon\.svg\'\)\] {
    background-image: url('../image/view-more-icon.svg');
  }
  .from-black\/10 {
    --tw-gradient-from: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-neutral-800 {
    --tw-gradient-from: var(--color-neutral-800);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-black\/40 {
    --tw-gradient-to: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-neutral-800\/0 {
    --tw-gradient-to: color-mix(in srgb, oklch(26.9% 0 0) 0%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-neutral-800) 0%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-\[length\:100\%_0px\] {
    background-size: 100% 0px;
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-center {
    background-position: center;
  }
  .bg-left-bottom {
    background-position: left bottom;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-\[5\%\] {
    padding-inline: 5%;
  }
  .px-\[5px\] {
    padding-inline: 5px;
  }
  .px-\[6px\] {
    padding-inline: 6px;
  }
  .px-\[8\%\] {
    padding-inline: 8%;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-15 {
    padding-block: calc(var(--spacing) * 15);
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[80px\] {
    padding-block: 80px;
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pr-\[18px\] {
    padding-right: 18px;
  }
  .pb-0\.5 {
    padding-bottom: calc(var(--spacing) * 0.5);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }
  .pb-9 {
    padding-bottom: calc(var(--spacing) * 9);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-\[14px\] {
    padding-left: 14px;
  }
  .pl-\[29px\] {
    padding-left: 29px;
  }
  .pl-\[30px\] {
    padding-left: 30px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-garamond {
    font-family: var(--font-garamond);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--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-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-\[1\.25\] {
    --tw-leading: 1.25;
    line-height: 1.25;
  }
  .leading-\[1\.75\] {
    --tw-leading: 1.75;
    line-height: 1.75;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .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);
  }
  .tracking-\[0\.1em\] {
    --tw-tracking: 0.1em;
    letter-spacing: 0.1em;
  }
  .tracking-\[0\.05em\] {
    --tw-tracking: 0.05em;
    letter-spacing: 0.05em;
  }
  .tracking-\[0\.07em\] {
    --tw-tracking: 0.07em;
    letter-spacing: 0.07em;
  }
  .tracking-\[0\.15em\] {
    --tw-tracking: 0.15em;
    letter-spacing: 0.15em;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-\[\#000\] {
    color: #000 !important;
  }
  .text-\[\#333\] {
    color: #333;
  }
  .text-\[\#999\] {
    color: #999;
  }
  .text-\[\#F00\] {
    color: #F00;
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline-1 {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-\[\#D9D9D9\] {
    outline-color: #D9D9D9;
  }
  .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,);
  }
  .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, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-250 {
    --tw-duration: 250ms;
    transition-duration: 250ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-\[250ms\] {
    --tw-duration: 250ms;
    transition-duration: 250ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .\[-webkit-overflow-scrolling\:touch\] {
    -webkit-overflow-scrolling: touch;
  }
  .group-hover\:top-\[16px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        top: 16px;
      }
    }
  }
  .group-hover\:top-\[22px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        top: 22px;
      }
    }
  }
  .group-hover\:right-\[-5px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        right: -5px;
      }
    }
  }
  .group-hover\:left-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        left: calc(var(--spacing) * 0);
      }
    }
  }
  .group-hover\:translate-y-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:bg-\[length\:100\%_1px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-size: 100% 1px;
      }
    }
  }
  .group-hover\:fill-\[\#F5F5F5\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: #F5F5F5;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .after\:hidden {
    &::after {
      content: var(--tw-content);
      display: none;
    }
  }
  .hover\:border-\[\#999\] {
    &:hover {
      @media (hover: hover) {
        border-color: #999;
      }
    }
  }
  .hover\:bg-\[\#F2EEC7\] {
    &:hover {
      @media (hover: hover) {
        background-color: #F2EEC7;
      }
    }
  }
  .hover\:bg-\[\#F5F5F5\] {
    &:hover {
      @media (hover: hover) {
        background-color: #F5F5F5;
      }
    }
  }
  .hover\:bg-\[\#f5f5f5\] {
    &:hover {
      @media (hover: hover) {
        background-color: #f5f5f5;
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .focus\:ring-0 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:col-span-2 {
    @media (width >= 40rem) {
      grid-column: span 2 / span 2;
    }
  }
  .sm\:col-start-1 {
    @media (width >= 40rem) {
      grid-column-start: 1;
    }
  }
  .sm\:col-start-2 {
    @media (width >= 40rem) {
      grid-column-start: 2;
    }
  }
  .sm\:col-start-3 {
    @media (width >= 40rem) {
      grid-column-start: 3;
    }
  }
  .sm\:col-start-4 {
    @media (width >= 40rem) {
      grid-column-start: 4;
    }
  }
  .sm\:row-span-2 {
    @media (width >= 40rem) {
      grid-row: span 2 / span 2;
    }
  }
  .sm\:row-start-1 {
    @media (width >= 40rem) {
      grid-row-start: 1;
    }
  }
  .sm\:row-start-2 {
    @media (width >= 40rem) {
      grid-row-start: 2;
    }
  }
  .sm\:row-start-3 {
    @media (width >= 40rem) {
      grid-row-start: 3;
    }
  }
  .sm\:mt-15 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 15);
    }
  }
  .sm\:grid-cols-4 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .sm\:gap-x-9 {
    @media (width >= 40rem) {
      column-gap: calc(var(--spacing) * 9);
    }
  }
  .sm\:gap-y-9 {
    @media (width >= 40rem) {
      row-gap: calc(var(--spacing) * 9);
    }
  }
  .md\:h-\[183px\] {
    @media (width >= 48rem) {
      height: 183px;
    }
  }
  .md\:h-screen {
    @media (width >= 48rem) {
      height: 100vh;
    }
  }
  .md\:w-40 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 40);
    }
  }
  .md\:w-\[55\%\] {
    @media (width >= 48rem) {
      width: 55%;
    }
  }
  .md\:w-\[60\%\] {
    @media (width >= 48rem) {
      width: 60%;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:gap-5 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:mt-5 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .lg\:mt-10 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:mt-15 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 15);
    }
  }
  .lg\:mt-16 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .lg\:mt-21 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 21);
    }
  }
  .lg\:mt-30 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 30);
    }
  }
  .lg\:mt-\[40px\] {
    @media (width >= 64rem) {
      margin-top: 40px;
    }
  }
  .lg\:mt-\[60px\] {
    @media (width >= 64rem) {
      margin-top: 60px;
    }
  }
  .lg\:mt-\[65px\] {
    @media (width >= 64rem) {
      margin-top: 65px;
    }
  }
  .lg\:mt-\[80px\] {
    @media (width >= 64rem) {
      margin-top: 80px;
    }
  }
  .lg\:mt-\[84px\] {
    @media (width >= 64rem) {
      margin-top: 84px;
    }
  }
  .lg\:mr-\[7\.5\%\] {
    @media (width >= 64rem) {
      margin-right: 7.5%;
    }
  }
  .lg\:mb-6 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .lg\:ml-\[25\%\] {
    @media (width >= 64rem) {
      margin-left: 25%;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:h-6 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 6);
    }
  }
  .lg\:h-\[52px\] {
    @media (width >= 64rem) {
      height: 52px;
    }
  }
  .lg\:w-\[162px\] {
    @media (width >= 64rem) {
      width: 162px;
    }
  }
  .lg\:w-\[682px\] {
    @media (width >= 64rem) {
      width: 682px;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:max-w-\[350px\] {
    @media (width >= 64rem) {
      max-width: 350px;
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:gap-x-9 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 9);
    }
  }
  .lg\:gap-y-15 {
    @media (width >= 64rem) {
      row-gap: calc(var(--spacing) * 15);
    }
  }
  .lg\:rounded-\[20px\] {
    @media (width >= 64rem) {
      border-radius: 20px;
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-4 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .lg\:px-10 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .lg\:px-25 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 25);
    }
  }
  .lg\:px-\[100px\] {
    @media (width >= 64rem) {
      padding-inline: 100px;
    }
  }
  .lg\:py-20 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:pt-10 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:pb-6 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-base {
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:text-xs {
    @media (width >= 64rem) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 64rem) {
      font-size: 40px;
    }
  }
  .lg\:text-\[45px\] {
    @media (width >= 64rem) {
      font-size: 45px;
    }
  }
  .xl\:absolute {
    @media (width >= 80rem) {
      position: absolute;
    }
  }
  .xl\:top-0 {
    @media (width >= 80rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .xl\:top-15 {
    @media (width >= 80rem) {
      top: calc(var(--spacing) * 15);
    }
  }
  .xl\:top-\[18px\] {
    @media (width >= 80rem) {
      top: 18px;
    }
  }
  .xl\:top-\[25px\] {
    @media (width >= 80rem) {
      top: 25px;
    }
  }
  .xl\:right-\[18px\] {
    @media (width >= 80rem) {
      right: 18px;
    }
  }
  .xl\:right-auto {
    @media (width >= 80rem) {
      right: auto;
    }
  }
  .xl\:bottom-15 {
    @media (width >= 80rem) {
      bottom: calc(var(--spacing) * 15);
    }
  }
  .xl\:bottom-20 {
    @media (width >= 80rem) {
      bottom: calc(var(--spacing) * 20);
    }
  }
  .xl\:left-15 {
    @media (width >= 80rem) {
      left: calc(var(--spacing) * 15);
    }
  }
  .xl\:left-\[14px\] {
    @media (width >= 80rem) {
      left: 14px;
    }
  }
  .xl\:z-20 {
    @media (width >= 80rem) {
      z-index: 20;
    }
  }
  .xl\:mx-0 {
    @media (width >= 80rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .xl\:mx-auto {
    @media (width >= 80rem) {
      margin-inline: auto;
    }
  }
  .xl\:my-10 {
    @media (width >= 80rem) {
      margin-block: calc(var(--spacing) * 10);
    }
  }
  .xl\:-mt-60 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * -60);
    }
  }
  .xl\:mt-0 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .xl\:mt-2 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
  .xl\:mt-3 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 3);
    }
  }
  .xl\:mt-5 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .xl\:mt-6 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .xl\:mt-7 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 7);
    }
  }
  .xl\:mt-8 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .xl\:mt-9 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 9);
    }
  }
  .xl\:mt-10 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .xl\:mt-12 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .xl\:mt-15 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 15);
    }
  }
  .xl\:mt-16 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .xl\:mt-20 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .xl\:mt-21 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 21);
    }
  }
  .xl\:mt-25 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 25);
    }
  }
  .xl\:mt-30 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 30);
    }
  }
  .xl\:mt-40 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 40);
    }
  }
  .xl\:mt-60 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 60);
    }
  }
  .xl\:mt-75 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 75);
    }
  }
  .xl\:mt-100 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 100);
    }
  }
  .xl\:mt-\[25px\] {
    @media (width >= 80rem) {
      margin-top: 25px;
    }
  }
  .xl\:mt-\[32px\] {
    @media (width >= 80rem) {
      margin-top: 32px;
    }
  }
  .xl\:mt-\[50px\] {
    @media (width >= 80rem) {
      margin-top: 50px;
    }
  }
  .xl\:mt-\[84px\] {
    @media (width >= 80rem) {
      margin-top: 84px;
    }
  }
  .xl\:mt-\[105px\] {
    @media (width >= 80rem) {
      margin-top: 105px;
    }
  }
  .xl\:mt-\[150px\] {
    @media (width >= 80rem) {
      margin-top: 150px;
    }
  }
  .xl\:mt-\[155px\] {
    @media (width >= 80rem) {
      margin-top: 155px;
    }
  }
  .xl\:mr-6 {
    @media (width >= 80rem) {
      margin-right: calc(var(--spacing) * 6);
    }
  }
  .xl\:mr-\[5\%\] {
    @media (width >= 80rem) {
      margin-right: 5%;
    }
  }
  .xl\:mr-\[7\.5\%\] {
    @media (width >= 80rem) {
      margin-right: 7.5%;
    }
  }
  .xl\:mb-4 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .xl\:mb-5 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .xl\:mb-6 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .xl\:mb-10 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .xl\:mb-\[23px\] {
    @media (width >= 80rem) {
      margin-bottom: 23px;
    }
  }
  .xl\:ml-0 {
    @media (width >= 80rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .xl\:ml-2 {
    @media (width >= 80rem) {
      margin-left: calc(var(--spacing) * 2);
    }
  }
  .xl\:ml-3 {
    @media (width >= 80rem) {
      margin-left: calc(var(--spacing) * 3);
    }
  }
  .xl\:ml-4 {
    @media (width >= 80rem) {
      margin-left: calc(var(--spacing) * 4);
    }
  }
  .xl\:ml-\[5\%\] {
    @media (width >= 80rem) {
      margin-left: 5%;
    }
  }
  .xl\:ml-\[7\.5\%\] {
    @media (width >= 80rem) {
      margin-left: 7.5%;
    }
  }
  .xl\:ml-\[25\%\] {
    @media (width >= 80rem) {
      margin-left: 25%;
    }
  }
  .xl\:ml-\[30\%\] {
    @media (width >= 80rem) {
      margin-left: 30%;
    }
  }
  .xl\:ml-\[60px\] {
    @media (width >= 80rem) {
      margin-left: 60px;
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:inline-block {
    @media (width >= 80rem) {
      display: inline-block;
    }
  }
  .xl\:aspect-\[2\/1\] {
    @media (width >= 80rem) {
      aspect-ratio: 2/1;
    }
  }
  .xl\:aspect-\[3\/2\] {
    @media (width >= 80rem) {
      aspect-ratio: 3/2;
    }
  }
  .xl\:h-6 {
    @media (width >= 80rem) {
      height: calc(var(--spacing) * 6);
    }
  }
  .xl\:h-10 {
    @media (width >= 80rem) {
      height: calc(var(--spacing) * 10);
    }
  }
  .xl\:h-13 {
    @media (width >= 80rem) {
      height: calc(var(--spacing) * 13);
    }
  }
  .xl\:h-35 {
    @media (width >= 80rem) {
      height: calc(var(--spacing) * 35);
    }
  }
  .xl\:h-50 {
    @media (width >= 80rem) {
      height: calc(var(--spacing) * 50);
    }
  }
  .xl\:h-\[30px\] {
    @media (width >= 80rem) {
      height: 30px;
    }
  }
  .xl\:h-\[40px\] {
    @media (width >= 80rem) {
      height: 40px;
    }
  }
  .xl\:h-\[90px\] {
    @media (width >= 80rem) {
      height: 90px;
    }
  }
  .xl\:h-\[103px\] {
    @media (width >= 80rem) {
      height: 103px;
    }
  }
  .xl\:h-\[151px\] {
    @media (width >= 80rem) {
      height: 151px;
    }
  }
  .xl\:h-auto {
    @media (width >= 80rem) {
      height: auto;
    }
  }
  .xl\:h-full {
    @media (width >= 80rem) {
      height: 100%;
    }
  }
  .xl\:min-h-100 {
    @media (width >= 80rem) {
      min-height: calc(var(--spacing) * 100);
    }
  }
  .xl\:w-9 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 9);
    }
  }
  .xl\:w-10 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 10);
    }
  }
  .xl\:w-20 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 20);
    }
  }
  .xl\:w-25 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 25);
    }
  }
  .xl\:w-40 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 40);
    }
  }
  .xl\:w-50 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 50);
    }
  }
  .xl\:w-70 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 70);
    }
  }
  .xl\:w-75 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 75);
    }
  }
  .xl\:w-\[20\%\] {
    @media (width >= 80rem) {
      width: 20%;
    }
  }
  .xl\:w-\[20px\] {
    @media (width >= 80rem) {
      width: 20px;
    }
  }
  .xl\:w-\[37\.5rem\] {
    @media (width >= 80rem) {
      width: 37.5rem;
    }
  }
  .xl\:w-\[48\%\] {
    @media (width >= 80rem) {
      width: 48%;
    }
  }
  .xl\:w-\[50\%\] {
    @media (width >= 80rem) {
      width: 50%;
    }
  }
  .xl\:w-\[54px\] {
    @media (width >= 80rem) {
      width: 54px;
    }
  }
  .xl\:w-\[55\%\] {
    @media (width >= 80rem) {
      width: 55%;
    }
  }
  .xl\:w-\[67\.5\%\] {
    @media (width >= 80rem) {
      width: 67.5%;
    }
  }
  .xl\:w-\[75\%\] {
    @media (width >= 80rem) {
      width: 75%;
    }
  }
  .xl\:w-\[82px\] {
    @media (width >= 80rem) {
      width: 82px;
    }
  }
  .xl\:w-\[85\%\] {
    @media (width >= 80rem) {
      width: 85%;
    }
  }
  .xl\:w-\[91px\] {
    @media (width >= 80rem) {
      width: 91px;
    }
  }
  .xl\:w-\[92px\] {
    @media (width >= 80rem) {
      width: 92px;
    }
  }
  .xl\:w-\[98px\] {
    @media (width >= 80rem) {
      width: 98px;
    }
  }
  .xl\:w-\[99px\] {
    @media (width >= 80rem) {
      width: 99px;
    }
  }
  .xl\:w-\[102px\] {
    @media (width >= 80rem) {
      width: 102px;
    }
  }
  .xl\:w-\[103px\] {
    @media (width >= 80rem) {
      width: 103px;
    }
  }
  .xl\:w-\[144px\] {
    @media (width >= 80rem) {
      width: 144px;
    }
  }
  .xl\:w-\[270px\] {
    @media (width >= 80rem) {
      width: 270px;
    }
  }
  .xl\:w-\[290px\] {
    @media (width >= 80rem) {
      width: 290px;
    }
  }
  .xl\:w-\[350px\] {
    @media (width >= 80rem) {
      width: 350px;
    }
  }
  .xl\:w-\[370px\] {
    @media (width >= 80rem) {
      width: 370px;
    }
  }
  .xl\:w-\[calc\(33\.333\%-12px\)\] {
    @media (width >= 80rem) {
      width: calc(33.333% - 12px);
    }
  }
  .xl\:w-\[calc\(50\%-9px\)\] {
    @media (width >= 80rem) {
      width: calc(50% - 9px);
    }
  }
  .xl\:w-\[calc\(100\%-132px\)\] {
    @media (width >= 80rem) {
      width: calc(100% - 132px);
    }
  }
  .xl\:w-\[calc\(100\%-290px\)\] {
    @media (width >= 80rem) {
      width: calc(100% - 290px);
    }
  }
  .xl\:w-auto {
    @media (width >= 80rem) {
      width: auto;
    }
  }
  .xl\:w-full {
    @media (width >= 80rem) {
      width: 100%;
    }
  }
  .xl\:max-w-60 {
    @media (width >= 80rem) {
      max-width: calc(var(--spacing) * 60);
    }
  }
  .xl\:max-w-160 {
    @media (width >= 80rem) {
      max-width: calc(var(--spacing) * 160);
    }
  }
  .xl\:max-w-180 {
    @media (width >= 80rem) {
      max-width: calc(var(--spacing) * 180);
    }
  }
  .xl\:max-w-243 {
    @media (width >= 80rem) {
      max-width: calc(var(--spacing) * 243);
    }
  }
  .xl\:max-w-270 {
    @media (width >= 80rem) {
      max-width: calc(var(--spacing) * 270);
    }
  }
  .xl\:max-w-275 {
    @media (width >= 80rem) {
      max-width: calc(var(--spacing) * 275);
    }
  }
  .xl\:max-w-\[350px\] {
    @media (width >= 80rem) {
      max-width: 350px;
    }
  }
  .xl\:max-w-\[740px\] {
    @media (width >= 80rem) {
      max-width: 740px;
    }
  }
  .xl\:flex-1 {
    @media (width >= 80rem) {
      flex: 1;
    }
  }
  .xl\:flex-shrink-0 {
    @media (width >= 80rem) {
      flex-shrink: 0;
    }
  }
  .xl\:grid-cols-1 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:items-baseline {
    @media (width >= 80rem) {
      align-items: baseline;
    }
  }
  .xl\:items-center {
    @media (width >= 80rem) {
      align-items: center;
    }
  }
  .xl\:items-start {
    @media (width >= 80rem) {
      align-items: flex-start;
    }
  }
  .xl\:justify-between {
    @media (width >= 80rem) {
      justify-content: space-between;
    }
  }
  .xl\:justify-end {
    @media (width >= 80rem) {
      justify-content: flex-end;
    }
  }
  .xl\:justify-start {
    @media (width >= 80rem) {
      justify-content: flex-start;
    }
  }
  .xl\:gap-0 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .xl\:gap-2 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .xl\:gap-4 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .xl\:gap-5 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .xl\:gap-9 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 9);
    }
  }
  .xl\:gap-10 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .xl\:gap-15 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 15);
    }
  }
  .xl\:gap-18 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 18);
    }
  }
  .xl\:gap-20 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .xl\:gap-\[18px\] {
    @media (width >= 80rem) {
      gap: 18px;
    }
  }
  .xl\:gap-\[90px\] {
    @media (width >= 80rem) {
      gap: 90px;
    }
  }
  .xl\:space-y-3 {
    @media (width >= 80rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:space-y-4 {
    @media (width >= 80rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:space-y-5 {
    @media (width >= 80rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:space-y-6 {
    @media (width >= 80rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:gap-x-5 {
    @media (width >= 80rem) {
      column-gap: calc(var(--spacing) * 5);
    }
  }
  .xl\:gap-x-9 {
    @media (width >= 80rem) {
      column-gap: calc(var(--spacing) * 9);
    }
  }
  .xl\:space-x-0 {
    @media (width >= 80rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 0) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .xl\:space-x-20 {
    @media (width >= 80rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 20) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 20) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .xl\:gap-y-4 {
    @media (width >= 80rem) {
      row-gap: calc(var(--spacing) * 4);
    }
  }
  .xl\:gap-y-15 {
    @media (width >= 80rem) {
      row-gap: calc(var(--spacing) * 15);
    }
  }
  .xl\:rounded-\[20px\] {
    @media (width >= 80rem) {
      border-radius: 20px;
    }
  }
  .xl\:rounded-\[40px\] {
    @media (width >= 80rem) {
      border-radius: 40px;
    }
  }
  .xl\:border-none {
    @media (width >= 80rem) {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .xl\:p-8 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .xl\:px-0 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .xl\:px-4 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .xl\:px-5 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .xl\:px-9 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 9);
    }
  }
  .xl\:px-10 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .xl\:px-20 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .xl\:px-\[6px\] {
    @media (width >= 80rem) {
      padding-inline: 6px;
    }
  }
  .xl\:px-\[10px\] {
    @media (width >= 80rem) {
      padding-inline: 10px;
    }
  }
  .xl\:px-\[30px\] {
    @media (width >= 80rem) {
      padding-inline: 30px;
    }
  }
  .xl\:px-\[50px\] {
    @media (width >= 80rem) {
      padding-inline: 50px;
    }
  }
  .xl\:py-5 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .xl\:py-6 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .xl\:py-15 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 15);
    }
  }
  .xl\:py-50 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 50);
    }
  }
  .xl\:pt-6 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .xl\:pt-9 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 9);
    }
  }
  .xl\:pt-15 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 15);
    }
  }
  .xl\:pt-20 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .xl\:pt-21 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 21);
    }
  }
  .xl\:pr-\[30px\] {
    @media (width >= 80rem) {
      padding-right: 30px;
    }
  }
  .xl\:pb-5 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }
  .xl\:pb-6 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .xl\:pb-8 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .xl\:pb-15 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 15);
    }
  }
  .xl\:pb-20 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .xl\:pb-25 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 25);
    }
  }
  .xl\:pl-3 {
    @media (width >= 80rem) {
      padding-left: calc(var(--spacing) * 3);
    }
  }
  .xl\:pl-4 {
    @media (width >= 80rem) {
      padding-left: calc(var(--spacing) * 4);
    }
  }
  .xl\:pl-7 {
    @media (width >= 80rem) {
      padding-left: calc(var(--spacing) * 7);
    }
  }
  .xl\:pl-\[50px\] {
    @media (width >= 80rem) {
      padding-left: 50px;
    }
  }
  .xl\:text-left {
    @media (width >= 80rem) {
      text-align: left;
    }
  }
  .xl\:text-2xl {
    @media (width >= 80rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .xl\:text-base {
    @media (width >= 80rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .xl\:text-lg {
    @media (width >= 80rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .xl\:text-sm {
    @media (width >= 80rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .xl\:text-xl {
    @media (width >= 80rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .xl\:text-xs {
    @media (width >= 80rem) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .xl\:text-\[18px\] {
    @media (width >= 80rem) {
      font-size: 18px;
    }
  }
  .xl\:text-\[20px\] {
    @media (width >= 80rem) {
      font-size: 20px;
    }
  }
  .xl\:text-\[45px\] {
    @media (width >= 80rem) {
      font-size: 45px;
    }
  }
  .xl\:text-\[60px\] {
    @media (width >= 80rem) {
      font-size: 60px;
    }
  }
  .\[\&\.is-active\]\:top-\[16px\] {
    &.is-active {
      top: 16px;
    }
  }
  .\[\&\.is-active\]\:left-\[13px\] {
    &.is-active {
      left: 13px;
    }
  }
  .\[\&\.is-active\]\:-rotate-\[15deg\] {
    &.is-active {
      rotate: calc(15deg * -1);
    }
  }
  .\[\&\.is-active\]\:rotate-\[15deg\] {
    &.is-active {
      rotate: 15deg;
    }
  }
  .\[\&\.is-active\]\:border-\[\#333\] {
    &.is-active {
      border-color: #333;
    }
  }
  .\[\&\.is-active\]\:bg-\[\#F5F5F5\] {
    &.is-active {
      background-color: #F5F5F5;
    }
  }
  .\[\&\.is-active\]\:text-\[\#000\] {
    &.is-active {
      color: #000;
    }
  }
}
@layer components {
  body.no-scroll {
    overflow: hidden;
    height: 100vh;
  }
  html {
    margin-top: 0 !important;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  body {
    color: #333;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    background: #fff;
    -webkit-overflow-scrolling: touch;
  }
  [data-barba="container"] {
    transition: opacity 0.1s ease-in-out;
    opacity: 1;
    position: relative;
    width: 100%;
    min-height: 100vh;
  }
  img {
    width: 100%;
    height: auto;
  }
  .no-scrollbar::-webkit-scrollbar {
    display: none;
  }
  .no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .no-scroll-touch {
    touch-action: pan-x;
    overflow-y: hidden;
  }
  @keyframes fadeOutWhite {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeOutWhite {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeInOut {
    0% {
      opacity: 0;
    }
    20% {
      opacity: 1;
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes curtainSlide {
    0% {
      transform: translateY(100%);
    }
    20% {
      transform: translateY(0);
    }
    80% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-100%);
    }
  }
  .fade-in-out-custom {
    animation-name: fadeInOut;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 1s;
    animation-fill-mode: forwards;
  }
  .animate-fadeOutWhite {
    animation: fadeOutWhite 1s ease forwards;
    animation-delay: 3.5s;
  }
  .animate-curtainReveal {
    will-change: transform;
    animation: curtainSlide 2s ease-in-out forwards;
  }
  .home .header-main-wrapper {
    max-width: 100%;
  }
  .home .main-inner {
    margin-left: 0;
    padding-right: 0;
  }
  .home-drawer-nav::after {
    content: '';
    background-color: #FFFAD1;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0s;
  }
  .home-drawer-nav.is-active::after {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
  }
  .home-drawer-nav:not(.is-active)::after {
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 2s;
  }
  .home-drawer-nav:not(.is-active) {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .home-drawer-nav.is-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition-delay: 0s;
  }
  @media (min-width: 1280px) {
    .home-drawer-nav {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      bottom: 120px;
      left: 80px;
      width: 190px;
      right: auto;
    }
    body[data-page="home"] .home-drawer-nav.is-active::after {
      border-radius: 20px;
      top: -32px;
      left: -24px;
      right: -24px;
      bottom: -60px;
    }
    body:not([data-page="home"]) .home-drawer-nav::after {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    }
  }
  @media (max-width: 1279px) {
    .home-drawer-nav {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 50px;
      padding-bottom: 20px;
      bottom: 0;
      left: 18px;
      right: 18px;
      z-index: 100;
    }
    .home-drawer-nav.is-active::after {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 20px 20px 0 0;
    }
  }
  .header-nav-item .active {
    transform: translateX(10px);
    font-weight: 500;
  }
  .header-nav-item a:hover {
    transform: translateX(10px);
  }
  .fixed-content {
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }
  .fixed-content.is-hidden {
    opacity: 0;
    transform: translateX(-20px);
    pointer-events: none;
  }
  @media (max-width: 1279px) {
    .fixed-content.is-hidden {
      transform: translateY(20px);
    }
  }
  .top-goods::before {
    content: "";
    width: 100%;
    height: 90px;
    position: absolute;
    top: -52px;
    left: 0;
    background: url('../image/mv-bottom.svg');
    background-repeat: repeat-x;
    background-size: contain;
    z-index: 1;
    overflow: hidden;
  }
  @media screen and (max-width: 1279px) {
    .top-goods::before {
      height: 45px;
      background-size: auto 45px;
      background-repeat: no-repeat;
      top: -20px;
      left: 50%;
      transform: translateX(-50%);
      width: 100vw;
    }
  }
  .bg-wave-pattern {
    background: url('../image/bg.svg');
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: center;
    width: 100%;
    height: 100%;
  }
  .slide-track {
    display: flex;
    animation: slide-left 20s linear infinite;
    will-change: transform;
  }
  @keyframes slide-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-1 * var(--slideWidth)));
    }
  }
  .animate-slide-left {
    animation: slide-left 20s linear infinite;
  }
  .parallax-bg, .parallax-small, .parallax, .parallax-2 {
    will-change: transform;
  }
  .parallax-1-wrapper {
    aspect-ratio: 3 / 2;
  }
  @media screen and (max-width: 1279px) {
    .parallax-1-wrapper {
      aspect-ratio: 75 / 86;
    }
  }
  .top-event-img::after {
    content: "";
    width: 120px;
    height: 120px;
    background: url('../image/top-event-circle.svg');
    background-size: contain;
    position: absolute;
    top: -60px;
    right: -60px;
    animation: 20s linear infinite rotation;
  }
  @media screen and (max-width: 1279px) {
    .top-event-img::after {
      right: 0;
    }
  }
  @keyframes rotation {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @media screen and (max-width: 1279px) {
    .top-news-about {
      background-image: url('../image/sp-top-news-about-bg.webp');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center top;
    }
  }
  .single-content p {
    margin: 40px 0;
    line-height: 1.75;
  }
  @media screen and (max-width: 1279px) {
    .single-content p {
      font-size: 14px;
      margin: 16px 0;
    }
  }
  .single-content .wp-block-list li {
    position: relative;
    line-height: 1.75;
    padding-left: 16px;
  }
  @media screen and (max-width: 1279px) {
    .single-content .wp-block-list li {
      font-size: 14px;
    }
  }
  .wp-block-list {
    margin: 40px 0;
  }
  @media screen and (max-width: 1279px) {
    .wp-block-list {
      margin: 16px 0;
    }
  }
  .single-content .wp-block-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
  }
  @media screen and (max-width: 1279px) {
    .single-content .wp-block-list li::before {
      top: 6px;
    }
  }
  .single-content .wp-block-image {
    margin: 20px 0;
  }
  @media screen and (max-width: 1279px) {
    .single-content .wp-block-image {
      margin: 8px 0;
    }
  }
  .single-news-post-item.post-item .img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .single .attachment-post-thumbnail {
    width: 100%;
    border-radius: 20px;
  }
  @media screen and (max-width: 1279px) {
    .single .attachment-post-thumbnail {
      border-radius: 8px;
    }
  }
  .youtube iframe {
    width: 100%;
    height: 100%;
  }
  .external-link-icon-end::after {
    content: "";
    width: 14px;
    height: 14px;
    background: url('../image/shop-site-icon.svg') center center / contain no-repeat;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.25s ease;
    position: absolute;
  }
  .external-link-icon-end:hover {
    border-color: #fffad1;
  }
  .prev.disabled path, .next:disabled path {
    stroke: #D9D9D9;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  select::-ms-expand {
    display: none;
  }
  .select-wrapper::after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
  }
  @media screen and (max-width: 1279px) {
    #sbi_images {
      gap: 8px !important;
    }
  }
  .footer-contact-circle {
    animation: 20s linear infinite rotation;
  }
  @keyframes rotation {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
  body:not([data-page="home"]) .footer {
    margin-top: 80px;
  }
  @media (min-width: 1280px) {
    body:not([data-page="home"]) .footer {
      margin-top: 200px;
    }
  }
  body[data-page="home"] .footer {
    margin-top: 0;
  }
  .footer::before {
    content: "";
    position: absolute;
    top: -38px;
    left: 0;
    width: 100%;
    height: 80px;
    background: url('../image/footer-top.svg');
    background-size: cover;
  }
  @media screen and (max-width: 1279px) {
    .footer::before {
      top: -20px;
      height: 48px;
      background-size: contain;
    }
  }
  .footer .nav-item {
    width: calc(33.3% - 36px * 2 / 3);
  }
  @media screen and (max-width: 1279px) {
    .footer .nav-item {
      width: calc(50% - 16px * 1 / 2);
    }
  }
  .footer .nav-item a:hover {
    transform: translateX(10px);
  }
  .footer-slide {
    animation: footer-slide 100s infinite linear 0.5s both;
  }
  @keyframes footer-slide {
    0% {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-50%);
    }
  }
  .error404 main {
    margin: 0 auto;
  }
  .error404 main>div {
    margin-left: 0;
  }
  .error404 .link {
    padding-left: 1.5rem;
    padding-right: 0;
    font-weight: 400;
  }
  @media screen and (max-width: 1279px) {
    .error404 .link {
      font-size: 12px;
    }
  }
  .error404 .link::after {
    left: 0;
    transform: translateY(-50%) rotate(180deg);
  }
  .main-form-lists {
    padding: 24px 20px 24px 50px;
  }
  .main-form-lists li {
    line-height: 1.75;
  }
  @media screen and (max-width: 1279px) {
    .main-form-lists {
      padding: 16px 20px 16px 40px;
    }
  }
  .contact label.privacy-policy a {
    display: inline-block;
    box-shadow: inset 0 -1px 0 0 #333;
    transition: all 0.25s ease;
  }
  .contact label.privacy-policy a:hover {
    box-shadow: none;
  }
  .wpcf7-form-control.wpcf7-submit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 52px;
    font-size: 16px;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #D9D9D9;
    border-radius: 9999px;
    gap: 8px;
    transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    cursor: pointer;
    background-color: #fff;
    color: #333;
  }
  .wpcf7-form-control.wpcf7-submit:hover {
    border-color: #999;
    background-color: #F5F5F5;
  }
  .wpcf7-form-control.wpcf7-submit:focus {
    outline: none;
    border-color: #999;
    box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.25);
  }
  @media screen and (max-width: 1279px) {
    .wpcf7-form-control.wpcf7-submit {
      width: 100%;
      max-width: 350px;
      height: 40px;
    }
  }
  .wpcf7-spinner {
    display: none !important;
  }
  .contact-form-top .wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
  }
  @media screen and (max-width: 1279px) {
    .contact-form-top .wpcf7-form-control {
      gap: 8px;
    }
  }
  .contact-form-top .wpcf7-list-item {
    margin: 0 !important;
    width: calc(50% - 20px * 1 / 2);
  }
  @media screen and (max-width: 1279px) {
    .contact-form-top .wpcf7-list-item {
      width: 100%;
    }
  }
  .contact-form-top .wpcf7-list-item-label {
    cursor: pointer;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    display: block;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 52px;
    position: relative;
    transition: all 0.3s ease 0s;
  }
  @media screen and (max-width: 1279px) {
    .contact-form-top .wpcf7-list-item-label {
      font-size: 14px;
      padding: 8px 16px 8px 43px;
      height: 36px;
    }
  }
  .contact-form-top .wpcf7-list-item input {
    outline: none;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
  }
  @media screen and (max-width: 1279px) {
    .contact-form-top .wpcf7-list-item input {
      left: 16px;
    }
  }
  .contact-form-top .wpcf7-list-item-label::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  @media screen and (max-width: 1279px) {
    .contact-form-top .wpcf7-list-item-label::before {
      left: 16px;
    }
  }
  .contact-form-top .wpcf7-list-item-label::after {
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    background-color: #333;
    border-radius: 50%;
    opacity: 0;
    width: 10px;
    height: 10px;
  }
  @media screen and (max-width: 1279px) {
    .contact-form-top .wpcf7-list-item-label::after {
      left: 21px;
    }
  }
  .contact-form-top .wpcf7-list-item-label:hover {
    background: #F5F5F5;
  }
  .contact-form-top .wpcf7-list-item input:checked+.wpcf7-list-item-label {
    background: #F5F5F5;
    border: 1px solid #333;
  }
  .contact-form-top .wpcf7-list-item input:checked+.wpcf7-list-item-label::after {
    opacity: 1;
  }
  .privacy-policy .wpcf7-list-item {
    margin: 0;
  }
  .wpcf7-form .form label.privacy-policy {
    margin-top: 0;
  }
  .wpcf7-form .form label.privacy-policy label {
    margin-top: 0;
  }
  .wpcf7-form .form input[type="text"], .wpcf7-form .form input[type="email"], .wpcf7-form .form textarea {
    margin-top: 16px;
    padding: 0 20px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .wpcf7-form .form input[type="text"], .wpcf7-form .form input[type="email"] {
    height: 44px;
  }
  .wpcf7-form .form textarea {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  @media screen and (max-width: 1279px) {
    .wpcf7-form .form input[type="text"], .wpcf7-form .form input[type="email"] {
      margin-top: 8px;
      font-size: 14px;
      padding: 9px 16px;
      height: 36px;
    }
    .wpcf7-form .form textarea {
      margin-top: 8px;
      font-size: 14px;
      padding: 9px 16px;
    }
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #d9d9d9;
  }
  input::placeholder, textarea::placeholder {
    color: #d9d9d9;
  }
  .contact-confirm-content {
    margin-top: 16px;
    padding: 0 20px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    min-height: 36px;
    height: auto;
    word-break: break-word;
    overflow-wrap: break-word;
    background: #F5F5F5;
    display: flex;
    align-items: center;
  }
  @media screen and (max-width: 1279px) {
    .contact-confirm-content {
      font-size: 14px;
      padding: 8px 16px;
      margin-top: 8px;
    }
  }
  .must {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    height: 24px;
    color: #FF0000;
    font-size: 12px;
    padding: 0 6px;
    border: 1px solid #FF0000;
    border-radius: 15px;
    letter-spacing: 0.07em;
  }
  @media screen and (max-width: 1279px) {
    .must {
      height: 20px;
      font-size: 10px;
    }
  }
  .privacy-policy label {
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
  .privacy-policy input[type="checkbox"] {
    position: relative;
    width: 26px;
    height: 18px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .privacy-policy input[type="checkbox"]::before {
    content: "";
    width: 18px;
    height: 18px;
    background: #D9D9D9;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .privacy-policy input[type="checkbox"]::after {
    content: "";
    width: 6px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 46%;
    left: 6px;
    transform: translateY(-50%) rotate(45deg);
  }
  .privacy-policy input[type="checkbox"]:checked::before {
    background: #333;
  }
  .wpcf7-response-output {
    color: #dc3232;
    text-align: center;
  }
  .wpcf7 form .wpcf7-response-output {
    border: none;
  }
  .subjects-list {
    padding: 80px 100px;
  }
  @media screen and (max-width: 1279px) {
    .subjects-list {
      padding: 28px 20px 36px;
    }
  }
  .subjects-list ul.list-disc {
    padding: 24px 30px 24px 42px;
    margin-bottom: 56px;
    border-radius: 20px;
  }
  @media screen and (max-width: 1279px) {
    .subjects-list ul.list-disc {
      padding: 16px 20px 16px 32px;
      margin-bottom: 20px;
      border-radius: 10px;
    }
  }
  .main-form-contact, .main-form-confirm {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  @media screen and (max-width: 1279px) {
    .main-form-contact, .main-form-confirm {
      gap: 8px;
    }
  }
  .contact-confirm-border {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d9d9d9;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin: 40px 0;
  }
  @media screen and (max-width: 1279px) {
    .contact-confirm-border {
      margin: 24px 0;
    }
  }
  .previous-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 52px;
    font-size: 16px;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #D9D9D9;
    border-radius: 9999px;
    gap: 8px;
    transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    cursor: pointer;
    background-color: #fff;
    color: #333;
  }
  .previous-btn:hover {
    border-color: #999;
    background-color: #F5F5F5;
  }
  .previous-btn:focus {
    outline: none;
    border-color: #999;
    box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.25);
  }
  @media screen and (max-width: 1279px) {
    .previous-btn {
      width: 100%;
      max-width: 350px;
      height: 40px;
    }
  }
  .contact-confirm .wpcf7-submit {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    background: #676769;
    border: #676769;
    color: #fff;
    transition: all 0.3s ease 0s;
  }
  @media screen and (max-width: 1279px) {
    .contact-confirm .wpcf7-submit {
      margin-top: 12px;
    }
  }
  .contact-confirm .wpcf7-submit:hover {
    background: #333;
    border: #333;
  }
  .contact-confirm .submit-btn span::after {
    display: none;
  }
  .wpcf7-form-control-wrap label {
    display: flex;
  }
  .contact-thanks-text::before {
    content: "";
    width: 100px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  @media screen and (max-width: 1279px) {
    .contact-thanks-text::before {
      width: 75px;
    }
  }
  body[data-page="contact"] .footer-contact, body[data-page="contact-confirm"] .footer-contact, body[data-page="thanks"] .footer-contact {
    display: none;
  }
  .privacy-policy .contact-link {
    text-decoration: underline;
    text-underline-offset: 0.2em;
    transition: all 0.3s ease 0s;
  }
  .privacy-policy .contact-link:hover {
    opacity: 0.7;
  }
  .footer-privacy-policy a, .web-design a {
    transition: all 0.3s ease 0s;
    display: inline;
    box-shadow: inset 0 -1px 0 0 #333;
  }
  .footer-privacy-policy:hover a, .web-design:hover a {
    box-shadow: none;
  }
  .custom-dropdown {
    position: relative;
    width: 200px;
    font-family: Arial, sans-serif;
    font-size: 14px;
  }
  @media screen and (max-width: 1279px) {
    .custom-dropdown {
      width: 100%;
      height: 32px;
    }
  }
  .grecaptcha-badge {
    visibility: hidden;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-content: "";
    }
  }
}
