/*! tailwindcss v4.1.14 | 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;
    --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);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --leading-tight: 1.25;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --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-script: Cal Sans;
    --font-bruno: Bruno Ace;
    --font-poppins: Poppins;
    --color-theme: #DE8417;
    --color-body: #D2D2DA;
    --color-background: #1D1D1D;
  }
}
@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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-16 {
    top: calc(var(--spacing) * 16);
  }
  .top-24 {
    top: calc(var(--spacing) * 24);
  }
  .right-\[16px\] {
    right: 16px;
  }
  .right-\[24px\] {
    right: 24px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-10 {
    left: calc(var(--spacing) * 10);
  }
  .left-\[16px\] {
    left: 16px;
  }
  .left-\[24px\] {
    left: 24px;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[-3\] {
    z-index: -3;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .m-\[16px\] {
    margin: 16px;
  }
  .m-auto {
    margin: auto;
  }
  .mx-\[0\.75rem\] {
    margin-inline: 0.75rem;
  }
  .mx-\[20px\] {
    margin-inline: 20px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-\[16px\] {
    margin-block: 16px;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-11 {
    margin-top: calc(var(--spacing) * 11);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .mt-30 {
    margin-top: calc(var(--spacing) * 30);
  }
  .mt-32 {
    margin-top: calc(var(--spacing) * 32);
  }
  .mt-\[1\.5rem\] {
    margin-top: 1.5rem;
  }
  .mt-\[1\.41rem\] {
    margin-top: 1.41rem;
  }
  .mt-\[1\.44rem\] {
    margin-top: 1.44rem;
  }
  .mt-\[1\.75rem\] {
    margin-top: 1.75rem;
  }
  .mt-\[1rem\] {
    margin-top: 1rem;
  }
  .mt-\[2\.05rem\] {
    margin-top: 2.05rem;
  }
  .mt-\[2rem\] {
    margin-top: 2rem;
  }
  .mt-\[3\.83rem\] {
    margin-top: 3.83rem;
  }
  .mt-\[3rem\] {
    margin-top: 3rem;
  }
  .mt-\[4\.5rem\] {
    margin-top: 4.5rem;
  }
  .mt-\[4rem\] {
    margin-top: 4rem;
  }
  .mt-\[5\.31rem\] {
    margin-top: 5.31rem;
  }
  .mt-\[5\.88rem\] {
    margin-top: 5.88rem;
  }
  .mt-\[5rem\] {
    margin-top: 5rem;
  }
  .mt-\[6px\] {
    margin-top: 6px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[10rem\] {
    margin-top: 10rem;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[36px\] {
    margin-top: 36px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mt-\[rem\] {
    margin-top: rem;
  }
  .mr-10 {
    margin-right: calc(var(--spacing) * 10);
  }
  .mr-\[3rem\] {
    margin-right: 3rem;
  }
  .mr-\[8px\] {
    margin-right: 8px;
  }
  .mr-\[24px\] {
    margin-right: 24px;
  }
  .mb-11 {
    margin-bottom: calc(var(--spacing) * 11);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-\[-0\.5rem\] {
    margin-bottom: -0.5rem;
  }
  .mb-\[1\.25rem\] {
    margin-bottom: 1.25rem;
  }
  .mb-\[1\.56rem\] {
    margin-bottom: 1.56rem;
  }
  .mb-\[1rem\] {
    margin-bottom: 1rem;
  }
  .mb-\[2rem\] {
    margin-bottom: 2rem;
  }
  .mb-\[3\.31rem\] {
    margin-bottom: 3.31rem;
  }
  .mb-\[3\.94rem\] {
    margin-bottom: 3.94rem;
  }
  .mb-\[3rem\] {
    margin-bottom: 3rem;
  }
  .mb-\[5\.31rem\] {
    margin-bottom: 5.31rem;
  }
  .mb-\[10rem\] {
    margin-bottom: 10rem;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[80px\] {
    margin-bottom: 80px;
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-\[1\.5rem\] {
    margin-left: 1.5rem;
  }
  .ml-\[1\.63rem\] {
    margin-left: 1.63rem;
  }
  .ml-\[1rem\] {
    margin-left: 1rem;
  }
  .ml-\[2\.87rem\] {
    margin-left: 2.87rem;
  }
  .ml-\[16px\] {
    margin-left: 16px;
  }
  .ml-\[24px\] {
    margin-left: 24px;
  }
  .ml-\[48px\] {
    margin-left: 48px;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-15 {
    height: calc(var(--spacing) * 15);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-50 {
    height: calc(var(--spacing) * 50);
  }
  .h-84 {
    height: calc(var(--spacing) * 84);
  }
  .h-\[1\.625rem\] {
    height: 1.625rem;
  }
  .h-\[2\.5rem\] {
    height: 2.5rem;
  }
  .h-\[2\.56rem\] {
    height: 2.56rem;
  }
  .h-\[2rem\] {
    height: 2rem;
  }
  .h-\[5\.5rem\] {
    height: 5.5rem;
  }
  .h-\[5rem\] {
    height: 5rem;
  }
  .h-\[8rem\] {
    height: 8rem;
  }
  .h-\[9rem\] {
    height: 9rem;
  }
  .h-\[10rem\] {
    height: 10rem;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[75px\] {
    height: 75px;
  }
  .h-\[130px\] {
    height: 130px;
  }
  .h-\[145px\] {
    height: 145px;
  }
  .h-\[clamp\(2\.3rem\,3vw\,3\.5rem\)\] {
    height: clamp(2.3rem, 3vw, 3.5rem);
  }
  .h-\[clamp\(2\.8rem\,3\.5vw\,3\.5rem\)\] {
    height: clamp(2.8rem, 3.5vw, 3.5rem);
  }
  .h-\[clamp\(2rem\,5vw\,3rem\)\] {
    height: clamp(2rem, 5vw, 3rem);
  }
  .h-\[clamp\(3rem\,5vw\,3rem\)\] {
    height: clamp(3rem, 5vw, 3rem);
  }
  .h-\[clamp\(12\.44rem\,25vw\,20rem\)\] {
    height: clamp(12.44rem, 25vw, 20rem);
  }
  .h-\[clamp\(12rem\,25vw\,16rem\)\] {
    height: clamp(12rem, 25vw, 16rem);
  }
  .h-\[clamp\(12rem\,25vw\,20rem\)\] {
    height: clamp(12rem, 25vw, 20rem);
  }
  .h-\[clamp\(100px\,20vw\,160px\)\] {
    height: clamp(100px, 20vw, 160px);
  }
  .h-auto {
    height: auto;
  }
  .min-h-\[143\.08px\] {
    min-height: 143.08px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-25 {
    width: calc(var(--spacing) * 25);
  }
  .w-30 {
    width: calc(var(--spacing) * 30);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-\[0rem\] {
    width: 0rem;
  }
  .w-\[2rem\] {
    width: 2rem;
  }
  .w-\[3rem\] {
    width: 3rem;
  }
  .w-\[4rem\] {
    width: 4rem;
  }
  .w-\[5\.75rem\] {
    width: 5.75rem;
  }
  .w-\[5rem\] {
    width: 5rem;
  }
  .w-\[6\.65rem\] {
    width: 6.65rem;
  }
  .w-\[6rem\] {
    width: 6rem;
  }
  .w-\[8re\] {
    width: 8re;
  }
  .w-\[8rem\] {
    width: 8rem;
  }
  .w-\[9rem\] {
    width: 9rem;
  }
  .w-\[10rem\] {
    width: 10rem;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[20rem\] {
    width: 20rem;
  }
  .w-\[28px\] {
    width: 28px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[80rem\] {
    width: 80rem;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[145px\] {
    width: 145px;
  }
  .w-\[clamp\(5rem\,20vw\,12rem\)\] {
    width: clamp(5rem, 20vw, 12rem);
  }
  .w-\[clamp\(6\.5rem\,15vw\,9rem\)\] {
    width: clamp(6.5rem, 15vw, 9rem);
  }
  .w-\[clamp\(6rem\,15vw\,8rem\)\] {
    width: clamp(6rem, 15vw, 8rem);
  }
  .w-\[clamp\(6rem\,20vw\,9rem\)\] {
    width: clamp(6rem, 20vw, 9rem);
  }
  .w-\[clamp\(8\.18rem\,20vw\,12rem\)\] {
    width: clamp(8.18rem, 20vw, 12rem);
  }
  .w-\[clamp\(10rem\)\] {
    width: clamp(10rem);
  }
  .w-\[clamp\(14\.31rem\,20vw\,20rem\)\] {
    width: clamp(14.31rem, 20vw, 20rem);
  }
  .w-\[clamp\(14rem\,30vw\,20rem\)\] {
    width: clamp(14rem, 30vw, 20rem);
  }
  .w-\[clamp\(14rem\,40vw\,20rem\)\] {
    width: clamp(14rem, 40vw, 20rem);
  }
  .w-\[clamp\(15rem\,120vw\,80rem\)\] {
    width: clamp(15rem, 120vw, 80rem);
  }
  .w-\[clamp\(16\.8rem\,33vw\,22rem\)\] {
    width: clamp(16.8rem, 33vw, 22rem);
  }
  .w-\[clamp\(18rem\,40vw\,25rem\)\] {
    width: clamp(18rem, 40vw, 25rem);
  }
  .w-\[clamp\(20rem\,50vw\,30rem\)\] {
    width: clamp(20rem, 50vw, 30rem);
  }
  .w-\[clamp\(20rem\,80vw\,40rem\)\] {
    width: clamp(20rem, 80vw, 40rem);
  }
  .w-\[clamp\(22rem\,120vw\,80rem\)\] {
    width: clamp(22rem, 120vw, 80rem);
  }
  .w-\[clamp\(160px\,50vw\,400px\)\] {
    width: clamp(160px, 50vw, 400px);
  }
  .w-\[clamp\(240px\,60vw\,400px\)\] {
    width: clamp(240px, 60vw, 400px);
  }
  .w-\[clamp\(560px\,30vw\,1600px\)\] {
    width: clamp(560px, 30vw, 1600px);
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[25rem\] {
    max-width: 25rem;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .min-w-24 {
    min-width: calc(var(--spacing) * 24);
  }
  .min-w-\[0px\] {
    min-width: 0px;
  }
  .min-w-\[20px\] {
    min-width: 20px;
  }
  .min-w-\[50px\] {
    min-width: 50px;
  }
  .min-w-\[100px\] {
    min-width: 100px;
  }
  .min-w-\[150px\] {
    min-width: 150px;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .min-w-\[250px\] {
    min-width: 250px;
  }
  .min-w-\[300px\] {
    min-width: 300px;
  }
  .min-w-\[323px\] {
    min-width: 323px;
  }
  .min-w-\[350px\] {
    min-width: 350px;
  }
  .min-w-\[400px\] {
    min-width: 400px;
  }
  .flex-1 {
    flex: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .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;
  }
  .resize-none {
    resize: none;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .place-content-evenly {
    place-content: space-evenly;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-center-safe {
    align-items: safe center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-\[0\.75rem\] {
    gap: 0.75rem;
  }
  .gap-\[1\.3rem\] {
    gap: 1.3rem;
  }
  .gap-\[1\.31rem\] {
    gap: 1.31rem;
  }
  .gap-\[1rem\] {
    gap: 1rem;
  }
  .gap-\[2\.37rem\] {
    gap: 2.37rem;
  }
  .gap-\[2rem\] {
    gap: 2rem;
  }
  .gap-\[4rem\] {
    gap: 4rem;
  }
  .gap-\[6\%\] {
    gap: 6%;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[64px\] {
    gap: 64px;
  }
  .gap-x-\[0\.5rem\] {
    column-gap: 0.5rem;
  }
  .gap-x-\[clamp\(2rem\,5vw\,2rem\)\] {
    column-gap: clamp(2rem, 5vw, 2rem);
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-3 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .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-10 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 10) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-\[1rem\] {
    row-gap: 1rem;
  }
  .gap-y-\[45px\] {
    row-gap: 45px;
  }
  .divide-x {
    :where(& > :not(:last-child)) {
      --tw-divide-x-reverse: 0;
      border-inline-style: var(--tw-border-style);
      border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
      border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
  }
  .divide-body {
    :where(& > :not(:last-child)) {
      border-color: var(--color-body);
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[1\.5rem\] {
    border-radius: 1.5rem;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .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-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-\[\#757575\] {
    border-color: #757575;
  }
  .border-\[\#DE8417\] {
    border-color: #DE8417;
  }
  .border-body {
    border-color: var(--color-body);
  }
  .border-theme {
    border-color: var(--color-theme);
  }
  .bg-\[\#1D1D1D\] {
    background-color: #1D1D1D;
  }
  .bg-\[\#121212\] {
    background-color: #121212;
  }
  .bg-\[\#D2D2DA\] {
    background-color: #D2D2DA;
  }
  .bg-\[\#DE8417\] {
    background-color: #DE8417;
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .bg-theme {
    background-color: var(--color-theme);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(\'\'\)\] {
    background-image: url('');
  }
  .bg-\[url\(\'\'Bookshelf\/bookshelf-desktop\.png\'\'\)\] {
    background-image: url(''Bookshelf/bookshelf-desktop.png'');
  }
  .bg-\[url\(\'\.\'\)\] {
    background-image: url('.');
  }
  .bg-\[url\(\'\.\'Bookshelf\/bookshelf-desktop\.png\'\'\)\] {
    background-image: url('.'Bookshelf/bookshelf-desktop.png'');
  }
  .bg-\[url\(\'\.\.\/\.\.\/images\/bookshelf-desktop\.png\'\)\] {
    background-image: url('../../images/bookshelf-desktop.png');
  }
  .bg-\[url\(\'\.\.\/images\/bookshelf-desktop\.png\'\)\] {
    background-image: url('../images/bookshelf-desktop.png');
  }
  .bg-\[url\(\'\.\/\/bookshelf-desktop\.png\'\)\] {
    background-image: url('.//bookshelf-desktop.png');
  }
  .bg-\[url\(\'\.\/bookshelf-desktop\.png\'\)\] {
    background-image: url('./bookshelf-desktop.png');
  }
  .bg-\[url\(\'\.\/images\/bookshelf-desktop\.png\'\)\] {
    background-image: url('./images/bookshelf-desktop.png');
  }
  .bg-\[url\(\'\/bookshelf-desktop\.png\'\)\] {
    background-image: url('/bookshelf-desktop.png');
  }
  .bg-\[url\(\'\/images\/bookshelf-desktop\.png\'\)\] {
    background-image: url('/images/bookshelf-desktop.png');
  }
  .bg-\[url\(\'Bookshelf\/bookshelf-desktop\.png\'\)\] {
    background-image: url('Bookshelf/bookshelf-desktop.png');
  }
  .bg-\[url\(\'bookshelf-desktop\.png\'\)\] {
    background-image: url('bookshelf-desktop.png');
  }
  .bg-\[url\(\/\'bookshelf-desktop\.png\'\)\] {
    background-image: url(/'bookshelf-desktop.png');
  }
  .bg-\[url\(Bookshelf\/\'bookshelf-desktop\.png\'\)\] {
    background-image: url(Bookshelf/'bookshelf-desktop.png');
  }
  .from-\[\#85796b\] {
    --tw-gradient-from: #85796b;
    --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-\[\#121212\] {
    --tw-gradient-from: #121212;
    --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-\[\#85796b\] {
    --tw-gradient-to: #85796b;
    --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-\[\#121212\] {
    --tw-gradient-to: #121212;
    --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-contain {
    background-size: contain;
  }
  .bg-bottom {
    background-position: bottom;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-\[2rem\] {
    padding-inline: 2rem;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-6\.25 {
    padding-top: calc(var(--spacing) * 6.25);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-\[0\.31rem\] {
    padding-top: 0.31rem;
  }
  .pt-\[0\.94rem\] {
    padding-top: 0.94rem;
  }
  .pt-\[1rem\] {
    padding-top: 1rem;
  }
  .pt-\[2rem\] {
    padding-top: 2rem;
  }
  .pt-\[5rem\] {
    padding-top: 5rem;
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-\[0\.62rem\] {
    padding-right: 0.62rem;
  }
  .pr-\[2rem\] {
    padding-right: 2rem;
  }
  .pb-\[0\.31rem\] {
    padding-bottom: 0.31rem;
  }
  .pb-\[0\.69rem\] {
    padding-bottom: 0.69rem;
  }
  .pb-\[1rem\] {
    padding-bottom: 1rem;
  }
  .pb-\[2\%\] {
    padding-bottom: 2%;
  }
  .pb-\[2px\] {
    padding-bottom: 2px;
  }
  .pb-\[2rem\] {
    padding-bottom: 2rem;
  }
  .pb-\[5rem\] {
    padding-bottom: 5rem;
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .pl-20 {
    padding-left: calc(var(--spacing) * 20);
  }
  .pl-\[0\.25rem\] {
    padding-left: 0.25rem;
  }
  .pl-\[0\.62rem\] {
    padding-left: 0.62rem;
  }
  .pl-\[2rem\] {
    padding-left: 2rem;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .font-\[\'Bruno_Ace\'\] {
    font-family: 'Bruno Ace';
  }
  .font-\[\'Cal_Sans\'\] {
    font-family: 'Cal Sans';
  }
  .font-\[\'Poppins\'\] {
    font-family: 'Poppins';
  }
  .font-\[Poppins\] {
    font-family: Poppins;
  }
  .font-\[poppins\] {
    font-family: poppins;
  }
  .font-bruno {
    font-family: var(--font-bruno);
  }
  .font-poppins {
    font-family: var(--font-poppins);
  }
  .font-script {
    font-family: var(--font-script);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-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-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[0\.75rem\] {
    font-size: 0.75rem;
  }
  .text-\[0\.625rem\] {
    font-size: 0.625rem;
  }
  .text-\[0\.875rem\] {
    font-size: 0.875rem;
  }
  .text-\[1\.5rem\] {
    font-size: 1.5rem;
  }
  .text-\[1\.25rem\] {
    font-size: 1.25rem;
  }
  .text-\[1rem\] {
    font-size: 1rem;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .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);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#1D1D1D\] {
    color: #1D1D1D;
  }
  .text-\[\#D2D2D2\] {
    color: #D2D2D2;
  }
  .text-\[\#D2D2DA\] {
    color: #D2D2DA;
  }
  .text-\[\#DE8417\] {
    color: #DE8417;
  }
  .text-\[\#E0E0E0\] {
    color: #E0E0E0;
  }
  .text-body {
    color: var(--color-body);
  }
  .text-theme {
    color: var(--color-theme);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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 {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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));
  }
  .hover\:text-\[\#DE8417\] {
    &:hover {
      @media (hover: hover) {
        color: #DE8417;
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:h-\[5rem\] {
    @media (width >= 40rem) {
      height: 5rem;
    }
  }
  .sm\:h-\[10rem\] {
    @media (width >= 40rem) {
      height: 10rem;
    }
  }
  .sm\:w-\[5rem\] {
    @media (width >= 40rem) {
      width: 5rem;
    }
  }
  .sm\:w-\[10rem\] {
    @media (width >= 40rem) {
      width: 10rem;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-16 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .md\:mt-32 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 32);
    }
  }
  .md\:mb-\[1rem\] {
    @media (width >= 48rem) {
      margin-bottom: 1rem;
    }
  }
  .md\:mb-\[4rem\] {
    @media (width >= 48rem) {
      margin-bottom: 4rem;
    }
  }
  .md\:ml-0\.5 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 0.5);
    }
  }
  .md\:ml-5 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 5);
    }
  }
  .md\:ml-\[0\] {
    @media (width >= 48rem) {
      margin-left: 0;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:w-1\/7 {
    @media (width >= 48rem) {
      width: calc(1/7 * 100%);
    }
  }
  .md\:w-25 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 25);
    }
  }
  .md\:w-48 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 48);
    }
  }
  .md\:w-\[8rem\] {
    @media (width >= 48rem) {
      width: 8rem;
    }
  }
  .md\:w-\[70\%\] {
    @media (width >= 48rem) {
      width: 70%;
    }
  }
  .md\:w-\[80\%\] {
    @media (width >= 48rem) {
      width: 80%;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-x-\[1rem\] {
    @media (width >= 48rem) {
      column-gap: 1rem;
    }
  }
  .md\:gap-x-\[2rem\] {
    @media (width >= 48rem) {
      column-gap: 2rem;
    }
  }
  .md\:space-x-2 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-\[2rem\] {
    @media (width >= 48rem) {
      font-size: 2rem;
    }
  }
  .lg\:mx-4 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 4);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:gap-\[4rem\] {
    @media (width >= 64rem) {
      gap: 4rem;
    }
  }
  .lg\:bg-\[\#464646\] {
    @media (width >= 64rem) {
      background-color: #464646;
    }
  }
  .lg\:px-20 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .lg\:pt-2 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 2);
    }
  }
}
@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-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-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-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;
}
@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-x-reverse: 0;
      --tw-divide-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-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;
    }
  }
}
