/*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: oklch(0.637 0.237 25.331);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-xl: 0.75rem;
    --blur-md: 12px;
    --blur-lg: 16px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(
      --font-sans--font-variation-settings
    );
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(
      --font-mono--font-feature-settings
    );
    --default-mono-font-variation-settings: var(
      --font-mono--font-variation-settings
    );
    --font-jakarta: "Plus Jakarta Sans";
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var( --default-font-variation-settings, normal );
    -webkit-tap-highlight-color: transparent;
  }
  body {
    line-height: inherit;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
    font-feature-settings: var( --default-mono-font-feature-settings, normal );
    font-variation-settings: var( --default-mono-font-variation-settings, normal );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
    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 {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-6 {
    top: calc(var(--spacing) * -6);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-3\/5 {
    top: calc(3/5 * 100%);
  }
  .top-\[15px\] {
    top: 15px;
  }
  .top-\[25px\] {
    top: 25px;
  }
  .-right-5 {
    right: calc(var(--spacing) * -5);
  }
  .-right-\[15px\] {
    right: calc(15px * -1);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[15px\] {
    right: 15px;
  }
  .right-\[25px\] {
    right: 25px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[30px\] {
    bottom: 30px;
  }
  .-left-\[15px\] {
    left: calc(15px * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[30px\] {
    left: 30px;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .container {
    width: 100%;
    @media (width >= 0px) {
      max-width: 0px;
    }
    @media (width >= 360px) {
      max-width: 360px;
    }
    @media (width >= 576px) {
      max-width: 576px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 992px) {
      max-width: 992px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1400px) {
      max-width: 1400px;
    }
    @media (width >= 1600px) {
      max-width: 1600px;
    }
    @media (width >= 1920px) {
      max-width: 1920px;
    }
    @media (width >= 2560px) {
      max-width: 2560px;
    }
    @media (width >= 12560px) {
      max-width: 12560px;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-10 {
    margin-inline: calc(var(--spacing) * 10);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[25px\] {
    margin-block: 25px;
  }
  .my-\[50px\] {
    margin-block: 50px;
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-32 {
    margin-top: calc(var(--spacing) * 32);
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[14px\] {
    margin-top: 14px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[48px\] {
    margin-top: 48px;
  }
  .mt-\[55px\] {
    margin-top: 55px;
  }
  .mt-\[111px\] {
    margin-top: 111px;
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[104px\] {
    height: 104px;
  }
  .h-\[107px\] {
    height: 107px;
  }
  .h-\[117px\] {
    height: 117px;
  }
  .h-\[228px\] {
    height: 228px;
  }
  .h-\[374px\] {
    height: 374px;
  }
  .h-\[390px\] {
    height: 390px;
  }
  .h-\[550px\] {
    height: 550px;
  }
  .h-\[817px\] {
    height: 817px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[291px\] {
    max-height: 291px;
  }
  .max-h-\[450px\] {
    max-height: 450px;
  }
  .max-h-full {
    max-height: 100%;
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[92px\] {
    width: 92px;
  }
  .w-\[104px\] {
    width: 104px;
  }
  .w-\[193px\] {
    width: 193px;
  }
  .w-\[207px\] {
    width: 207px;
  }
  .w-\[294px\] {
    width: 294px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[310px\] {
    width: 310px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[520px\] {
    width: 520px;
  }
  .w-\[548px\] {
    width: 548px;
  }
  .w-\[1290px\] {
    width: 1290px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[448px\] {
    max-width: 448px;
  }
  .max-w-\[604px\] {
    max-width: 604px;
  }
  .max-w-\[1290px\] {
    max-width: 1290px;
  }
  .max-w-\[1374px\] {
    max-width: 1374px;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .cursor-grab {
    cursor: grab;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .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;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[9px\] {
    gap: 9px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[13px\] {
    gap: 13px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[17px\] {
    gap: 17px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-\[40px\] {
    border-radius: 40px;
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-\[60px\] {
    border-radius: 60px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-\[\#141414\] {
    border-color: #141414;
  }
  .border-\[\#14141480\] {
    border-color: #14141480;
  }
  .border-\[\#FECEF4\] {
    border-color: #FECEF4;
  }
  .border-\[\#FF0079\] {
    border-color: #FF0079;
  }
  .border-\[\#ff0079\] {
    border-color: #ff0079;
  }
  .border-\[rgba\(20\,20\,20\,0\.2\)\] {
    border-color: rgba(20,20,20,0.2);
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-red-500 {
    border-color: var(--color-red-500);
  }
  .bg-\[\#FAF1F6\] {
    background-color: #FAF1F6;
  }
  .bg-\[\#FF9ECB\] {
    background-color: #FF9ECB;
  }
  .bg-\[\#FFF\] {
    background-color: #FFF;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/30 {
    background-color: color-mix(in oklab, var(--color-white) 30%, transparent);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-\[2px\] {
    padding: 2px;
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .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);
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[11px\] {
    padding-block: 11px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .text-center {
    text-align: center;
  }
  .font-jakarta {
    font-family: var(--font-jakarta);
  }
  .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-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[44px\] {
    --tw-leading: 44px;
    line-height: 44px;
  }
  .leading-\[48px\] {
    --tw-leading: 48px;
    line-height: 48px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-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\.56px\] {
    --tw-tracking: -0.56px;
    letter-spacing: -0.56px;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#000\] {
    color: #000;
  }
  .text-\[\#141414\] {
    color: #141414;
  }
  .text-\[\#FFF\] {
    color: #FFF;
  }
  .text-\[141414\] {
    color: 141414;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .shadow-\[0px_4px_4px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0px 4px 4px var(--tw-shadow-color, rgba(0,0,0,0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_4px_20px_rgba\(0\,0\,0\,0\.02\)\] {
    --tw-shadow: 0px 4px 20px var(--tw-shadow-color, rgba(0,0,0,0.02));
    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);
  }
  .blur {
    --tw-blur: blur(8px);
    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-lg {
    --tw-backdrop-blur: blur(var(--blur-lg));
    -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,);
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-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;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:border-\[\#ff0079\] {
    &:hover {
      @media (hover: hover) {
        border-color: #ff0079;
      }
    }
  }
  .hover\:bg-\[\#f03f97\] {
    &:hover {
      @media (hover: hover) {
        background-color: #f03f97;
      }
    }
  }
  .hover\:bg-\[\#ff0079\] {
    &:hover {
      @media (hover: hover) {
        background-color: #ff0079;
      }
    }
  }
  .hover\:text-\[\#ED1C24\] {
    &:hover {
      @media (hover: hover) {
        color: #ED1C24;
      }
    }
  }
  .hover\:text-\[\#FAF1F6\] {
    &:hover {
      @media (hover: hover) {
        color: #FAF1F6;
      }
    }
  }
  .hover\:text-\[\#FFF\] {
    &:hover {
      @media (hover: hover) {
        color: #FFF;
      }
    }
  }
  .xs\:flex-wrap {
    @media (width >= 360px) {
      flex-wrap: wrap;
    }
  }
  .sm\:top-\[400px\] {
    @media (width >= 576px) {
      top: 400px;
    }
  }
  .sm\:mx-10 {
    @media (width >= 576px) {
      margin-inline: calc(var(--spacing) * 10);
    }
  }
  .sm\:mt-\[70px\] {
    @media (width >= 576px) {
      margin-top: 70px;
    }
  }
  .sm\:h-\[700px\] {
    @media (width >= 576px) {
      height: 700px;
    }
  }
  .sm\:max-w-\[612px\] {
    @media (width >= 576px) {
      max-width: 612px;
    }
  }
  .sm\:flex-row {
    @media (width >= 576px) {
      flex-direction: row;
    }
  }
  .sm\:flex-wrap {
    @media (width >= 576px) {
      flex-wrap: wrap;
    }
  }
  .sm\:gap-0 {
    @media (width >= 576px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .sm\:p-10 {
    @media (width >= 576px) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:top-\[200px\] {
    @media (width >= 768px) {
      top: 200px;
    }
  }
  .md\:col-span-2 {
    @media (width >= 768px) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:mx-0 {
    @media (width >= 768px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:mx-10 {
    @media (width >= 768px) {
      margin-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:mx-\[75px\] {
    @media (width >= 768px) {
      margin-inline: 75px;
    }
  }
  .md\:mt-\[111px\] {
    @media (width >= 768px) {
      margin-top: 111px;
    }
  }
  .md\:h-\[374px\] {
    @media (width >= 768px) {
      height: 374px;
    }
  }
  .md\:h-\[500px\] {
    @media (width >= 768px) {
      height: 500px;
    }
  }
  .md\:max-h-none {
    @media (width >= 768px) {
      max-height: none;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 768px) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-\[350px\] {
    @media (width >= 768px) {
      width: 350px;
    }
  }
  .md\:w-\[356px\] {
    @media (width >= 768px) {
      width: 356px;
    }
  }
  .md\:w-\[363px\] {
    @media (width >= 768px) {
      width: 363px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .md\:flex-wrap {
    @media (width >= 768px) {
      flex-wrap: wrap;
    }
  }
  .md\:gap-0 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:p-10 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:px-10 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:pt-\[50px\] {
    @media (width >= 768px) {
      padding-top: 50px;
    }
  }
  .md\:pb-0 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:pb-\[79px\] {
    @media (width >= 768px) {
      padding-bottom: 79px;
    }
  }
  .md\:text-start {
    @media (width >= 768px) {
      text-align: start;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 768px) {
      font-size: 18px;
    }
  }
  .md\:text-\[28px\] {
    @media (width >= 768px) {
      font-size: 28px;
    }
  }
  .lg\:top-\[125px\] {
    @media (width >= 992px) {
      top: 125px;
    }
  }
  .lg\:top-\[250px\] {
    @media (width >= 992px) {
      top: 250px;
    }
  }
  .lg\:top-\[307px\] {
    @media (width >= 992px) {
      top: 307px;
    }
  }
  .lg\:mx-0 {
    @media (width >= 992px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:mx-5 {
    @media (width >= 992px) {
      margin-inline: calc(var(--spacing) * 5);
    }
  }
  .lg\:mx-10 {
    @media (width >= 992px) {
      margin-inline: calc(var(--spacing) * 10);
    }
  }
  .lg\:mx-20 {
    @media (width >= 992px) {
      margin-inline: calc(var(--spacing) * 20);
    }
  }
  .lg\:my-\[100px\] {
    @media (width >= 992px) {
      margin-block: 100px;
    }
  }
  .lg\:mt-10 {
    @media (width >= 992px) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:mt-\[50px\] {
    @media (width >= 992px) {
      margin-top: 50px;
    }
  }
  .lg\:mt-\[98px\] {
    @media (width >= 992px) {
      margin-top: 98px;
    }
  }
  .lg\:mb-\[100px\] {
    @media (width >= 992px) {
      margin-bottom: 100px;
    }
  }
  .lg\:flex {
    @media (width >= 992px) {
      display: flex;
    }
  }
  .lg\:h-4\/5 {
    @media (width >= 992px) {
      height: calc(4/5 * 100%);
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 992px) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-4\/5 {
    @media (width >= 992px) {
      width: calc(4/5 * 100%);
    }
  }
  .lg\:w-\[425px\] {
    @media (width >= 992px) {
      width: 425px;
    }
  }
  .lg\:w-\[517px\] {
    @media (width >= 992px) {
      width: 517px;
    }
  }
  .lg\:w-\[563px\] {
    @media (width >= 992px) {
      width: 563px;
    }
  }
  .lg\:w-full {
    @media (width >= 992px) {
      width: 100%;
    }
  }
  .lg\:max-w-\[458px\] {
    @media (width >= 992px) {
      max-width: 458px;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 992px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 992px) {
      flex-direction: row;
    }
  }
  .lg\:flex-wrap {
    @media (width >= 992px) {
      flex-wrap: wrap;
    }
  }
  .lg\:justify-center {
    @media (width >= 992px) {
      justify-content: center;
    }
  }
  .lg\:gap-12 {
    @media (width >= 992px) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:gap-\[30px\] {
    @media (width >= 992px) {
      gap: 30px;
    }
  }
  .lg\:gap-\[31px\] {
    @media (width >= 992px) {
      gap: 31px;
    }
  }
  .lg\:p-0 {
    @media (width >= 992px) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:p-20 {
    @media (width >= 992px) {
      padding: calc(var(--spacing) * 20);
    }
  }
  .lg\:px-\[50px\] {
    @media (width >= 992px) {
      padding-inline: 50px;
    }
  }
  .lg\:py-10 {
    @media (width >= 992px) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .lg\:py-20 {
    @media (width >= 992px) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:pt-\[50px\] {
    @media (width >= 992px) {
      padding-top: 50px;
    }
  }
  .lg\:pb-10 {
    @media (width >= 992px) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:pb-\[70px\] {
    @media (width >= 992px) {
      padding-bottom: 70px;
    }
  }
  .lg\:text-lg {
    @media (width >= 992px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 992px) {
      font-size: 18px;
    }
  }
  .lg\:text-\[28px\] {
    @media (width >= 992px) {
      font-size: 28px;
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 992px) {
      font-size: 32px;
    }
  }
  .lg\:text-\[34px\] {
    @media (width >= 992px) {
      font-size: 34px;
    }
  }
  .lg\:text-\[35px\] {
    @media (width >= 992px) {
      font-size: 35px;
    }
  }
  .lg\:text-\[38px\] {
    @media (width >= 992px) {
      font-size: 38px;
    }
  }
  .lg\:leading-10 {
    @media (width >= 992px) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
  .xl\:mx-10 {
    @media (width >= 1200px) {
      margin-inline: calc(var(--spacing) * 10);
    }
  }
  .xl\:mx-20 {
    @media (width >= 1200px) {
      margin-inline: calc(var(--spacing) * 20);
    }
  }
  .xl\:mx-\[75px\] {
    @media (width >= 1200px) {
      margin-inline: 75px;
    }
  }
  .xl\:mt-7 {
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * 7);
    }
  }
  .xl\:mt-\[30px\] {
    @media (width >= 1200px) {
      margin-top: 30px;
    }
  }
  .xl\:flex {
    @media (width >= 1200px) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 1200px) {
      display: none;
    }
  }
  .xl\:w-full {
    @media (width >= 1200px) {
      width: 100%;
    }
  }
  .xl\:flex-wrap {
    @media (width >= 1200px) {
      flex-wrap: wrap;
    }
  }
  .xl\:items-center {
    @media (width >= 1200px) {
      align-items: center;
    }
  }
  .xl\:justify-center {
    @media (width >= 1200px) {
      justify-content: center;
    }
  }
  .xl\:gap-\[35px\] {
    @media (width >= 1200px) {
      gap: 35px;
    }
  }
  .xl\:gap-\[86px\] {
    @media (width >= 1200px) {
      gap: 86px;
    }
  }
  .menubreak\:flex {
    @media (width >= 1280px) {
      display: flex;
    }
  }
  .menubreak\:hidden {
    @media (width >= 1280px) {
      display: none;
    }
  }
  .xxl\:top-\[125px\] {
    @media (width >= 1400px) {
      top: 125px;
    }
  }
  .xxl\:mx-0 {
    @media (width >= 1400px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .xxl\:h-\[302px\] {
    @media (width >= 1400px) {
      height: 302px;
    }
  }
  .xxl\:w-\[256px\] {
    @media (width >= 1400px) {
      width: 256px;
    }
  }
  .xxl\:w-\[1290px\] {
    @media (width >= 1400px) {
      width: 1290px;
    }
  }
  .xxl\:flex-nowrap {
    @media (width >= 1400px) {
      flex-wrap: nowrap;
    }
  }
  .xxl\:items-center {
    @media (width >= 1400px) {
      align-items: center;
    }
  }
  .xxl\:justify-center {
    @media (width >= 1400px) {
      justify-content: center;
    }
  }
  .xxl\:gap-5 {
    @media (width >= 1400px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .xxl\:gap-\[35px\] {
    @media (width >= 1400px) {
      gap: 35px;
    }
  }
  .xxl\:px-0 {
    @media (width >= 1400px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .xxl\:py-20 {
    @media (width >= 1400px) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .\34 k\:w-\[1290px\] {
    @media (width >= 2560px) {
      width: 1290px;
    }
  }
  .\[\&\:\:-webkit-inner-spin-button\]\:appearance-none {
    &::-webkit-inner-spin-button {
      appearance: none;
    }
  }
  .\[\&\:\:-webkit-outer-spin-button\]\:appearance-none {
    &::-webkit-outer-spin-button {
      appearance: none;
    }
  }
}
body {
  overflow-x: hidden;
}
.miniso-nav li a:hover {
  color: #ff0079;
}
.bg-gradient-btn {
  background: linear-gradient(180deg, #ff0079 0%, #b8005b 100%);
}
.header-new-bg {
  background: #ff9ecb;
}
.outlined-text {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  line-height: 70px;
  text-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  position: relative;
}
.outlined-text::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #b8005b;
  z-index: -1;
  -webkit-text-stroke-width: 21px;
  -webkit-text-stroke-color: #ff0079;
}
.btn-txt {
  color: rgba(20, 20, 20, 0.8);
}
.bg-product {
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0) 63.64%, #141414 100%);
}
.marquee {
  white-space: nowrap;
  will-change: transform;
}
#marquee-container {
  user-select: none;
}
.swiper-button-next, .swiper-button-prev {
  display: none !important;
}
.swiper-pagination-bullet {
  width: 20px !important;
  margin-left: 8px !important;
  height: 5px !important;
  border-radius: 5px !important;
  background-color: #ffffff80 !important;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
  width: 50px !important;
  height: 5px !important;
  border-radius: 5px !important;
  background-color: #ffffff !important;
  transform: scale(1.2);
  opacity: 1;
}
.modal-bg {
  background: rgba(20, 20, 20, 0.6);
}
.play {
  background: rgba(20, 20, 20, 0.5);
}
.video-thumbnail {
  width: 630px;
  height: 354px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s;
}
.video-thumbnail:hover {
  transform: scale(1.02);
}
.play {
  position: relative;
  z-index: 2;
  background: rgba(20, 20, 20, 0.5);
}
.play img {
  width: 40px;
  height: 40px;
}
.left-lg-col2 img:nth-child(1) {
  width: 193px !important;
  height: 228px !important;
  object-fit: fill;
}
.left-lg-col2 img:nth-child(2) {
  width: 256px !important;
  height: 302px !important;
}
.left-lg-col1 img:nth-child(1) {
  width: 160px;
  height: 302px;
}
.left-lg-col1 img:nth-child(2) {
  width: 160px;
  height: 302px;
}
.sm-col1 img:nth-child(1) {
  width: 75px;
  height: 140px;
}
.sm-col1 img:nth-child(2) {
  width: 75px;
  height: 140px;
}
.sm-col2 img:nth-child(1) {
  width: 90px;
  height: 107px;
}
.sm-col2 img:nth-child(2) {
  width: 90px;
  height: 107px;
}
.right-lg-col1 img:nth-child(1) {
  width: 193px;
  height: 228px;
}
.right-lg-col1 img:nth-child(2) {
  width: 256px;
  height: 302px;
}
.right-lg-col2 img:nth-child(1) {
  width: 160px !important;
  height: 302px !important;
}
.right-lg-col2 img:nth-child(2) {
  width: 160px !important;
  height: 302px !important;
}
.right-col1-sm img:nth-child(1) {
  width: 96px !important;
  height: 107px !important;
}
.right-col1-sm img:nth-child(2) {
  width: 120px !important;
  height: 141px !important;
}
.right-col2-sm img:nth-child(1) {
  width: 75px !important;
  height: 141px !important;
}
.right-col2-sm img:nth-child(2) {
  width: 75px !important;
  height: 141px !important;
}
.half-text-para p:nth-child(2) {
  margin: 20px 0px;
}
@media (min-width: 485px) and (max-width: 1200px) {
  #smallCol2 img, #rightCol1 img {
    width: 120px;
    height: 130px;
  }
  #smallCol1 img, #rightCol2 img {
    width: 100px !important;
    height: 170px !important;
  }
}
@media (min-width: 500px) and (max-width: 575px) {
  #smallCol2 img, #rightCol1 img {
    width: 130px;
    height: 140px;
  }
  #smallCol1 img, #rightCol2 img {
    width: 110px !important;
    height: 180px !important;
  }
}
.small-menu-nav ul li a {
  font-size: 18px;
}
.wave {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  animation: wave-animation 2s infinite ease-out;
  z-index: -1;
}
@keyframes wave-animation {
  0% {
    transform: scale(0.1);
    opacity: 0.8;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8);
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
  }
}
@supports (-webkit-touch-callout: none) {
  .safari-play-fix {
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
  }
  .wave {
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: visible;
  }
}
@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-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-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@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-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;
}
