/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
/*! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --t-font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --t-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --t-color-red-50: oklch(97.1% 0.013 17.38);
    --t-color-red-200: oklch(88.5% 0.062 18.334);
    --t-color-red-400: oklch(70.4% 0.191 22.216);
    --t-color-red-800: oklch(44.4% 0.177 26.899);
    --t-color-green-50: oklch(98.2% 0.018 155.826);
    --t-color-green-200: oklch(92.5% 0.084 155.995);
    --t-color-green-400: oklch(79.2% 0.209 151.711);
    --t-color-green-800: oklch(44.8% 0.119 151.328);
    --t-color-pink-100: oklch(94.8% 0.028 342.258);
    --t-color-pink-200: oklch(89.9% 0.061 343.231);
    --t-color-pink-300: oklch(82.3% 0.12 346.018);
    --t-color-gray-50: oklch(98.5% 0.002 247.839);
    --t-color-gray-100: oklch(96.7% 0.003 264.542);
    --t-color-gray-200: oklch(92.8% 0.006 264.531);
    --t-color-gray-300: oklch(87.2% 0.01 258.338);
    --t-color-gray-400: oklch(70.7% 0.022 261.325);
    --t-color-gray-500: oklch(55.1% 0.027 264.364);
    --t-color-gray-600: oklch(44.6% 0.03 256.802);
    --t-color-gray-700: oklch(37.3% 0.034 259.733);
    --t-color-gray-800: oklch(27.8% 0.033 256.848);
    --t-color-black: #000;
    --t-color-white: #fff;
    --t-spacing: 0.25rem;
    --t-breakpoint-xl: 80rem;
    --t-container-md: 28rem;
    --t-text-sm: 0.875rem;
    --t-text-sm--line-height: calc(1.25 / 0.875);
    --t-text-base: 1rem;
    --t-text-base--line-height: calc(1.5 / 1);
    --t-text-lg: 1.125rem;
    --t-text-lg--line-height: calc(1.75 / 1.125);
    --t-text-xl: 1.25rem;
    --t-text-xl--line-height: calc(1.75 / 1.25);
    --t-text-2xl: 1.5rem;
    --t-text-2xl--line-height: calc(2 / 1.5);
    --t-text-3xl: 1.875rem;
    --t-text-3xl--line-height: calc(2.25 / 1.875);
    --t-text-4xl: 2.25rem;
    --t-text-4xl--line-height: calc(2.5 / 2.25);
    --t-text-5xl: 3rem;
    --t-text-5xl--line-height: 1;
    --t-text-6xl: 3.75rem;
    --t-text-6xl--line-height: 1;
    --t-font-weight-light: 300;
    --t-font-weight-normal: 400;
    --t-font-weight-medium: 500;
    --t-font-weight-semibold: 600;
    --t-font-weight-bold: 700;
    --t-leading-tight: 1.25;
    --t-leading-snug: 1.375;
    --t-leading-relaxed: 1.625;
    --t-leading-loose: 2;
    --t-radius-md: 0.375rem;
    --t-radius-lg: 0.5rem;
    --t-radius-xl: 0.75rem;
    --t-radius-2xl: 1rem;
    --t-radius-3xl: 1.5rem;
    --t-aspect-video: 16 / 9;
    --t-default-transition-duration: 150ms;
    --t-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --t-default-font-family: var(--t-font-sans);
    --t-default-mono-font-family: var(--t-font-mono);
  }
}
@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(--t-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(--t-default-font-feature-settings, normal);
    font-variation-settings: var(--t-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(--t-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--t-default-mono-font-feature-settings, normal);
    font-variation-settings: var(--t-default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .t\:invisible {
    visibility: hidden;
  }
  .t\:absolute {
    position: absolute;
  }
  .t\:fixed {
    position: fixed;
  }
  .t\:relative {
    position: relative;
  }
  .t\:sticky {
    position: sticky;
  }
  .t\:inset-0 {
    inset: calc(var(--t-spacing) * 0);
  }
  .t\:-top-2 {
    top: calc(var(--t-spacing) * -2);
  }
  .t\:top-0 {
    top: calc(var(--t-spacing) * 0);
  }
  .t\:top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .t\:top-full {
    top: 100%;
  }
  .t\:-right-6 {
    right: calc(var(--t-spacing) * -6);
  }
  .t\:right-0 {
    right: calc(var(--t-spacing) * 0);
  }
  .t\:right-4 {
    right: calc(var(--t-spacing) * 4);
  }
  .t\:right-\[-25px\] {
    right: -25px;
  }
  .t\:-bottom-6 {
    bottom: calc(var(--t-spacing) * -6);
  }
  .t\:left-0 {
    left: calc(var(--t-spacing) * 0);
  }
  .t\:left-\[-25px\] {
    left: -25px;
  }
  .t\:left-full {
    left: 100%;
  }
  .t\:z-10 {
    z-index: 10;
  }
  .t\:z-40 {
    z-index: 40;
  }
  .t\:z-50 {
    z-index: 50;
  }
  .t\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .t\: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;
    }
  }
  .t\:m-auto {
    margin: auto;
  }
  .t\:mx-2 {
    margin-inline: calc(var(--t-spacing) * 2);
  }
  .t\:mx-auto {
    margin-inline: auto;
  }
  .t\:mt-6 {
    margin-top: calc(var(--t-spacing) * 6);
  }
  .t\:mt-8 {
    margin-top: calc(var(--t-spacing) * 8);
  }
  .t\:mt-12 {
    margin-top: calc(var(--t-spacing) * 12);
  }
  .t\:mr-2 {
    margin-right: calc(var(--t-spacing) * 2);
  }
  .t\:mr-3 {
    margin-right: calc(var(--t-spacing) * 3);
  }
  .t\:mb-1 {
    margin-bottom: calc(var(--t-spacing) * 1);
  }
  .t\:mb-2 {
    margin-bottom: calc(var(--t-spacing) * 2);
  }
  .t\:mb-3 {
    margin-bottom: calc(var(--t-spacing) * 3);
  }
  .t\:mb-3\.5 {
    margin-bottom: calc(var(--t-spacing) * 3.5);
  }
  .t\:mb-4 {
    margin-bottom: calc(var(--t-spacing) * 4);
  }
  .t\:mb-6 {
    margin-bottom: calc(var(--t-spacing) * 6);
  }
  .t\:mb-8 {
    margin-bottom: calc(var(--t-spacing) * 8);
  }
  .t\:mb-12 {
    margin-bottom: calc(var(--t-spacing) * 12);
  }
  .t\:ml-0\.5 {
    margin-left: calc(var(--t-spacing) * 0.5);
  }
  .t\:ml-1 {
    margin-left: calc(var(--t-spacing) * 1);
  }
  .t\:ml-2 {
    margin-left: calc(var(--t-spacing) * 2);
  }
  .t\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .t\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .t\:line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .t\:block {
    display: block;
  }
  .t\:flex {
    display: flex;
  }
  .t\:grid {
    display: grid;
  }
  .t\:hidden {
    display: none;
  }
  .t\:inline-flex {
    display: inline-flex;
  }
  .t\:table {
    display: table;
  }
  .t\:aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .t\:aspect-\[4\/5\] {
    aspect-ratio: 4/5;
  }
  .t\:aspect-square {
    aspect-ratio: 1 / 1;
  }
  .t\:aspect-video {
    aspect-ratio: var(--t-aspect-video);
  }
  .t\:h-0\.5 {
    height: calc(var(--t-spacing) * 0.5);
  }
  .t\:h-3 {
    height: calc(var(--t-spacing) * 3);
  }
  .t\:h-3\.5 {
    height: calc(var(--t-spacing) * 3.5);
  }
  .t\:h-4 {
    height: calc(var(--t-spacing) * 4);
  }
  .t\:h-5 {
    height: calc(var(--t-spacing) * 5);
  }
  .t\:h-6 {
    height: calc(var(--t-spacing) * 6);
  }
  .t\:h-8 {
    height: calc(var(--t-spacing) * 8);
  }
  .t\:h-10 {
    height: calc(var(--t-spacing) * 10);
  }
  .t\:h-12 {
    height: calc(var(--t-spacing) * 12);
  }
  .t\:h-12\.5 {
    height: calc(var(--t-spacing) * 12.5);
  }
  .t\:h-16 {
    height: calc(var(--t-spacing) * 16);
  }
  .t\:h-20 {
    height: calc(var(--t-spacing) * 20);
  }
  .t\:h-24 {
    height: calc(var(--t-spacing) * 24);
  }
  .t\:h-28 {
    height: calc(var(--t-spacing) * 28);
  }
  .t\:h-41 {
    height: calc(var(--t-spacing) * 41);
  }
  .t\:h-48 {
    height: calc(var(--t-spacing) * 48);
  }
  .t\:h-52 {
    height: calc(var(--t-spacing) * 52);
  }
  .t\:h-\[118px\] {
    height: 118px;
  }
  .t\:h-\[137px\] {
    height: 137px;
  }
  .t\:h-\[180px\] {
    height: 180px;
  }
  .t\:h-\[250px\] {
    height: 250px;
  }
  .t\:h-\[410px\] {
    height: 410px;
  }
  .t\:h-\[646px\] {
    height: 646px;
  }
  .t\:h-\[723px\] {
    height: 723px;
  }
  .t\:h-auto {
    height: auto;
  }
  .t\:h-full {
    height: 100%;
  }
  .t\:\!max-h-\[40px\] {
    max-height: 40px !important;
  }
  .t\:\!max-h-\[88px\] {
    max-height: 88px !important;
  }
  .t\:max-h-\[191px\] {
    max-height: 191px;
  }
  .t\:\!w-6 {
    width: calc(var(--t-spacing) * 6) !important;
  }
  .t\:w-3 {
    width: calc(var(--t-spacing) * 3);
  }
  .t\:w-3\.5 {
    width: calc(var(--t-spacing) * 3.5);
  }
  .t\:w-4 {
    width: calc(var(--t-spacing) * 4);
  }
  .t\:w-5 {
    width: calc(var(--t-spacing) * 5);
  }
  .t\:w-6 {
    width: calc(var(--t-spacing) * 6);
  }
  .t\:w-8 {
    width: calc(var(--t-spacing) * 8);
  }
  .t\:w-10 {
    width: calc(var(--t-spacing) * 10);
  }
  .t\:w-12 {
    width: calc(var(--t-spacing) * 12);
  }
  .t\:w-12\.5 {
    width: calc(var(--t-spacing) * 12.5);
  }
  .t\:w-28 {
    width: calc(var(--t-spacing) * 28);
  }
  .t\:w-35 {
    width: calc(var(--t-spacing) * 35);
  }
  .t\:w-40 {
    width: calc(var(--t-spacing) * 40);
  }
  .t\:w-48 {
    width: calc(var(--t-spacing) * 48);
  }
  .t\:w-52 {
    width: calc(var(--t-spacing) * 52);
  }
  .t\:w-80 {
    width: calc(var(--t-spacing) * 80);
  }
  .t\:w-\[180px\] {
    width: 180px;
  }
  .t\:w-\[326px\] {
    width: 326px;
  }
  .t\:w-\[425px\] {
    width: 425px;
  }
  .t\:w-\[647px\] {
    width: 647px;
  }
  .t\:w-auto {
    width: auto;
  }
  .t\:w-full {
    width: 100%;
  }
  .t\:max-w-\[70\%\] {
    max-width: 70%;
  }
  .t\:max-w-\[180px\] {
    max-width: 180px;
  }
  .t\:max-w-\[305px\] {
    max-width: 305px;
  }
  .t\:max-w-\[328px\] {
    max-width: 328px;
  }
  .t\:max-w-\[385px\] {
    max-width: 385px;
  }
  .t\:max-w-\[425px\] {
    max-width: 425px;
  }
  .t\:max-w-\[1117px\] {
    max-width: 1117px;
  }
  .t\:max-w-\[1280px\] {
    max-width: 1280px;
  }
  .t\:max-w-\[1320px\] {
    max-width: 1320px;
  }
  .t\:max-w-\[calc\(100\%-128px\)\] {
    max-width: calc(100% - 128px);
  }
  .t\:max-w-screen-xl {
    max-width: var(--t-breakpoint-xl);
  }
  .t\:flex-1 {
    flex: 1;
  }
  .t\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .t\:-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .t\:cursor-not-allowed {
    cursor: not-allowed;
  }
  .t\:cursor-pointer {
    cursor: pointer;
  }
  .t\:resize-none {
    resize: none;
  }
  .t\:list-none {
    list-style-type: none;
  }
  .t\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .t\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .t\:flex-col {
    flex-direction: column;
  }
  .t\:flex-wrap {
    flex-wrap: wrap;
  }
  .t\:items-center {
    align-items: center;
  }
  .t\:items-end {
    align-items: flex-end;
  }
  .t\:items-stretch {
    align-items: stretch;
  }
  .t\:justify-between {
    justify-content: space-between;
  }
  .t\:justify-center {
    justify-content: center;
  }
  .t\:justify-stretch {
    justify-content: stretch;
  }
  .t\:justify-items-center {
    justify-items: center;
  }
  .t\:gap-1 {
    gap: calc(var(--t-spacing) * 1);
  }
  .t\:gap-2 {
    gap: calc(var(--t-spacing) * 2);
  }
  .t\:gap-2\.5 {
    gap: calc(var(--t-spacing) * 2.5);
  }
  .t\:gap-3 {
    gap: calc(var(--t-spacing) * 3);
  }
  .t\:gap-3\.5 {
    gap: calc(var(--t-spacing) * 3.5);
  }
  .t\:gap-4 {
    gap: calc(var(--t-spacing) * 4);
  }
  .t\:gap-5 {
    gap: calc(var(--t-spacing) * 5);
  }
  .t\:gap-6 {
    gap: calc(var(--t-spacing) * 6);
  }
  .t\:gap-8 {
    gap: calc(var(--t-spacing) * 8);
  }
  .t\:gap-10 {
    gap: calc(var(--t-spacing) * 10);
  }
  .t\:gap-12 {
    gap: calc(var(--t-spacing) * 12);
  }
  .t\:gap-20 {
    gap: calc(var(--t-spacing) * 20);
  }
  .t\:space-y-0 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--t-spacing) * 0) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--t-spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .t\:space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--t-spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--t-spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .t\:space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--t-spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--t-spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .t\:space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--t-spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--t-spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .t\:space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--t-spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--t-spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .t\:space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--t-spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--t-spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .t\:space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--t-spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--t-spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .t\:space-y-7 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--t-spacing) * 7) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--t-spacing) * 7) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .t\:space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--t-spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--t-spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .t\:space-x-8 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--t-spacing) * 8) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--t-spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .t\:space-x-10 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--t-spacing) * 10) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--t-spacing) * 10) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .t\:space-x-20 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--t-spacing) * 20) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--t-spacing) * 20) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .t\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .t\:overflow-hidden {
    overflow: hidden;
  }
  .t\:overflow-x-auto {
    overflow-x: auto;
  }
  .t\:overflow-y-auto {
    overflow-y: auto;
  }
  .t\:\!rounded-full {
    border-radius: calc(infinity * 1px) !important;
  }
  .t\:rounded {
    border-radius: 0.25rem;
  }
  .t\:rounded-2xl {
    border-radius: var(--t-radius-2xl);
  }
  .t\:rounded-3xl {
    border-radius: var(--t-radius-3xl);
  }
  .t\:rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .t\:rounded-lg {
    border-radius: var(--t-radius-lg);
  }
  .t\:rounded-md {
    border-radius: var(--t-radius-md);
  }
  .t\:rounded-xl {
    border-radius: var(--t-radius-xl);
  }
  .t\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }
  .t\:border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .t\:border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .t\:border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .t\:border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .t\:\!border-none {
    --tw-border-style: none !important;
    border-style: none !important;
  }
  .t\:border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .t\:border-gray-100 {
    border-color: var(--t-color-gray-100);
  }
  .t\:border-gray-200 {
    border-color: var(--t-color-gray-200);
  }
  .t\:border-gray-300 {
    border-color: var(--t-color-gray-300);
  }
  .t\:border-green-200 {
    border-color: var(--t-color-green-200);
  }
  .t\:border-pink-200 {
    border-color: var(--t-color-pink-200);
  }
  .t\:border-red-200 {
    border-color: var(--t-color-red-200);
  }
  .t\:border-white {
    border-color: var(--t-color-white);
  }
  .t\:border-white\/20 {
    border-color: var(--t-color-white);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--t-color-white) 20%, transparent);
    }
  }
  .t\:\!bg-pink-100 {
    background-color: var(--t-color-pink-100) !important;
  }
  .t\:bg-\[\#487435\] {
    background-color: #487435;
  }
  .t\:bg-\[\#AD616E\] {
    background-color: #AD616E;
  }
  .t\:bg-\[\#FAECEE\] {
    background-color: #FAECEE;
  }
  .t\:bg-black {
    background-color: var(--t-color-black);
  }
  .t\:bg-gray-50 {
    background-color: var(--t-color-gray-50);
  }
  .t\:bg-gray-100 {
    background-color: var(--t-color-gray-100);
  }
  .t\:bg-gray-200 {
    background-color: var(--t-color-gray-200);
  }
  .t\:bg-gray-600 {
    background-color: var(--t-color-gray-600);
  }
  .t\:bg-green-50 {
    background-color: var(--t-color-green-50);
  }
  .t\:bg-pink-100 {
    background-color: var(--t-color-pink-100);
  }
  .t\:bg-red-50 {
    background-color: var(--t-color-red-50);
  }
  .t\:bg-transparent {
    background-color: transparent;
  }
  .t\:bg-white {
    background-color: var(--t-color-white);
  }
  .t\:bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .t\:bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .t\:from-black\/60 {
    --tw-gradient-from: var(--t-color-black);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--t-color-black) 60%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .t\:to-black\/30 {
    --tw-gradient-to: var(--t-color-black);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--t-color-black) 30%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .t\:to-pink-300 {
    --tw-gradient-to: var(--t-color-pink-300);
    --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));
  }
  .t\:fill-current {
    fill: currentcolor;
  }
  .t\:object-contain {
    object-fit: contain;
  }
  .t\:object-cover {
    object-fit: cover;
  }
  .t\:p-0 {
    padding: calc(var(--t-spacing) * 0);
  }
  .t\:p-4 {
    padding: calc(var(--t-spacing) * 4);
  }
  .t\:p-6 {
    padding: calc(var(--t-spacing) * 6);
  }
  .t\:p-8 {
    padding: calc(var(--t-spacing) * 8);
  }
  .t\:px-0 {
    padding-inline: calc(var(--t-spacing) * 0);
  }
  .t\:px-3 {
    padding-inline: calc(var(--t-spacing) * 3);
  }
  .t\:px-4 {
    padding-inline: calc(var(--t-spacing) * 4);
  }
  .t\:px-5 {
    padding-inline: calc(var(--t-spacing) * 5);
  }
  .t\:px-6 {
    padding-inline: calc(var(--t-spacing) * 6);
  }
  .t\:px-7\.5 {
    padding-inline: calc(var(--t-spacing) * 7.5);
  }
  .t\:px-8 {
    padding-inline: calc(var(--t-spacing) * 8);
  }
  .t\:px-10 {
    padding-inline: calc(var(--t-spacing) * 10);
  }
  .t\:px-15 {
    padding-inline: calc(var(--t-spacing) * 15);
  }
  .t\:px-20 {
    padding-inline: calc(var(--t-spacing) * 20);
  }
  .t\:py-0 {
    padding-block: calc(var(--t-spacing) * 0);
  }
  .t\:py-2 {
    padding-block: calc(var(--t-spacing) * 2);
  }
  .t\:py-2\.5 {
    padding-block: calc(var(--t-spacing) * 2.5);
  }
  .t\:py-3 {
    padding-block: calc(var(--t-spacing) * 3);
  }
  .t\:py-3\.75 {
    padding-block: calc(var(--t-spacing) * 3.75);
  }
  .t\:py-4 {
    padding-block: calc(var(--t-spacing) * 4);
  }
  .t\:py-6 {
    padding-block: calc(var(--t-spacing) * 6);
  }
  .t\:py-8 {
    padding-block: calc(var(--t-spacing) * 8);
  }
  .t\:py-10 {
    padding-block: calc(var(--t-spacing) * 10);
  }
  .t\:py-12 {
    padding-block: calc(var(--t-spacing) * 12);
  }
  .t\:py-16 {
    padding-block: calc(var(--t-spacing) * 16);
  }
  .t\:py-20 {
    padding-block: calc(var(--t-spacing) * 20);
  }
  .t\:pt-3 {
    padding-top: calc(var(--t-spacing) * 3);
  }
  .t\:pt-4 {
    padding-top: calc(var(--t-spacing) * 4);
  }
  .t\:pt-6 {
    padding-top: calc(var(--t-spacing) * 6);
  }
  .t\:pt-32 {
    padding-top: calc(var(--t-spacing) * 32);
  }
  .t\:pt-45\.5 {
    padding-top: calc(var(--t-spacing) * 45.5);
  }
  .t\:pr-2 {
    padding-right: calc(var(--t-spacing) * 2);
  }
  .t\:pb-1 {
    padding-bottom: calc(var(--t-spacing) * 1);
  }
  .t\:pb-2 {
    padding-bottom: calc(var(--t-spacing) * 2);
  }
  .t\:pb-3 {
    padding-bottom: calc(var(--t-spacing) * 3);
  }
  .t\:pb-8 {
    padding-bottom: calc(var(--t-spacing) * 8);
  }
  .t\:pl-4 {
    padding-left: calc(var(--t-spacing) * 4);
  }
  .t\:text-center {
    text-align: center;
  }
  .t\:text-justify {
    text-align: justify;
  }
  .t\:text-left {
    text-align: left;
  }
  .t\:text-right {
    text-align: right;
  }
  .t\:font-\[Archivo\] {
    font-family: Archivo;
  }
  .t\:font-\[Inter\] {
    font-family: Inter;
  }
  .t\:\!text-2xl {
    font-size: var(--t-text-2xl) !important;
    line-height: var(--tw-leading, var(--t-text-2xl--line-height)) !important;
  }
  .t\:\!text-3xl {
    font-size: var(--t-text-3xl) !important;
    line-height: var(--tw-leading, var(--t-text-3xl--line-height)) !important;
  }
  .t\:\!text-4xl {
    font-size: var(--t-text-4xl) !important;
    line-height: var(--tw-leading, var(--t-text-4xl--line-height)) !important;
  }
  .t\:\!text-base {
    font-size: var(--t-text-base) !important;
    line-height: var(--tw-leading, var(--t-text-base--line-height)) !important;
  }
  .t\:\!text-lg {
    font-size: var(--t-text-lg) !important;
    line-height: var(--tw-leading, var(--t-text-lg--line-height)) !important;
  }
  .t\:\!text-sm {
    font-size: var(--t-text-sm) !important;
    line-height: var(--tw-leading, var(--t-text-sm--line-height)) !important;
  }
  .t\:\!text-xl {
    font-size: var(--t-text-xl) !important;
    line-height: var(--tw-leading, var(--t-text-xl--line-height)) !important;
  }
  .t\:text-2xl {
    font-size: var(--t-text-2xl);
    line-height: var(--tw-leading, var(--t-text-2xl--line-height));
  }
  .t\:text-3xl {
    font-size: var(--t-text-3xl);
    line-height: var(--tw-leading, var(--t-text-3xl--line-height));
  }
  .t\:text-4xl {
    font-size: var(--t-text-4xl);
    line-height: var(--tw-leading, var(--t-text-4xl--line-height));
  }
  .t\:text-5xl {
    font-size: var(--t-text-5xl);
    line-height: var(--tw-leading, var(--t-text-5xl--line-height));
  }
  .t\:text-base {
    font-size: var(--t-text-base);
    line-height: var(--tw-leading, var(--t-text-base--line-height));
  }
  .t\:text-lg {
    font-size: var(--t-text-lg);
    line-height: var(--tw-leading, var(--t-text-lg--line-height));
  }
  .t\:text-sm {
    font-size: var(--t-text-sm);
    line-height: var(--tw-leading, var(--t-text-sm--line-height));
  }
  .t\:text-xl {
    font-size: var(--t-text-xl);
    line-height: var(--tw-leading, var(--t-text-xl--line-height));
  }
  .t\:leading-3 {
    --tw-leading: calc(var(--t-spacing) * 3);
    line-height: calc(var(--t-spacing) * 3);
  }
  .t\:leading-4 {
    --tw-leading: calc(var(--t-spacing) * 4);
    line-height: calc(var(--t-spacing) * 4);
  }
  .t\:leading-5 {
    --tw-leading: calc(var(--t-spacing) * 5);
    line-height: calc(var(--t-spacing) * 5);
  }
  .t\:leading-6 {
    --tw-leading: calc(var(--t-spacing) * 6);
    line-height: calc(var(--t-spacing) * 6);
  }
  .t\:leading-7 {
    --tw-leading: calc(var(--t-spacing) * 7);
    line-height: calc(var(--t-spacing) * 7);
  }
  .t\:leading-9 {
    --tw-leading: calc(var(--t-spacing) * 9);
    line-height: calc(var(--t-spacing) * 9);
  }
  .t\:leading-14 {
    --tw-leading: calc(var(--t-spacing) * 14);
    line-height: calc(var(--t-spacing) * 14);
  }
  .t\:leading-loose {
    --tw-leading: var(--t-leading-loose);
    line-height: var(--t-leading-loose);
  }
  .t\:leading-relaxed {
    --tw-leading: var(--t-leading-relaxed);
    line-height: var(--t-leading-relaxed);
  }
  .t\:leading-snug {
    --tw-leading: var(--t-leading-snug);
    line-height: var(--t-leading-snug);
  }
  .t\:leading-tight {
    --tw-leading: var(--t-leading-tight);
    line-height: var(--t-leading-tight);
  }
  .t\:\!font-bold {
    --tw-font-weight: var(--t-font-weight-bold) !important;
    font-weight: var(--t-font-weight-bold) !important;
  }
  .t\:font-bold {
    --tw-font-weight: var(--t-font-weight-bold);
    font-weight: var(--t-font-weight-bold);
  }
  .t\:font-light {
    --tw-font-weight: var(--t-font-weight-light);
    font-weight: var(--t-font-weight-light);
  }
  .t\:font-medium {
    --tw-font-weight: var(--t-font-weight-medium);
    font-weight: var(--t-font-weight-medium);
  }
  .t\:font-normal {
    --tw-font-weight: var(--t-font-weight-normal);
    font-weight: var(--t-font-weight-normal);
  }
  .t\:font-semibold {
    --tw-font-weight: var(--t-font-weight-semibold);
    font-weight: var(--t-font-weight-semibold);
  }
  .t\:whitespace-nowrap {
    white-space: nowrap;
  }
  .t\:\!text-white {
    color: var(--t-color-white) !important;
  }
  .t\:text-\[\#171e1d\] {
    color: #171e1d;
  }
  .t\:text-\[\#AD616E\] {
    color: #AD616E;
  }
  .t\:text-black {
    color: var(--t-color-black);
  }
  .t\:text-gray-400 {
    color: var(--t-color-gray-400);
  }
  .t\:text-gray-500 {
    color: var(--t-color-gray-500);
  }
  .t\:text-gray-600 {
    color: var(--t-color-gray-600);
  }
  .t\:text-gray-700 {
    color: var(--t-color-gray-700);
  }
  .t\:text-gray-800 {
    color: var(--t-color-gray-800);
  }
  .t\:text-green-400 {
    color: var(--t-color-green-400);
  }
  .t\:text-green-800 {
    color: var(--t-color-green-800);
  }
  .t\:text-red-400 {
    color: var(--t-color-red-400);
  }
  .t\:text-red-800 {
    color: var(--t-color-red-800);
  }
  .t\:text-white {
    color: var(--t-color-white);
  }
  .t\:uppercase {
    text-transform: uppercase;
  }
  .t\:line-through {
    text-decoration-line: line-through;
  }
  .t\:underline {
    text-decoration-line: underline;
  }
  .t\: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);
  }
  .t\:transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--t-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--t-default-transition-duration));
  }
  .t\:transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--t-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--t-default-transition-duration));
  }
  .t\: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(--t-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--t-default-transition-duration));
  }
  .t\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--t-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--t-default-transition-duration));
  }
  .t\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--t-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--t-default-transition-duration));
  }
  .t\:transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--t-default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--t-default-transition-duration));
  }
  .t\:duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .t\:duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .t\:duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .t\:outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .t\:hover\:\!text-pink-100 {
    &:hover {
      @media (hover: hover) {
        color: var(--t-color-pink-100) !important;
      }
    }
  }
  .t\:sm\:right-\[-25px\] {
    @media (width >= 40rem) {
      right: -25px;
    }
  }
  .t\:sm\:left-\[-25px\] {
    @media (width >= 40rem) {
      left: -25px;
    }
  }
  .t\:sm\:h-10 {
    @media (width >= 40rem) {
      height: calc(var(--t-spacing) * 10);
    }
  }
  .t\:sm\:\!max-h-\[68px\] {
    @media (width >= 40rem) {
      max-height: 68px !important;
    }
  }
  .t\:sm\:w-10 {
    @media (width >= 40rem) {
      width: calc(var(--t-spacing) * 10);
    }
  }
  .t\:sm\:w-\[326px\] {
    @media (width >= 40rem) {
      width: 326px;
    }
  }
  .t\:sm\:max-w-\[70\%\] {
    @media (width >= 40rem) {
      max-width: 70%;
    }
  }
  .t\:sm\:gap-10 {
    @media (width >= 40rem) {
      gap: calc(var(--t-spacing) * 10);
    }
  }
  .t\:sm\:\!pt-6 {
    @media (width >= 40rem) {
      padding-top: calc(var(--t-spacing) * 6) !important;
    }
  }
  .t\:sm\:\!pt-8 {
    @media (width >= 40rem) {
      padding-top: calc(var(--t-spacing) * 8) !important;
    }
  }
  .t\:sm\:pt-6 {
    @media (width >= 40rem) {
      padding-top: calc(var(--t-spacing) * 6);
    }
  }
  .t\:sm\:pt-8 {
    @media (width >= 40rem) {
      padding-top: calc(var(--t-spacing) * 8);
    }
  }
  .t\:sm\:pt-35 {
    @media (width >= 40rem) {
      padding-top: calc(var(--t-spacing) * 35);
    }
  }
  .t\:sm\:\!text-lg {
    @media (width >= 40rem) {
      font-size: var(--t-text-lg) !important;
      line-height: var(--tw-leading, var(--t-text-lg--line-height)) !important;
    }
  }
  .t\:sm\:text-lg {
    @media (width >= 40rem) {
      font-size: var(--t-text-lg);
      line-height: var(--tw-leading, var(--t-text-lg--line-height));
    }
  }
  .t\:md\:mr-3 {
    @media (width >= 48rem) {
      margin-right: calc(var(--t-spacing) * 3);
    }
  }
  .t\:md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .t\:md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .t\:md\:h-12 {
    @media (width >= 48rem) {
      height: calc(var(--t-spacing) * 12);
    }
  }
  .t\:md\:h-\[118px\] {
    @media (width >= 48rem) {
      height: 118px;
    }
  }
  .t\:md\:w-12 {
    @media (width >= 48rem) {
      width: calc(var(--t-spacing) * 12);
    }
  }
  .t\:md\:w-15 {
    @media (width >= 48rem) {
      width: calc(var(--t-spacing) * 15);
    }
  }
  .t\:md\:w-40 {
    @media (width >= 48rem) {
      width: calc(var(--t-spacing) * 40);
    }
  }
  .t\:md\:w-\[32\%\] {
    @media (width >= 48rem) {
      width: 32%;
    }
  }
  .t\:md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .t\:md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .t\:md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .t\:md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--t-spacing) * 6);
    }
  }
  .t\:md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--t-spacing) * 8);
    }
  }
  .t\:md\:gap-16 {
    @media (width >= 48rem) {
      gap: calc(var(--t-spacing) * 16);
    }
  }
  .t\:md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--t-spacing) * 0);
    }
  }
  .t\:md\:px-20 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--t-spacing) * 20);
    }
  }
  .t\:md\:py-3\.75 {
    @media (width >= 48rem) {
      padding-block: calc(var(--t-spacing) * 3.75);
    }
  }
  .t\:md\:py-8 {
    @media (width >= 48rem) {
      padding-block: calc(var(--t-spacing) * 8);
    }
  }
  .t\:md\:pt-45\.5 {
    @media (width >= 48rem) {
      padding-top: calc(var(--t-spacing) * 45.5);
    }
  }
  .t\:md\:\!text-xl {
    @media (width >= 48rem) {
      font-size: var(--t-text-xl) !important;
      line-height: var(--tw-leading, var(--t-text-xl--line-height)) !important;
    }
  }
  .t\:md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--t-text-xl);
      line-height: var(--tw-leading, var(--t-text-xl--line-height));
    }
  }
  .t\:lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .t\:lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .t\:lg\:\!max-h-\[88px\] {
    @media (width >= 64rem) {
      max-height: 88px !important;
    }
  }
  .t\:lg\:w-40 {
    @media (width >= 64rem) {
      width: calc(var(--t-spacing) * 40);
    }
  }
  .t\:lg\:w-55 {
    @media (width >= 64rem) {
      width: calc(var(--t-spacing) * 55);
    }
  }
  .t\:lg\:w-\[597px\] {
    @media (width >= 64rem) {
      width: 597px;
    }
  }
  .t\:lg\:w-\[723px\] {
    @media (width >= 64rem) {
      width: 723px;
    }
  }
  .t\:lg\:max-w-\[80\%\] {
    @media (width >= 64rem) {
      max-width: 80%;
    }
  }
  .t\:lg\:max-w-\[calc\(100\%-128px\)\] {
    @media (width >= 64rem) {
      max-width: calc(100% - 128px);
    }
  }
  .t\:lg\:max-w-md {
    @media (width >= 64rem) {
      max-width: var(--t-container-md);
    }
  }
  .t\:lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .t\:lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .t\:lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .t\:lg\:grid-cols-6 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .t\:lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .t\:lg\:gap-1 {
    @media (width >= 64rem) {
      gap: calc(var(--t-spacing) * 1);
    }
  }
  .t\:lg\:gap-5 {
    @media (width >= 64rem) {
      gap: calc(var(--t-spacing) * 5);
    }
  }
  .t\:lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--t-spacing) * 8);
    }
  }
  .t\:lg\:gap-12 {
    @media (width >= 64rem) {
      gap: calc(var(--t-spacing) * 12);
    }
  }
  .t\:lg\:px-10 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--t-spacing) * 10);
    }
  }
  .t\:lg\:px-16 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--t-spacing) * 16);
    }
  }
  .t\:lg\:py-32 {
    @media (width >= 64rem) {
      padding-block: calc(var(--t-spacing) * 32);
    }
  }
  .t\:lg\:pl-6 {
    @media (width >= 64rem) {
      padding-left: calc(var(--t-spacing) * 6);
    }
  }
  .t\:lg\:text-6xl {
    @media (width >= 64rem) {
      font-size: var(--t-text-6xl);
      line-height: var(--tw-leading, var(--t-text-6xl--line-height));
    }
  }
  .t\:lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--t-text-xl);
      line-height: var(--tw-leading, var(--t-text-xl--line-height));
    }
  }
  .t\:xl\:ml-1 {
    @media (width >= 80rem) {
      margin-left: calc(var(--t-spacing) * 1);
    }
  }
  .t\:xl\:w-55 {
    @media (width >= 80rem) {
      width: calc(var(--t-spacing) * 55);
    }
  }
  .t\:xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .t\:xl\:gap-4 {
    @media (width >= 80rem) {
      gap: calc(var(--t-spacing) * 4);
    }
  }
  .t\:xl\:gap-20 {
    @media (width >= 80rem) {
      gap: calc(var(--t-spacing) * 20);
    }
  }
  .t\:xl\:px-4 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--t-spacing) * 4);
    }
  }
}
@font-face {
  font-family: 'SVN-Poppins';
  src: url('../frontend/web/css/fonts/SVN-Poppins-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SVN-Poppins';
  src: url('../frontend/web/css/fonts/SVN-Poppins-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../frontend/web/css/fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
:root {
  --dark-pink: #AD616E;
}
@font-face {
  font-family: "SVN-Poppins";
  src: url("/frontend/web/css/fonts/font-poppins/font-poppins/Poppins-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("/frontend/web/css/fonts/Inter/Inter-VariableFont_opsz,wght.ttf") format("opentype");
}
@font-face {
  font-family: "Archivo";
  src: url("/frontend/web/css/fonts/Archivo/Archivo-VariableFont_wdth,wght.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-color: #e5e7eb;
}
::before, ::after {
  --tw-content: '';
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: 'SVN-Poppins', 'Poppins', 'Inter', sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
  font-family: 'Poppins', 'Inter', sans-serif;
  background-color: #F3F3F3;
  overflow-x: hidden;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, "Cascadia Code", "Roboto Mono", Consolas, "Liberation Mono", Menlo, monospace;
  font-feature-settings: normal;
  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;
}
input, optgroup, select, textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button, select {
  text-transform: none;
}
button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol, ul, menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button, [role="button"] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
.btn-evelyn {
  background: linear-gradient(180deg, var(--dark-pink, #AD616E) 0%, #E9A2AE 100%);
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.btn-evelyn:hover {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.btn-evelyn-outline {
  border: 2px solid #171E1D;
  color: #171E1D;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  background: transparent;
}
.btn-evelyn-outline:hover {
  background-color: #171E1D;
  color: white;
}
.nav-link {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #000000;
  padding: 0.75rem 0;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.nav-link:hover {
  color: var(--dark-pink, #AD616E);
}
a:hover {
  color: var(--dark-pink, #AD616E) !important;
}
@media (max-width: 1279px) {
  .nav-link {
    font-size: 0.75rem;
    padding: 0.5rem 0;
  }
}
@media (max-width: 1023px) {
  .nav-link {
    font-size: 0.7rem;
    padding: 0.5rem 0;
  }
}
.product-card {
  background-color: white;
  border-radius: 0.5rem;
  transition: box-shadow 0.3s ease;
}
.product-card:hover {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.team-card {
  background-color: white;
  border-radius: 0.5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.blog-card {
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.blog-card:hover {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.section-title {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 500;
  color: var(--dark-pink, #AD616E);
  line-height: 1.4;
}
.gradient-text {
  background: linear-gradient(180deg, var(--dark-pink, #AD616E) 0%, #E9A2AE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.form-input {
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 0.25rem;
  padding: 1rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #787878;
}
@media (max-width: 640px) {
  .form-input {
    padding: 0.75rem 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .form-input {
    padding: 1.125rem 0.875rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1440px) {
  .form-input {
    padding: 1.25rem 1rem;
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}
.form-input::placeholder {
  color: #787878;
}
.form-input:focus {
  outline: none;
  border-color: var(--dark-pink, #AD616E);
}
.container-evelyn {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .container-evelyn {
    padding: 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .container-evelyn {
    padding: 0 2rem;
  }
}
@media (min-width: 1024px) {
  .container-evelyn {
    padding: 0 2.5rem;
  }
}
@media (min-width: 1280px) {
  .container-evelyn {
    padding: 0 3.75rem;
  }
}
@media (min-width: 1360px) {
  .container-evelyn {
    padding: 0;
  }
}
.stats-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 0 2rem;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bg-gray-100 {
  background-color: #f3f4f6;
}
.bg-white {
  background-color: #ffffff;
}
.bg-evelyn-pink {
  background-color: var(--dark-pink, #AD616E);
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
.text-evelyn-pink {
  color: var(--dark-pink, #AD616E);
}
.hover\:text-evelyn-pink:hover {
  color: var(--dark-pink, #AD616E);
}
.text-evelyn-black {
  color: #171E1D;
}
.text-evelyn-gray {
  color: #555555;
}
.text-evelyn-gray-light {
  color: #787878;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.sticky {
  position: sticky;
}
.relative {
  position: relative;
}
.top-0 {
  top: 0;
}
.z-50 {
  z-index: 50;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-md {
  max-width: 28rem;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-20 {
  gap: 5rem;
}
.t\:space-y-4 > * + * {
  margin-top: 1rem;
}
.t\:space-y-5 > * + * {
  margin-top: 1.25rem;
}
.t\:space-y-6 > * + * {
  margin-top: 1.5rem;
}
.t\:space-y-8 > * + * {
  margin-top: 2rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.t\:py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.p-4 {
  padding: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.leading-3 {
  line-height: 0.75rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-14 {
  line-height: 3.5rem;
}
.leading-tight {
  line-height: 1.25;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.uppercase {
  text-transform: uppercase;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-gray-200 {
  border-color: #e5e7eb;
}
.border-gray-300 {
  border-color: #d1d5db;
}
.border-pink-200 {
  border-color: #fecdd3;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-bl-none {
  border-bottom-left-radius: 0;
}
.shadow-sm {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.hover\\:bg-gray-300:hover {
  background-color: #d1d5db;
}
.hover\\:shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.hover\\:shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.hover\\:underline:hover {
  text-decoration-line: underline;
}
.overflow-hidden {
  overflow: hidden;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.w-24 {
  width: 6rem;
}
.h-22 {
  height: 5.5rem;
}
.w-46 {
  width: 11.5rem;
}
.h-17 {
  height: 4.25rem;
}
.w-45 {
  width: 11.25rem;
}
.h-45 {
  height: 11.25rem;
}
.w-20 {
  width: 5rem;
}
.h-18 {
  height: 4.5rem;
}
.w-36 {
  width: 9rem;
}
.h-14 {
  height: 3.5rem;
}
.w-52 {
  width: 13rem;
}
.h-52 {
  height: 13rem;
}
.w-55 {
  width: 13.75rem;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.leading-6 {
  line-height: 1.5rem;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.justify-items-center {
  justify-items: center;
}
.w-8 {
  width: 2rem;
}
.h-8 {
  height: 2rem;
}
.w-7 {
  width: 1.75rem;
}
.w-10 {
  width: 2.5rem;
}
.h-10 {
  height: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.h-12 {
  height: 3rem;
}
.h-60 {
  height: 15rem;
}
.h-24 {
  height: 6rem;
}
.h-\[646px\] {
  height: 646px;
}
.h-\[410px\] {
  height: 410px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[137px\] {
  height: 137px;
}
.h-\[134px\] {
  height: 134px;
}
.h-\[126px\] {
  height: 126px;
}
.w-\[305px\] {
  width: 100%;
  max-width: 305px;
}
.w-\[425px\] {
  width: 100%;
  max-width: 425px;
}
.w-\[643px\] {
  width: 100%;
  max-width: 643px;
}
.w-\[641px\] {
  width: 100%;
  max-width: 641px;
}
.w-\[647px\] {
  width: 100%;
  max-width: 647px;
}
.w-\[326px\] {
  width: 100%;
  max-width: 326px;
}
.max-w-\[310px\] {
  max-width: 310px;
}
.max-w-\[322px\] {
  max-width: 322px;
}
.max-w-\[328px\] {
  max-width: 328px;
}
.max-w-\[1117px\] {
  max-width: 1117px;
}
.max-w-\[385px\] {
  max-width: 385px;
}
.w-40 {
  width: 10rem;
}
@media (min-width: 768px) {
  .md\\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .lg\\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1280px) {
  .xl\\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (max-width: 768px) {
  .gap-20 {
    gap: 1.5rem !important;
  }
  .gap-16 {
    gap: 1rem !important;
  }
  .gap-12 {
    gap: 0.75rem !important;
  }
  .gap-10 {
    gap: 0.5rem !important;
  }
}
@media (max-width: 1024px) {
  .gap-20 {
    gap: 2rem !important;
  }
  .gap-16 {
    gap: 1.5rem !important;
  }
}
* {
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  width: 100%;
}
.w-full {
  width: 100% !important;
}
@media (max-width: 768px) {
  .flex {
    flex-wrap: wrap;
  }
  .justify-between {
    justify-content: center;
    gap: 1rem;
  }
  .w-\[305px\] {
    width: 100% !important;
    max-width: 280px !important;
  }
  .w-\[425px\] {
    width: 100% !important;
    max-width: 320px !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .w-\[305px\] {
    width: 100% !important;
    max-width: 300px !important;
  }
  .w-\[425px\] {
    width: 100% !important;
    max-width: 380px !important;
  }
}
@media (max-width: 640px) {
  .section-title {
    font-size: 1.875rem !important;
    line-height: 1.2 !important;
  }
  .btn-evelyn, .btn-evelyn-outline {
    font-size: 1rem !important;
    padding: 0.5rem 1.5rem !important;
  }
}
.fab {
  font-family: "Font Awesome 6 Brands";
}
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.fa-youtube {
  color: #fc0d1b;
}
.fa-whatsapp {
  color: #02c403;
}
.fa-facebook {
  color: #227dee;
}
.fa-building {
  color: var(--dark-pink, #AD616E);
}
.fa-users {
  color: var(--dark-pink, #AD616E);
}
.fa-user-friends {
  color: var(--dark-pink, #AD616E);
}
.text-red-600 {
  color: #dc2626;
}
.text-green-500 {
  color: #10b981;
}
.text-blue-600 {
  color: #2563eb;
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-purple-500 {
  --tw-gradient-from: #8b5cf6;
  --tw-gradient-to: rgb(139 92 246 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-pink-500 {
  --tw-gradient-to: #ec4899;
}
.bg-clip-text {
  background-clip: text;
  -webkit-background-clip: text;
}
.text-transparent {
  color: transparent;
}
.bg-gray-50 {
  background-color: #f9fafb;
}
.resize-none {
  resize: none;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.bg-transparent {
  background-color: transparent;
}
.group:hover .group-hover\\:opacity-100 {
  opacity: 1 !important;
}
.group:hover .group-hover\\:visible {
  visibility: visible !important;
}
.group:hover > .t\:dropdown-menu {
  display: block;
}
.t:dropdown-menu {
  display: none;
}
@media (min-width: 1024px) {
  .flex.items-center {
    display: flex !important;
  }
}
.t\:dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.group:hover .t\:dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.bg-pink {
  background-color: #F6E6EC;
}
.border-evelyn-pink {
  border-width: 1px;
  border-color: #AD616E;
  background-color: #F6E6EC;
}
.outline-dark-pink {
  outline-color: #AD616E;
}
.product-thumbnails img {
  backface-visibility: hidden;
  margin-bottom: -5px;
  opacity: 0.5;
  transition: transform 0.6s, opacity 0.6s;
}
.product-thumbnails .thumbnail-item:hover img {
  opacity: 0.8;
  transform: scale(1.05);
}
.product-thumbnails .thumbnail-item.active {
  border-color: #AD616E !important;
}
.product-thumbnails .thumbnail-item.active img {
  opacity: 1;
  transform: scale(1.02);
}
.thumbnail-item {
  transition: border-color 0.3s ease;
}
#main-image {
  transition: opacity 0.5s ease-in-out;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0;
  padding: 0 20px;
}
.accordion-content.open {
  max-height: 1000px;
  opacity: 1;
  padding: 16px 20px;
}
.accordion-icon {
  transition: transform 0.3s ease-out;
}
.accordion-toggle {
  transition: background-color 0.2s ease;
}
.accordion-toggle:hover {
  background-color: rgba(246, 230, 236, 0.8);
}
.option-btn {
  transition: all 0.2s ease;
}
.option-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.catalog-carousel .owl-nav, .team-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
}
.catalog-carousel .owl-nav button, .team-carousel .owl-nav button {
  position: absolute;
  width: 48px;
  height: 48px;
  border: none !important;
  pointer-events: auto;
  transition: all 0.3s ease;
  z-index: 10;
}
.catalog-carousel .owl-nav button:hover, .team-carousel .owl-nav button:hover {
  background: unset !important;
  transform: scale(1.05);
}
.team-carousel .owl-nav .owl-prev {
  left: -25px;
}
.team-carousel .owl-nav .owl-next {
  right: -25px;
}
.catalog-carousel .owl-nav .owl-prev {
  left: -25px;
}
.catalog-carousel .owl-nav .owl-next {
  right: -25px;
}
.catalog-carousel .owl-nav .owl-prev, .catalog-carousel .owl-nav .owl-next {
  transform: translateY(-100%);
}
.catalog-carousel .owl-nav button:hover {
  transform: translateY(-100%) scale(1.05);
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-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-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-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-duration: initial;
    }
  }
}
