/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Poppins", ui-sans-serif, system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-orange-50: oklch(98% 0.016 73.684);
    --color-orange-100: oklch(95.4% 0.038 75.164);
    --color-orange-200: oklch(90.1% 0.076 70.697);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-pink-50: oklch(97.1% 0.014 343.198);
    --color-pink-500: oklch(65.6% 0.241 354.308);
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-slate-950: oklch(12.9% 0.042 264.695);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --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);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --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);
    --color-brand-orange: #e87225;
    --color-brand-pink: #f5428b;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0px;
  }
  .inset-x-0 {
    inset-inline: 0px;
  }
  .-top-2 {
    top: calc(var(--spacing) * -2);
  }
  .top-0 {
    top: 0px;
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .-right-2 {
    right: calc(var(--spacing) * -2);
  }
  .right-0 {
    right: 0px;
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .z-10 {
    z-index: 10;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[60\] {
    z-index: 60;
  }
  .z-\[70\] {
    z-index: 70;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[3\/4\] {
    aspect-ratio: 3/4;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-72 {
    height: calc(var(--spacing) * 72);
  }
  .h-\[82px\] {
    height: 82px;
  }
  .h-auto {
    height: auto;
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[96vh\] {
    max-height: 96vh;
  }
  .min-h-10 {
    min-height: calc(var(--spacing) * 10);
  }
  .min-h-11 {
    min-height: calc(var(--spacing) * 11);
  }
  .min-h-12 {
    min-height: calc(var(--spacing) * 12);
  }
  .min-h-16 {
    min-height: calc(var(--spacing) * 16);
  }
  .min-h-\[50vh\] {
    min-height: 50vh;
  }
  .min-h-\[55vh\] {
    min-height: 55vh;
  }
  .min-h-\[76px\] {
    min-height: 76px;
  }
  .min-h-\[148px\] {
    min-height: 148px;
  }
  .min-h-\[270px\] {
    min-height: 270px;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-\[min\(88vw\,380px\)\] {
    width: min(88vw, 380px);
  }
  .w-\[min\(96vw\,1200px\)\] {
    width: min(96vw, 1200px);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[150px\] {
    max-width: 150px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .max-w-\[1400px\] {
    max-width: 1400px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-0 {
    min-width: 0px;
  }
  .min-w-5 {
    min-width: calc(var(--spacing) * 5);
  }
  .min-w-28 {
    min-width: calc(var(--spacing) * 28);
  }
  .min-w-max {
    min-width: max-content;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    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;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(var(--spacing) * var(--tw-space-y-reverse));
    margin-block-end: calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-6 > :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)));
  }
  :where(.space-y-8 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-b-3xl {
    border-bottom-right-radius: var(--radius-3xl);
    border-bottom-left-radius: var(--radius-3xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .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-brand-orange {
    border-color: var(--color-brand-orange);
  }
  .border-orange-200 {
    border-color: var(--color-orange-200);
  }
  .border-slate-100 {
    border-color: var(--color-slate-100);
  }
  .border-slate-200 {
    border-color: var(--color-slate-200);
  }
  .border-slate-300 {
    border-color: var(--color-slate-300);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .border-white\/70 {
    border-color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .bg-brand-pink {
    background-color: var(--color-brand-pink);
  }
  .bg-orange-50 {
    background-color: var(--color-orange-50);
  }
  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }
  .bg-slate-950\/40 {
    background-color: color-mix(in srgb, oklch(12.9% 0.042 264.695) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-950) 40%, transparent);
    }
  }
  .bg-slate-950\/80 {
    background-color: color-mix(in srgb, oklch(12.9% 0.042 264.695) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-950) 80%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/95 {
    background-color: color-mix(in srgb, #fff 95%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 95%, transparent);
    }
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-brand-orange {
    --tw-gradient-from: var(--color-brand-orange);
    --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-orange-50 {
    --tw-gradient-from: var(--color-orange-50);
    --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));
  }
  .via-white {
    --tw-gradient-via: var(--color-white);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-brand-pink {
    --tw-gradient-to: var(--color-brand-pink);
    --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-pink-50 {
    --tw-gradient-to: var(--color-pink-50);
    --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));
  }
  .object-contain {
    object-fit: contain;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-9 {
    padding-block: calc(var(--spacing) * 9);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-1 {
    padding-top: var(--spacing);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--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-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .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);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-\[0\.08em\] {
    --tw-tracking: 0.08em;
    letter-spacing: 0.08em;
  }
  .tracking-\[0\.16em\] {
    --tw-tracking: 0.16em;
    letter-spacing: 0.16em;
  }
  .tracking-\[0\.18em\] {
    --tw-tracking: 0.18em;
    letter-spacing: 0.18em;
  }
  .tracking-\[0\.24em\] {
    --tw-tracking: 0.24em;
    letter-spacing: 0.24em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#1877f2\] {
    color: #1877f2;
  }
  .text-amber-500 {
    color: var(--color-amber-500);
  }
  .text-brand-orange {
    color: var(--color-brand-orange);
  }
  .text-brand-pink {
    color: var(--color-brand-pink);
  }
  .text-slate-300 {
    color: var(--color-slate-300);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-slate-700 {
    color: var(--color-slate-700);
  }
  .text-slate-800 {
    color: var(--color-slate-800);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .text-slate-950 {
    color: var(--color-slate-950);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --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);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
  }
  .shadow-pink-500\/20 {
    --tw-shadow-color: color-mix(in srgb, oklch(65.6% 0.241 354.308) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-pink-500) 20%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-slate-900\/5 {
    --tw-shadow-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-slate-900) 5%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-slate-900\/10 {
    --tw-shadow-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-slate-900) 10%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-slate-900\/20 {
    --tw-shadow-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-slate-900) 20%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-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,);
    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 {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-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;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  @media (hover: hover) {
    .group-hover\:scale-105:is(:where(.group):hover *) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .placeholder\:text-slate-500::placeholder {
    color: var(--color-slate-500);
  }
  .placeholder\:uppercase::placeholder {
    text-transform: uppercase;
  }
  .backdrop\:bg-slate-950\/75::backdrop {
    background-color: color-mix(in srgb, oklch(12.9% 0.042 264.695) 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-950) 75%, transparent);
    }
  }
  .before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
  }
  .before\:inset-x-0::before {
    content: var(--tw-content);
    inset-inline: 0px;
  }
  .before\:top-0::before {
    content: var(--tw-content);
    top: 0px;
  }
  .before\:h-1\.5::before {
    content: var(--tw-content);
    height: calc(var(--spacing) * 1.5);
  }
  .before\:bg-gradient-to-r::before {
    content: var(--tw-content);
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .before\:from-brand-orange::before {
    content: var(--tw-content);
    --tw-gradient-from: var(--color-brand-orange);
    --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));
  }
  .before\:to-brand-pink::before {
    content: var(--tw-content);
    --tw-gradient-to: var(--color-brand-pink);
    --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));
  }
  .focus-within\:ring-4:focus-within {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .focus-within\:ring-orange-100:focus-within {
    --tw-ring-color: var(--color-orange-100);
  }
  @media (hover: hover) {
    .hover\:-translate-y-0\.5:hover {
      --tw-translate-y: calc(var(--spacing) * -0.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .hover\:-translate-y-1:hover {
      --tw-translate-y: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .hover\:scale-\[1\.02\]:hover {
      scale: 1.02;
    }
    .hover\:border-brand-pink:hover {
      border-color: var(--color-brand-pink);
    }
    .hover\:border-orange-200:hover {
      border-color: var(--color-orange-200);
    }
    .hover\:bg-slate-50:hover {
      background-color: var(--color-slate-50);
    }
    .hover\:bg-slate-100:hover {
      background-color: var(--color-slate-100);
    }
    .hover\:bg-white\/15:hover {
      background-color: color-mix(in srgb, #fff 15%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/15:hover {
        background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
      }
    }
    .hover\:text-brand-orange:hover {
      color: var(--color-brand-orange);
    }
    .hover\:text-brand-pink:hover {
      color: var(--color-brand-pink);
    }
    .hover\:text-white:hover {
      color: var(--color-white);
    }
    .hover\:shadow-xl:hover {
      --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
    }
    .hover\:brightness-105:hover {
      --tw-brightness: brightness(105%);
      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,);
    }
  }
  .focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip-path: none;
    white-space: normal;
  }
  .focus\:fixed:focus {
    position: fixed;
  }
  .focus\:top-4:focus {
    top: calc(var(--spacing) * 4);
  }
  .focus\:left-4:focus {
    left: calc(var(--spacing) * 4);
  }
  .focus\:z-\[100\]:focus {
    z-index: 100;
  }
  .focus\:rounded-lg:focus {
    border-radius: var(--radius-lg);
  }
  .focus\:bg-white:focus {
    background-color: var(--color-white);
  }
  .focus\:px-4:focus {
    padding-inline: calc(var(--spacing) * 4);
  }
  .focus\:py-3:focus {
    padding-block: calc(var(--spacing) * 3);
  }
  .focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .focus-visible\:ring-4:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .focus-visible\:ring-orange-200:focus-visible {
    --tw-ring-color: var(--color-orange-200);
  }
  @media (width >= 40rem) {
    .sm\:mx-0 {
      margin-inline: 0px;
    }
    .sm\:block {
      display: block;
    }
    .sm\:hidden {
      display: none;
    }
    .sm\:max-w-none {
      max-width: none;
    }
    .sm\:min-w-40 {
      min-width: calc(var(--spacing) * 40);
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-\[116px_minmax\(0\,1fr\)\] {
      grid-template-columns: 116px minmax(0,1fr);
    }
    .sm\:grid-cols-\[minmax\(0\,1fr\)_auto\] {
      grid-template-columns: minmax(0,1fr) auto;
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:items-center {
      align-items: center;
    }
    .sm\:justify-between {
      justify-content: space-between;
    }
    .sm\:rounded-3xl {
      border-radius: var(--radius-3xl);
    }
    .sm\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
    .sm\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
    .sm\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
    .sm\:px-5 {
      padding-inline: calc(var(--spacing) * 5);
    }
    .sm\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
    .sm\:px-9 {
      padding-inline: calc(var(--spacing) * 9);
    }
    .sm\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
    .sm\:text-right {
      text-align: right;
    }
    .sm\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    .sm\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    .sm\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
    .sm\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:mt-0 {
      margin-top: 0px;
    }
    .md\:flex {
      display: flex;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:items-center {
      align-items: center;
    }
    .md\:justify-between {
      justify-content: space-between;
    }
    .md\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 64rem) {
    .lg\:mt-0 {
      margin-top: 0px;
    }
    .lg\:mt-8 {
      margin-top: calc(var(--spacing) * 8);
    }
    .lg\:block {
      display: block;
    }
    .lg\:flex {
      display: flex;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:h-20 {
      height: calc(var(--spacing) * 20);
    }
    .lg\:h-\[96px\] {
      height: 96px;
    }
    .lg\:shrink-0 {
      flex-shrink: 0;
    }
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:grid-cols-\[1fr_0\.38fr\] {
      grid-template-columns: 1fr 0.38fr;
    }
    .lg\:grid-cols-\[minmax\(0\,0\.82fr\)_minmax\(0\,1fr\)\] {
      grid-template-columns: minmax(0,0.82fr) minmax(0,1fr);
    }
    .lg\:items-center {
      align-items: center;
    }
    .lg\:items-start {
      align-items: flex-start;
    }
    .lg\:justify-between {
      justify-content: space-between;
    }
    .lg\:justify-end {
      justify-content: flex-end;
    }
    .lg\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
    .lg\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
    .lg\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
    .lg\:p-14 {
      padding: calc(var(--spacing) * 14);
    }
    .lg\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
    .lg\:py-12 {
      padding-block: calc(var(--spacing) * 12);
    }
    .lg\:py-14 {
      padding-block: calc(var(--spacing) * 14);
    }
    .lg\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }
    .lg\:py-20 {
      padding-block: calc(var(--spacing) * 20);
    }
    .lg\:pt-12 {
      padding-top: calc(var(--spacing) * 12);
    }
    .lg\:pb-16 {
      padding-bottom: calc(var(--spacing) * 16);
    }
    .lg\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  @media (width >= 80rem) {
    .xl\:inline {
      display: inline;
    }
    .xl\:h-\[294px\] {
      height: 294px;
    }
    .xl\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .xl\:gap-7 {
      gap: calc(var(--spacing) * 7);
    }
    .xl\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
    .xl\:border-t-0 {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
    .xl\:border-l {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
    .xl\:pt-0 {
      padding-top: 0px;
    }
    .xl\:pl-10 {
      padding-left: calc(var(--spacing) * 10);
    }
  }
  .\[\&_del\]\:block del {
    display: block;
  }
  .\[\&_del\]\:text-sm del {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .\[\&_del\]\:font-semibold del {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .\[\&_del\]\:text-slate-500 del {
    color: var(--color-slate-500);
  }
  .\[\&_ins\]\:no-underline ins {
    text-decoration-line: none;
  }
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/poppins-v23-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/poppins-v23-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/poppins-v23-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/poppins-v23-latin-700.woff2") format("woff2");
}
@layer base {
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: #fff;
  }
  p, li, address {
    text-wrap: pretty;
  }
  button, input, select, textarea {
    font: inherit;
  }
  :focus-visible {
    outline: 3px solid color-mix(in srgb, #e87225 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      outline: 3px solid color-mix(in srgb, var(--color-brand-orange) 60%, transparent);
    }
    outline-offset: 3px;
  }
  ::selection {
    color: #fff;
    background: var(--color-brand-pink);
  }
}
@layer components {
  .site-nav > .menu {
    display: flex;
    align-items: center;
    gap: clamp(1.25rem, 2.2vw, 3.25rem);
  }
  .site-nav .menu-item {
    position: relative;
  }
  .site-nav .menu-item-gtranslate, .mobile-nav .menu-item-gtranslate {
    display: none !important;
  }
  .site-nav a {
    display: block;
    padding-block: 0.75rem;
    color: #0f172a;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    transition: color 180ms ease;
  }
  .site-nav a:hover, .site-nav .current-menu-item > a, .site-nav .current-menu-ancestor > a {
    color: var(--color-brand-pink);
  }
  .site-nav .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 20;
    min-width: 15rem;
    visibility: hidden;
    transform: translateY(0.5rem);
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    background: #fff;
    padding: 0.5rem;
    opacity: 0;
    box-shadow: 0 18px 35px rgb(15 23 42 / 0.12);
    transition: 180ms ease;
  }
  .site-nav .menu-item:hover > .sub-menu, .site-nav .menu-item:focus-within > .sub-menu {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
  }
  .site-nav .sub-menu a {
    padding: 0.7rem 0.85rem;
    border-radius: 0.5rem;
    font-size: 0.82rem;
  }
  .site-nav .sub-menu a:hover {
    background: #f8fafc;
  }
  .category-nav > div > .menu {
    display: flex;
    min-height: 4.5rem;
    align-items: center;
    justify-content: center;
    gap: clamp(0.25rem, 1vw, 1rem);
  }
  .category-nav a {
    display: inline-flex;
    min-height: 3rem;
    flex-shrink: 0;
    align-items: center;
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background-color 180ms ease;
  }
  .category-nav a:hover, .category-nav .current-menu-item a {
    color: #fff;
    background: rgb(255 255 255 / 0.18);
  }
  .category-nav::-webkit-scrollbar {
    display: none;
  }
  .category-nav {
    scrollbar-width: none;
  }
  .mobile-menu[data-open="true"] {
    transform: translateX(0) !important;
  }
  .menu-backdrop[data-open="true"] {
    pointer-events: auto;
    opacity: 1;
  }
  .category-nav-mobile .menu a {
    display: flex;
    min-height: 2.75rem;
    align-items: center;
    border-radius: 0.65rem;
    padding: 0.65rem 0.85rem;
    color: #1e293b;
    font-weight: 700;
  }
  .category-nav-mobile .menu li + li {
    border-top: 1px solid #f1f5f9;
  }
  .category-nav-mobile .menu a:hover, .category-nav-mobile .current-menu-item > a {
    background: #f8fafc;
    color: var(--color-brand-pink);
  }
  .category-nav-mobile[open] .category-nav-mobile__chevron {
    transform: rotate(180deg);
  }
  .product-card__mobile-preview-label {
    display: none;
  }
  .mobile-nav .menu > li + li {
    border-top: 1px solid #f1f5f9;
  }
  .mobile-nav .menu a {
    display: block;
    padding: 0.9rem 0.75rem;
    border-radius: 0.75rem;
    color: #1e293b;
    font-weight: 700;
  }
  .mobile-nav .menu a:hover, .mobile-nav .current-menu-item > a {
    color: var(--color-brand-pink);
    background: #f8fafc;
  }
  .mobile-nav .sub-menu {
    padding: 0 0 0.75rem 1rem;
  }
  .site-footer .menu {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    font-size: 0.875rem;
  }
  .site-footer .menu a {
    color: rgb(255 255 255 / 0.82);
    transition: color 180ms ease;
  }
  .site-footer .menu a:hover {
    color: #fff;
  }
  .site-footer > div:last-child .menu {
    margin-top: 0;
    flex-flow: row wrap;
    gap: 1rem;
  }
  .header-currency select, .header-currency .woocommerce-currency-switcher-form select {
    min-height: 2.5rem;
    max-width: 6.5rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.5rem;
    background: #fff;
    padding-inline: 0.7rem;
  }
  .woocommerce .woocommerce-breadcrumb a {
    color: #64748b;
  }
  .woocommerce .woocommerce-breadcrumb a:hover {
    color: var(--color-brand-pink);
  }
  .woocommerce-notices-wrapper:empty {
    display: none;
  }
  .musicnotes-rating {
    color: #f59e0b;
    font-size: 1rem;
    letter-spacing: 0.08em;
  }
  .product-preview-dialog[open] {
    display: block;
  }
  .woocommerce-message, .woocommerce-info, .woocommerce-error {
    position: relative;
    margin-bottom: 1.5rem;
    border: 1px solid #cbd5e1;
    border-left: 4px solid var(--color-brand-orange);
    border-radius: 0.75rem;
    background: #f8fafc;
    padding: 1rem 1.25rem;
    color: #334155;
  }
  .woocommerce-error {
    border-left-color: #e11d48;
  }
  .woocommerce-message .button, .woocommerce-info .button {
    float: right;
    margin-left: 1rem;
    color: var(--color-brand-pink);
    font-weight: 700;
  }
  .woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
    clear: both;
  }
  .woocommerce ul.products::before, .woocommerce ul.products::after {
    display: none;
  }
  .woocommerce ul.products li.product {
    float: none;
    width: auto;
    margin: 0;
  }
  .woocommerce-result-count, .woocommerce-ordering {
    float: none;
    margin: 0;
  }
  .woocommerce-ordering select {
    min-height: 2.75rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.65rem;
    background: #fff;
    padding: 0.55rem 2.4rem 0.55rem 0.85rem;
  }
  .woocommerce nav.woocommerce-pagination, .pagination {
    margin-top: 2.5rem;
    text-align: center;
  }
  .woocommerce nav.woocommerce-pagination ul, .pagination .page-numbers {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    border: 0;
  }
  .woocommerce nav.woocommerce-pagination ul li {
    border: 0;
  }
  .woocommerce nav.woocommerce-pagination a, .woocommerce nav.woocommerce-pagination span, .pagination a, .pagination span {
    display: inline-flex;
    min-width: 2.6rem;
    height: 2.6rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbd5e1;
    border-radius: 0.65rem;
    background: #fff;
    color: #334155;
    font-weight: 700;
  }
  .woocommerce nav.woocommerce-pagination .current, .pagination .current {
    border-color: var(--color-brand-pink);
    color: #fff;
    background: var(--color-brand-pink);
  }
  .woocommerce div.product {
    display: flow-root;
  }
  .woocommerce div.product div.images, .woocommerce div.product div.summary {
    float: none;
    width: 100%;
  }
  .musicnotes-product-category {
    display: inline-flex;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: rgb(232 114 37 / 0.1);
    padding: 0.55rem 0.9rem;
    color: var(--color-brand-orange);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .musicnotes-product-category:hover {
    color: #fff;
    background: var(--color-brand-orange);
  }
  .musicnotes-product-assurances {
    display: grid;
    gap: 0.65rem;
    margin-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
    padding-top: 1.5rem;
  }
  .musicnotes-product-assurances > div {
    display: grid;
    grid-template-columns: 1.75rem minmax(0, 1fr);
    align-items: center;
  }
  .musicnotes-product-assurances span {
    grid-row: span 2;
    display: grid;
    width: 1.35rem;
    height: 1.35rem;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(90deg, var(--color-brand-orange) 0%, var(--color-brand-pink) 100%);
    font-size: 0.75rem;
    font-weight: 700;
  }
  .musicnotes-product-assurances strong {
    color: #1e293b;
    font-size: 0.82rem;
  }
  .musicnotes-product-assurances small {
    color: #64748b;
    font-size: 0.72rem;
  }
  .woocommerce div.product div.images .woocommerce-product-gallery__image > a > img {
    width: 100% !important;
    height: clamp(30rem, 68vh, 46rem) !important;
    border-radius: 1.25rem;
    background: #fff;
    object-fit: contain;
    padding: clamp(1.25rem, 3vw, 2.5rem);
  }
  .woocommerce div.product div.images {
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 1.5rem;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, var(--color-brand-orange) 0%, var(--color-brand-pink) 100%) border-box;
    box-shadow: 0 12px 35px rgb(15 23 42 / 0.08);
  }
  .woocommerce div.product div.summary {
    border: 1px solid #e2e8f0;
    border-radius: 1.25rem;
    padding: clamp(1.25rem, 3vw, 2.25rem);
    box-shadow: 0 8px 30px rgb(15 23 42 / 0.06);
  }
  .woocommerce div.product .product_title {
    color: #020617;
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.15;
  }
  .musicnotes-gradient-heading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.25rem;
    background: linear-gradient(90deg, var(--color-brand-orange) 0%, var(--color-brand-pink) 100%);
    padding: 0.62em 1em;
    color: #fff;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
    box-shadow: 0 12px 24px rgb(245 66 139 / 0.2);
  }
  .musicnotes-gradient-heading--compact {
    border-radius: 1rem;
    padding: 0.45em 0.72em;
    font-size: clamp(1.7rem, 4vw, 2.4rem);
  }
  .musicnotes-product-audio {
    margin-top: 0.8rem;
  }
  .musicnotes-product-audio__label {
    margin: 0 0 0.45rem;
    color: #0f172a;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }
  .musicnotes-product-audio__source {
    width: 100%;
  }
  .musicnotes-audio-player {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    min-height: 3.25rem;
    border: 1px solid rgb(255 255 255 / 0.22);
    border-radius: 999px;
    background: linear-gradient(90deg, var(--color-brand-orange) 0%, var(--color-brand-pink) 100%);
    padding: 0.45rem 0.6rem;
    color: #fff;
    box-shadow: 0 10px 24px rgb(245 66 139 / 0.22);
  }
  .musicnotes-audio-player button {
    display: grid;
    width: 2.15rem;
    height: 2.15rem;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgb(255 255 255 / 0.5);
    border-radius: 999px;
    background: rgb(255 255 255 / 0.18);
    color: #fff;
    cursor: pointer;
    transition: background-color 180ms ease, transform 180ms ease;
  }
  .musicnotes-audio-player button svg {
    width: 0.95rem;
    height: 0.95rem;
    fill: currentColor;
  }
  .musicnotes-audio-player button:hover {
    background: rgb(255 255 255 / 0.3);
    transform: scale(1.05);
  }
  .musicnotes-audio-player button:focus-visible {
    outline-color: #fff;
  }
  .musicnotes-audio-player__seek {
    --seek-progress: 0%;
    width: 100%;
    min-width: 0;
    height: 0.3rem;
    appearance: none;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(to right, #fff 0 var(--seek-progress), rgb(255 255 255 / 0.32) var(--seek-progress) 100%);
    cursor: pointer;
  }
  .musicnotes-audio-player__seek::-webkit-slider-thumb {
    width: 0.9rem;
    height: 0.9rem;
    appearance: none;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 2px 6px rgb(15 23 42 / 0.25);
  }
  .musicnotes-audio-player__seek::-moz-range-thumb {
    width: 0.9rem;
    height: 0.9rem;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 2px 6px rgb(15 23 42 / 0.25);
  }
  .musicnotes-audio-player__time {
    min-width: 4.6rem;
    color: #fff;
    font-size: 0.72rem;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    white-space: nowrap;
  }
  .musicnotes-audio-player audio {
    display: none;
  }
  .musicnotes-audio-player .mejs-container, .musicnotes-audio-player .wp-audio-shortcode {
    display: none !important;
  }
  .woocommerce div.product p.price, .woocommerce div.product span.price {
    margin-top: 1rem;
    color: var(--color-brand-pink);
    font-size: 1.5rem;
    font-weight: 700;
  }
  .woocommerce div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-block: 1.5rem;
  }
  .woocommerce .quantity .qty {
    width: 5rem;
    min-height: 3rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.7rem;
    padding: 0.55rem;
  }
  .woocommerce button.button, .woocommerce a.button, .woocommerce input.button, .woocommerce #respond input#submit, .wc-block-components-button {
    min-height: 3rem;
    border: 0;
    border-radius: 0.75rem;
    color: #fff;
    background: linear-gradient(90deg, var(--color-brand-orange) 0%, var(--color-brand-pink) 100%);
    padding: 0.75rem 1.3rem;
    font-weight: 700;
    line-height: 1.25;
    transition: filter 180ms ease, transform 180ms ease;
  }
  .woocommerce button.button:hover, .woocommerce a.button:hover, .woocommerce input.button:hover, .wc-block-components-button:hover {
    color: #fff;
    filter: brightness(1.05);
  }
  .woocommerce button.button:disabled, .woocommerce button.button.disabled {
    color: #fff;
    opacity: 0.5;
  }
  .woocommerce div.product .woocommerce-tabs {
    clear: both;
    padding-top: 2.5rem;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0 0 1.5rem;
    padding: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #fff;
    padding: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-color: transparent;
    background: linear-gradient(90deg, var(--color-brand-orange) 0%, var(--color-brand-pink) 100%);
    box-shadow: 0 8px 20px rgb(245 66 139 / 0.16);
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 0.8rem 1.35rem;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.1;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
  }
  .woocommerce-Tabs-panel, .related.products, .up-sells.products {
    margin-top: 2rem;
  }
  .related.products > h2, .up-sells.products > h2, .woocommerce-Tabs-panel > h2 {
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
    font-weight: 700;
  }
  .woocommerce table.shop_table {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 1rem;
    overflow: hidden;
  }
  .woocommerce table.shop_table th, .woocommerce table.shop_table td {
    border-top: 1px solid #e2e8f0;
    padding: 1rem;
    text-align: left;
  }
  .woocommerce table.shop_table thead th {
    border-top: 0;
    background: #f8fafc;
    color: #334155;
    font-size: 0.8rem;
    text-transform: uppercase;
  }
  .woocommerce-cart table.cart img {
    width: 5rem;
    border-radius: 0.5rem;
  }
  .woocommerce-cart .cart-collaterals, .woocommerce-checkout .col2-set, .woocommerce-account .woocommerce {
    display: grid;
    gap: 2rem;
  }
  .woocommerce .cart_totals, .woocommerce-checkout-review-order, .woocommerce-checkout #payment, .woocommerce form.login, .woocommerce form.register, .woocommerce form.checkout_coupon {
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #fff;
    padding: 1.5rem;
  }
  .woocommerce .cart_totals {
    width: 100%;
    max-width: 34rem;
    margin-left: auto;
  }
  .woocommerce .cart_totals h2, .woocommerce-checkout h3 {
    margin-bottom: 1rem;
    font-size: 1.35rem;
    font-weight: 700;
  }
  .woocommerce form .form-row {
    margin-bottom: 1rem;
  }
  .woocommerce form .form-row label {
    display: block;
    margin-bottom: 0.4rem;
    color: #334155;
    font-size: 0.875rem;
    font-weight: 600;
  }
  .woocommerce form .input-text, .woocommerce form select, .woocommerce form textarea, .select2-container .select2-selection--single {
    width: 100%;
    min-height: 3rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.7rem;
    background: #fff;
    padding: 0.65rem 0.8rem;
  }
  .woocommerce form textarea {
    min-height: 8rem;
  }
  .woocommerce form .input-text:focus, .woocommerce form select:focus, .woocommerce form textarea:focus {
    border-color: var(--color-brand-orange);
    outline: 3px solid rgb(232 114 37 / 0.12);
  }
  .woocommerce-checkout #payment {
    background: #f8fafc;
  }
  .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #e2e8f0;
    padding: 0 0 1rem;
  }
  .woocommerce-checkout #payment div.form-row {
    padding: 1rem 0 0;
  }
  .woocommerce-MyAccount-navigation ul {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #fff;
  }
  .woocommerce-MyAccount-navigation a {
    display: block;
    border-bottom: 1px solid #e2e8f0;
    padding: 0.9rem 1rem;
    color: #334155;
    font-weight: 600;
  }
  .woocommerce-MyAccount-navigation li:last-child a {
    border-bottom: 0;
  }
  .woocommerce-MyAccount-navigation .is-active a, .woocommerce-MyAccount-navigation a:hover {
    color: #fff;
    background: var(--color-brand-pink);
  }
  .woocommerce-MyAccount-content {
    min-width: 0;
  }
  .entry-content > * + * {
    margin-top: 1.25rem;
  }
  .entry-content h2, .entry-content h3 {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.25;
  }
  .entry-content h2 {
    font-size: 1.75rem;
  }
  .entry-content h3 {
    font-size: 1.35rem;
  }
  .entry-content p, .entry-content li {
    line-height: 1.75;
  }
  .wc-block-cart, .wc-block-checkout {
    --wp--preset--color--contrast: #0f172a;
    --wp--preset--color--accent-1: var(--color-brand-pink);
  }
  .woocommerce-account .woocommerce {
    display: grid;
    gap: 2rem;
  }
  .woocommerce-MyAccount-navigation ul {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: #fff;
  }
  .woocommerce-MyAccount-navigation li + li {
    border-top: 1px solid #e2e8f0;
  }
  .woocommerce-MyAccount-navigation a {
    display: flex;
    min-height: 3.25rem;
    align-items: center;
    padding: 0.8rem 1rem;
    font-weight: 700;
  }
  .woocommerce-MyAccount-navigation .is-active a {
    color: #fff;
    background: linear-gradient(90deg, var(--color-brand-orange) 0%, var(--color-brand-pink) 100%);
  }
  .woocommerce-MyAccount-content, .woocommerce-address-fields, .woocommerce-EditAccountForm, .woocommerce-form-login, .woocommerce-form-register {
    min-width: 0;
    border: 1px solid #e2e8f0;
    border-radius: 1.25rem;
    background: #fff;
    padding: clamp(1rem, 4vw, 2rem);
    box-shadow: 0 12px 35px rgb(15 23 42 / 0.06);
  }
  .woocommerce-Address {
    position: relative;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    background: linear-gradient(135deg, #fff 70%, rgb(245 66 139 / 0.05));
    padding: 1.25rem;
  }
  .woocommerce-Address-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
  }
  .woocommerce-Address-title h2 {
    font-size: clamp(1.25rem, 5vw, 1.75rem);
    font-weight: 800;
  }
  .woocommerce-Address-title .edit {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
    border-radius: 0.75rem;
    background: #f8fafc;
    padding: 0.65rem 1rem;
    color: var(--color-brand-pink);
    font-weight: 700;
  }
  .woocommerce-Address address {
    border-left: 3px solid var(--color-brand-orange);
    padding-left: 1rem;
    color: #475569;
    font-style: normal;
    line-height: 1.8;
  }
  .woocommerce form .form-row {
    margin-bottom: 1rem;
  }
  .woocommerce form .form-row label {
    margin-bottom: 0.4rem;
    color: #334155;
    font-size: 0.875rem;
    font-weight: 700;
  }
  .woocommerce form .input-text, .woocommerce form select, .woocommerce form textarea, .select2-container .select2-selection--single {
    width: 100%;
    min-height: 3rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.75rem;
    background: #fff;
    padding: 0.7rem 0.9rem;
  }
  .musicnotes-company-fields {
    margin-block: 1rem;
    border: 1px solid rgb(232 114 37 / 0.25);
    border-radius: 1rem;
    background: linear-gradient(135deg, rgb(232 114 37 / 0.06), rgb(245 66 139 / 0.05));
    padding: 1rem;
  }
  @media (max-width: 767px) {
    body {
      font-size: 0.9375rem;
    }
    main {
      overflow-x: clip;
    }
    h1 {
      font-size: clamp(1.75rem, 9vw, 2.4rem) !important;
    }
    h2 {
      font-size: clamp(1.4rem, 7vw, 1.9rem) !important;
    }
    h3 {
      font-size: clamp(1.05rem, 5vw, 1.3rem);
    }
    .woocommerce button.button, .woocommerce a.button, .woocommerce input.button, .wc-block-components-button, a[class*="bg-gradient"], button[class*="bg-gradient"] {
      min-height: 3rem;
      touch-action: manipulation;
    }
    .product-card--home {
      min-height: 0;
      border-radius: 1rem;
    }
    .product-card--home > div.relative {
      gap: 1rem;
      padding: 1rem;
    }
    .product-card--home .product-preview-trigger {
      min-height: 2.75rem;
      max-width: none;
      margin-inline: auto;
    }
    .product-card--home .product-preview-trigger > img, .product-card--home .product-preview-trigger > span[role="img"] {
      display: none;
    }
    .product-card--home .product-preview-trigger::after {
      content: "PODGLĄD";
      display: flex;
      min-height: 2.75rem;
      align-items: center;
      justify-content: center;
      color: var(--color-brand-pink);
      font-size: 0.78rem;
      font-weight: 800;
      letter-spacing: 0.06em;
    }
    .product-card--home .product-preview-trigger + p {
      display: none;
    }
    .product-card__catalog-preview {
      aspect-ratio: auto;
      min-height: 3rem;
      background: linear-gradient(90deg, #fff7ed, #fdf2f8);
    }
    .product-card__catalog-preview > img, .product-card__catalog-preview > span[role="img"] {
      display: none;
    }
    .product-card__mobile-preview-label {
      display: flex;
      min-height: 3rem;
      align-items: center;
      justify-content: center;
      color: var(--color-brand-pink);
      font-size: 0.8rem;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }
    .musicnotes-results-search {
      flex-wrap: wrap;
    }
    .musicnotes-results-search input[type="search"] {
      flex-basis: 100%;
      min-height: 3rem;
    }
    .musicnotes-results-search button {
      width: 100%;
    }
    .woocommerce .woocommerce-result-count {
      font-size: 0.875rem;
      line-height: 1.4;
    }
    .woocommerce .woocommerce-ordering, .woocommerce .woocommerce-ordering select {
      width: 100%;
    }
    .product-card--home audio, .product-card audio {
      min-width: 0;
      max-width: 100%;
    }
    .musicnotes-audio-player {
      grid-template-columns: auto minmax(0, 1fr) auto;
      gap: 0.45rem;
      padding-inline: 0.4rem;
    }
    .musicnotes-audio-player__volume {
      display: none !important;
    }
    .musicnotes-audio-player__time {
      min-width: 3.7rem;
      font-size: 0.66rem;
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__image > a > img {
      height: min(64vh, 25rem) !important;
      padding: 0.75rem;
    }
    .woocommerce div.product div.images, .woocommerce div.product div.summary {
      border-radius: 1rem;
    }
    .woocommerce div.product .product_title {
      overflow-wrap: anywhere;
      font-size: clamp(1.65rem, 8vw, 2.15rem);
    }
    .woocommerce div.product form.cart .single_add_to_cart_button {
      flex: 1 1 10rem;
    }
    .woocommerce-account .woocommerce {
      gap: 1.25rem;
    }
    .woocommerce-MyAccount-navigation ul {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x proximity;
    }
    .woocommerce-MyAccount-navigation li {
      flex: 0 0 auto;
      border-top: 0 !important;
      border-right: 1px solid #e2e8f0;
      scroll-snap-align: start;
    }
    .woocommerce-MyAccount-navigation a {
      min-height: 3rem;
      white-space: nowrap;
    }
    .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
      float: none;
      width: 100%;
      margin-bottom: 1rem;
    }
    .woocommerce-message .button, .woocommerce-info .button {
      float: none;
      width: 100%;
      margin: 0 0 0.75rem;
    }
  }
}
@media (min-width: 640px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .woocommerce-cart .cart-collaterals, .woocommerce-checkout .col2-set {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .woocommerce-account .woocommerce {
    grid-template-columns: minmax(13rem, 0.28fr) minmax(0, 1fr);
  }
}
@media (min-width: 1024px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .woocommerce div.product div.images {
    float: left;
    width: 48%;
  }
  .woocommerce div.product div.summary {
    float: right;
    width: 46%;
  }
}
@media (min-width: 1280px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .woocommerce table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr {
    display: block;
    border-bottom: 1px solid #e2e8f0;
    padding: 0.75rem;
  }
  .woocommerce table.shop_table_responsive td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border: 0;
    padding: 0.65rem;
    text-align: right;
  }
  .woocommerce table.shop_table_responsive td::before {
    content: attr(data-title);
    font-weight: 700;
    text-align: left;
  }
  .woocommerce table.shop_table_responsive td.product-remove::before, .woocommerce table.shop_table_responsive td.product-thumbnail::before, .woocommerce table.shop_table_responsive td.actions::before {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
@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-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-content: "";
    }
  }
}
