@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&family=Poppins:wght@400;700&family=Roboto:wght@400;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap);
/*! tailwindcss v4.1.18 | 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-white: #fff;
    --spacing: 0.25rem;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --leading-normal: 1.5;
    --radius-lg: 0.5rem;
    --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);
    --content: './**/*.php', './src/**/*.js';
  }
}
@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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::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 {
    -webkit-appearance: button;
       -moz-appearance: 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;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .-top-\[1\.5\%\] {
    top: calc(1.5% * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[14vw\] {
    top: 14vw;
  }
  .top-\[calc\(80px\+37\.5vw\)\] {
    top: calc(80px + 37.5vw);
  }
  .top-\[calc\(704px\+30vw\)\] {
    top: calc(704px + 30vw);
  }
  .top-\[calc\(1460px\+12\.6vw\)\] {
    top: calc(1460px + 12.6vw);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .-left-\[5\%\] {
    left: calc(5% * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[calc\(55\%\+26vw\)\] {
    left: calc(55% + 26vw);
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[60\] {
    z-index: 60;
  }
  .container {
    width: 100%;
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-\[7px\] {
    margin-top: calc(7px * -1);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-\[1px\] {
    margin-top: 1px;
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[9px\] {
    margin-top: 9px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[17px\] {
    margin-top: 17px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[28px\] {
    margin-top: 28px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[58px\] {
    margin-top: 58px;
  }
  .mt-\[70px\] {
    margin-top: 70px;
  }
  .mt-\[76px\] {
    margin-top: 76px;
  }
  .-mb-\[5px\] {
    margin-bottom: calc(5px * -1);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-\[9px\] {
    margin-bottom: 9px;
  }
  .mb-\[11px\] {
    margin-bottom: 11px;
  }
  .mb-\[22px\] {
    margin-bottom: 22px;
  }
  .mb-\[26px\] {
    margin-bottom: 26px;
  }
  .mb-\[35px\] {
    margin-bottom: 35px;
  }
  .mb-\[42px\] {
    margin-bottom: 42px;
  }
  .mb-\[97px\] {
    margin-bottom: 97px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[9px\] {
    height: 9px;
  }
  .h-\[19px\] {
    height: 19px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[29px\] {
    height: 29px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[58px\] {
    height: 58px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[169px\] {
    height: 169px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[613px\] {
    height: 613px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-15 {
    max-height: calc(var(--spacing) * 15);
  }
  .max-h-\[241px\] {
    max-height: 241px;
  }
  .max-h-\[613px\] {
    max-height: 613px;
  }
  .min-h-\[60px\] {
    min-height: 60px;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[29px\] {
    width: 29px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[37\.4vw\] {
    width: 37.4vw;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[68px\] {
    width: 68px;
  }
  .w-\[130vw\] {
    width: 130vw;
  }
  .w-\[206px\] {
    width: 206px;
  }
  .w-\[340px\] {
    width: 340px;
  }
  .w-\[527px\] {
    width: 527px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[120px\] {
    max-width: 120px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[245px\] {
    max-width: 245px;
  }
  .max-w-\[256px\] {
    max-width: 256px;
  }
  .max-w-\[303px\] {
    max-width: 303px;
  }
  .max-w-\[320px\] {
    max-width: 320px;
  }
  .max-w-\[584px\] {
    max-width: 584px;
  }
  .max-w-\[621px\] {
    max-width: 621px;
  }
  .max-w-\[705px\] {
    max-width: 705px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1440px\] {
    max-width: 1440px;
  }
  .max-w-\[11140px\] {
    max-width: 11140px;
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/4 {
    --tw-translate-y: calc(calc(1/4 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[10\%\] {
    --tw-translate-y: calc(10% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[17\%\] {
    --tw-translate-y: calc(17% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-1\/4 {
    --tw-translate-y: calc(1/4 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .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;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-\[1px\] {
    gap: 1px;
  }
  .gap-\[2px\] {
    gap: 2px;
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[9px\] {
    gap: 9px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[14px\] {
    gap: 14px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[17px\] {
    gap: 17px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[22px\] {
    gap: 22px;
  }
  .gap-\[29px\] {
    gap: 29px;
  }
  .gap-\[38px\] {
    gap: 38px;
  }
  .gap-\[54px\] {
    gap: 54px;
  }
  .gap-\[57px\] {
    gap: 57px;
  }
  .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)));
    }
  }
  .space-y-6 {
    :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)));
    }
  }
  .space-y-\[14px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(14px * var(--tw-space-y-reverse));
      margin-block-end: calc(14px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[18px\] {
    border-radius: 18px;
  }
  .rounded-\[43px\] {
    border-radius: 43px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-t-\[215px\] {
    border-top-left-radius: 215px;
    border-top-right-radius: 215px;
  }
  .rounded-tl-\[30px\] {
    border-top-left-radius: 30px;
  }
  .rounded-tr-\[30px\] {
    border-top-right-radius: 30px;
  }
  .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-\[\#97b2cd\] {
    border-color: #97b2cd;
  }
  .border-\[\#717069\] {
    border-color: #717069;
  }
  .border-\[\#bda793\] {
    border-color: #bda793;
  }
  .border-\[\#bda793\]\/20 {
    border-color: color-mix(in oklab, #bda793 20%, transparent);
  }
  .bg-\[\#97b2cd\] {
    background-color: #97b2cd;
  }
  .bg-\[\#717069\] {
    background-color: #717069;
  }
  .bg-\[\#BDA793\] {
    background-color: #BDA793;
  }
  .bg-\[\#BDA793\]\/10 {
    background-color: color-mix(in oklab, #BDA793 10%, transparent);
  }
  .bg-\[\#bda793\] {
    background-color: #bda793;
  }
  .bg-\[\#bda793\]\/10 {
    background-color: color-mix(in oklab, #bda793 10%, transparent);
  }
  .bg-\[\#bda793\]\/15 {
    background-color: color-mix(in oklab, #bda793 15%, transparent);
  }
  .bg-\[\#bda793\]\/20 {
    background-color: color-mix(in oklab, #bda793 20%, transparent);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/90 {
    background-color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .bg-\[linear-gradient\(\#FFF064\,\#FFF064\)\] {
    background-image: linear-gradient(#FFF064,#FFF064);
  }
  .bg-\[length\:100\%_6px\] {
    background-size: 100% 6px;
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-\[position\:0_88\%\] {
    background-position: 0 88%;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[22px\] {
    padding-inline: 22px;
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-9 {
    padding-block: calc(var(--spacing) * 9);
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-9 {
    padding-top: calc(var(--spacing) * 9);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-\[2px\] {
    padding-top: 2px;
  }
  .pt-\[7px\] {
    padding-top: 7px;
  }
  .pt-\[9px\] {
    padding-top: 9px;
  }
  .pt-\[11px\] {
    padding-top: 11px;
  }
  .pt-\[12px\] {
    padding-top: 12px;
  }
  .pt-\[13px\] {
    padding-top: 13px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[38px\] {
    padding-top: 38px;
  }
  .pt-\[42px\] {
    padding-top: 42px;
  }
  .pt-\[48px\] {
    padding-top: 48px;
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-\[16px\] {
    padding-right: 16px;
  }
  .pr-\[35px\] {
    padding-right: 35px;
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-15 {
    padding-bottom: calc(var(--spacing) * 15);
  }
  .pb-\[8px\] {
    padding-bottom: 8px;
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[45px\] {
    padding-bottom: 45px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[67px\] {
    padding-bottom: 67px;
  }
  .pl-\[5px\] {
    padding-left: 5px;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-\[\'DM_Sans\'\] {
    font-family: 'DM Sans';
  }
  .font-\[\'Noto_Sans_JP\'\] {
    font-family: 'Noto Sans JP';
  }
  .font-\[\'Zen_Kaku_Gothic_New\'\] {
    font-family: 'Zen Kaku Gothic New';
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[70px\] {
    font-size: 70px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-\[0\.1em\] {
    --tw-tracking: 0.1em;
    letter-spacing: 0.1em;
  }
  .tracking-\[0\.8px\] {
    --tw-tracking: 0.8px;
    letter-spacing: 0.8px;
  }
  .tracking-\[0\.9px\] {
    --tw-tracking: 0.9px;
    letter-spacing: 0.9px;
  }
  .tracking-\[1\.3px\] {
    --tw-tracking: 1.3px;
    letter-spacing: 1.3px;
  }
  .tracking-\[1\.5px\] {
    --tw-tracking: 1.5px;
    letter-spacing: 1.5px;
  }
  .tracking-\[1\.8px\] {
    --tw-tracking: 1.8px;
    letter-spacing: 1.8px;
  }
  .tracking-\[3px\] {
    --tw-tracking: 3px;
    letter-spacing: 3px;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#97B2CD\] {
    color: #97B2CD;
  }
  .text-\[\#717069\] {
    color: #717069;
  }
  .text-\[\#bda793\] {
    color: #bda793;
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-\[\#bda793\] {
    text-decoration-color: #bda793;
  }
  .underline-offset-\[6px\] {
    text-underline-offset: 6px;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .brightness-0 {
    --tw-brightness: brightness(0%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition-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-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-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-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .content {
    --tw-content: var(--content);
    content: var(--tw-content);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
         user-select: none;
  }
  .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-\[\.is-open\]\:rotate-0 {
    &:is(:where(.group):is(.is-open) *) {
      rotate: 0deg;
    }
  }
  .hover\:text-\[\#bda793\] {
    &:hover {
      @media (hover: hover) {
        color: #bda793;
      }
    }
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .focus\:text-\[\#bda793\] {
    &:focus {
      color: #bda793;
    }
  }
  .focus\:underline {
    &:focus {
      text-decoration-line: underline;
    }
  }
  .md\:right-8 {
    @media (width >= 768px) {
      right: calc(var(--spacing) * 8);
    }
  }
  .md\:bottom-8 {
    @media (width >= 768px) {
      bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:left-auto {
    @media (width >= 768px) {
      left: auto;
    }
  }
  .md\:col-span-2 {
    @media (width >= 768px) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:mt-0 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[90px\] {
    @media (width >= 768px) {
      margin-top: 90px;
    }
  }
  .md\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:aspect-\[808\/450\] {
    @media (width >= 768px) {
      aspect-ratio: 808/450;
    }
  }
  .md\:aspect-\[1440\/784\] {
    @media (width >= 768px) {
      aspect-ratio: 1440/784;
    }
  }
  .md\:h-full {
    @media (width >= 768px) {
      height: 100%;
    }
  }
  .md\:w-\[56\.1vw\] {
    @media (width >= 768px) {
      width: 56.1vw;
    }
  }
  .md\:w-fit {
    @media (width >= 768px) {
      width: -moz-fit-content;
      width: fit-content;
    }
  }
  .md\:max-w-\[808px\] {
    @media (width >= 768px) {
      max-width: 808px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 768px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .md\:gap-6 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:object-cover {
    @media (width >= 768px) {
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
  .lg\:col-span-1 {
    @media (width >= 1024px) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:mx-auto {
    @media (width >= 1024px) {
      margin-inline: auto;
    }
  }
  .lg\:mt-5 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .lg\:mt-12 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .lg\:mt-\[6px\] {
    @media (width >= 1024px) {
      margin-top: 6px;
    }
  }
  .lg\:mt-\[14px\] {
    @media (width >= 1024px) {
      margin-top: 14px;
    }
  }
  .lg\:mt-\[26px\] {
    @media (width >= 1024px) {
      margin-top: 26px;
    }
  }
  .lg\:mt-\[32px\] {
    @media (width >= 1024px) {
      margin-top: 32px;
    }
  }
  .lg\:mt-\[40px\] {
    @media (width >= 1024px) {
      margin-top: 40px;
    }
  }
  .lg\:mt-\[41px\] {
    @media (width >= 1024px) {
      margin-top: 41px;
    }
  }
  .lg\:mt-\[45px\] {
    @media (width >= 1024px) {
      margin-top: 45px;
    }
  }
  .lg\:mt-\[51px\] {
    @media (width >= 1024px) {
      margin-top: 51px;
    }
  }
  .lg\:mt-\[52px\] {
    @media (width >= 1024px) {
      margin-top: 52px;
    }
  }
  .lg\:mt-\[63px\] {
    @media (width >= 1024px) {
      margin-top: 63px;
    }
  }
  .lg\:mt-\[90px\] {
    @media (width >= 1024px) {
      margin-top: 90px;
    }
  }
  .lg\:mr-\[74px\] {
    @media (width >= 1024px) {
      margin-right: 74px;
    }
  }
  .lg\:mb-8 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:mb-11 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 11);
    }
  }
  .lg\:mb-16 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .lg\:mb-36 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 36);
    }
  }
  .lg\:mb-\[2px\] {
    @media (width >= 1024px) {
      margin-bottom: 2px;
    }
  }
  .lg\:mb-\[23px\] {
    @media (width >= 1024px) {
      margin-bottom: 23px;
    }
  }
  .lg\:mb-\[46px\] {
    @media (width >= 1024px) {
      margin-bottom: 46px;
    }
  }
  .lg\:mb-\[56px\] {
    @media (width >= 1024px) {
      margin-bottom: 56px;
    }
  }
  .lg\:mb-\[61px\] {
    @media (width >= 1024px) {
      margin-bottom: 61px;
    }
  }
  .lg\:mb-\[70px\] {
    @media (width >= 1024px) {
      margin-bottom: 70px;
    }
  }
  .lg\:ml-30 {
    @media (width >= 1024px) {
      margin-left: calc(var(--spacing) * 30);
    }
  }
  .lg\:\!hidden {
    @media (width >= 1024px) {
      display: none !important;
    }
  }
  .lg\:block {
    @media (width >= 1024px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:h-\[12px\] {
    @media (width >= 1024px) {
      height: 12px;
    }
  }
  .lg\:h-\[43px\] {
    @media (width >= 1024px) {
      height: 43px;
    }
  }
  .lg\:h-\[79px\] {
    @media (width >= 1024px) {
      height: 79px;
    }
  }
  .lg\:h-\[90px\] {
    @media (width >= 1024px) {
      height: 90px;
    }
  }
  .lg\:h-\[217px\] {
    @media (width >= 1024px) {
      height: 217px;
    }
  }
  .lg\:h-\[550px\] {
    @media (width >= 1024px) {
      height: 550px;
    }
  }
  .lg\:w-\[20px\] {
    @media (width >= 1024px) {
      width: 20px;
    }
  }
  .lg\:w-\[24px\] {
    @media (width >= 1024px) {
      width: 24px;
    }
  }
  .lg\:w-\[43px\] {
    @media (width >= 1024px) {
      width: 43px;
    }
  }
  .lg\:w-fit {
    @media (width >= 1024px) {
      width: -moz-fit-content;
      width: fit-content;
    }
  }
  .lg\:max-w-\[230px\] {
    @media (width >= 1024px) {
      max-width: 230px;
    }
  }
  .lg\:max-w-\[400px\] {
    @media (width >= 1024px) {
      max-width: 400px;
    }
  }
  .lg\:max-w-\[422px\] {
    @media (width >= 1024px) {
      max-width: 422px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .lg\:flex-row-reverse {
    @media (width >= 1024px) {
      flex-direction: row-reverse;
    }
  }
  .lg\:items-center {
    @media (width >= 1024px) {
      align-items: center;
    }
  }
  .lg\:gap-8 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-10 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:gap-\[6px\] {
    @media (width >= 1024px) {
      gap: 6px;
    }
  }
  .lg\:gap-\[10px\] {
    @media (width >= 1024px) {
      gap: 10px;
    }
  }
  .lg\:gap-\[12px\] {
    @media (width >= 1024px) {
      gap: 12px;
    }
  }
  .lg\:gap-\[15px\] {
    @media (width >= 1024px) {
      gap: 15px;
    }
  }
  .lg\:gap-\[29px\] {
    @media (width >= 1024px) {
      gap: 29px;
    }
  }
  .lg\:gap-\[30px\] {
    @media (width >= 1024px) {
      gap: 30px;
    }
  }
  .lg\:gap-\[31px\] {
    @media (width >= 1024px) {
      gap: 31px;
    }
  }
  .lg\:rounded-t-\[215px\] {
    @media (width >= 1024px) {
      border-top-left-radius: 215px;
      border-top-right-radius: 215px;
    }
  }
  .lg\:rounded-tl-\[80px\] {
    @media (width >= 1024px) {
      border-top-left-radius: 80px;
    }
  }
  .lg\:rounded-tr-\[80px\] {
    @media (width >= 1024px) {
      border-top-right-radius: 80px;
    }
  }
  .lg\:bg-white {
    @media (width >= 1024px) {
      background-color: var(--color-white);
    }
  }
  .lg\:px-0 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-8 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-30 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 30);
    }
  }
  .lg\:px-\[122px\] {
    @media (width >= 1024px) {
      padding-inline: 122px;
    }
  }
  .lg\:py-\[27px\] {
    @media (width >= 1024px) {
      padding-block: 27px;
    }
  }
  .lg\:pt-0 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-2 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 2);
    }
  }
  .lg\:pt-13 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 13);
    }
  }
  .lg\:pt-15 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 15);
    }
  }
  .lg\:pt-16 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .lg\:pt-38 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 38);
    }
  }
  .lg\:pt-\[22px\] {
    @media (width >= 1024px) {
      padding-top: 22px;
    }
  }
  .lg\:pt-\[31px\] {
    @media (width >= 1024px) {
      padding-top: 31px;
    }
  }
  .lg\:pt-\[57px\] {
    @media (width >= 1024px) {
      padding-top: 57px;
    }
  }
  .lg\:pt-\[88px\] {
    @media (width >= 1024px) {
      padding-top: 88px;
    }
  }
  .lg\:pr-0 {
    @media (width >= 1024px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .lg\:pr-30 {
    @media (width >= 1024px) {
      padding-right: calc(var(--spacing) * 30);
    }
  }
  .lg\:pr-\[53px\] {
    @media (width >= 1024px) {
      padding-right: 53px;
    }
  }
  .lg\:pb-6 {
    @media (width >= 1024px) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .lg\:pb-9 {
    @media (width >= 1024px) {
      padding-bottom: calc(var(--spacing) * 9);
    }
  }
  .lg\:pb-18 {
    @media (width >= 1024px) {
      padding-bottom: calc(var(--spacing) * 18);
    }
  }
  .lg\:pb-22 {
    @media (width >= 1024px) {
      padding-bottom: calc(var(--spacing) * 22);
    }
  }
  .lg\:pb-\[20px\] {
    @media (width >= 1024px) {
      padding-bottom: 20px;
    }
  }
  .lg\:pb-\[31px\] {
    @media (width >= 1024px) {
      padding-bottom: 31px;
    }
  }
  .lg\:pb-\[86px\] {
    @media (width >= 1024px) {
      padding-bottom: 86px;
    }
  }
  .lg\:pb-\[98px\] {
    @media (width >= 1024px) {
      padding-bottom: 98px;
    }
  }
  .lg\:pb-\[119px\] {
    @media (width >= 1024px) {
      padding-bottom: 119px;
    }
  }
  .lg\:pb-\[125px\] {
    @media (width >= 1024px) {
      padding-bottom: 125px;
    }
  }
  .lg\:pl-\[68px\] {
    @media (width >= 1024px) {
      padding-left: 68px;
    }
  }
  .lg\:text-\[14px\] {
    @media (width >= 1024px) {
      font-size: 14px;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 1024px) {
      font-size: 16px;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 1024px) {
      font-size: 18px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 1024px) {
      font-size: 20px;
    }
  }
  .lg\:text-\[22px\] {
    @media (width >= 1024px) {
      font-size: 22px;
    }
  }
  .lg\:text-\[26px\] {
    @media (width >= 1024px) {
      font-size: 26px;
    }
  }
  .lg\:text-\[28px\] {
    @media (width >= 1024px) {
      font-size: 28px;
    }
  }
  .lg\:text-\[30px\] {
    @media (width >= 1024px) {
      font-size: 30px;
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 1024px) {
      font-size: 32px;
    }
  }
  .lg\:text-\[36px\] {
    @media (width >= 1024px) {
      font-size: 36px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 1024px) {
      font-size: 40px;
    }
  }
  .lg\:text-\[50px\] {
    @media (width >= 1024px) {
      font-size: 50px;
    }
  }
  .lg\:leading-10 {
    @media (width >= 1024px) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
  .lg\:leading-\[24px\] {
    @media (width >= 1024px) {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }
  .lg\:leading-\[26px\] {
    @media (width >= 1024px) {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }
  .lg\:leading-\[28px\] {
    @media (width >= 1024px) {
      --tw-leading: 28px;
      line-height: 28px;
    }
  }
  .lg\:leading-\[40px\] {
    @media (width >= 1024px) {
      --tw-leading: 40px;
      line-height: 40px;
    }
  }
  .lg\:leading-\[50px\] {
    @media (width >= 1024px) {
      --tw-leading: 50px;
      line-height: 50px;
    }
  }
  .lg\:tracking-\[2\.5px\] {
    @media (width >= 1024px) {
      --tw-tracking: 2.5px;
      letter-spacing: 2.5px;
    }
  }
  .xl\:mb-\[42px\] {
    @media (width >= 1280px) {
      margin-bottom: 42px;
    }
  }
  .xl\:block {
    @media (width >= 1280px) {
      display: block;
    }
  }
  .xl\:flex {
    @media (width >= 1280px) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 1280px) {
      display: none;
    }
  }
  .xl\:w-\[616px\] {
    @media (width >= 1280px) {
      width: 616px;
    }
  }
  .xl\:max-w-\[537px\] {
    @media (width >= 1280px) {
      max-width: 537px;
    }
  }
  .xl\:max-w-\[1280px\] {
    @media (width >= 1280px) {
      max-width: 1280px;
    }
  }
  .xl\:flex-row {
    @media (width >= 1280px) {
      flex-direction: row;
    }
  }
  .xl\:items-center {
    @media (width >= 1280px) {
      align-items: center;
    }
  }
  .xl\:justify-center {
    @media (width >= 1280px) {
      justify-content: center;
    }
  }
  .xl\:gap-\[5px\] {
    @media (width >= 1280px) {
      gap: 5px;
    }
  }
  .xl\:gap-\[16px\] {
    @media (width >= 1280px) {
      gap: 16px;
    }
  }
  .xl\:gap-\[27px\] {
    @media (width >= 1280px) {
      gap: 27px;
    }
  }
  .xl\:gap-\[30px\] {
    @media (width >= 1280px) {
      gap: 30px;
    }
  }
  .xl\:bg-\[position\:0_84\%\] {
    @media (width >= 1280px) {
      background-position: 0 84%;
    }
  }
  .xl\:px-\[62px\] {
    @media (width >= 1280px) {
      padding-inline: 62px;
    }
  }
  .xl\:pt-\[6px\] {
    @media (width >= 1280px) {
      padding-top: 6px;
    }
  }
  .xl\:pt-\[30px\] {
    @media (width >= 1280px) {
      padding-top: 30px;
    }
  }
  .xl\:pr-\[32px\] {
    @media (width >= 1280px) {
      padding-right: 32px;
    }
  }
  .xl\:pb-\[9px\] {
    @media (width >= 1280px) {
      padding-bottom: 9px;
    }
  }
  .xl\:pb-\[14px\] {
    @media (width >= 1280px) {
      padding-bottom: 14px;
    }
  }
  .xl\:pl-\[58px\] {
    @media (width >= 1280px) {
      padding-left: 58px;
    }
  }
  .xl\:text-\[16px\] {
    @media (width >= 1280px) {
      font-size: 16px;
    }
  }
  .xl\:text-\[26px\] {
    @media (width >= 1280px) {
      font-size: 26px;
    }
  }
  .xl\:text-\[30px\] {
    @media (width >= 1280px) {
      font-size: 30px;
    }
  }
  .xl\:text-\[36px\] {
    @media (width >= 1280px) {
      font-size: 36px;
    }
  }
  .xl\:text-\[40px\] {
    @media (width >= 1280px) {
      font-size: 40px;
    }
  }
  .xl\:whitespace-nowrap {
    @media (width >= 1280px) {
      white-space: nowrap;
    }
  }
  .\32 xl\:max-w-\[1440px\] {
    @media (width >= 96rem) {
      max-width: 1440px;
    }
  }
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: rgba(0,0,0,0);
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,200ms top;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,200ms left;
}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,200ms right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.hero__slide {
  position: absolute;
  inset: 0;
}
.hero__slide--1 {
  animation: hero-fade-1 15s infinite;
}
.hero__slide--2 {
  animation: hero-fade-2 15s infinite;
}
.hero__slide--3 {
  animation: hero-fade-3 15s infinite;
}
@keyframes hero-fade-1 {
  0% {
    opacity: 1;
  }
  27% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  94% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hero-fade-2 {
  0% {
    opacity: 0;
  }
  27% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hero-fade-3 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  94% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@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;
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
