/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-xs: 12px;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 14px;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 16px;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 18px;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 20px;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 24px;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 30px;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 35px;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 50px;
    --text-5xl--line-height: 1;
    --text-6xl: 60px;
    --text-6xl--line-height: 1;
    --text-7xl: 70px;
    --text-7xl--line-height: 1;
    --text-8xl: 95px;
    --text-8xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-normal: 0em;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-normal: 1.5;
    --radius-md: 6px;
    --radius-lg: 8px;
    --radius-xl: 0.625rem;
    --radius-2xl: 16px;
    --radius-3xl: 20px;
    --radius-4xl: 40px;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-md: 12px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-Lufga: "Lufga", "sans-serif";
    --font-Sans: "DM Sans", "sans-serif";
    --font-Roboto: "Roboto", "sans-serif";
    --text-xxs: 10px;
    --text-2xs: 13px;
    --text-2sm: 15px;
    --text-xxl: 22px;
    --text-2xxl: 26px;
    --text-2\.5xl: 28px;
    --text-4\.5xl: 40px;
    --text-4\.65xl: 42px;
    --text-7\.5xl: 80px;
    --text-8\.5xl: 100px;
    --color-primary: var(--primary);
    --color-secondary: #000;
    --color-border: #D7D7D7;
    --color-foreground: #fff;
    --color-title: #000;
    --color-body: #5E626F;
    --color-card: #fff;
    --color-dark: #444444;
    --color-success: #31a56d;
    --color-info: #0194d9;
    --color-danger: #d23636;
    --color-warning: #e79600;
    --color-yellow: #ffa808;
    --color-light: #fffaf3;
    --color-light2: #FEEB9D;
    --color-lightdark: var(--light-dark);
    --color-purple: #5E5CC6;
    --color-orange: #CD9B60;
    --color-red: #EB5757;
    --radius-3\.5xl: 30px;
    --radius-5xl: 60px;
    --radius-7xl: 100px;
    --bg1-gradient: 180deg, #FFF -30.2%, rgba(255,255,255,0) 92.95%;
    --animate-rotate: rotate 20s infinite linear;
    --animate-move: move 5s infinite linear;
    --animate-updown: updown 1s ease 0.2s infinite;
    --animate-stroke: stroke 5s infinite alternate;
    --animate-ticker: ticker linear infinite 32.9528s normal;
    --animate-toLeftFromRight: toLeftFromRight 0.5s forwards;
    --animate-toBottomFromTop: toBottomFromTop 0.5s forwards;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .\!relative {
    position: relative !important;
  }
  .absolute {
    position: absolute;
  }
  .absolute\! {
    position: absolute !important;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .static\! {
    position: static !important;
  }
  .sticky {
    position: sticky;
  }
  .sticky\! {
    position: sticky !important;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-1 {
    top: calc(var(--spacing) * -1);
  }
  .-top-7\.5 {
    top: calc(var(--spacing) * -7.5);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-0\! {
    top: calc(var(--spacing) * 0) !important;
  }
  .top-1\.5 {
    top: calc(var(--spacing) * 1.5);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-2\.5 {
    top: calc(var(--spacing) * 2.5);
  }
  .top-3\.75 {
    top: calc(var(--spacing) * 3.75);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-6\.25 {
    top: calc(var(--spacing) * 6.25);
  }
  .top-7\.5 {
    top: calc(var(--spacing) * 7.5);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-12\.5 {
    top: calc(var(--spacing) * 12.5);
  }
  .top-29 {
    top: calc(var(--spacing) * 29);
  }
  .top-\[-7\%\] {
    top: -7%;
  }
  .top-\[-15\%\] {
    top: -15%;
  }
  .top-\[-16\%\] {
    top: -16%;
  }
  .top-\[4\%\] {
    top: 4%;
  }
  .top-\[06\.76\%\] {
    top: 06.76%;
  }
  .top-\[10\%\] {
    top: 10%;
  }
  .top-\[15\%\] {
    top: 15%;
  }
  .top-\[18\%\] {
    top: 18%;
  }
  .top-\[20\%\] {
    top: 20%;
  }
  .top-\[30\%\] {
    top: 30%;
  }
  .top-\[38\%\] {
    top: 38%;
  }
  .top-\[55\%\] {
    top: 55%;
  }
  .top-\[65\%\] {
    top: 65%;
  }
  .top-\[250px\] {
    top: 250px;
  }
  .top-auto {
    top: auto;
  }
  .-right-3 {
    right: calc(var(--spacing) * -3);
  }
  .-right-6\.25 {
    right: calc(var(--spacing) * -6.25);
  }
  .-right-10 {
    right: calc(var(--spacing) * -10);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-0\.5 {
    right: calc(var(--spacing) * 0.5);
  }
  .right-1\.25 {
    right: calc(var(--spacing) * 1.25);
  }
  .right-1\/4 {
    right: calc(1 / 4 * 100%);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-3\.75 {
    right: calc(var(--spacing) * 3.75);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .right-6\.25 {
    right: calc(var(--spacing) * 6.25);
  }
  .right-7\.5 {
    right: calc(var(--spacing) * 7.5);
  }
  .right-11 {
    right: calc(var(--spacing) * 11);
  }
  .right-\[-5vw\] {
    right: -5vw;
  }
  .right-\[-6\%\] {
    right: -6%;
  }
  .right-\[-7\%\] {
    right: -7%;
  }
  .right-\[-15\%\] {
    right: -15%;
  }
  .right-\[-45px\] {
    right: -45px;
  }
  .right-\[-75px\] {
    right: -75px;
  }
  .right-\[2\%\] {
    right: 2%;
  }
  .right-\[5\%\] {
    right: 5%;
  }
  .right-\[10\%\] {
    right: 10%;
  }
  .right-\[13\%\] {
    right: 13%;
  }
  .right-\[17\%\] {
    right: 17%;
  }
  .right-\[45\%\] {
    right: 45%;
  }
  .right-\[250px\] {
    right: 250px;
  }
  .right-auto {
    right: auto;
  }
  .-bottom-2\.5 {
    bottom: calc(var(--spacing) * -2.5);
  }
  .-bottom-7\.5 {
    bottom: calc(var(--spacing) * -7.5);
  }
  .-bottom-16 {
    bottom: calc(var(--spacing) * -16);
  }
  .-bottom-25 {
    bottom: calc(var(--spacing) * -25);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .bottom-6\.25 {
    bottom: calc(var(--spacing) * 6.25);
  }
  .bottom-7 {
    bottom: calc(var(--spacing) * 7);
  }
  .bottom-7\.5 {
    bottom: calc(var(--spacing) * 7.5);
  }
  .bottom-9 {
    bottom: calc(var(--spacing) * 9);
  }
  .bottom-10 {
    bottom: calc(var(--spacing) * 10);
  }
  .bottom-12\.5 {
    bottom: calc(var(--spacing) * 12.5);
  }
  .bottom-\[-7\%\] {
    bottom: -7%;
  }
  .bottom-\[-16\%\] {
    bottom: -16%;
  }
  .bottom-\[-45px\] {
    bottom: -45px;
  }
  .bottom-\[-60\%\] {
    bottom: -60%;
  }
  .bottom-\[10\%\] {
    bottom: 10%;
  }
  .bottom-\[12\%\] {
    bottom: 12%;
  }
  .bottom-\[20\%\] {
    bottom: 20%;
  }
  .bottom-\[39\.22\%\] {
    bottom: 39.22%;
  }
  .bottom-\[70\%\] {
    bottom: 70%;
  }
  .bottom-\[71\.8\%\] {
    bottom: 71.8%;
  }
  .bottom-\[90px\] {
    bottom: 90px;
  }
  .bottom-\[92\.8\%\] {
    bottom: 92.8%;
  }
  .bottom-auto {
    bottom: auto;
  }
  .-left-3 {
    left: calc(var(--spacing) * -3);
  }
  .-left-6\.25 {
    left: calc(var(--spacing) * -6.25);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-0\! {
    left: calc(var(--spacing) * 0) !important;
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-5 {
    left: calc(var(--spacing) * 5);
  }
  .left-6\.25 {
    left: calc(var(--spacing) * 6.25);
  }
  .left-7\.5 {
    left: calc(var(--spacing) * 7.5);
  }
  .left-17 {
    left: calc(var(--spacing) * 17);
  }
  .left-25 {
    left: calc(var(--spacing) * 25);
  }
  .left-\[-3vw\] {
    left: -3vw;
  }
  .left-\[-5\%\] {
    left: -5%;
  }
  .left-\[-10\%\] {
    left: -10%;
  }
  .left-\[-13\%\] {
    left: -13%;
  }
  .left-\[-25\%\] {
    left: -25%;
  }
  .left-\[-35px\] {
    left: -35px;
  }
  .left-\[-65px\] {
    left: -65px;
  }
  .left-\[5\%\] {
    left: 5%;
  }
  .left-\[13\%\] {
    left: 13%;
  }
  .left-\[17\%\] {
    left: 17%;
  }
  .left-\[26px\] {
    left: 26px;
  }
  .left-\[28\.68\%\] {
    left: 28.68%;
  }
  .left-\[29\.55\%\] {
    left: 29.55%;
  }
  .left-\[32\%\] {
    left: 32%;
  }
  .left-\[39\%\] {
    left: 39%;
  }
  .left-\[44\.5\%\] {
    left: 44.5%;
  }
  .left-\[45\%\] {
    left: 45%;
  }
  .left-\[56\.40\%\] {
    left: 56.40%;
  }
  .left-\[59\%\] {
    left: 59%;
  }
  .left-\[60\%\] {
    left: 60%;
  }
  .left-auto {
    left: auto;
  }
  .-z-1 {
    z-index: calc(1 * -1);
  }
  .-z-1\! {
    z-index: calc(1 * -1) !important;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-9 {
    z-index: 9;
  }
  .z-10 {
    z-index: 10;
  }
  .z-99 {
    z-index: 99;
  }
  .z-999 {
    z-index: 999;
  }
  .z-1045 {
    z-index: 1045;
  }
  .z-9999 {
    z-index: 9999;
  }
  .z-999999 {
    z-index: 999999;
  }
  .z-9999999 {
    z-index: 9999999;
  }
  .z-\[-2\] {
    z-index: -2;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .z-\[1045\] {
    z-index: 1045;
  }
  .z-\[10001\] {
    z-index: 10001;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-4 {
    order: 4;
  }
  .col-20 {
    grid-column: 20;
  }
  .col-80 {
    grid-column: 80;
  }
  .\!float-none {
    float: none !important;
  }
  .float-left {
    float: left;
  }
  .float-none {
    float: none;
  }
  .float-right {
    float: right;
  }
  .clear-both {
    clear: both;
  }
  .container {
    width: 100%;
    @media (width >= 425px) {
      max-width: 425px;
    }
    @media (width >= 576px) {
      max-width: 576px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 992px) {
      max-width: 992px;
    }
    @media (width >= 1023px) {
      max-width: 1023px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @media (width >= 1400px) {
      max-width: 1400px;
    }
    @media (width >= 1479px) {
      max-width: 1479px;
    }
    @media (width >= 1680px) {
      max-width: 1680px;
    }
  }
  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }
  .-m-5 {
    margin: calc(var(--spacing) * -5);
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-1\.25 {
    margin: calc(var(--spacing) * 1.25);
  }
  .m-16 {
    margin: calc(var(--spacing) * 16);
  }
  .m-256 {
    margin: calc(var(--spacing) * 256);
  }
  .m-auto {
    margin: auto;
  }
  .container {
    margin-inline: auto;
    padding-inline: 15px;
    width: 100%;
    @media (width >= 600px) {
      max-width: 600px;
    }
    @media (width >= 728px) {
      max-width: 728px;
    }
    @media (width >= 984px) {
      max-width: 984px;
    }
    @media (width >= 1240px) {
      max-width: 1240px;
    }
    @media (width >= 1496px) {
      max-width: 1496px;
    }
  }
  .-mx-1\.25 {
    margin-inline: calc(var(--spacing) * -1.25);
  }
  .-mx-2 {
    margin-inline: calc(var(--spacing) * -2);
  }
  .-mx-2\.5 {
    margin-inline: calc(var(--spacing) * -2.5);
  }
  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
  .mx-0\.75 {
    margin-inline: calc(var(--spacing) * 0.75);
  }
  .mx-1\.5\! {
    margin-inline: calc(var(--spacing) * 1.5) !important;
  }
  .mx-1\.25 {
    margin-inline: calc(var(--spacing) * 1.25);
  }
  .mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }
  .mx-20 {
    margin-inline: calc(var(--spacing) * 20);
  }
  .mx-\[10px\] {
    margin-inline: 10px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-7\.5 {
    margin-block: calc(var(--spacing) * 7.5);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .my-15 {
    margin-block: calc(var(--spacing) * 15);
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .\!mt-7\.5 {
    margin-top: calc(var(--spacing) * 7.5) !important;
  }
  .-mt-1\.25 {
    margin-top: calc(var(--spacing) * -1.25);
  }
  .-mt-17 {
    margin-top: calc(var(--spacing) * -17);
  }
  .-mt-25 {
    margin-top: calc(var(--spacing) * -25);
  }
  .-mt-\[90px\] {
    margin-top: calc(90px * -1);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-0\! {
    margin-top: calc(var(--spacing) * 0) !important;
  }
  .mt-1\.25 {
    margin-top: calc(var(--spacing) * 1.25);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3\.75 {
    margin-top: calc(var(--spacing) * 3.75);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-6\.25 {
    margin-top: calc(var(--spacing) * 6.25);
  }
  .mt-7\.5 {
    margin-top: calc(var(--spacing) * 7.5);
  }
  .mt-12\.5 {
    margin-top: calc(var(--spacing) * 12.5);
  }
  .mt-15 {
    margin-top: calc(var(--spacing) * 15);
  }
  .mt-25 {
    margin-top: calc(var(--spacing) * 25);
  }
  .mt-\[-35px\] {
    margin-top: -35px;
  }
  .mt-\[-170px\] {
    margin-top: -170px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .-mr-25 {
    margin-right: calc(var(--spacing) * -25);
  }
  .mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }
  .mr-0\.5 {
    margin-right: calc(var(--spacing) * 0.5);
  }
  .mr-0\.75 {
    margin-right: calc(var(--spacing) * 0.75);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-1\.25 {
    margin-right: calc(var(--spacing) * 1.25);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-2\.5 {
    margin-right: calc(var(--spacing) * 2.5);
  }
  .mr-3\.75 {
    margin-right: calc(var(--spacing) * 3.75);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .mr-6\.25 {
    margin-right: calc(var(--spacing) * 6.25);
  }
  .mr-7\.5 {
    margin-right: calc(var(--spacing) * 7.5);
  }
  .mr-10 {
    margin-right: calc(var(--spacing) * 10);
  }
  .mr-11 {
    margin-right: calc(var(--spacing) * 11);
  }
  .mr-12 {
    margin-right: calc(var(--spacing) * 12);
  }
  .mr-14 {
    margin-right: calc(var(--spacing) * 14);
  }
  .mr-20 {
    margin-right: calc(var(--spacing) * 20);
  }
  .mr-\[22px\] {
    margin-right: 22px;
  }
  .mr-\[90px\] {
    margin-right: 90px;
  }
  .-mb-0\.5 {
    margin-bottom: calc(var(--spacing) * -0.5);
  }
  .-mb-1 {
    margin-bottom: calc(var(--spacing) * -1);
  }
  .-mb-15 {
    margin-bottom: calc(var(--spacing) * -15);
  }
  .-mb-17 {
    margin-bottom: calc(var(--spacing) * -17);
  }
  .-mb-px {
    margin-bottom: -1px;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-0\.75 {
    margin-bottom: calc(var(--spacing) * 0.75);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-1\.25 {
    margin-bottom: calc(var(--spacing) * 1.25);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-3\.5 {
    margin-bottom: calc(var(--spacing) * 3.5);
  }
  .mb-3\.75 {
    margin-bottom: calc(var(--spacing) * 3.75);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-6\.25 {
    margin-bottom: calc(var(--spacing) * 6.25);
  }
  .mb-7\.5 {
    margin-bottom: calc(var(--spacing) * 7.5);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-11\.25 {
    margin-bottom: calc(var(--spacing) * 11.25);
  }
  .mb-12\.5 {
    margin-bottom: calc(var(--spacing) * 12.5);
  }
  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .mb-42 {
    margin-bottom: calc(var(--spacing) * 42);
  }
  .mb-\[9px\] {
    margin-bottom: 9px;
  }
  .mb-\[55px\] {
    margin-bottom: 55px;
  }
  .-ml-2\.5 {
    margin-left: calc(var(--spacing) * -2.5);
  }
  .-ml-20 {
    margin-left: calc(var(--spacing) * -20);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-1\.25 {
    margin-left: calc(var(--spacing) * 1.25);
  }
  .ml-2\.5 {
    margin-left: calc(var(--spacing) * 2.5);
  }
  .ml-3\.75 {
    margin-left: calc(var(--spacing) * 3.75);
  }
  .ml-4\.5 {
    margin-left: calc(var(--spacing) * 4.5);
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .ml-7\.5 {
    margin-left: calc(var(--spacing) * 7.5);
  }
  .ml-10 {
    margin-left: calc(var(--spacing) * 10);
  }
  .ml-12\.5 {
    margin-left: calc(var(--spacing) * 12.5);
  }
  .ml-\[-9\%\] {
    margin-left: -9%;
  }
  .ml-\[120px\] {
    margin-left: 120px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .\!flex {
    display: flex !important;
  }
  .block {
    display: block;
  }
  .block\! {
    display: block !important;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .flex\! {
    display: flex !important;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .hidden\! {
    display: none !important;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .table-cell {
    display: table-cell;
  }
  .\!size-12\.5 {
    width: calc(var(--spacing) * 12.5) !important;
    height: calc(var(--spacing) * 12.5) !important;
  }
  .\!size-17 {
    width: calc(var(--spacing) * 17) !important;
    height: calc(var(--spacing) * 17) !important;
  }
  .\!size-\[26px\] {
    width: 26px !important;
    height: 26px !important;
  }
  .size-2 {
    width: calc(var(--spacing) * 2);
    height: calc(var(--spacing) * 2);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-5\! {
    width: calc(var(--spacing) * 5) !important;
    height: calc(var(--spacing) * 5) !important;
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-6\.25 {
    width: calc(var(--spacing) * 6.25);
    height: calc(var(--spacing) * 6.25);
  }
  .size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }
  .size-7\.5 {
    width: calc(var(--spacing) * 7.5);
    height: calc(var(--spacing) * 7.5);
  }
  .size-8\.5 {
    width: calc(var(--spacing) * 8.5);
    height: calc(var(--spacing) * 8.5);
  }
  .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-11 {
    width: calc(var(--spacing) * 11);
    height: calc(var(--spacing) * 11);
  }
  .size-11\.25 {
    width: calc(var(--spacing) * 11.25);
    height: calc(var(--spacing) * 11.25);
  }
  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }
  .size-12\.5 {
    width: calc(var(--spacing) * 12.5);
    height: calc(var(--spacing) * 12.5);
  }
  .size-14 {
    width: calc(var(--spacing) * 14);
    height: calc(var(--spacing) * 14);
  }
  .size-15 {
    width: calc(var(--spacing) * 15);
    height: calc(var(--spacing) * 15);
  }
  .size-20 {
    width: calc(var(--spacing) * 20);
    height: calc(var(--spacing) * 20);
  }
  .size-25 {
    width: calc(var(--spacing) * 25);
    height: calc(var(--spacing) * 25);
  }
  .size-29 {
    width: calc(var(--spacing) * 29);
    height: calc(var(--spacing) * 29);
  }
  .size-45 {
    width: calc(var(--spacing) * 45);
    height: calc(var(--spacing) * 45);
  }
  .size-60 {
    width: calc(var(--spacing) * 60);
    height: calc(var(--spacing) * 60);
  }
  .size-\[42px\] {
    width: 42px;
    height: 42px;
  }
  .size-\[85px\] {
    width: 85px;
    height: 85px;
  }
  .size-\[95px\] {
    width: 95px;
    height: 95px;
  }
  .size-\[115px\] {
    width: 115px;
    height: 115px;
  }
  .size-\[140px\] {
    width: 140px;
    height: 140px;
  }
  .size-\[150px\] {
    width: 150px;
    height: 150px;
  }
  .size-\[155px\] {
    width: 155px;
    height: 155px;
  }
  .size-\[200px\] {
    width: 200px;
    height: 200px;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .size-full\! {
    width: 100% !important;
    height: 100% !important;
  }
  .\!h-12\.5 {
    height: calc(var(--spacing) * 12.5) !important;
  }
  .\!h-\[90px\] {
    height: 90px !important;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-0\! {
    height: calc(var(--spacing) * 0) !important;
  }
  .h-1\.25 {
    height: calc(var(--spacing) * 1.25);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11\.25 {
    height: calc(var(--spacing) * 11.25);
  }
  .h-12\.5 {
    height: calc(var(--spacing) * 12.5);
  }
  .h-12\.5\! {
    height: calc(var(--spacing) * 12.5) !important;
  }
  .h-15 {
    height: calc(var(--spacing) * 15);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-25 {
    height: calc(var(--spacing) * 25);
  }
  .h-36 {
    height: calc(var(--spacing) * 36);
  }
  .h-52 {
    height: calc(var(--spacing) * 52);
  }
  .h-64 {
    height: calc(var(--spacing) * 64);
  }
  .h-96 {
    height: calc(var(--spacing) * 96);
  }
  .h-\[35\%\] {
    height: 35%;
  }
  .h-\[50vh\] {
    height: 50vh;
  }
  .h-\[54\%\] {
    height: 54%;
  }
  .h-\[75vh\] {
    height: 75vh;
  }
  .h-\[90px\] {
    height: 90px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[170px\] {
    height: 170px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[350px\] {
    height: 350px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[414px\] {
    height: 414px;
  }
  .h-\[440px\] {
    height: 440px;
  }
  .h-\[450px\] {
    height: 450px;
  }
  .h-\[550px\] {
    height: 550px;
  }
  .h-\[580px\] {
    height: 580px;
  }
  .h-\[700px\] {
    height: 700px;
  }
  .h-\[calc\(100vh_-_200px\)\] {
    height: calc(100vh - 200px);
  }
  .h-auto {
    height: auto;
  }
  .h-auto\! {
    height: auto !important;
  }
  .h-full {
    height: 100%;
  }
  .h-full\! {
    height: 100% !important;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[290px\] {
    max-height: 290px;
  }
  .max-h-\[700px\] {
    max-height: 700px;
  }
  .min-h-4\.5 {
    min-height: calc(var(--spacing) * 4.5);
  }
  .min-h-5\! {
    min-height: calc(var(--spacing) * 5) !important;
  }
  .min-h-16 {
    min-height: calc(var(--spacing) * 16);
  }
  .min-h-25 {
    min-height: calc(var(--spacing) * 25);
  }
  .min-h-64 {
    min-height: calc(var(--spacing) * 64);
  }
  .min-h-\[22px\] {
    min-height: 22px;
  }
  .min-h-\[90px\] {
    min-height: 90px;
  }
  .min-h-\[115px\] {
    min-height: 115px;
  }
  .min-h-\[250px\] {
    min-height: 250px;
  }
  .min-h-\[300px\] {
    min-height: 300px;
  }
  .min-h-\[350px\] {
    min-height: 350px;
  }
  .min-h-\[450px\] {
    min-height: 450px;
  }
  .min-h-\[600px\] {
    min-height: 600px;
  }
  .min-h-\[calc\(100vh-190px\)\] {
    min-height: calc(100vh - 190px);
  }
  .min-h-auto {
    min-height: auto;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
  .w-1\/3 {
    width: calc(1 / 3 * 100%);
  }
  .w-1\/4 {
    width: calc(1 / 4 * 100%);
  }
  .w-2\/3 {
    width: calc(2 / 3 * 100%);
  }
  .w-4\/5 {
    width: calc(4 / 5 * 100%);
  }
  .w-5\/12 {
    width: calc(5 / 12 * 100%);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-7\.5 {
    width: calc(var(--spacing) * 7.5);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-15 {
    width: calc(var(--spacing) * 15);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-29 {
    width: calc(var(--spacing) * 29);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-45 {
    width: calc(var(--spacing) * 45);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-\[1\%\] {
    width: 1%;
  }
  .w-\[29\.90\%\] {
    width: 29.90%;
  }
  .w-\[45vw\] {
    width: 45vw;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[55\%\] {
    width: 55%;
  }
  .w-\[61\%\] {
    width: 61%;
  }
  .w-\[65\%\] {
    width: 65%;
  }
  .w-\[65vw\] {
    width: 65vw;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[85\%\] {
    width: 85%;
  }
  .w-\[85px\] {
    width: 85px;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[170px\] {
    width: 170px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[190px\] {
    width: 190px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[230px\] {
    width: 230px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[270px\] {
    width: 270px;
  }
  .w-\[440px\] {
    width: 440px;
  }
  .w-\[450px\] {
    width: 450px;
  }
  .w-\[1478px\] {
    width: 1478px;
  }
  .w-\[calc\(100\%_-_40px\)\] {
    width: calc(100% - 40px);
  }
  .w-auto {
    width: auto;
  }
  .w-auto\! {
    width: auto !important;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-full\! {
    width: 100% !important;
  }
  .w-max {
    width: max-content;
  }
  .w-min {
    width: min-content;
  }
  .w-screen {
    width: 100vw;
  }
  .\!max-w-48 {
    max-width: calc(var(--spacing) * 48) !important;
  }
  .max-w-45 {
    max-width: calc(var(--spacing) * 45);
  }
  .max-w-72 {
    max-width: calc(var(--spacing) * 72);
  }
  .max-w-\[50\%\] {
    max-width: 50%;
  }
  .max-w-\[180px\] {
    max-width: 180px;
  }
  .max-w-\[290px\] {
    max-width: 290px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[362px\] {
    max-width: 362px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-\[440px\] {
    max-width: 440px;
  }
  .max-w-\[475px\] {
    max-width: 475px;
  }
  .max-w-\[522px\] {
    max-width: 522px;
  }
  .max-w-\[540px\] {
    max-width: 540px;
  }
  .max-w-\[575px\] {
    max-width: 575px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[625px\] {
    max-width: 625px;
  }
  .max-w-\[660px\] {
    max-width: 660px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[1070px\] {
    max-width: 1070px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-4\.5 {
    min-width: calc(var(--spacing) * 4.5);
  }
  .min-w-5\! {
    min-width: calc(var(--spacing) * 5) !important;
  }
  .min-w-10 {
    min-width: calc(var(--spacing) * 10);
  }
  .min-w-11 {
    min-width: calc(var(--spacing) * 11);
  }
  .min-w-12\.5 {
    min-width: calc(var(--spacing) * 12.5);
  }
  .min-w-15 {
    min-width: calc(var(--spacing) * 15);
  }
  .min-w-20 {
    min-width: calc(var(--spacing) * 20);
  }
  .min-w-25 {
    min-width: calc(var(--spacing) * 25);
  }
  .min-w-29 {
    min-width: calc(var(--spacing) * 29);
  }
  .min-w-50 {
    min-width: calc(var(--spacing) * 50);
  }
  .min-w-\[22px\] {
    min-width: 22px;
  }
  .min-w-\[50\%\] {
    min-width: 50%;
  }
  .min-w-\[150px\] {
    min-width: 150px;
  }
  .min-w-\[600px\] {
    min-width: 600px;
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-auto {
    flex: auto;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-2\.5 {
    --tw-translate-x: calc(var(--spacing) * -2.5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[2\%\] {
    --tw-translate-x: 2%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-15\%\] {
    --tw-translate-y: -15%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-43\%\] {
    --tw-translate-y: -43%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-75 {
    --tw-scale-x: 75%;
    --tw-scale-y: 75%;
    --tw-scale-z: 75%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-125 {
    --tw-scale-x: 125%;
    --tw-scale-y: 125%;
    --tw-scale-z: 125%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-150 {
    --tw-scale-x: 150%;
    --tw-scale-y: 150%;
    --tw-scale-z: 150%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .-rotate-2 {
    rotate: calc(2deg * -1);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .\!\[transform\:unset\] {
    transform: unset !important;
  }
  .\[transform\:rotate\(-10\.206deg\)_scale\(0\.8\)\] {
    transform: rotate(-10.206deg) scale(0.8);
  }
  .\[transform\:rotate\(6\.093deg\)_scale\(0\.6\)\] {
    transform: rotate(6.093deg) scale(0.6);
  }
  .\[transform\:rotate\(15\.72deg\)_scale\(0\.7\)\] {
    transform: rotate(15.72deg) scale(0.7);
  }
  .\[transform\:translate\(-8\%\,_-50\%\)\] {
    transform: translate(-8%, -50%);
  }
  .\[transform\:translate\(-10\%\,_-50\%\)\] {
    transform: translate(-10%, -50%);
  }
  .\[transform\:translate\(-20\%\,_-50\%\)\] {
    transform: translate(-20%, -50%);
  }
  .\[transform\:translate\(-50\%\,_-7\%\)\] {
    transform: translate(-50%, -7%);
  }
  .\[transform\:translate\(-50\%\,_0\%\)\] {
    transform: translate(-50%, 0%);
  }
  .\[transform\:translate\(10\%\,_90\%\)\] {
    transform: translate(10%, 90%);
  }
  .\[transform\:translate\(35\%\,_90\%\)\] {
    transform: translate(35%, 90%);
  }
  .\[transform\:translate\(50\%\,_-50\%\)\] {
    transform: translate(50%, -50%);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-move {
    animation: var(--animate-move);
  }
  .animate-rotate {
    animation: var(--animate-rotate);
  }
  .animate-stroke {
    animation: var(--animate-stroke);
  }
  .animate-ticker {
    animation: var(--animate-ticker);
  }
  .animate-updown {
    animation: var(--animate-updown);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .\!flex-col {
    flex-direction: column !important;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-center\! {
    align-items: center !important;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-start\! {
    align-items: flex-start !important;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-1\.25 {
    gap: calc(var(--spacing) * 1.25);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12\.5 {
    gap: calc(var(--spacing) * 12.5);
  }
  .self-center {
    align-self: center;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .\!rounded-full {
    border-radius: calc(infinity * 1px) !important;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3\.5xl {
    border-radius: var(--radius-3\.5xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-5xl {
    border-radius: var(--radius-5xl);
  }
  .rounded-\[130px\] {
    border-radius: 130px;
  }
  .rounded-\[340px\] {
    border-radius: 340px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-xl\! {
    border-radius: var(--radius-xl) !important;
  }
  .rounded-s-xl {
    border-start-start-radius: var(--radius-xl);
    border-end-start-radius: var(--radius-xl);
  }
  .rounded-ss-3xl {
    border-start-start-radius: var(--radius-3xl);
  }
  .rounded-ss-7xl {
    border-start-start-radius: var(--radius-7xl);
  }
  .rounded-ss-\[150px\] {
    border-start-start-radius: 150px;
  }
  .rounded-e-3\.5xl {
    border-start-end-radius: var(--radius-3\.5xl);
    border-end-end-radius: var(--radius-3\.5xl);
  }
  .rounded-e-xl {
    border-start-end-radius: var(--radius-xl);
    border-end-end-radius: var(--radius-xl);
  }
  .rounded-se-3\.5xl {
    border-start-end-radius: var(--radius-3\.5xl);
  }
  .rounded-se-3xl {
    border-start-end-radius: var(--radius-3xl);
  }
  .rounded-ee-7xl {
    border-end-end-radius: var(--radius-7xl);
  }
  .rounded-ee-\[110px\] {
    border-end-end-radius: 110px;
  }
  .rounded-ee-\[150px\] {
    border-end-end-radius: 150px;
  }
  .rounded-es-3\.5xl {
    border-end-start-radius: var(--radius-3\.5xl);
  }
  .rounded-es-3xl {
    border-end-start-radius: var(--radius-3xl);
  }
  .rounded-es-7xl {
    border-end-start-radius: var(--radius-7xl);
  }
  .rounded-t-3\.5xl {
    border-top-left-radius: var(--radius-3\.5xl);
    border-top-right-radius: var(--radius-3\.5xl);
  }
  .rounded-t-\[110px\] {
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
  }
  .rounded-t-full {
    border-top-left-radius: calc(infinity * 1px);
    border-top-right-radius: calc(infinity * 1px);
  }
  .rounded-t-lg {
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
  }
  .rounded-t-xl {
    border-top-left-radius: var(--radius-xl);
    border-top-right-radius: var(--radius-xl);
  }
  .rounded-l-3\.5xl {
    border-top-left-radius: var(--radius-3\.5xl);
    border-bottom-left-radius: var(--radius-3\.5xl);
  }
  .rounded-r-3\.5xl {
    border-top-right-radius: var(--radius-3\.5xl);
    border-bottom-right-radius: var(--radius-3\.5xl);
  }
  .rounded-b-3\.5xl {
    border-bottom-right-radius: var(--radius-3\.5xl);
    border-bottom-left-radius: var(--radius-3\.5xl);
  }
  .rounded-b-lg {
    border-bottom-right-radius: var(--radius-lg);
    border-bottom-left-radius: var(--radius-lg);
  }
  .rounded-b-xl {
    border-bottom-right-radius: var(--radius-xl);
    border-bottom-left-radius: var(--radius-xl);
  }
  .\!border {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border\! {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-0\! {
    border-style: var(--tw-border-style) !important;
    border-width: 0px !important;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-\[20px\] {
    border-style: var(--tw-border-style);
    border-width: 20px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .\!border-b {
    border-bottom-style: var(--tw-border-style) !important;
    border-bottom-width: 1px !important;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-b-4 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .\!border-\[\#ffffff1a\] {
    border-color: #ffffff1a !important;
  }
  .\!border-primary {
    border-color: var(--color-primary) !important;
  }
  .border-\[\#0000005c\] {
    border-color: #0000005c;
  }
  .border-\[\#5e626f33\] {
    border-color: #5e626f33;
  }
  .border-\[\#00000020\] {
    border-color: #00000020;
  }
  .border-\[\#BEBEBE\] {
    border-color: #BEBEBE;
  }
  .border-\[\#DFDFDF\] {
    border-color: #DFDFDF;
  }
  .border-\[\#cfcfcf\] {
    border-color: #cfcfcf;
  }
  .border-\[\#dee2e6\] {
    border-color: #dee2e6;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-black\/5 {
    border-color: color-mix(in srgb, #000 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }
  .border-black\/10 {
    border-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .border-border {
    border-color: var(--color-border);
  }
  .border-foreground {
    border-color: var(--color-foreground);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-light {
    border-color: var(--color-light);
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-secondary {
    border-color: var(--color-secondary);
  }
  .border-secondary\! {
    border-color: var(--color-secondary) !important;
  }
  .border-secondary\/10 {
    border-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-secondary) 10%, transparent);
    }
  }
  .border-secondary\/10\! {
    border-color: color-mix(in srgb, #000 10%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-secondary) 10%, transparent) !important;
    }
  }
  .border-secondary\/20 {
    border-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-secondary) 20%, transparent);
    }
  }
  .border-secondary\/30 {
    border-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-secondary) 30%, transparent);
    }
  }
  .border-secondary\/90 {
    border-color: color-mix(in srgb, #000 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-secondary) 90%, transparent);
    }
  }
  .border-success {
    border-color: var(--color-success);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-white\/30 {
    border-color: color-mix(in srgb, #fff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .\!bg-black {
    background-color: var(--color-black) !important;
  }
  .\!bg-lightdark {
    background-color: var(--color-lightdark) !important;
  }
  .\!bg-primary {
    background-color: var(--color-primary) !important;
  }
  .\!bg-secondary {
    background-color: var(--color-secondary) !important;
  }
  .bg-\[\#0000004d\] {
    background-color: #0000004d;
  }
  .bg-\[\#5E5CC6\] {
    background-color: #5E5CC6;
  }
  .bg-\[\#46b95a\] {
    background-color: #46b95a;
  }
  .bg-\[\#24262B\] {
    background-color: #24262B;
  }
  .bg-\[\#F3F3F3\] {
    background-color: #F3F3F3;
  }
  .bg-\[\#FCF7E2\] {
    background-color: #FCF7E2;
  }
  .bg-\[\#FFEDD4\] {
    background-color: #FFEDD4;
  }
  .bg-\[\#dfdede\] {
    background-color: #dfdede;
  }
  .bg-\[\#e9ecef\] {
    background-color: #e9ecef;
  }
  .bg-\[\#ffffffb3\] {
    background-color: #ffffffb3;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-black\/70 {
    background-color: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }
  .bg-card {
    background-color: var(--color-card);
  }
  .bg-danger {
    background-color: var(--color-danger);
  }
  .bg-foreground {
    background-color: var(--color-foreground);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-info {
    background-color: var(--color-info);
  }
  .bg-light {
    background-color: var(--color-light);
  }
  .bg-light2 {
    background-color: var(--color-light2);
  }
  .bg-lightdark {
    background-color: var(--color-lightdark);
  }
  .bg-lightdark\! {
    background-color: var(--color-lightdark) !important;
  }
  .bg-orange {
    background-color: var(--color-orange);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-purple {
    background-color: var(--color-purple);
  }
  .bg-red {
    background-color: var(--color-red);
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-success {
    background-color: var(--color-success);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-transparent\! {
    background-color: transparent !important;
  }
  .bg-warning {
    background-color: var(--color-warning);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-linear-\(--bg1-gradient\) {
    --tw-gradient-position: var(--bg1-gradient);
    background-image: linear-gradient(var(--tw-gradient-stops,var(--bg1-gradient)));
  }
  .bg-\[url\(\'\.\.\/images\/background\/bg-shape\.jpg\'\)\] {
    background-image: url('../images/background/bg-shape.jpg');
  }
  .bg-\[url\(\'\.\.\/images\/background\/banner_bg\.jpg\'\)\] {
    background-image: url('../images/background/banner_bg.jpg');
  }
  .bg-\[url\(\'\.\.\/images\/background\/bg2\.jpg\'\)\] {
    background-image: url('../images/background/bg2.jpg');
  }
  .bg-\[url\(\'\.\.\/images\/background\/bg7\.jpg\'\)\] {
    background-image: url('../images/background/bg7.jpg');
  }
  .bg-\[url\(\'\.\.\/images\/shop\/large\/product1\.png\'\)\] {
    background-image: url('../images/shop/large/product1.png');
  }
  .bg-\[url\(\'\.\.\/images\/shop\/large\/product2\.png\'\)\] {
    background-image: url('../images/shop/large/product2.png');
  }
  .\[mask-image\:url\(\.\.\/images\/bg-media\.svg\)\] {
    mask-image: url(../images/bg-media.svg);
  }
  .\[mask-image\:url\(\.\.\/images\/shape\/shape-1\.png\)\] {
    mask-image: url(../images/shape/shape-1.png);
  }
  .\[mask-image\:url\(\.\.\/images\/shape\/shape-2\.png\)\] {
    mask-image: url(../images/shape/shape-2.png);
  }
  .\[mask-image\:url\(\.\.\/images\/shape\/shape-3\.png\)\] {
    mask-image: url(../images/shape/shape-3.png);
  }
  .\[mask-image\:url\(\.\.\/images\/shape\/shape-4\.png\)\] {
    mask-image: url(../images/shape/shape-4.png);
  }
  .mask-\[url\(\.\.\/images\/bg-media\.svg\)\] {
    mask-image: url(../images/bg-media.svg);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-size-\[150px\] {
    background-size: 150px;
  }
  .bg-fixed {
    background-attachment: fixed;
  }
  .bg-center {
    background-position: center;
  }
  .bg-top {
    background-position: top;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .\[mask-size\:100\%_100\%\] {
    mask-size: 100% 100%;
  }
  .\[mask-size\:auto_100\%\] {
    mask-size: auto 100%;
  }
  .\[mask-position\:left\] {
    mask-position: left;
  }
  .\[mask-position\:right\] {
    mask-position: right;
  }
  .\[mask-repeat\:no-repeat\] {
    mask-repeat: no-repeat;
  }
  .fill-white {
    fill: var(--color-white);
  }
  .stroke-white {
    stroke: var(--color-white);
  }
  .stroke-2 {
    stroke-width: 2;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .\!p-0 {
    padding: calc(var(--spacing) * 0) !important;
  }
  .\!p-5 {
    padding: calc(var(--spacing) * 5) !important;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-1\.25 {
    padding: calc(var(--spacing) * 1.25);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-3\.75 {
    padding: calc(var(--spacing) * 3.75);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-4\.5 {
    padding: calc(var(--spacing) * 4.5);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6\.25 {
    padding: calc(var(--spacing) * 6.25);
  }
  .p-7\.5 {
    padding: calc(var(--spacing) * 7.5);
  }
  .p-7\.5\! {
    padding: calc(var(--spacing) * 7.5) !important;
  }
  .p-9 {
    padding: calc(var(--spacing) * 9);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-17 {
    padding: calc(var(--spacing) * 17);
  }
  .p-20 {
    padding: calc(var(--spacing) * 20);
  }
  .p-\[65px\] {
    padding: 65px;
  }
  .\!px-0 {
    padding-inline: calc(var(--spacing) * 0) !important;
  }
  .\!px-3 {
    padding-inline: calc(var(--spacing) * 3) !important;
  }
  .\!px-25 {
    padding-inline: calc(var(--spacing) * 25) !important;
  }
  .px-0\! {
    padding-inline: calc(var(--spacing) * 0) !important;
  }
  .px-0\.5 {
    padding-inline: calc(var(--spacing) * 0.5);
  }
  .px-1\.25 {
    padding-inline: calc(var(--spacing) * 1.25);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-3\.75 {
    padding-inline: calc(var(--spacing) * 3.75);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-4\.5 {
    padding-inline: calc(var(--spacing) * 4.5);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-5\.75 {
    padding-inline: calc(var(--spacing) * 5.75);
  }
  .px-6\.25 {
    padding-inline: calc(var(--spacing) * 6.25);
  }
  .px-7\.5 {
    padding-inline: calc(var(--spacing) * 7.5);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .px-15 {
    padding-inline: calc(var(--spacing) * 15);
  }
  .px-18\.75 {
    padding-inline: calc(var(--spacing) * 18.75);
  }
  .px-\[35px\] {
    padding-inline: 35px;
  }
  .py-0\.75 {
    padding-block: calc(var(--spacing) * 0.75);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-1\.25 {
    padding-block: calc(var(--spacing) * 1.25);
  }
  .py-1\.75 {
    padding-block: calc(var(--spacing) * 1.75);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\! {
    padding-block: calc(var(--spacing) * 2) !important;
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.75 {
    padding-block: calc(var(--spacing) * 3.75);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-4\.5 {
    padding-block: calc(var(--spacing) * 4.5);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6\.25 {
    padding-block: calc(var(--spacing) * 6.25);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-7\.5 {
    padding-block: calc(var(--spacing) * 7.5);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-15 {
    padding-block: calc(var(--spacing) * 15);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-25 {
    padding-block: calc(var(--spacing) * 25);
  }
  .py-32 {
    padding-block: calc(var(--spacing) * 32);
  }
  .py-\[35px\] {
    padding-block: 35px;
  }
  .py-\[38px\] {
    padding-block: 38px;
  }
  .py-\[42px\] {
    padding-block: 42px;
  }
  .py-\[90px\] {
    padding-block: 90px;
  }
  .py-\[280px\] {
    padding-block: 280px;
  }
  .ps-0 {
    padding-inline-start: calc(var(--spacing) * 0);
  }
  .ps-2 {
    padding-inline-start: calc(var(--spacing) * 2);
  }
  .ps-3 {
    padding-inline-start: calc(var(--spacing) * 3);
  }
  .pe-0 {
    padding-inline-end: calc(var(--spacing) * 0);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-0\! {
    padding-top: calc(var(--spacing) * 0) !important;
  }
  .pt-0\.5 {
    padding-top: calc(var(--spacing) * 0.5);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-3\.75 {
    padding-top: calc(var(--spacing) * 3.75);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-6\.25 {
    padding-top: calc(var(--spacing) * 6.25);
  }
  .pt-7\.5 {
    padding-top: calc(var(--spacing) * 7.5);
  }
  .pt-9 {
    padding-top: calc(var(--spacing) * 9);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-11 {
    padding-top: calc(var(--spacing) * 11);
  }
  .pt-12\.5 {
    padding-top: calc(var(--spacing) * 12.5);
  }
  .pt-17 {
    padding-top: calc(var(--spacing) * 17);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-25 {
    padding-top: calc(var(--spacing) * 25);
  }
  .pt-26 {
    padding-top: calc(var(--spacing) * 26);
  }
  .pt-\[90px\] {
    padding-top: 90px;
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-3\.75 {
    padding-right: calc(var(--spacing) * 3.75);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
  .pr-7\.5 {
    padding-right: calc(var(--spacing) * 7.5);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pr-16 {
    padding-right: calc(var(--spacing) * 16);
  }
  .pr-16\! {
    padding-right: calc(var(--spacing) * 16) !important;
  }
  .pr-20 {
    padding-right: calc(var(--spacing) * 20);
  }
  .pr-32 {
    padding-right: calc(var(--spacing) * 32);
  }
  .\!pb-0 {
    padding-bottom: calc(var(--spacing) * 0) !important;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-0\! {
    padding-bottom: calc(var(--spacing) * 0) !important;
  }
  .pb-1\.25 {
    padding-bottom: calc(var(--spacing) * 1.25);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-2\.5 {
    padding-bottom: calc(var(--spacing) * 2.5);
  }
  .pb-3\.75 {
    padding-bottom: calc(var(--spacing) * 3.75);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-7\.5 {
    padding-bottom: calc(var(--spacing) * 7.5);
  }
  .pb-7\.75 {
    padding-bottom: calc(var(--spacing) * 7.75);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-9 {
    padding-bottom: calc(var(--spacing) * 9);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-11\.25 {
    padding-bottom: calc(var(--spacing) * 11.25);
  }
  .pb-12\.5 {
    padding-bottom: calc(var(--spacing) * 12.5);
  }
  .pb-15 {
    padding-bottom: calc(var(--spacing) * 15);
  }
  .pb-17 {
    padding-bottom: calc(var(--spacing) * 17);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-25 {
    padding-bottom: calc(var(--spacing) * 25);
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .pl-0\.5 {
    padding-left: calc(var(--spacing) * 0.5);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-3\.75 {
    padding-left: calc(var(--spacing) * 3.75);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-5\! {
    padding-left: calc(var(--spacing) * 5) !important;
  }
  .pl-6\.25 {
    padding-left: calc(var(--spacing) * 6.25);
  }
  .pl-7\.5 {
    padding-left: calc(var(--spacing) * 7.5);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .pl-14 {
    padding-left: calc(var(--spacing) * 14);
  }
  .pl-20 {
    padding-left: calc(var(--spacing) * 20);
  }
  .pl-25 {
    padding-left: calc(var(--spacing) * 25);
  }
  .pl-32 {
    padding-left: calc(var(--spacing) * 32);
  }
  .pl-\[25\%\] {
    padding-left: 25%;
  }
  .pl-\[130px\] {
    padding-left: 130px;
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-end\! {
    text-align: end !important;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-start {
    text-align: start;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-top {
    vertical-align: top;
  }
  .font-Lufga {
    font-family: var(--font-Lufga);
  }
  .font-Lufga\! {
    font-family: var(--font-Lufga) !important;
  }
  .font-Roboto {
    font-family: var(--font-Roboto);
  }
  .font-Sans {
    font-family: var(--font-Sans);
  }
  .font-\[\'Font_Awesome_6_Free\'\] {
    font-family: 'Font Awesome 6 Free';
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-2xl\! {
    font-size: var(--text-2xl) !important;
    line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-3xl\! {
    font-size: var(--text-3xl) !important;
    line-height: var(--tw-leading, var(--text-3xl--line-height)) !important;
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-4xl\! {
    font-size: var(--text-4xl) !important;
    line-height: var(--tw-leading, var(--text-4xl--line-height)) !important;
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-5xl\! {
    font-size: var(--text-5xl) !important;
    line-height: var(--tw-leading, var(--text-5xl--line-height)) !important;
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-6xl\! {
    font-size: var(--text-6xl) !important;
    line-height: var(--tw-leading, var(--text-6xl--line-height)) !important;
  }
  .text-8xl {
    font-size: var(--text-8xl);
    line-height: var(--tw-leading, var(--text-8xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-base\! {
    font-size: var(--text-base) !important;
    line-height: var(--tw-leading, var(--text-base--line-height)) !important;
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-lg\! {
    font-size: var(--text-lg) !important;
    line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-sm\! {
    font-size: var(--text-sm) !important;
    line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xl\! {
    font-size: var(--text-xl) !important;
    line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-2\.5xl {
    font-size: var(--text-2\.5xl);
  }
  .text-2\.5xl\! {
    font-size: var(--text-2\.5xl) !important;
  }
  .text-2sm {
    font-size: var(--text-2sm);
  }
  .text-2sm\! {
    font-size: var(--text-2sm) !important;
  }
  .text-2xs {
    font-size: var(--text-2xs);
  }
  .text-2xxl {
    font-size: var(--text-2xxl);
  }
  .text-2xxl\! {
    font-size: var(--text-2xxl) !important;
  }
  .text-4\.5xl {
    font-size: var(--text-4\.5xl);
  }
  .text-4\.5xl\! {
    font-size: var(--text-4\.5xl) !important;
  }
  .text-7\.5xl {
    font-size: var(--text-7\.5xl);
  }
  .text-8\.5xl {
    font-size: var(--text-8\.5xl);
  }
  .text-8\.5xl\! {
    font-size: var(--text-8\.5xl) !important;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[46px\] {
    font-size: 46px;
  }
  .text-\[55px\] {
    font-size: 55px;
  }
  .text-\[65px\] {
    font-size: 65px;
  }
  .text-\[140px\] {
    font-size: 140px;
  }
  .text-\[190px\] {
    font-size: 190px;
  }
  .text-xxl {
    font-size: var(--text-xxl);
  }
  .\!leading-\[1\.3\] {
    --tw-leading: 1.3 !important;
    line-height: 1.3 !important;
  }
  .\!leading-\[1\] {
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }
  .leading-4\! {
    --tw-leading: calc(var(--spacing) * 4) !important;
    line-height: calc(var(--spacing) * 4) !important;
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6\! {
    --tw-leading: calc(var(--spacing) * 6) !important;
    line-height: calc(var(--spacing) * 6) !important;
  }
  .leading-6\.75 {
    --tw-leading: calc(var(--spacing) * 6.75);
    line-height: calc(var(--spacing) * 6.75);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-8\.5 {
    --tw-leading: calc(var(--spacing) * 8.5);
    line-height: calc(var(--spacing) * 8.5);
  }
  .leading-9 {
    --tw-leading: calc(var(--spacing) * 9);
    line-height: calc(var(--spacing) * 9);
  }
  .leading-10 {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
  }
  .leading-11\! {
    --tw-leading: calc(var(--spacing) * 11) !important;
    line-height: calc(var(--spacing) * 11) !important;
  }
  .leading-11\.25 {
    --tw-leading: calc(var(--spacing) * 11.25);
    line-height: calc(var(--spacing) * 11.25);
  }
  .leading-11\.25\! {
    --tw-leading: calc(var(--spacing) * 11.25) !important;
    line-height: calc(var(--spacing) * 11.25) !important;
  }
  .leading-12 {
    --tw-leading: calc(var(--spacing) * 12);
    line-height: calc(var(--spacing) * 12);
  }
  .leading-18 {
    --tw-leading: calc(var(--spacing) * 18);
    line-height: calc(var(--spacing) * 18);
  }
  .leading-\[0\.7\] {
    --tw-leading: 0.7;
    line-height: 0.7;
  }
  .leading-\[0\.8\] {
    --tw-leading: 0.8;
    line-height: 0.8;
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.2\]\! {
    --tw-leading: 1.2 !important;
    line-height: 1.2 !important;
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-\[1\.3\]\! {
    --tw-leading: 1.3 !important;
    line-height: 1.3 !important;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\.7\] {
    --tw-leading: 1.7;
    line-height: 1.7;
  }
  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }
  .leading-\[1\] {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[21px\] {
    --tw-leading: 21px;
    line-height: 21px;
  }
  .leading-\[26px\]\! {
    --tw-leading: 26px !important;
    line-height: 26px !important;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[50px\] {
    --tw-leading: 50px;
    line-height: 50px;
  }
  .leading-\[55px\] {
    --tw-leading: 55px;
    line-height: 55px;
  }
  .leading-none\! {
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-\[2px\] {
    --tw-tracking: 2px;
    letter-spacing: 2px;
  }
  .tracking-\[7\.2px\] {
    --tw-tracking: 7.2px;
    letter-spacing: 7.2px;
  }
  .tracking-\[8px\] {
    --tw-tracking: 8px;
    letter-spacing: 8px;
  }
  .tracking-\[12px\] {
    --tw-tracking: 12px;
    letter-spacing: 12px;
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-nowrap\! {
    white-space: nowrap !important;
  }
  .whitespace-pre {
    white-space: pre;
  }
  .\!text-\[\#159E42\] {
    color: #159E42 !important;
  }
  .\!text-black {
    color: var(--color-black) !important;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-\[\#5E626F\] {
    color: #5E626F;
  }
  .text-\[\#6f5e5e\] {
    color: #6f5e5e;
  }
  .text-\[\#159E42\] {
    color: #159E42;
  }
  .text-\[\#BEBEBE\] {
    color: #BEBEBE;
  }
  .text-\[\#FFA048\] {
    color: #FFA048;
  }
  .text-\[\#d5d5d5\] {
    color: #d5d5d5;
  }
  .text-\[\#e4e5e8\] {
    color: #e4e5e8;
  }
  .text-\[\#ff8a00\] {
    color: #ff8a00;
  }
  .text-\[\#ffffffcc\] {
    color: #ffffffcc;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black\! {
    color: var(--color-black) !important;
  }
  .text-body {
    color: var(--color-body);
  }
  .text-body\! {
    color: var(--color-body) !important;
  }
  .text-dark {
    color: var(--color-dark);
  }
  .text-foreground {
    color: var(--color-foreground);
  }
  .text-lightdark {
    color: var(--color-lightdark);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .text-secondary\/75 {
    color: color-mix(in srgb, #000 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-secondary) 75%, transparent);
    }
  }
  .text-success {
    color: var(--color-success);
  }
  .text-title {
    color: var(--color-title);
  }
  .text-title\! {
    color: var(--color-title) !important;
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\! {
    color: var(--color-white) !important;
  }
  .text-white\/60 {
    color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .text-yellow {
    color: var(--color-yellow);
  }
  .\[text-transform\:unset\] {
    text-transform: unset;
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .\!opacity-100 {
    opacity: 100% !important;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_10px_20px_rgba\(0\,0\,0\,0\.19\)\,0_6px_6px_rgba\(0\,0\,0\,0\.23\)\] {
    --tw-shadow: 0 10px 20px var(--tw-shadow-color, rgba(0,0,0,0.19)), 0 6px 6px var(--tw-shadow-color, rgba(0,0,0,0.23));
    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_44px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0px 4px 44px var(--tw-shadow-color, rgba(0,0,0,0.15));
    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_15px_30px_0px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 15px 30px 0px var(--tw-shadow-color, rgba(0,0,0,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_15px_40px_0px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 15px 40px 0px var(--tw-shadow-color, rgba(0,0,0,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_15px_50px_0px_rgba\(94\,141\,118\,0\.1\)\] {
    --tw-shadow: 0px 15px 50px 0px var(--tw-shadow-color, rgba(94,141,118,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_36px_48_rgba\(31\,66\,135\,0\.04\)\] {
    --tw-shadow: 0px 36px 48 var(--tw-shadow-color, rgba(31,66,135,0.04));
    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_36px_48px_rgba\(31\,66\,135\,0\.04\)\] {
    --tw-shadow: 0px 36px 48px var(--tw-shadow-color, rgba(31,66,135,0.04));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[5px_-20px_30px_0_rgba\(82\,48\,0\,0\.13\)\] {
    --tw-shadow: 5px -20px 30px 0 var(--tw-shadow-color, rgba(82,48,0,0.13));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[5px_15px_30px_0px_rgba\(82\,48\,0\,0\.13\)\] {
    --tw-shadow: 5px 15px 30px 0px var(--tw-shadow-color, rgba(82,48,0,0.13));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-account-sidebar {
    --tw-shadow: 0 0 20px 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-card {
    --tw-shadow: 0px 36px 48px var(--tw-shadow-color, rgba(31, 66, 135, 0.04));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-default {
    --tw-shadow: 0px 15px 15px 0px 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-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-wrapper {
    --tw-shadow: 0px 0px 60px 0px var(--tw-shadow-color, rgba(168, 3, 3, 0.15));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[rgba\(149\,157\,165\,0\.2\)_0px_8px_24px\] {
    --tw-shadow-color: rgba(149,157,165,0.2);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, rgba(149,157,165,0.2) 0px 8px 24px var(--tw-shadow-alpha), transparent);
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .blur-\[9px\] {
    --tw-blur: blur(9px);
    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,);
  }
  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
    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,);
  }
  .drop-shadow-\[5px_-15px_30px_rgba\(82\,48\,0\,0\.13\)\] {
    --tw-drop-shadow-size: drop-shadow(5px -15px 30px var(--tw-drop-shadow-color, rgba(82,48,0,0.13)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-\[7px\] {
    --tw-backdrop-blur: blur(7px);
    -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,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .delay-75 {
    transition-delay: 75ms;
  }
  .duration-75 {
    --tw-duration: 75ms;
    transition-duration: 75ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .duration-800 {
    --tw-duration: 800ms;
    transition-duration: 800ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .duration-\[20s\] {
    --tw-duration: 20s;
    transition-duration: 20s;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .\[--color-title\:\#fff\] {
    --color-title: #fff;
  }
  .\[--color-title\:\#fff\]\! {
    --color-title: #fff !important;
  }
  .\[-webkit-text-stroke-color\:\#0000001a\] {
    -webkit-text-stroke-color: #0000001a;
  }
  .\[-webkit-text-stroke-color\:\#0000004d\] {
    -webkit-text-stroke-color: #0000004d;
  }
  .\[-webkit-text-stroke-width\:1px\] {
    -webkit-text-stroke-width: 1px;
  }
  .\[animation-direction\:reverse\] {
    animation-direction: reverse;
  }
  .\[background\:linear-gradient\(180deg\,_\#feeb9d_0\%\,_\#fffaf3_100\%\)\] {
    background: linear-gradient(180deg, #feeb9d 0%, #fffaf3 100%);
  }
  .\[background\:var\(--gradient2\)\] {
    background: var(--gradient2);
  }
  .\[hostname\:port\] {
    hostname: port;
  }
  .\[text-shadow\:0px_0px_30px_\#000\] {
    text-shadow: 0px 0px 30px #000;
  }
  .\[writing-mode\:tb-rl\] {
    writing-mode: tb-rl;
  }
  .\[writing-mode\:vertical-rl\] {
    writing-mode: vertical-rl;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-hover\:-bottom-1 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        bottom: calc(var(--spacing) * -1);
      }
    }
  }
  .group-hover\:bottom-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        bottom: calc(var(--spacing) * 0);
      }
    }
  }
  .group-hover\:bottom-17 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        bottom: calc(var(--spacing) * 17);
      }
    }
  }
  .group-hover\:-translate-1\/2 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
        --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:-translate-y-5 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:scale-125 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 125%;
        --tw-scale-y: 125%;
        --tw-scale-z: 125%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:\[transform\:scale\(1\.3\)_rotate\(-20deg\)\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        transform: scale(1.3) rotate(-20deg);
      }
    }
  }
  .group-hover\:animate-toBottomFromTop {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        animation: var(--animate-toBottomFromTop);
      }
    }
  }
  .group-hover\:animate-toLeftFromRight {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        animation: var(--animate-toLeftFromRight);
      }
    }
  }
  .group-hover\:bg-primary {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-primary);
      }
    }
  }
  .group-hover\:fill-foreground {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: var(--color-foreground);
      }
    }
  }
  .group-hover\:stroke-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        stroke: var(--color-white);
      }
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .selection\:bg-primary {
    & *::selection {
      background-color: var(--color-primary);
    }
    &::selection {
      background-color: var(--color-primary);
    }
  }
  .selection\:text-white {
    & *::selection {
      color: var(--color-white);
    }
    &::selection {
      color: var(--color-white);
    }
  }
  .placeholder\:text-black\! {
    &::placeholder {
      color: var(--color-black) !important;
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:right-3\.75 {
    &::before {
      content: var(--tw-content);
      right: calc(var(--spacing) * 3.75);
    }
  }
  .before\:bottom-1\/2 {
    &::before {
      content: var(--tw-content);
      bottom: calc(1 / 2 * 100%);
    }
  }
  .before\:mr-2\.5 {
    &::before {
      content: var(--tw-content);
      margin-right: calc(var(--spacing) * 2.5);
    }
  }
  .before\:inline-block {
    &::before {
      content: var(--tw-content);
      display: inline-block;
    }
  }
  .before\:size-10 {
    &::before {
      content: var(--tw-content);
      width: calc(var(--spacing) * 10);
      height: calc(var(--spacing) * 10);
    }
  }
  .before\:h-0\.5 {
    &::before {
      content: var(--tw-content);
      height: calc(var(--spacing) * 0.5);
    }
  }
  .before\:w-9 {
    &::before {
      content: var(--tw-content);
      width: calc(var(--spacing) * 9);
    }
  }
  .before\:-translate-y-1\/2 {
    &::before {
      content: var(--tw-content);
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:rounded-full {
    &::before {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .before\:bg-black {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-black);
    }
  }
  .before\:bg-black\/70 {
    &::before {
      content: var(--tw-content);
      background-color: color-mix(in srgb, #000 70%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
      }
    }
  }
  .before\:bg-primary {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-primary);
    }
  }
  .before\:bg-secondary {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-secondary);
    }
  }
  .before\:pr-3 {
    &::before {
      content: var(--tw-content);
      padding-right: calc(var(--spacing) * 3);
    }
  }
  .before\:align-middle {
    &::before {
      content: var(--tw-content);
      vertical-align: middle;
    }
  }
  .before\:font-\[\'Font_Awesome_5_Free\'\] {
    &::before {
      content: var(--tw-content);
      font-family: 'Font Awesome 5 Free';
    }
  }
  .before\:font-bold {
    &::before {
      content: var(--tw-content);
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .before\:opacity-40 {
    &::before {
      content: var(--tw-content);
      opacity: 40%;
    }
  }
  .before\:opacity-70 {
    &::before {
      content: var(--tw-content);
      opacity: 70%;
    }
  }
  .before\:content-\[\'\'\] {
    &::before {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .before\:content-\[\'\\f105\'\] {
    &::before {
      --tw-content: '\f105';
      content: var(--tw-content);
    }
  }
  .after\:pointer-events-none {
    &::after {
      content: var(--tw-content);
      pointer-events: none;
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:fixed {
    &::after {
      content: var(--tw-content);
      position: fixed;
    }
  }
  .after\:top-0 {
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .after\:top-1\/2 {
    &::after {
      content: var(--tw-content);
      top: calc(1 / 2 * 100%);
    }
  }
  .after\:top-2 {
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * 2);
    }
  }
  .after\:top-5 {
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * 5);
    }
  }
  .after\:top-\[-22\%\] {
    &::after {
      content: var(--tw-content);
      top: -22%;
    }
  }
  .after\:top-\[-52\%\] {
    &::after {
      content: var(--tw-content);
      top: -52%;
    }
  }
  .after\:right-0 {
    &::after {
      content: var(--tw-content);
      right: calc(var(--spacing) * 0);
    }
  }
  .after\:right-\[-17px\] {
    &::after {
      content: var(--tw-content);
      right: -17px;
    }
  }
  .after\:right-\[170px\] {
    &::after {
      content: var(--tw-content);
      right: 170px;
    }
  }
  .after\:bottom-0 {
    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0);
    }
  }
  .after\:bottom-0\.5 {
    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0.5);
    }
  }
  .after\:bottom-12 {
    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 12);
    }
  }
  .after\:-left-15 {
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * -15);
    }
  }
  .after\:left-0 {
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .after\:left-1\.25 {
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 1.25);
    }
  }
  .after\:left-1\/2 {
    &::after {
      content: var(--tw-content);
      left: calc(1 / 2 * 100%);
    }
  }
  .after\:left-2\.5 {
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 2.5);
    }
  }
  .after\:left-\[-3px\] {
    &::after {
      content: var(--tw-content);
      left: -3px;
    }
  }
  .after\:left-\[-14\%\] {
    &::after {
      content: var(--tw-content);
      left: -14%;
    }
  }
  .after\:left-\[-20\%\] {
    &::after {
      content: var(--tw-content);
      left: -20%;
    }
  }
  .after\:left-\[12\%\] {
    &::after {
      content: var(--tw-content);
      left: 12%;
    }
  }
  .after\:left-\[16\%\] {
    &::after {
      content: var(--tw-content);
      left: 16%;
    }
  }
  .after\:-z-1 {
    &::after {
      content: var(--tw-content);
      z-index: calc(1 * -1);
    }
  }
  .after\:z-0 {
    &::after {
      content: var(--tw-content);
      z-index: 0;
    }
  }
  .after\:z-99999 {
    &::after {
      content: var(--tw-content);
      z-index: 99999;
    }
  }
  .after\:z-\[-2\] {
    &::after {
      content: var(--tw-content);
      z-index: -2;
    }
  }
  .after\:clear-both {
    &::after {
      content: var(--tw-content);
      clear: both;
    }
  }
  .after\:block {
    &::after {
      content: var(--tw-content);
      display: block;
    }
  }
  .after\:flex {
    &::after {
      content: var(--tw-content);
      display: flex;
    }
  }
  .after\:hidden {
    &::after {
      content: var(--tw-content);
      display: none;
    }
  }
  .after\:size-1\.5 {
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 1.5);
      height: calc(var(--spacing) * 1.5);
    }
  }
  .after\:size-2\.5 {
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 2.5);
      height: calc(var(--spacing) * 2.5);
    }
  }
  .after\:size-7 {
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 7);
      height: calc(var(--spacing) * 7);
    }
  }
  .after\:size-10 {
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 10);
      height: calc(var(--spacing) * 10);
    }
  }
  .after\:size-\[68\%\] {
    &::after {
      content: var(--tw-content);
      width: 68%;
      height: 68%;
    }
  }
  .after\:size-full {
    &::after {
      content: var(--tw-content);
      width: 100%;
      height: 100%;
    }
  }
  .after\:h-0\.5 {
    &::after {
      content: var(--tw-content);
      height: calc(var(--spacing) * 0.5);
    }
  }
  .after\:h-0\.75 {
    &::after {
      content: var(--tw-content);
      height: calc(var(--spacing) * 0.75);
    }
  }
  .after\:h-3\/5 {
    &::after {
      content: var(--tw-content);
      height: calc(3 / 5 * 100%);
    }
  }
  .after\:h-4\/5 {
    &::after {
      content: var(--tw-content);
      height: calc(4 / 5 * 100%);
    }
  }
  .after\:h-17 {
    &::after {
      content: var(--tw-content);
      height: calc(var(--spacing) * 17);
    }
  }
  .after\:h-\[22px\] {
    &::after {
      content: var(--tw-content);
      height: 22px;
    }
  }
  .after\:h-\[35px\] {
    &::after {
      content: var(--tw-content);
      height: 35px;
    }
  }
  .after\:h-\[60\%\] {
    &::after {
      content: var(--tw-content);
      height: 60%;
    }
  }
  .after\:h-\[1505px\] {
    &::after {
      content: var(--tw-content);
      height: 1505px;
    }
  }
  .after\:h-\[calc\(100\%_\+_90px\)\] {
    &::after {
      content: var(--tw-content);
      height: calc(100% + 90px);
    }
  }
  .after\:h-full {
    &::after {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .after\:h-screen {
    &::after {
      content: var(--tw-content);
      height: 100vh;
    }
  }
  .after\:w-0 {
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 0);
    }
  }
  .after\:w-6 {
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 6);
    }
  }
  .after\:w-\[24\%\] {
    &::after {
      content: var(--tw-content);
      width: 24%;
    }
  }
  .after\:w-\[51\%\] {
    &::after {
      content: var(--tw-content);
      width: 51%;
    }
  }
  .after\:w-\[103\%\] {
    &::after {
      content: var(--tw-content);
      width: 103%;
    }
  }
  .after\:w-\[260px\] {
    &::after {
      content: var(--tw-content);
      width: 260px;
    }
  }
  .after\:w-\[calc\(100\%_\+_25px\)\] {
    &::after {
      content: var(--tw-content);
      width: calc(100% + 25px);
    }
  }
  .after\:w-full {
    &::after {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .after\:w-px {
    &::after {
      content: var(--tw-content);
      width: 1px;
    }
  }
  .after\:-translate-1\/2 {
    &::after {
      content: var(--tw-content);
      --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:-translate-x-1\/2 {
    &::after {
      content: var(--tw-content);
      --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:-translate-y-1\/2 {
    &::after {
      content: var(--tw-content);
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:rotate-15 {
    &::after {
      content: var(--tw-content);
      rotate: 15deg;
    }
  }
  .after\:rotate-45 {
    &::after {
      content: var(--tw-content);
      rotate: 45deg;
    }
  }
  .after\:\[transform\:translate\(-60px\,_-50\%\)\] {
    &::after {
      content: var(--tw-content);
      transform: translate(-60px, -50%);
    }
  }
  .after\:cursor-pointer {
    &::after {
      content: var(--tw-content);
      cursor: pointer;
    }
  }
  .after\:items-center {
    &::after {
      content: var(--tw-content);
      align-items: center;
    }
  }
  .after\:justify-center {
    &::after {
      content: var(--tw-content);
      justify-content: center;
    }
  }
  .after\:rounded-3xl {
    &::after {
      content: var(--tw-content);
      border-radius: var(--radius-3xl);
    }
  }
  .after\:rounded-full {
    &::after {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .after\:rounded-xl {
    &::after {
      content: var(--tw-content);
      border-radius: var(--radius-xl);
    }
  }
  .after\:rounded-t-full {
    &::after {
      content: var(--tw-content);
      border-top-left-radius: calc(infinity * 1px);
      border-top-right-radius: calc(infinity * 1px);
    }
  }
  .after\:rounded-b-\[200px\] {
    &::after {
      content: var(--tw-content);
      border-bottom-right-radius: 200px;
      border-bottom-left-radius: 200px;
    }
  }
  .after\:border {
    &::after {
      content: var(--tw-content);
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .after\:border-r {
    &::after {
      content: var(--tw-content);
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .after\:border-dashed {
    &::after {
      content: var(--tw-content);
      --tw-border-style: dashed;
      border-style: dashed;
    }
  }
  .after\:border-black\/15 {
    &::after {
      content: var(--tw-content);
      border-color: color-mix(in srgb, #000 15%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-black) 15%, transparent);
      }
    }
  }
  .after\:border-secondary {
    &::after {
      content: var(--tw-content);
      border-color: var(--color-secondary);
    }
  }
  .after\:bg-\[\#00000066\] {
    &::after {
      content: var(--tw-content);
      background-color: #00000066;
    }
  }
  .after\:bg-\[\#FEEB9D\] {
    &::after {
      content: var(--tw-content);
      background-color: #FEEB9D;
    }
  }
  .after\:bg-\[\#FFFAE4\] {
    &::after {
      content: var(--tw-content);
      background-color: #FFFAE4;
    }
  }
  .after\:bg-\[\#FFFAF3\] {
    &::after {
      content: var(--tw-content);
      background-color: #FFFAF3;
    }
  }
  .after\:bg-\[\#bbbbbbad\] {
    &::after {
      content: var(--tw-content);
      background-color: #bbbbbbad;
    }
  }
  .after\:bg-\[\#cfcfcf\] {
    &::after {
      content: var(--tw-content);
      background-color: #cfcfcf;
    }
  }
  .after\:bg-\[\#ffffff80\] {
    &::after {
      content: var(--tw-content);
      background-color: #ffffff80;
    }
  }
  .after\:bg-black {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-black);
    }
  }
  .after\:bg-primary {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-primary);
    }
  }
  .after\:bg-secondary {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-secondary);
    }
  }
  .after\:bg-secondary\/10 {
    &::after {
      content: var(--tw-content);
      background-color: color-mix(in srgb, #000 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-secondary) 10%, transparent);
      }
    }
  }
  .after\:bg-success {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-success);
    }
  }
  .after\:bg-white {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-white);
    }
  }
  .after\:bg-linear-to-b {
    &::after {
      content: var(--tw-content);
      --tw-gradient-position: to bottom;
      @supports (background-image: linear-gradient(in lab, red, red)) {
        --tw-gradient-position: to bottom in oklab;
      }
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
  }
  .after\:bg-gradient-to-b {
    &::after {
      content: var(--tw-content);
      --tw-gradient-position: to bottom in oklab;
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
  }
  .after\:bg-\[linear-gradient\(90deg\,_\#FFFAF3_1\.69\%\,_rgba\(255\,250\,243\,0\)_103\.98\%\)\] {
    &::after {
      content: var(--tw-content);
      background-image: linear-gradient(90deg, #FFFAF3 1.69%, rgba(255,250,243,0) 103.98%);
    }
  }
  .after\:bg-\[url\(\'\.\.\/images\/collection\.png\'\)\] {
    &::after {
      content: var(--tw-content);
      background-image: url('../images/collection.png');
    }
  }
  .after\:from-black\/0 {
    &::after {
      content: var(--tw-content);
      --tw-gradient-from: color-mix(in srgb, #000 0%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-gradient-from: color-mix(in oklab, var(--color-black) 0%, 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));
    }
  }
  .after\:from-transparent {
    &::after {
      content: var(--tw-content);
      --tw-gradient-from: 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));
    }
  }
  .after\:via-black {
    &::after {
      content: var(--tw-content);
      --tw-gradient-via: var(--color-black);
      --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
      --tw-gradient-stops: var(--tw-gradient-via-stops);
    }
  }
  .after\:via-black\/20 {
    &::after {
      content: var(--tw-content);
      --tw-gradient-via: color-mix(in srgb, #000 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-gradient-via: color-mix(in oklab, var(--color-black) 20%, transparent);
      }
      --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
      --tw-gradient-stops: var(--tw-gradient-via-stops);
    }
  }
  .after\:to-black\/60 {
    &::after {
      content: var(--tw-content);
      --tw-gradient-to: color-mix(in srgb, #000 60%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-gradient-to: color-mix(in oklab, var(--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));
    }
  }
  .after\:to-transparent {
    &::after {
      content: var(--tw-content);
      --tw-gradient-to: 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));
    }
  }
  .after\:bg-cover {
    &::after {
      content: var(--tw-content);
      background-size: cover;
    }
  }
  .after\:bg-left {
    &::after {
      content: var(--tw-content);
      background-position: left;
    }
  }
  .after\:text-center {
    &::after {
      content: var(--tw-content);
      text-align: center;
    }
  }
  .after\:font-\[\'feather\'\] {
    &::after {
      content: var(--tw-content);
      font-family: 'feather';
    }
  }
  .after\:font-\[Font_Awesome_5_Free\] {
    &::after {
      content: var(--tw-content);
      font-family: Font Awesome 5 Free;
    }
  }
  .after\:text-lg {
    &::after {
      content: var(--tw-content);
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .after\:text-xxl {
    &::after {
      content: var(--tw-content);
      font-size: var(--text-xxl);
    }
  }
  .after\:leading-10 {
    &::after {
      content: var(--tw-content);
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
  .after\:font-black {
    &::after {
      content: var(--tw-content);
      --tw-font-weight: var(--font-weight-black);
      font-weight: var(--font-weight-black);
    }
  }
  .after\:text-title\! {
    &::after {
      content: var(--tw-content);
      color: var(--color-title) !important;
    }
  }
  .after\:text-white {
    &::after {
      content: var(--tw-content);
      color: var(--color-white);
    }
  }
  .after\:opacity-0 {
    &::after {
      content: var(--tw-content);
      opacity: 0%;
    }
  }
  .after\:opacity-70 {
    &::after {
      content: var(--tw-content);
      opacity: 70%;
    }
  }
  .after\:opacity-100 {
    &::after {
      content: var(--tw-content);
      opacity: 100%;
    }
  }
  .after\:opacity-\[20\%\] {
    &::after {
      content: var(--tw-content);
      opacity: 20%;
    }
  }
  .after\:mix-blend-soft-light {
    &::after {
      content: var(--tw-content);
      mix-blend-mode: soft-light;
    }
  }
  .after\:duration-200 {
    &::after {
      content: var(--tw-content);
      --tw-duration: 200ms;
      transition-duration: 200ms;
    }
  }
  .after\:duration-700 {
    &::after {
      content: var(--tw-content);
      --tw-duration: 700ms;
      transition-duration: 700ms;
    }
  }
  .after\:duration-1000 {
    &::after {
      content: var(--tw-content);
      --tw-duration: 1000ms;
      transition-duration: 1000ms;
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .after\:content-\[\'\\2b\'\] {
    &::after {
      --tw-content: '\2b';
      content: var(--tw-content);
    }
  }
  .after\:content-\[\'\\2f\'\] {
    &::after {
      --tw-content: '\2f';
      content: var(--tw-content);
    }
  }
  .after\:content-\[\'\\e83f\'\] {
    &::after {
      --tw-content: '\e83f';
      content: var(--tw-content);
    }
  }
  .after\:content-\[\'\\e829\'\] {
    &::after {
      --tw-content: '\e829';
      content: var(--tw-content);
    }
  }
  .after\:content-\[\'\\f078\'\] {
    &::after {
      --tw-content: '\f078';
      content: var(--tw-content);
    }
  }
  .group-hover\:after\:opacity-30 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          opacity: 30%;
        }
      }
    }
  }
  .hover\:mt-0 {
    &:hover {
      @media (hover: hover) {
        margin-top: calc(var(--spacing) * 0);
      }
    }
  }
  .hover\:-translate-y-2\.5 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -2.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:border-primary {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-primary);
      }
    }
  }
  .hover\:border-secondary {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-secondary);
      }
    }
  }
  .hover\:bg-\[\#d9d5cf\] {
    &:hover {
      @media (hover: hover) {
        background-color: #d9d5cf;
      }
    }
  }
  .hover\:bg-black {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
  }
  .hover\:bg-light {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-light);
      }
    }
  }
  .hover\:bg-primary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary);
      }
    }
  }
  .hover\:bg-secondary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-secondary);
      }
    }
  }
  .hover\:text-foreground {
    &:hover {
      @media (hover: hover) {
        color: var(--color-foreground);
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-secondary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-secondary);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:after\:w-full {
    &:hover {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          width: 100%;
        }
      }
    }
  }
  .focus\:bg-light {
    &:focus {
      background-color: var(--color-light);
    }
  }
  .focus\:shadow-\[0_0_0_0\.25rem_rgba\(0\,0\,0\,0\.65\)\] {
    &:focus {
      --tw-shadow: 0 0 0 0.25rem var(--tw-shadow-color, rgba(0,0,0,0.65));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:shadow-focus {
    &:focus {
      --tw-shadow: 0 0 0 0.25rem var(--tw-shadow-color, rgba(13, 119, 94, 0.65));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .in-\[html\.dark_\&\]\:flex {
    :where(html.dark *) & {
      display: flex;
    }
  }
  .in-\[html\.light_\&\]\:flex {
    :where(html.light *) & {
      display: flex;
    }
  }
  .max-4xl\:right-\[30\%\] {
    @media (width < 1680px) {
      right: 30%;
    }
  }
  .max-4xl\:-mr-10 {
    @media (width < 1680px) {
      margin-right: calc(var(--spacing) * -10);
    }
  }
  .max-4xl\:w-4\/5 {
    @media (width < 1680px) {
      width: calc(4 / 5 * 100%);
    }
  }
  .max-4xl\:w-17 {
    @media (width < 1680px) {
      width: calc(var(--spacing) * 17);
    }
  }
  .max-4xl\:p-6\.25 {
    @media (width < 1680px) {
      padding: calc(var(--spacing) * 6.25);
    }
  }
  .max-4xl\:p-12\.5 {
    @media (width < 1680px) {
      padding: calc(var(--spacing) * 12.5);
    }
  }
  .max-3xl\:right-\[1vw\] {
    @media (width < 1479px) {
      right: 1vw;
    }
  }
  .max-3xl\:bottom-15 {
    @media (width < 1479px) {
      bottom: calc(var(--spacing) * 15);
    }
  }
  .max-3xl\:mx-10 {
    @media (width < 1479px) {
      margin-inline: calc(var(--spacing) * 10);
    }
  }
  .max-3xl\:mt-0 {
    @media (width < 1479px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .max-3xl\:\!mr-0 {
    @media (width < 1479px) {
      margin-right: calc(var(--spacing) * 0) !important;
    }
  }
  .max-3xl\:mr-1\.25 {
    @media (width < 1479px) {
      margin-right: calc(var(--spacing) * 1.25);
    }
  }
  .max-3xl\:mb-5 {
    @media (width < 1479px) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .max-3xl\:ml-0 {
    @media (width < 1479px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .max-3xl\:ml-\[-28\%\] {
    @media (width < 1479px) {
      margin-left: -28%;
    }
  }
  .max-3xl\:hidden {
    @media (width < 1479px) {
      display: none;
    }
  }
  .max-3xl\:w-9 {
    @media (width < 1479px) {
      width: calc(var(--spacing) * 9);
    }
  }
  .max-3xl\:w-\[90\%\] {
    @media (width < 1479px) {
      width: 90%;
    }
  }
  .max-3xl\:w-\[200px\] {
    @media (width < 1479px) {
      width: 200px;
    }
  }
  .max-3xl\:scale-75 {
    @media (width < 1479px) {
      --tw-scale-x: 75%;
      --tw-scale-y: 75%;
      --tw-scale-z: 75%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .max-3xl\:p-3\.75 {
    @media (width < 1479px) {
      padding: calc(var(--spacing) * 3.75);
    }
  }
  .max-3xl\:px-3\.75 {
    @media (width < 1479px) {
      padding-inline: calc(var(--spacing) * 3.75);
    }
  }
  .max-3xl\:py-1\.25 {
    @media (width < 1479px) {
      padding-block: calc(var(--spacing) * 1.25);
    }
  }
  .max-3xl\:pt-0 {
    @media (width < 1479px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .max-3xl\:pt-1\.25 {
    @media (width < 1479px) {
      padding-top: calc(var(--spacing) * 1.25);
    }
  }
  .max-3xl\:pt-3 {
    @media (width < 1479px) {
      padding-top: calc(var(--spacing) * 3);
    }
  }
  .max-3xl\:pt-3\.75 {
    @media (width < 1479px) {
      padding-top: calc(var(--spacing) * 3.75);
    }
  }
  .max-3xl\:pt-17 {
    @media (width < 1479px) {
      padding-top: calc(var(--spacing) * 17);
    }
  }
  .max-3xl\:pr-16 {
    @media (width < 1479px) {
      padding-right: calc(var(--spacing) * 16);
    }
  }
  .max-3xl\:pb-1\.25 {
    @media (width < 1479px) {
      padding-bottom: calc(var(--spacing) * 1.25);
    }
  }
  .max-3xl\:pb-3\.75 {
    @media (width < 1479px) {
      padding-bottom: calc(var(--spacing) * 3.75);
    }
  }
  .max-3xl\:pb-12\.5 {
    @media (width < 1479px) {
      padding-bottom: calc(var(--spacing) * 12.5);
    }
  }
  .max-3xl\:pl-16 {
    @media (width < 1479px) {
      padding-left: calc(var(--spacing) * 16);
    }
  }
  .max-2xl\:hidden {
    @media (width < 1400px) {
      display: none;
    }
  }
  .max-2xl\:w-\[35px\] {
    @media (width < 1400px) {
      width: 35px;
    }
  }
  .max-2xl\:w-full {
    @media (width < 1400px) {
      width: 100%;
    }
  }
  .max-2xl\:px-7\.5\! {
    @media (width < 1400px) {
      padding-inline: calc(var(--spacing) * 7.5) !important;
    }
  }
  .max-\[1366px\]\:pl-0 {
    @media (width < 1366px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .max-xl\:top-3\.75 {
    @media (width < 1200px) {
      top: calc(var(--spacing) * 3.75);
    }
  }
  .max-xl\:left-0 {
    @media (width < 1200px) {
      left: calc(var(--spacing) * 0);
    }
  }
  .max-xl\:left-\[35px\] {
    @media (width < 1200px) {
      left: 35px;
    }
  }
  .max-xl\:\!m-auto {
    @media (width < 1200px) {
      margin: auto !important;
    }
  }
  .max-xl\:mt-0 {
    @media (width < 1200px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .max-xl\:mt-2\.5 {
    @media (width < 1200px) {
      margin-top: calc(var(--spacing) * 2.5);
    }
  }
  .max-xl\:mr-2\.5 {
    @media (width < 1200px) {
      margin-right: calc(var(--spacing) * 2.5);
    }
  }
  .max-xl\:mb-0 {
    @media (width < 1200px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .max-xl\:mb-3 {
    @media (width < 1200px) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .max-xl\:mb-4 {
    @media (width < 1200px) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .max-xl\:mb-7\.5 {
    @media (width < 1200px) {
      margin-bottom: calc(var(--spacing) * 7.5);
    }
  }
  .max-xl\:ml-0 {
    @media (width < 1200px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .max-xl\:ml-15 {
    @media (width < 1200px) {
      margin-left: calc(var(--spacing) * 15);
    }
  }
  .max-xl\:ml-auto {
    @media (width < 1200px) {
      margin-left: auto;
    }
  }
  .max-xl\:block {
    @media (width < 1200px) {
      display: block;
    }
  }
  .max-xl\:flex {
    @media (width < 1200px) {
      display: flex;
    }
  }
  .max-xl\:hidden {
    @media (width < 1200px) {
      display: none;
    }
  }
  .max-xl\:hidden\! {
    @media (width < 1200px) {
      display: none !important;
    }
  }
  .max-xl\:h-20 {
    @media (width < 1200px) {
      height: calc(var(--spacing) * 20);
    }
  }
  .max-xl\:h-\[400px\] {
    @media (width < 1200px) {
      height: 400px;
    }
  }
  .max-xl\:h-\[350px\] {
    @media (width < 1200px) {
      height: 350px;
    }
  }
  .max-2xl\:h-\[400px\] {
    @media (width < 1460px) {
      height: 400px;
    }
  }
  .max-xl\:h-\[calc\(100vh_-_200px\)\] {
    @media (width < 1200px) {
      height: calc(100vh - 200px);
    }
  }
  .max-xl\:h-screen {
    @media (width < 1200px) {
      height: 100vh;
    }
  }
  .max-xl\:min-h-full {
    @media (width < 1200px) {
      min-height: 100%;
    }
  }
  .max-xl\:w-1\/4 {
    @media (width < 1200px) {
      width: calc(1 / 4 * 100%);
    }
  }
  .max-xl\:w-4\/5 {
    @media (width < 1200px) {
      width: calc(4 / 5 * 100%);
    }
  }
  .max-xl\:w-\[75vw\] {
    @media (width < 1200px) {
      width: 75vw;
    }
  }
  .max-xl\:w-\[280px\] {
    @media (width < 1200px) {
      width: 280px;
    }
  }
  .max-xl\:w-full {
    @media (width < 1200px) {
      width: 100%;
    }
  }
  .max-xl\:min-w-20 {
    @media (width < 1200px) {
      min-width: calc(var(--spacing) * 20);
    }
  }
  .max-xl\:flex-\[0_0_25\%\] {
    @media (width < 1200px) {
      flex: 0 0 25%;
    }
  }
  .max-xl\:flex-\[0_0_100\%\] {
    @media (width < 1200px) {
      flex: 0 0 100%;
    }
  }
  .max-xl\:flex-col {
    @media (width < 1200px) {
      flex-direction: column;
    }
  }
  .max-xl\:\[align-items\:unset\] {
    @media (width < 1200px) {
      align-items: unset;
    }
  }
  .max-xl\:gap-3\.75 {
    @media (width < 1200px) {
      gap: calc(var(--spacing) * 3.75);
    }
  }
  .max-xl\:overflow-scroll {
    @media (width < 1200px) {
      overflow: scroll;
    }
  }
  .max-xl\:rounded-xl {
    @media (width < 1200px) {
      border-radius: var(--radius-xl);
    }
  }
  .max-xl\:border-0 {
    @media (width < 1200px) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .max-xl\:p-5 {
    @media (width < 1200px) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .max-xl\:p-7\.5 {
    @media (width < 1200px) {
      padding: calc(var(--spacing) * 7.5);
    }
  }
  .max-xl\:p-10\! {
    @media (width < 1200px) {
      padding: calc(var(--spacing) * 10) !important;
    }
  }
  .max-xl\:p-\[55px\] {
    @media (width < 1200px) {
      padding: 55px;
    }
  }
  .max-xl\:px-2 {
    @media (width < 1200px) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .max-xl\:px-3\.75 {
    @media (width < 1200px) {
      padding-inline: calc(var(--spacing) * 3.75);
    }
  }
  .max-xl\:px-5 {
    @media (width < 1200px) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .max-xl\:px-9 {
    @media (width < 1200px) {
      padding-inline: calc(var(--spacing) * 9);
    }
  }
  .max-xl\:py-2 {
    @media (width < 1200px) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .max-xl\:py-2\.5 {
    @media (width < 1200px) {
      padding-block: calc(var(--spacing) * 2.5);
    }
  }
  .max-xl\:py-3 {
    @media (width < 1200px) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .max-xl\:py-5 {
    @media (width < 1200px) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .max-xl\:py-12\.5 {
    @media (width < 1200px) {
      padding-block: calc(var(--spacing) * 12.5);
    }
  }
  .max-xl\:py-\[220px\] {
    @media (width < 1200px) {
      padding-block: 220px;
    }
  }
  .max-xl\:pt-7\.5 {
    @media (width < 1200px) {
      padding-top: calc(var(--spacing) * 7.5);
    }
  }
  .max-xl\:pt-18\.75 {
    @media (width < 1200px) {
      padding-top: calc(var(--spacing) * 18.75);
    }
  }
  .max-xl\:pt-20 {
    @media (width < 1200px) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .max-xl\:\!pr-0 {
    @media (width < 1200px) {
      padding-right: calc(var(--spacing) * 0) !important;
    }
  }
  .max-xl\:pr-10 {
    @media (width < 1200px) {
      padding-right: calc(var(--spacing) * 10);
    }
  }
  .max-xl\:\!pb-18\.75 {
    @media (width < 1200px) {
      padding-bottom: calc(var(--spacing) * 18.75) !important;
    }
  }
  .max-xl\:pb-5 {
    @media (width < 1200px) {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }
  .max-xl\:\!pl-0 {
    @media (width < 1200px) {
      padding-left: calc(var(--spacing) * 0) !important;
    }
  }
  .max-xl\:pl-7\.5 {
    @media (width < 1200px) {
      padding-left: calc(var(--spacing) * 7.5);
    }
  }
  .max-xl\:pl-12 {
    @media (width < 1200px) {
      padding-left: calc(var(--spacing) * 12);
    }
  }
  .max-xl\:pl-20 {
    @media (width < 1200px) {
      padding-left: calc(var(--spacing) * 20);
    }
  }
  .max-xl\:text-center {
    @media (width < 1200px) {
      text-align: center;
    }
  }
  .max-xl\:text-3xl {
    @media (width < 1200px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .max-xl\:text-7xl {
    @media (width < 1200px) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .max-xl\:text-base {
    @media (width < 1200px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .max-xl\:text-lg {
    @media (width < 1200px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .max-xl\:text-sm {
    @media (width < 1200px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .max-xl\:text-xl {
    @media (width < 1200px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .max-xl\:\!text-4\.5xl {
    @media (width < 1200px) {
      font-size: var(--text-4\.5xl) !important;
    }
  }
  .max-xl\:text-2sm {
    @media (width < 1200px) {
      font-size: var(--text-2sm);
    }
  }
  .max-xl\:break-words {
    @media (width < 1200px) {
      overflow-wrap: break-word;
    }
  }
  .max-xl\:after\:size-9 {
    @media (width < 1200px) {
      &::after {
        content: var(--tw-content);
        width: calc(var(--spacing) * 9);
        height: calc(var(--spacing) * 9);
      }
    }
  }
  .max-xl\:after\:text-xl {
    @media (width < 1200px) {
      &::after {
        content: var(--tw-content);
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
      }
    }
  }
  .max-2lg\:p-3\.75 {
    @media (width < 1023px) {
      padding: calc(var(--spacing) * 3.75);
    }
  }
  .max-2lg\:p-5 {
    @media (width < 1023px) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .max-2lg\:\!px-7\.5 {
    @media (width < 1023px) {
      padding-inline: calc(var(--spacing) * 7.5) !important;
    }
  }
  .max-2lg\:py-9 {
    @media (width < 1023px) {
      padding-block: calc(var(--spacing) * 9);
    }
  }
  .max-2lg\:text-lg {
    @media (width < 1023px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .max-lg\:static {
    @media (width < 992px) {
      position: static;
    }
  }
  .max-lg\:top-7\.5 {
    @media (width < 992px) {
      top: calc(var(--spacing) * 7.5);
    }
  }
  .max-lg\:right-\[-15px\] {
    @media (width < 992px) {
      right: -15px;
    }
  }
  .max-lg\:bottom-3\.75 {
    @media (width < 992px) {
      bottom: calc(var(--spacing) * 3.75);
    }
  }
  .max-lg\:-left-1\.25 {
    @media (width < 992px) {
      left: calc(var(--spacing) * -1.25);
    }
  }
  .max-lg\:left-\[-15px\] {
    @media (width < 992px) {
      left: -15px;
    }
  }
  .max-lg\:left-\[70\%\] {
    @media (width < 992px) {
      left: 70%;
    }
  }
  .max-lg\:mx-2\.5 {
    @media (width < 992px) {
      margin-inline: calc(var(--spacing) * 2.5);
    }
  }
  .max-lg\:mx-5 {
    @media (width < 992px) {
      margin-inline: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:my-6 {
    @media (width < 992px) {
      margin-block: calc(var(--spacing) * 6);
    }
  }
  .max-lg\:mt-0 {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:mt-3\.75 {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 3.75);
    }
  }
  .max-lg\:mt-7\.5 {
    @media (width < 992px) {
      margin-top: calc(var(--spacing) * 7.5);
    }
  }
  .max-lg\:mr-0 {
    @media (width < 992px) {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:mr-3\.75 {
    @media (width < 992px) {
      margin-right: calc(var(--spacing) * 3.75);
    }
  }
  .max-lg\:mb-0 {
    @media (width < 992px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:mb-5 {
    @media (width < 992px) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:mb-7\.5 {
    @media (width < 992px) {
      margin-bottom: calc(var(--spacing) * 7.5);
    }
  }
  .max-lg\:mb-10 {
    @media (width < 992px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .max-lg\:block {
    @media (width < 992px) {
      display: block;
    }
  }
  .max-lg\:flex {
    @media (width < 992px) {
      display: flex;
    }
  }
  .max-lg\:hidden {
    @media (width < 992px) {
      display: none;
    }
  }
  .min-lg\:hidden {
    @media (width >= 992px) {
      display: none;
    }
  }
  .max-lg\:\!size-12\.5 {
    @media (width < 992px) {
      width: calc(var(--spacing) * 12.5) !important;
      height: calc(var(--spacing) * 12.5) !important;
    }
  }
  .max-lg\:size-auto {
    @media (width < 992px) {
      width: auto;
      height: auto;
    }
  }
  .max-lg\:h-\[250px\] {
    @media (width < 992px) {
      height: 250px;
    }
  }
  .max-lg\:h-\[400px\] {
    @media (width < 992px) {
      height: 400px;
    }
  }
  .max-lg\:h-full {
    @media (width < 992px) {
      height: 100%;
    }
  }
  .max-lg\:min-h-\[400px\] {
    @media (width < 992px) {
      min-height: 400px;
    }
  }
  .max-lg\:\!w-\[125vw\] {
    @media (width < 992px) {
      width: 125vw !important;
    }
  }
  .max-lg\:w-\[200px\] {
    @media (width < 992px) {
      width: 200px;
    }
  }
  .max-lg\:w-\[calc\(100\%_-_30px\)\] {
    @media (width < 992px) {
      width: calc(100% - 30px);
    }
  }
  .max-lg\:w-full {
    @media (width < 992px) {
      width: 100%;
    }
  }
  .max-lg\:max-w-full {
    @media (width < 992px) {
      max-width: 100%;
    }
  }
  .max-lg\:translate-y-0 {
    @media (width < 992px) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .max-lg\:scale-75 {
    @media (width < 992px) {
      --tw-scale-x: 75%;
      --tw-scale-y: 75%;
      --tw-scale-z: 75%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .max-lg\:flex-col {
    @media (width < 992px) {
      flex-direction: column;
    }
  }
  .max-lg\:justify-center {
    @media (width < 992px) {
      justify-content: center;
    }
  }
  .max-lg\:rounded-t-3\.5xl {
    @media (width < 992px) {
      border-top-left-radius: var(--radius-3\.5xl);
      border-top-right-radius: var(--radius-3\.5xl);
    }
  }
  .max-lg\:rounded-t-none {
    @media (width < 992px) {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  }
  .max-lg\:rounded-b-3\.5xl {
    @media (width < 992px) {
      border-bottom-right-radius: var(--radius-3\.5xl);
      border-bottom-left-radius: var(--radius-3\.5xl);
    }
  }
  .max-lg\:rounded-b-none {
    @media (width < 992px) {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }
  }
  .max-lg\:border-r-0 {
    @media (width < 992px) {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  .max-lg\:border-b {
    @media (width < 992px) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .max-lg\:\[mask-image\:none\] {
    @media (width < 992px) {
      mask-image: none;
    }
  }
  .max-lg\:\[mask-size\:100\%\] {
    @media (width < 992px) {
      mask-size: 100%;
    }
  }
  .max-lg\:object-cover {
    @media (width < 992px) {
      object-fit: cover;
    }
  }
  .max-lg\:\!p-2 {
    @media (width < 992px) {
      padding: calc(var(--spacing) * 2) !important;
    }
  }
  .max-lg\:p-3\.75 {
    @media (width < 992px) {
      padding: calc(var(--spacing) * 3.75);
    }
  }
  .max-lg\:p-5 {
    @media (width < 992px) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:\!px-7\.5 {
    @media (width < 992px) {
      padding-inline: calc(var(--spacing) * 7.5) !important;
    }
  }
  .max-lg\:px-0 {
    @media (width < 992px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:px-2\.5 {
    @media (width < 992px) {
      padding-inline: calc(var(--spacing) * 2.5);
    }
  }
  .max-lg\:\!py-\[180px\] {
    @media (width < 992px) {
      padding-block: 180px !important;
    }
  }
  .max-lg\:py-1\.5 {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 1.5);
    }
  }
  .max-lg\:py-1\.25 {
    @media (width < 992px) {
      padding-block: calc(var(--spacing) * 1.25);
    }
  }
  .max-lg\:\!pt-12\.5 {
    @media (width < 992px) {
      padding-top: calc(var(--spacing) * 12.5) !important;
    }
  }
  .max-lg\:pt-5 {
    @media (width < 992px) {
      padding-top: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:pt-12\.5 {
    @media (width < 992px) {
      padding-top: calc(var(--spacing) * 12.5);
    }
  }
  .max-lg\:pr-0 {
    @media (width < 992px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:pr-5 {
    @media (width < 992px) {
      padding-right: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:pr-9 {
    @media (width < 992px) {
      padding-right: calc(var(--spacing) * 9);
    }
  }
  .max-lg\:pb-0 {
    @media (width < 992px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:pb-3 {
    @media (width < 992px) {
      padding-bottom: calc(var(--spacing) * 3);
    }
  }
  .max-lg\:pb-5 {
    @media (width < 992px) {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:\!pl-12\.5 {
    @media (width < 992px) {
      padding-left: calc(var(--spacing) * 12.5) !important;
    }
  }
  .max-lg\:pl-0 {
    @media (width < 992px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:pl-5 {
    @media (width < 992px) {
      padding-left: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:text-center {
    @media (width < 992px) {
      text-align: center;
    }
  }
  .max-lg\:text-base {
    @media (width < 992px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .max-lg\:text-lg {
    @media (width < 992px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .max-lg\:text-sm {
    @media (width < 992px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .max-lg\:text-2\.5xl {
    @media (width < 992px) {
      font-size: var(--text-2\.5xl);
    }
  }
  .max-lg\:text-2xs {
    @media (width < 992px) {
      font-size: var(--text-2xs);
    }
  }
  .max-lg\:after\:hidden {
    @media (width < 992px) {
      &::after {
        content: var(--tw-content);
        display: none;
      }
    }
  }
  .max-md\:top-\[-5\%\] {
    @media (width < 768px) {
      top: -5%;
    }
  }
  .max-md\:left-0 {
    @media (width < 768px) {
      left: calc(var(--spacing) * 0);
    }
  }
  .max-md\:left-1\/2 {
    @media (width < 768px) {
      left: calc(1 / 2 * 100%);
    }
  }
  .max-md\:\!mx-2\.5 {
    @media (width < 768px) {
      margin-inline: calc(var(--spacing) * 2.5) !important;
    }
  }
  .max-md\:-mx-1\.5 {
    @media (width < 768px) {
      margin-inline: calc(var(--spacing) * -1.5);
    }
  }
  .max-md\:mx-auto {
    @media (width < 768px) {
      margin-inline: auto;
    }
  }
  .max-md\:my-2\.5 {
    @media (width < 768px) {
      margin-block: calc(var(--spacing) * 2.5);
    }
  }
  .max-md\:mt-12\.5 {
    @media (width < 768px) {
      margin-top: calc(var(--spacing) * 12.5);
    }
  }
  .max-md\:mr-2\.5 {
    @media (width < 768px) {
      margin-right: calc(var(--spacing) * 2.5);
    }
  }
  .max-md\:mr-3\.75 {
    @media (width < 768px) {
      margin-right: calc(var(--spacing) * 3.75);
    }
  }
  .max-md\:mb-3\.75 {
    @media (width < 768px) {
      margin-bottom: calc(var(--spacing) * 3.75);
    }
  }
  .max-md\:mb-5 {
    @media (width < 768px) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .max-md\:mb-6\.25 {
    @media (width < 768px) {
      margin-bottom: calc(var(--spacing) * 6.25);
    }
  }
  .max-md\:mb-7\.5 {
    @media (width < 768px) {
      margin-bottom: calc(var(--spacing) * 7.5);
    }
  }
  .max-md\:ml-0 {
    @media (width < 768px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .max-md\:ml-7\.5 {
    @media (width < 768px) {
      margin-left: calc(var(--spacing) * 7.5);
    }
  }
  .max-md\:block {
    @media (width < 768px) {
      display: block;
    }
  }
  .max-md\:flex {
    @media (width < 768px) {
      display: flex;
    }
  }
  .max-md\:hidden {
    @media (width < 768px) {
      display: none;
    }
  }
  .min-md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .max-md\:h-1\/2 {
    @media (width < 768px) {
      height: calc(1 / 2 * 100%);
    }
  }
  .max-md\:h-17 {
    @media (width < 768px) {
      height: calc(var(--spacing) * 17);
    }
  }
  .max-md\:h-\[200px\] {
    @media (width < 768px) {
      height: 200px;
    }
  }
  .max-md\:h-\[470px\] {
    @media (width < 768px) {
      height: 470px;
    }
  }
  .max-md\:h-\[calc\(50vh_-_25px\)\] {
    @media (width < 768px) {
      height: calc(50vh - 25px);
    }
  }
  .max-md\:h-\[calc\(50vh_-_40px\)\] {
    @media (width < 768px) {
      height: calc(50vh - 40px);
    }
  }
  .max-md\:h-auto {
    @media (width < 768px) {
      height: auto;
    }
  }
  .max-md\:h-screen\! {
    @media (width < 768px) {
      height: 100vh !important;
    }
  }
  .max-md\:min-h-\[200px\] {
    @media (width < 768px) {
      min-height: 200px;
    }
  }
  .max-md\:min-h-\[300px\] {
    @media (width < 768px) {
      min-height: 300px;
    }
  }
  .max-md\:w-\[150px\] {
    @media (width < 768px) {
      width: 150px;
    }
  }
  .max-md\:w-\[300px\] {
    @media (width < 768px) {
      width: 300px;
    }
  }
  .max-md\:w-auto {
    @media (width < 768px) {
      width: auto;
    }
  }
  .max-md\:w-full {
    @media (width < 768px) {
      width: 100%;
    }
  }
  .max-md\:flex-auto {
    @media (width < 768px) {
      flex: auto;
    }
  }
  .max-md\:-translate-x-1\/2 {
    @media (width < 768px) {
      --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .max-md\:scale-100 {
    @media (width < 768px) {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .max-md\:flex-col {
    @media (width < 768px) {
      flex-direction: column;
    }
  }
  .max-md\:justify-center {
    @media (width < 768px) {
      justify-content: center;
    }
  }
  .max-md\:gap-1\.25 {
    @media (width < 768px) {
      gap: calc(var(--spacing) * 1.25);
    }
  }
  .max-md\:rounded-3xl {
    @media (width < 768px) {
      border-radius: var(--radius-3xl);
    }
  }
  .max-md\:rounded-xl {
    @media (width < 768px) {
      border-radius: var(--radius-xl);
    }
  }
  .max-md\:rounded-ss-4xl {
    @media (width < 768px) {
      border-start-start-radius: var(--radius-4xl);
    }
  }
  .max-md\:rounded-ee-4xl {
    @media (width < 768px) {
      border-end-end-radius: var(--radius-4xl);
    }
  }
  .max-md\:rounded-es-4xl {
    @media (width < 768px) {
      border-end-start-radius: var(--radius-4xl);
    }
  }
  .max-md\:border-none {
    @media (width < 768px) {
      --tw-border-style: none;
      border-style: none;
    }
  }
  .max-md\:object-cover {
    @media (width < 768px) {
      object-fit: cover;
    }
  }
  .max-md\:\!p-0 {
    @media (width < 768px) {
      padding: calc(var(--spacing) * 0) !important;
    }
  }
  .max-md\:\!p-10 {
    @media (width < 768px) {
      padding: calc(var(--spacing) * 10) !important;
    }
  }
  .max-md\:p-5 {
    @media (width < 768px) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .max-md\:p-7\.5 {
    @media (width < 768px) {
      padding: calc(var(--spacing) * 7.5);
    }
  }
  .max-md\:py-1\.25 {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 1.25);
    }
  }
  .max-md\:py-3 {
    @media (width < 768px) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .max-md\:\!pt-12\.5 {
    @media (width < 768px) {
      padding-top: calc(var(--spacing) * 12.5) !important;
    }
  }
  .max-md\:pt-5 {
    @media (width < 768px) {
      padding-top: calc(var(--spacing) * 5);
    }
  }
  .max-md\:pt-7\.5 {
    @media (width < 768px) {
      padding-top: calc(var(--spacing) * 7.5);
    }
  }
  .max-md\:pt-12\.5 {
    @media (width < 768px) {
      padding-top: calc(var(--spacing) * 12.5);
    }
  }
  .max-md\:\!pb-0 {
    @media (width < 768px) {
      padding-bottom: calc(var(--spacing) * 0) !important;
    }
  }
  .max-md\:pb-0 {
    @media (width < 768px) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .max-md\:pb-2\.5 {
    @media (width < 768px) {
      padding-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .max-md\:pb-3\.75 {
    @media (width < 768px) {
      padding-bottom: calc(var(--spacing) * 3.75);
    }
  }
  .max-md\:pb-5 {
    @media (width < 768px) {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }
  .max-md\:pb-12\.5 {
    @media (width < 768px) {
      padding-bottom: calc(var(--spacing) * 12.5);
    }
  }
  .max-md\:text-center {
    @media (width < 768px) {
      text-align: center;
    }
  }
  .max-md\:text-end {
    @media (width < 768px) {
      text-align: end;
    }
  }
  .max-md\:text-justify {
    @media (width < 768px) {
      text-align: justify;
    }
  }
  .max-md\:\!text-lg {
    @media (width < 768px) {
      font-size: var(--text-lg) !important;
      line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
    }
  }
  .max-md\:text-5xl {
    @media (width < 768px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .max-md\:text-base {
    @media (width < 768px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .max-md\:text-lg {
    @media (width < 768px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .max-md\:text-sm {
    @media (width < 768px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .max-md\:text-2\.5xl {
    @media (width < 768px) {
      font-size: var(--text-2\.5xl);
    }
  }
  .max-sm\:relative {
    @media (width < 576px) {
      position: relative;
    }
  }
  .max-sm\:-top-7\.5 {
    @media (width < 576px) {
      top: calc(var(--spacing) * -7.5);
    }
  }
  .max-sm\:top-2\.5 {
    @media (width < 576px) {
      top: calc(var(--spacing) * 2.5);
    }
  }
  .max-sm\:\!right-auto {
    @media (width < 576px) {
      right: auto !important;
    }
  }
  .max-sm\:-right-2\.5 {
    @media (width < 576px) {
      right: calc(var(--spacing) * -2.5);
    }
  }
  .max-sm\:\!bottom-2 {
    @media (width < 576px) {
      bottom: calc(var(--spacing) * 2) !important;
    }
  }
  .max-sm\:\!bottom-2\.5 {
    @media (width < 576px) {
      bottom: calc(var(--spacing) * 2.5) !important;
    }
  }
  .max-sm\:\!-left-2\.5 {
    @media (width < 576px) {
      left: calc(var(--spacing) * -2.5) !important;
    }
  }
  .max-sm\:\!left-1\/2 {
    @media (width < 576px) {
      left: calc(1 / 2 * 100%) !important;
    }
  }
  .max-sm\:-left-2\.5 {
    @media (width < 576px) {
      left: calc(var(--spacing) * -2.5);
    }
  }
  .max-sm\:left-2\.5 {
    @media (width < 576px) {
      left: calc(var(--spacing) * 2.5);
    }
  }
  .max-sm\:float-left {
    @media (width < 576px) {
      float: left;
    }
  }
  .max-sm\:m-0 {
    @media (width < 576px) {
      margin: calc(var(--spacing) * 0);
    }
  }
  .max-sm\:m-auto {
    @media (width < 576px) {
      margin: auto;
    }
  }
  .max-sm\:\!-mx-0 {
    @media (width < 576px) {
      margin-inline: calc(var(--spacing) * -0) !important;
    }
  }
  .max-sm\:mx-auto {
    @media (width < 576px) {
      margin-inline: auto;
    }
  }
  .max-sm\:\!my-3\.75 {
    @media (width < 576px) {
      margin-block: calc(var(--spacing) * 3.75) !important;
    }
  }
  .max-sm\:\!mr-0 {
    @media (width < 576px) {
      margin-right: calc(var(--spacing) * 0) !important;
    }
  }
  .max-sm\:mr-2\.5 {
    @media (width < 576px) {
      margin-right: calc(var(--spacing) * 2.5);
    }
  }
  .max-sm\:mr-7\.5 {
    @media (width < 576px) {
      margin-right: calc(var(--spacing) * 7.5);
    }
  }
  .max-sm\:\!mb-1\.5 {
    @media (width < 576px) {
      margin-bottom: calc(var(--spacing) * 1.5) !important;
    }
  }
  .max-sm\:mb-1\.5 {
    @media (width < 576px) {
      margin-bottom: calc(var(--spacing) * 1.5);
    }
  }
  .max-sm\:mb-1\.25 {
    @media (width < 576px) {
      margin-bottom: calc(var(--spacing) * 1.25);
    }
  }
  .max-sm\:mb-2 {
    @media (width < 576px) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .max-sm\:mb-2\.5 {
    @media (width < 576px) {
      margin-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .max-sm\:mb-3\.75 {
    @media (width < 576px) {
      margin-bottom: calc(var(--spacing) * 3.75);
    }
  }
  .max-sm\:mb-5 {
    @media (width < 576px) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .max-sm\:mb-7\.5 {
    @media (width < 576px) {
      margin-bottom: calc(var(--spacing) * 7.5);
    }
  }
  .max-sm\:mb-10 {
    @media (width < 576px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .max-sm\:\!ml-0 {
    @media (width < 576px) {
      margin-left: calc(var(--spacing) * 0) !important;
    }
  }
  .max-sm\:block {
    @media (width < 576px) {
      display: block;
    }
  }
  .max-sm\:hidden {
    @media (width < 576px) {
      display: none;
    }
  }
  .max-sm\:size-7\.5 {
    @media (width < 576px) {
      width: calc(var(--spacing) * 7.5);
      height: calc(var(--spacing) * 7.5);
    }
  }
  .max-sm\:size-9 {
    @media (width < 576px) {
      width: calc(var(--spacing) * 9);
      height: calc(var(--spacing) * 9);
    }
  }
  .max-sm\:size-\[90px\] {
    @media (width < 576px) {
      width: 90px;
      height: 90px;
    }
  }
  .max-sm\:\!h-\[70\%\] {
    @media (width < 576px) {
      height: 70% !important;
    }
  }
  .max-sm\:\!h-\[230px\] {
    @media (width < 576px) {
      height: 230px !important;
    }
  }
  .max-sm\:\!h-\[280px\] {
    @media (width < 576px) {
      height: 280px !important;
    }
  }
  .max-sm\:\!h-\[300px\] {
    @media (width < 576px) {
      height: 300px !important;
    }
  }
  .max-sm\:\!h-\[440px\] {
    @media (width < 576px) {
      height: 440px !important;
    }
  }
  .max-sm\:\!h-auto {
    @media (width < 576px) {
      height: auto !important;
    }
  }
  .max-sm\:h-9 {
    @media (width < 576px) {
      height: calc(var(--spacing) * 9);
    }
  }
  .max-sm\:h-12\.5 {
    @media (width < 576px) {
      height: calc(var(--spacing) * 12.5);
    }
  }
  .max-sm\:h-64 {
    @media (width < 576px) {
      height: calc(var(--spacing) * 64);
    }
  }
  .max-sm\:h-\[150px\] {
    @media (width < 576px) {
      height: 150px;
    }
  }
  .max-sm\:h-\[230px\] {
    @media (width < 576px) {
      height: 230px;
    }
  }
  .max-sm\:\!min-h-\[230px\] {
    @media (width < 576px) {
      min-height: 230px !important;
    }
  }
  .max-sm\:\!min-h-\[300px\] {
    @media (width < 576px) {
      min-height: 300px !important;
    }
  }
  .max-sm\:min-h-\[230px\] {
    @media (width < 576px) {
      min-height: 230px;
    }
  }
  .max-sm\:\!w-12\.5 {
    @media (width < 576px) {
      width: calc(var(--spacing) * 12.5) !important;
    }
  }
  .max-sm\:\!w-\[125px\] {
    @media (width < 576px) {
      width: 125px !important;
    }
  }
  .max-sm\:\!w-\[180px\] {
    @media (width < 576px) {
      width: 180px !important;
    }
  }
  .max-sm\:\!w-\[calc\(100\%_-_20px\)\] {
    @media (width < 576px) {
      width: calc(100% - 20px) !important;
    }
  }
  .max-sm\:w-17 {
    @media (width < 576px) {
      width: calc(var(--spacing) * 17);
    }
  }
  .max-sm\:w-\[350px\] {
    @media (width < 576px) {
      width: 350px;
    }
  }
  .max-sm\:w-full {
    @media (width < 576px) {
      width: 100%;
    }
  }
  .max-sm\:max-w-12\.5 {
    @media (width < 576px) {
      max-width: calc(var(--spacing) * 12.5);
    }
  }
  .max-sm\:max-w-full {
    @media (width < 576px) {
      max-width: 100%;
    }
  }
  .max-sm\:min-w-\[90px\] {
    @media (width < 576px) {
      min-width: 90px;
    }
  }
  .max-sm\:-translate-x-1\/2 {
    @media (width < 576px) {
      --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .max-sm\:flex-col {
    @media (width < 576px) {
      flex-direction: column;
    }
  }
  .max-sm\:flex-col\! {
    @media (width < 576px) {
      flex-direction: column !important;
    }
  }
  .max-sm\:justify-between {
    @media (width < 576px) {
      justify-content: space-between;
    }
  }
  .max-sm\:justify-center {
    @media (width < 576px) {
      justify-content: center;
    }
  }
  .max-sm\:gap-0 {
    @media (width < 576px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .max-sm\:gap-2\.5 {
    @media (width < 576px) {
      gap: calc(var(--spacing) * 2.5);
    }
  }
  .max-sm\:rounded-lg {
    @media (width < 576px) {
      border-radius: var(--radius-lg);
    }
  }
  .max-sm\:bg-contain {
    @media (width < 576px) {
      background-size: contain;
    }
  }
  .max-sm\:bg-top {
    @media (width < 576px) {
      background-position: top;
    }
  }
  .max-sm\:\!p-2\.5 {
    @media (width < 576px) {
      padding: calc(var(--spacing) * 2.5) !important;
    }
  }
  .max-sm\:\!p-3 {
    @media (width < 576px) {
      padding: calc(var(--spacing) * 3) !important;
    }
  }
  .max-sm\:\!p-3\.75 {
    @media (width < 576px) {
      padding: calc(var(--spacing) * 3.75) !important;
    }
  }
  .max-sm\:\!p-\[15px\] {
    @media (width < 576px) {
      padding: 15px !important;
    }
  }
  .max-sm\:p-1 {
    @media (width < 576px) {
      padding: calc(var(--spacing) * 1);
    }
  }
  .max-sm\:p-2\.5 {
    @media (width < 576px) {
      padding: calc(var(--spacing) * 2.5);
    }
  }
  .max-sm\:p-3\.75 {
    @media (width < 576px) {
      padding: calc(var(--spacing) * 3.75);
    }
  }
  .max-sm\:p-5 {
    @media (width < 576px) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .max-sm\:\!px-1\.5 {
    @media (width < 576px) {
      padding-inline: calc(var(--spacing) * 1.5) !important;
    }
  }
  .max-sm\:\!px-2 {
    @media (width < 576px) {
      padding-inline: calc(var(--spacing) * 2) !important;
    }
  }
  .max-sm\:\!px-3\.75 {
    @media (width < 576px) {
      padding-inline: calc(var(--spacing) * 3.75) !important;
    }
  }
  .max-sm\:px-2 {
    @media (width < 576px) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .max-sm\:px-2\.5 {
    @media (width < 576px) {
      padding-inline: calc(var(--spacing) * 2.5);
    }
  }
  .max-sm\:px-3 {
    @media (width < 576px) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .max-sm\:px-3\.75 {
    @media (width < 576px) {
      padding-inline: calc(var(--spacing) * 3.75);
    }
  }
  .max-sm\:px-4 {
    @media (width < 576px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .max-sm\:px-6 {
    @media (width < 576px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .max-sm\:\!py-1 {
    @media (width < 576px) {
      padding-block: calc(var(--spacing) * 1) !important;
    }
  }
  .max-sm\:\!py-7\.5 {
    @media (width < 576px) {
      padding-block: calc(var(--spacing) * 7.5) !important;
    }
  }
  .max-sm\:\!py-10 {
    @media (width < 576px) {
      padding-block: calc(var(--spacing) * 10) !important;
    }
  }
  .max-sm\:py-0 {
    @media (width < 576px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .max-sm\:py-0\.5 {
    @media (width < 576px) {
      padding-block: calc(var(--spacing) * 0.5);
    }
  }
  .max-sm\:py-2 {
    @media (width < 576px) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .max-sm\:py-5 {
    @media (width < 576px) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .max-sm\:py-10 {
    @media (width < 576px) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .max-sm\:py-12\.5 {
    @media (width < 576px) {
      padding-block: calc(var(--spacing) * 12.5);
    }
  }
  .max-sm\:\!pt-7\.5 {
    @media (width < 576px) {
      padding-top: calc(var(--spacing) * 7.5) !important;
    }
  }
  .max-sm\:\!pt-10 {
    @media (width < 576px) {
      padding-top: calc(var(--spacing) * 10) !important;
    }
  }
  .max-sm\:pt-10 {
    @media (width < 576px) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .max-sm\:pt-\[65px\] {
    @media (width < 576px) {
      padding-top: 65px;
    }
  }
  .max-sm\:\!pr-1 {
    @media (width < 576px) {
      padding-right: calc(var(--spacing) * 1) !important;
    }
  }
  .max-sm\:\!pb-0 {
    @media (width < 576px) {
      padding-bottom: calc(var(--spacing) * 0) !important;
    }
  }
  .max-sm\:\!pb-5 {
    @media (width < 576px) {
      padding-bottom: calc(var(--spacing) * 5) !important;
    }
  }
  .max-sm\:\!pb-10 {
    @media (width < 576px) {
      padding-bottom: calc(var(--spacing) * 10) !important;
    }
  }
  .max-sm\:\!pl-3\.75 {
    @media (width < 576px) {
      padding-left: calc(var(--spacing) * 3.75) !important;
    }
  }
  .max-sm\:text-center {
    @media (width < 576px) {
      text-align: center;
    }
  }
  .max-sm\:\!text-5xl {
    @media (width < 576px) {
      font-size: var(--text-5xl) !important;
      line-height: var(--tw-leading, var(--text-5xl--line-height)) !important;
    }
  }
  .max-sm\:\!text-base {
    @media (width < 576px) {
      font-size: var(--text-base) !important;
      line-height: var(--tw-leading, var(--text-base--line-height)) !important;
    }
  }
  .max-sm\:\!text-xl {
    @media (width < 576px) {
      font-size: var(--text-xl) !important;
      line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
    }
  }
  .max-sm\:\!text-xs {
    @media (width < 576px) {
      font-size: var(--text-xs) !important;
      line-height: var(--tw-leading, var(--text-xs--line-height)) !important;
    }
  }
  .max-sm\:text-sm {
    @media (width < 576px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .max-sm\:text-sm\! {
    @media (width < 576px) {
      font-size: var(--text-sm) !important;
      line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
    }
  }
  .max-sm\:text-xl {
    @media (width < 576px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .max-sm\:text-xl\! {
    @media (width < 576px) {
      font-size: var(--text-xl) !important;
      line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
    }
  }
  .max-sm\:text-xs {
    @media (width < 576px) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .max-sm\:text-2sm {
    @media (width < 576px) {
      font-size: var(--text-2sm);
    }
  }
  .max-sm\:text-2xs {
    @media (width < 576px) {
      font-size: var(--text-2xs);
    }
  }
  .max-sm\:text-4\.5xl {
    @media (width < 576px) {
      font-size: var(--text-4\.5xl);
    }
  }
  .max-sm\:text-\[11px\] {
    @media (width < 576px) {
      font-size: 11px;
    }
  }
  .max-sm\:text-xxs {
    @media (width < 576px) {
      font-size: var(--text-xxs);
    }
  }
  .max-sm\:\!leading-\[1\.4\] {
    @media (width < 576px) {
      --tw-leading: 1.4 !important;
      line-height: 1.4 !important;
    }
  }
  .max-sm\:group-hover\:-bottom-2\.5 {
    @media (width < 576px) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          bottom: calc(var(--spacing) * -2.5);
        }
      }
    }
  }
  .max-sm\:group-hover\:bottom-3\.75 {
    @media (width < 576px) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          bottom: calc(var(--spacing) * 3.75);
        }
      }
    }
  }
  .max-sm\:group-hover\:bottom-\[-15px\] {
    @media (width < 576px) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          bottom: -15px;
        }
      }
    }
  }
  .after\:max-sm\:left-\[63px\] {
    &::after {
      content: var(--tw-content);
      @media (width < 576px) {
        left: 63px;
      }
    }
  }
  .max-sm\:after\:hidden {
    @media (width < 576px) {
      &::after {
        content: var(--tw-content);
        display: none;
      }
    }
  }
  .max-sm\:after\:h-6\.25 {
    @media (width < 576px) {
      &::after {
        content: var(--tw-content);
        height: calc(var(--spacing) * 6.25);
      }
    }
  }
  .sm\:right-0 {
    @media (width >= 576px) {
      right: calc(var(--spacing) * 0);
    }
  }
  .sm\:right-2\.5 {
    @media (width >= 576px) {
      right: calc(var(--spacing) * 2.5);
    }
  }
  .sm\:bottom-2\.5 {
    @media (width >= 576px) {
      bottom: calc(var(--spacing) * 2.5);
    }
  }
  .sm\:bottom-12\.5 {
    @media (width >= 576px) {
      bottom: calc(var(--spacing) * 12.5);
    }
  }
  .sm\:order-1 {
    @media (width >= 576px) {
      order: 1;
    }
  }
  .sm\:order-2 {
    @media (width >= 576px) {
      order: 2;
    }
  }
  .sm\:-m-7\.5 {
    @media (width >= 576px) {
      margin: calc(var(--spacing) * -7.5);
    }
  }
  .sm\:-mx-2\.5 {
    @media (width >= 576px) {
      margin-inline: calc(var(--spacing) * -2.5);
    }
  }
  .sm\:my-7 {
    @media (width >= 576px) {
      margin-block: calc(var(--spacing) * 7);
    }
  }
  .sm\:-mt-10 {
    @media (width >= 576px) {
      margin-top: calc(var(--spacing) * -10);
    }
  }
  .sm\:mt-0 {
    @media (width >= 576px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:mt-6 {
    @media (width >= 576px) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .sm\:mt-7\.5 {
    @media (width >= 576px) {
      margin-top: calc(var(--spacing) * 7.5);
    }
  }
  .sm\:mt-12\.5 {
    @media (width >= 576px) {
      margin-top: calc(var(--spacing) * 12.5);
    }
  }
  .sm\:mt-25 {
    @media (width >= 576px) {
      margin-top: calc(var(--spacing) * 25);
    }
  }
  .sm\:mr-3\.75 {
    @media (width >= 576px) {
      margin-right: calc(var(--spacing) * 3.75);
    }
  }
  .sm\:mr-7\.5 {
    @media (width >= 576px) {
      margin-right: calc(var(--spacing) * 7.5);
    }
  }
  .sm\:mr-48 {
    @media (width >= 576px) {
      margin-right: calc(var(--spacing) * 48);
    }
  }
  .sm\:-mb-7\.5 {
    @media (width >= 576px) {
      margin-bottom: calc(var(--spacing) * -7.5);
    }
  }
  .sm\:mb-2 {
    @media (width >= 576px) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .sm\:mb-3\.75 {
    @media (width >= 576px) {
      margin-bottom: calc(var(--spacing) * 3.75);
    }
  }
  .sm\:mb-5 {
    @media (width >= 576px) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .sm\:mb-6 {
    @media (width >= 576px) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .sm\:mb-7 {
    @media (width >= 576px) {
      margin-bottom: calc(var(--spacing) * 7);
    }
  }
  .sm\:mb-7\.5 {
    @media (width >= 576px) {
      margin-bottom: calc(var(--spacing) * 7.5);
    }
  }
  .sm\:mb-10 {
    @media (width >= 576px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .sm\:mb-12\.5 {
    @media (width >= 576px) {
      margin-bottom: calc(var(--spacing) * 12.5);
    }
  }
  .sm\:mb-15 {
    @media (width >= 576px) {
      margin-bottom: calc(var(--spacing) * 15);
    }
  }
  .sm\:mb-20 {
    @media (width >= 576px) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .sm\:mb-\[22px\] {
    @media (width >= 576px) {
      margin-bottom: 22px;
    }
  }
  .sm\:mb-\[35px\] {
    @media (width >= 576px) {
      margin-bottom: 35px;
    }
  }
  .sm\:ml-\[calc\(calc\(-100vw_\+_520px\)_\/_2\)\] {
    @media (width >= 576px) {
      margin-left: calc(calc(-100vw + 520px) / 2);
    }
  }
  .sm\:flex {
    @media (width >= 576px) {
      display: flex;
    }
  }
  .sm\:size-12\.5 {
    @media (width >= 576px) {
      width: calc(var(--spacing) * 12.5);
      height: calc(var(--spacing) * 12.5);
    }
  }
  .sm\:size-14 {
    @media (width >= 576px) {
      width: calc(var(--spacing) * 14);
      height: calc(var(--spacing) * 14);
    }
  }
  .sm\:size-17 {
    @media (width >= 576px) {
      width: calc(var(--spacing) * 17);
      height: calc(var(--spacing) * 17);
    }
  }
  .sm\:size-20 {
    @media (width >= 576px) {
      width: calc(var(--spacing) * 20);
      height: calc(var(--spacing) * 20);
    }
  }
  .sm\:size-25 {
    @media (width >= 576px) {
      width: calc(var(--spacing) * 25);
      height: calc(var(--spacing) * 25);
    }
  }
  .sm\:h-96 {
    @media (width >= 576px) {
      height: calc(var(--spacing) * 96);
    }
  }
  .sm\:h-\[70vh\] {
    @media (width >= 576px) {
      height: 70vh;
    }
  }
  .sm\:h-\[165px\] {
    @media (width >= 576px) {
      height: 165px;
    }
  }
  .sm\:h-\[350px\] {
    @media (width >= 576px) {
      height: 350px;
    }
  }
  .sm\:h-\[380px\] {
    @media (width >= 576px) {
      height: 380px;
    }
  }
  .sm\:h-\[400px\] {
    @media (width >= 576px) {
      height: 400px;
    }
  }
  .sm\:h-\[450px\] {
    @media (width >= 576px) {
      height: 450px;
    }
  }
  .sm\:min-h-96 {
    @media (width >= 576px) {
      min-height: calc(var(--spacing) * 96);
    }
  }
  .sm\:min-h-\[380px\] {
    @media (width >= 576px) {
      min-height: 380px;
    }
  }
  .sm\:min-h-\[400px\] {
    @media (width >= 576px) {
      min-height: 400px;
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 576px) {
      width: calc(1 / 2 * 100%);
    }
  }
  .sm\:w-1\/3 {
    @media (width >= 576px) {
      width: calc(1 / 3 * 100%);
    }
  }
  .sm\:w-2\/3 {
    @media (width >= 576px) {
      width: calc(2 / 3 * 100%);
    }
  }
  .sm\:w-2\/4 {
    @media (width >= 576px) {
      width: calc(2 / 4 * 100%);
    }
  }
  .sm\:w-5\/12 {
    @media (width >= 576px) {
      width: calc(5 / 12 * 100%);
    }
  }
  .sm\:w-7\/12 {
    @media (width >= 576px) {
      width: calc(7 / 12 * 100%);
    }
  }
  .sm\:w-18\.75 {
    @media (width >= 576px) {
      width: calc(var(--spacing) * 18.75);
    }
  }
  .sm\:w-121\.25 {
    @media (width >= 576px) {
      width: calc(var(--spacing) * 121.25);
    }
  }
  .sm\:w-\[150px\] {
    @media (width >= 576px) {
      width: 150px;
    }
  }
  .sm\:min-w-\[150px\] {
    @media (width >= 576px) {
      min-width: 150px;
    }
  }
  .sm\:scale-100 {
    @media (width >= 576px) {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .sm\:justify-start {
    @media (width >= 576px) {
      justify-content: flex-start;
    }
  }
  .sm\:rounded-3\.5xl {
    @media (width >= 576px) {
      border-radius: var(--radius-3\.5xl);
    }
  }
  .sm\:p-6\.25 {
    @media (width >= 576px) {
      padding: calc(var(--spacing) * 6.25);
    }
  }
  .sm\:p-7\.5 {
    @media (width >= 576px) {
      padding: calc(var(--spacing) * 7.5);
    }
  }
  .sm\:p-10 {
    @media (width >= 576px) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .sm\:p-12\.5 {
    @media (width >= 576px) {
      padding: calc(var(--spacing) * 12.5);
    }
  }
  .sm\:p-12\.5\! {
    @media (width >= 576px) {
      padding: calc(var(--spacing) * 12.5) !important;
    }
  }
  .sm\:px-2\.5 {
    @media (width >= 576px) {
      padding-inline: calc(var(--spacing) * 2.5);
    }
  }
  .sm\:px-3\.75 {
    @media (width >= 576px) {
      padding-inline: calc(var(--spacing) * 3.75);
    }
  }
  .sm\:px-5 {
    @media (width >= 576px) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .sm\:px-7\.5 {
    @media (width >= 576px) {
      padding-inline: calc(var(--spacing) * 7.5);
    }
  }
  .sm\:px-9 {
    @media (width >= 576px) {
      padding-inline: calc(var(--spacing) * 9);
    }
  }
  .sm\:px-10 {
    @media (width >= 576px) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .sm\:px-\[17px\] {
    @media (width >= 576px) {
      padding-inline: 17px;
    }
  }
  .sm\:py-3 {
    @media (width >= 576px) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .sm\:py-3\.75 {
    @media (width >= 576px) {
      padding-block: calc(var(--spacing) * 3.75);
    }
  }
  .sm\:py-4\.5 {
    @media (width >= 576px) {
      padding-block: calc(var(--spacing) * 4.5);
    }
  }
  .sm\:py-6 {
    @media (width >= 576px) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .sm\:py-10 {
    @media (width >= 576px) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .sm\:py-11 {
    @media (width >= 576px) {
      padding-block: calc(var(--spacing) * 11);
    }
  }
  .sm\:py-12\.5 {
    @media (width >= 576px) {
      padding-block: calc(var(--spacing) * 12.5);
    }
  }
  .sm\:py-\[90px\] {
    @media (width >= 576px) {
      padding-block: 90px;
    }
  }
  .sm\:pt-5 {
    @media (width >= 576px) {
      padding-top: calc(var(--spacing) * 5);
    }
  }
  .sm\:pt-7\.5 {
    @media (width >= 576px) {
      padding-top: calc(var(--spacing) * 7.5);
    }
  }
  .sm\:pt-12\.5 {
    @media (width >= 576px) {
      padding-top: calc(var(--spacing) * 12.5);
    }
  }
  .sm\:pt-25 {
    @media (width >= 576px) {
      padding-top: calc(var(--spacing) * 25);
    }
  }
  .sm\:pt-29 {
    @media (width >= 576px) {
      padding-top: calc(var(--spacing) * 29);
    }
  }
  .sm\:pr-5 {
    @media (width >= 576px) {
      padding-right: calc(var(--spacing) * 5);
    }
  }
  .sm\:pr-8 {
    @media (width >= 576px) {
      padding-right: calc(var(--spacing) * 8);
    }
  }
  .sm\:pb-5 {
    @media (width >= 576px) {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }
  .sm\:pb-12\.5 {
    @media (width >= 576px) {
      padding-bottom: calc(var(--spacing) * 12.5);
    }
  }
  .sm\:pl-12\.5 {
    @media (width >= 576px) {
      padding-left: calc(var(--spacing) * 12.5);
    }
  }
  .sm\:text-2xl {
    @media (width >= 576px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .sm\:text-2xl\! {
    @media (width >= 576px) {
      font-size: var(--text-2xl) !important;
      line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
    }
  }
  .sm\:text-3xl {
    @media (width >= 576px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-3xl\! {
    @media (width >= 576px) {
      font-size: var(--text-3xl) !important;
      line-height: var(--tw-leading, var(--text-3xl--line-height)) !important;
    }
  }
  .sm\:text-4xl\! {
    @media (width >= 576px) {
      font-size: var(--text-4xl) !important;
      line-height: var(--tw-leading, var(--text-4xl--line-height)) !important;
    }
  }
  .sm\:text-5xl\! {
    @media (width >= 576px) {
      font-size: var(--text-5xl) !important;
      line-height: var(--tw-leading, var(--text-5xl--line-height)) !important;
    }
  }
  .sm\:text-7xl {
    @media (width >= 576px) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .sm\:text-base {
    @media (width >= 576px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-lg {
    @media (width >= 576px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .sm\:text-lg\! {
    @media (width >= 576px) {
      font-size: var(--text-lg) !important;
      line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
    }
  }
  .sm\:text-xl {
    @media (width >= 576px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .sm\:text-2\.5xl {
    @media (width >= 576px) {
      font-size: var(--text-2\.5xl);
    }
  }
  .sm\:text-2\.5xl\! {
    @media (width >= 576px) {
      font-size: var(--text-2\.5xl) !important;
    }
  }
  .sm\:text-4\.5xl {
    @media (width >= 576px) {
      font-size: var(--text-4\.5xl);
    }
  }
  .sm\:text-4\.5xl\! {
    @media (width >= 576px) {
      font-size: var(--text-4\.5xl) !important;
    }
  }
  .sm\:text-8\.5xl {
    @media (width >= 576px) {
      font-size: var(--text-8\.5xl);
    }
  }
  .sm\:text-\[45px\]\! {
    @media (width >= 576px) {
      font-size: 45px !important;
    }
  }
  .sm\:text-xxl {
    @media (width >= 576px) {
      font-size: var(--text-xxl);
    }
  }
  .sm\:text-xxl\! {
    @media (width >= 576px) {
      font-size: var(--text-xxl) !important;
    }
  }
  .sm\:leading-\[55px\] {
    @media (width >= 576px) {
      --tw-leading: 55px;
      line-height: 55px;
    }
  }
  .md\:absolute {
    @media (width >= 768px) {
      position: absolute;
    }
  }
  .md\:top-25 {
    @media (width >= 768px) {
      top: calc(var(--spacing) * 25);
    }
  }
  .md\:-right-7\.5 {
    @media (width >= 768px) {
      right: calc(var(--spacing) * -7.5);
    }
  }
  .md\:right-5 {
    @media (width >= 768px) {
      right: calc(var(--spacing) * 5);
    }
  }
  .md\:right-20 {
    @media (width >= 768px) {
      right: calc(var(--spacing) * 20);
    }
  }
  .md\:bottom-10 {
    @media (width >= 768px) {
      bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:bottom-20 {
    @media (width >= 768px) {
      bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:-left-7\.5 {
    @media (width >= 768px) {
      left: calc(var(--spacing) * -7.5);
    }
  }
  .md\:left-\[48vw\] {
    @media (width >= 768px) {
      left: 48vw;
    }
  }
  .md\:mx-2 {
    @media (width >= 768px) {
      margin-inline: calc(var(--spacing) * 2);
    }
  }
  .md\:my-20 {
    @media (width >= 768px) {
      margin-block: calc(var(--spacing) * 20);
    }
  }
  .md\:mt-10 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .md\:mt-12 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .md\:mt-\[-200px\] {
    @media (width >= 768px) {
      margin-top: -200px;
    }
  }
  .md\:mr-6 {
    @media (width >= 768px) {
      margin-right: calc(var(--spacing) * 6);
    }
  }
  .md\:mr-10 {
    @media (width >= 768px) {
      margin-right: calc(var(--spacing) * 10);
    }
  }
  .md\:mr-12 {
    @media (width >= 768px) {
      margin-right: calc(var(--spacing) * 12);
    }
  }
  .md\:-mb-12\.5 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * -12.5);
    }
  }
  .md\:mb-2\.5 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .md\:mb-3\.5 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 3.5);
    }
  }
  .md\:mb-3\.75 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 3.75);
    }
  }
  .md\:mb-6\.25 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 6.25);
    }
  }
  .md\:mb-7\.5 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 7.5);
    }
  }
  .md\:mb-9 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 9);
    }
  }
  .md\:mb-10 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:mb-12\.5 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 12.5);
    }
  }
  .md\:mb-15 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 15);
    }
  }
  .md\:ml-\[calc\(calc\(-100vw_\+_720px\)_\/_2\)\] {
    @media (width >= 768px) {
      margin-left: calc(calc(-100vw + 720px) / 2);
    }
  }
  .md\:ml-auto {
    @media (width >= 768px) {
      margin-left: auto;
    }
  }
  .md\:block {
    @media (width >= 768px) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 768px) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:hidden\! {
    @media (width >= 768px) {
      display: none !important;
    }
  }
  .md\:inline-block {
    @media (width >= 768px) {
      display: inline-block;
    }
  }
  .md\:size-10 {
    @media (width >= 768px) {
      width: calc(var(--spacing) * 10);
      height: calc(var(--spacing) * 10);
    }
  }
  .md\:h-\[75\%\] {
    @media (width >= 768px) {
      height: 75%;
    }
  }
  .md\:h-\[400px\] {
    @media (width >= 768px) {
      height: 400px;
    }
  }
  .md\:h-\[450px\] {
    @media (width >= 768px) {
      height: 450px;
    }
  }
  .md\:h-\[calc\(100vh_-_80px\)\] {
    @media (width >= 768px) {
      height: calc(100vh - 80px);
    }
  }
  .md\:h-screen {
    @media (width >= 768px) {
      height: 100vh;
    }
  }
  .md\:min-h-\[335px\] {
    @media (width >= 768px) {
      min-height: 335px;
    }
  }
  .md\:min-h-\[450px\] {
    @media (width >= 768px) {
      min-height: 450px;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 768px) {
      width: calc(1 / 2 * 100%);
    }
  }
  .md\:w-1\/3 {
    @media (width >= 768px) {
      width: calc(1 / 3 * 100%);
    }
  }
  .md\:w-1\/4 {
    @media (width >= 768px) {
      width: calc(1 / 4 * 100%);
    }
  }
  .md\:w-1\/6 {
    @media (width >= 768px) {
      width: calc(1 / 6 * 100%);
    }
  }
  .md\:w-2\/3 {
    @media (width >= 768px) {
      width: calc(2 / 3 * 100%);
    }
  }
  .md\:w-3\/4 {
    @media (width >= 768px) {
      width: calc(3 / 4 * 100%);
    }
  }
  .md\:w-5\/12 {
    @media (width >= 768px) {
      width: calc(5 / 12 * 100%);
    }
  }
  .md\:w-7\/12 {
    @media (width >= 768px) {
      width: calc(7 / 12 * 100%);
    }
  }
  .md\:w-\[50vw\] {
    @media (width >= 768px) {
      width: 50vw;
    }
  }
  .md\:w-\[76vw\] {
    @media (width >= 768px) {
      width: 76vw;
    }
  }
  .md\:w-full {
    @media (width >= 768px) {
      width: 100%;
    }
  }
  .md\:min-w-67\.5 {
    @media (width >= 768px) {
      min-width: calc(var(--spacing) * 67.5);
    }
  }
  .md\:justify-between {
    @media (width >= 768px) {
      justify-content: space-between;
    }
  }
  .md\:justify-center {
    @media (width >= 768px) {
      justify-content: center;
    }
  }
  .md\:gap-2 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .md\:gap-2\.5 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 2.5);
    }
  }
  .md\:\!p-7\.5 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 7.5) !important;
    }
  }
  .md\:p-7\.5 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 7.5);
    }
  }
  .md\:\!px-0 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 0) !important;
    }
  }
  .md\:px-3 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .md\:px-3\.75 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 3.75);
    }
  }
  .md\:px-10 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:px-12\.5 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 12.5);
    }
  }
  .md\:py-2 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .md\:py-3\! {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 3) !important;
    }
  }
  .md\:py-3\.75 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 3.75);
    }
  }
  .md\:py-17 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 17);
    }
  }
  .md\:\!pt-16 {
    @media (width >= 768px) {
      padding-top: calc(var(--spacing) * 16) !important;
    }
  }
  .md\:pt-7\.5\! {
    @media (width >= 768px) {
      padding-top: calc(var(--spacing) * 7.5) !important;
    }
  }
  .md\:pt-17 {
    @media (width >= 768px) {
      padding-top: calc(var(--spacing) * 17);
    }
  }
  .md\:pt-18\.75 {
    @media (width >= 768px) {
      padding-top: calc(var(--spacing) * 18.75);
    }
  }
  .md\:pt-20 {
    @media (width >= 768px) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .md\:pt-34 {
    @media (width >= 768px) {
      padding-top: calc(var(--spacing) * 34);
    }
  }
  .md\:pr-0 {
    @media (width >= 768px) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .md\:pb-7\.5 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 7.5);
    }
  }
  .md\:pb-7\.5\! {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 7.5) !important;
    }
  }
  .md\:pb-10 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:pb-17 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 17);
    }
  }
  .md\:text-right {
    @media (width >= 768px) {
      text-align: right;
    }
  }
  .md\:text-3xl {
    @media (width >= 768px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-3xl\! {
    @media (width >= 768px) {
      font-size: var(--text-3xl) !important;
      line-height: var(--tw-leading, var(--text-3xl--line-height)) !important;
    }
  }
  .md\:text-4xl {
    @media (width >= 768px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-4xl\! {
    @media (width >= 768px) {
      font-size: var(--text-4xl) !important;
      line-height: var(--tw-leading, var(--text-4xl--line-height)) !important;
    }
  }
  .md\:text-5xl {
    @media (width >= 768px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-5xl\! {
    @media (width >= 768px) {
      font-size: var(--text-5xl) !important;
      line-height: var(--tw-leading, var(--text-5xl--line-height)) !important;
    }
  }
  .md\:text-8xl\! {
    @media (width >= 768px) {
      font-size: var(--text-8xl) !important;
      line-height: var(--tw-leading, var(--text-8xl--line-height)) !important;
    }
  }
  .md\:text-lg {
    @media (width >= 768px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 768px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-xl\! {
    @media (width >= 768px) {
      font-size: var(--text-xl) !important;
      line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
    }
  }
  .md\:text-2\.5xl\! {
    @media (width >= 768px) {
      font-size: var(--text-2\.5xl) !important;
    }
  }
  .md\:text-7\.5xl\! {
    @media (width >= 768px) {
      font-size: var(--text-7\.5xl) !important;
    }
  }
  .md\:text-\[26px\] {
    @media (width >= 768px) {
      font-size: 26px;
    }
  }
  .md\:text-\[45px\]\! {
    @media (width >= 768px) {
      font-size: 45px !important;
    }
  }
  .md\:text-\[120px\] {
    @media (width >= 768px) {
      font-size: 120px;
    }
  }
  .md\:text-\[120px\]\! {
    @media (width >= 768px) {
      font-size: 120px !important;
    }
  }
  .md\:text-xxl {
    @media (width >= 768px) {
      font-size: var(--text-xxl);
    }
  }
  .md\:leading-10 {
    @media (width >= 768px) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
  .sm\:md\:px-7\.5 {
    @media (width >= 576px) {
      @media (width >= 768px) {
        padding-inline: calc(var(--spacing) * 7.5);
      }
    }
  }
  .lg\:right-7\.5 {
    @media (width >= 992px) {
      right: calc(var(--spacing) * 7.5);
    }
  }
  .lg\:right-\[-8\%\] {
    @media (width >= 992px) {
      right: -8%;
    }
  }
  .lg\:right-\[10\%\] {
    @media (width >= 992px) {
      right: 10%;
    }
  }
  .lg\:-bottom-7\.5 {
    @media (width >= 992px) {
      bottom: calc(var(--spacing) * -7.5);
    }
  }
  .lg\:z-9 {
    @media (width >= 992px) {
      z-index: 9;
    }
  }
  .lg\:order-1 {
    @media (width >= 992px) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 992px) {
      order: 2;
    }
  }
  .lg\:order-3 {
    @media (width >= 992px) {
      order: 3;
    }
  }
  .lg\:float-right {
    @media (width >= 992px) {
      float: right;
    }
  }
  .lg\:-mx-25 {
    @media (width >= 992px) {
      margin-inline: calc(var(--spacing) * -25);
    }
  }
  .lg\:-mt-25 {
    @media (width >= 992px) {
      margin-top: calc(var(--spacing) * -25);
    }
  }
  .lg\:mt-0 {
    @media (width >= 992px) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-9 {
    @media (width >= 992px) {
      margin-top: calc(var(--spacing) * 9);
    }
  }
  .lg\:-mr-15 {
    @media (width >= 992px) {
      margin-right: calc(var(--spacing) * -15);
    }
  }
  .lg\:mr-10 {
    @media (width >= 992px) {
      margin-right: calc(var(--spacing) * 10);
    }
  }
  .lg\:mr-25 {
    @media (width >= 992px) {
      margin-right: calc(var(--spacing) * 25);
    }
  }
  .lg\:-mb-25 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * -25);
    }
  }
  .lg\:mb-0 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-6 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .lg\:mb-7\.5 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 7.5);
    }
  }
  .lg\:mb-9 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 9);
    }
  }
  .lg\:mb-10 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:mb-11 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 11);
    }
  }
  .lg\:mb-15 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 15);
    }
  }
  .lg\:mb-17 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 17);
    }
  }
  .lg\:mb-18\.75 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 18.75);
    }
  }
  .lg\:mb-\[-215px\] {
    @media (width >= 992px) {
      margin-bottom: -215px;
    }
  }
  .lg\:ml-0 {
    @media (width >= 992px) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:ml-auto {
    @media (width >= 992px) {
      margin-left: auto;
    }
  }
  .lg\:block {
    @media (width >= 992px) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 992px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 992px) {
      display: none;
    }
  }
  .lg\:hidden\! {
    @media (width >= 992px) {
      display: none !important;
    }
  }
  .lg\:size-\[300px\] {
    @media (width >= 992px) {
      width: 300px;
      height: 300px;
    }
  }
  .lg\:h-137\.5\! {
    @media (width >= 992px) {
      height: calc(var(--spacing) * 137.5) !important;
    }
  }
  .lg\:h-\[260px\] {
    @media (width >= 992px) {
      height: 260px;
    }
  }
  .lg\:h-\[450px\] {
    @media (width >= 992px) {
      height: 450px;
    }
  }
  .lg\:h-\[600px\] {
    @media (width >= 992px) {
      height: 600px;
    }
  }
  .lg\:h-\[750px\] {
    @media (width >= 992px) {
      height: 750px;
    }
  }
  .lg\:h-full {
    @media (width >= 992px) {
      height: 100%;
    }
  }
  .lg\:min-h-\[305px\] {
    @media (width >= 992px) {
      min-height: 305px;
    }
  }
  .lg\:min-h-\[450px\] {
    @media (width >= 992px) {
      min-height: 450px;
    }
  }
  .lg\:min-h-\[600px\] {
    @media (width >= 992px) {
      min-height: 600px;
    }
  }
  .lg\:\!w-2\/3 {
    @media (width >= 992px) {
      width: calc(2 / 3 * 100%) !important;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 992px) {
      width: calc(1 / 2 * 100%);
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 992px) {
      width: calc(1 / 3 * 100%);
    }
  }
  .lg\:w-1\/4 {
    @media (width >= 992px) {
      width: calc(1 / 4 * 100%);
    }
  }
  .lg\:w-1\/6 {
    @media (width >= 992px) {
      width: calc(1 / 6 * 100%);
    }
  }
  .lg\:w-2\/3 {
    @media (width >= 992px) {
      width: calc(2 / 3 * 100%);
    }
  }
  .lg\:w-3\/4 {
    @media (width >= 992px) {
      width: calc(3 / 4 * 100%);
    }
  }
  .lg\:w-5\/6 {
    @media (width >= 992px) {
      width: calc(5 / 6 * 100%);
    }
  }
  .lg\:w-5\/12 {
    @media (width >= 992px) {
      width: calc(5 / 12 * 100%);
    }
  }
  .lg\:w-7\/12 {
    @media (width >= 992px) {
      width: calc(7 / 12 * 100%);
    }
  }
  .lg\:w-\[80\%\] {
    @media (width >= 992px) {
      width: 80%;
    }
  }
  .lg\:w-\[200px\] {
    @media (width >= 992px) {
      width: 200px;
    }
  }
  .lg\:w-\[calc\(50vw_-_160px\)\] {
    @media (width >= 992px) {
      width: calc(50vw - 160px);
    }
  }
  .lg\:w-full {
    @media (width >= 992px) {
      width: 100%;
    }
  }
  .lg\:max-w-\[520px\] {
    @media (width >= 992px) {
      max-width: 520px;
    }
  }
  .lg\:min-w-\[200px\] {
    @media (width >= 992px) {
      min-width: 200px;
    }
  }
  .lg\:translate-x-\[10\%\] {
    @media (width >= 992px) {
      --tw-translate-x: 10%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:justify-between {
    @media (width >= 992px) {
      justify-content: space-between;
    }
  }
  .lg\:p-7\.5 {
    @media (width >= 992px) {
      padding: calc(var(--spacing) * 7.5);
    }
  }
  .lg\:py-5 {
    @media (width >= 992px) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .lg\:py-17 {
    @media (width >= 992px) {
      padding-block: calc(var(--spacing) * 17);
    }
  }
  .lg\:pt-10 {
    @media (width >= 992px) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:pt-12\.5 {
    @media (width >= 992px) {
      padding-top: calc(var(--spacing) * 12.5);
    }
  }
  .lg\:pt-25 {
    @media (width >= 992px) {
      padding-top: calc(var(--spacing) * 25);
    }
  }
  .lg\:pr-5 {
    @media (width >= 992px) {
      padding-right: calc(var(--spacing) * 5);
    }
  }
  .lg\:pr-6 {
    @media (width >= 992px) {
      padding-right: calc(var(--spacing) * 6);
    }
  }
  .lg\:pl-5 {
    @media (width >= 992px) {
      padding-left: calc(var(--spacing) * 5);
    }
  }
  .lg\:pl-7\.5 {
    @media (width >= 992px) {
      padding-left: calc(var(--spacing) * 7.5);
    }
  }
  .lg\:text-end {
    @media (width >= 992px) {
      text-align: end;
    }
  }
  .lg\:text-start {
    @media (width >= 992px) {
      text-align: start;
    }
  }
  .lg\:text-2xl {
    @media (width >= 992px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-2xl\! {
    @media (width >= 992px) {
      font-size: var(--text-2xl) !important;
      line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
    }
  }
  .lg\:text-4xl {
    @media (width >= 992px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:text-4xl\! {
    @media (width >= 992px) {
      font-size: var(--text-4xl) !important;
      line-height: var(--tw-leading, var(--text-4xl--line-height)) !important;
    }
  }
  .lg\:text-5xl {
    @media (width >= 992px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-5xl\! {
    @media (width >= 992px) {
      font-size: var(--text-5xl) !important;
      line-height: var(--tw-leading, var(--text-5xl--line-height)) !important;
    }
  }
  .lg\:text-7xl {
    @media (width >= 992px) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .lg\:text-7xl\! {
    @media (width >= 992px) {
      font-size: var(--text-7xl) !important;
      line-height: var(--tw-leading, var(--text-7xl--line-height)) !important;
    }
  }
  .lg\:text-2\.5xl {
    @media (width >= 992px) {
      font-size: var(--text-2\.5xl);
    }
  }
  .lg\:text-4\.5xl\! {
    @media (width >= 992px) {
      font-size: var(--text-4\.5xl) !important;
    }
  }
  .lg\:text-\[90px\] {
    @media (width >= 992px) {
      font-size: 90px;
    }
  }
  .lg\:text-\[90px\]\! {
    @media (width >= 992px) {
      font-size: 90px !important;
    }
  }
  .lg\:text-\[150px\] {
    @media (width >= 992px) {
      font-size: 150px;
    }
  }
  .lg\:text-xxl {
    @media (width >= 992px) {
      font-size: var(--text-xxl);
    }
  }
  .lg\:text-xxl\! {
    @media (width >= 992px) {
      font-size: var(--text-xxl) !important;
    }
  }
  .lg\:max-3xl\:scale-110 {
    @media (width >= 992px) {
      @media (width < 1479px) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .\32 lg\:text-2xl\! {
    @media (width >= 1023px) {
      font-size: var(--text-2xl) !important;
      line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
    }
  }
  .xl\:absolute {
    @media (width >= 1200px) {
      position: absolute;
    }
  }
  .xl\:relative {
    @media (width >= 1200px) {
      position: relative;
    }
  }
  .xl\:sticky {
    @media (width >= 1200px) {
      position: sticky;
    }
  }
  .xl\:-right-20 {
    @media (width >= 1200px) {
      right: calc(var(--spacing) * -20);
    }
  }
  .xl\:right-\[90px\] {
    @media (width >= 1200px) {
      right: 90px;
    }
  }
  .xl\:bottom-12\.5 {
    @media (width >= 1200px) {
      bottom: calc(var(--spacing) * 12.5);
    }
  }
  .xl\:bottom-24 {
    @media (width >= 1200px) {
      bottom: calc(var(--spacing) * 24);
    }
  }
  .xl\:bottom-\[140px\] {
    @media (width >= 1200px) {
      bottom: 140px;
    }
  }
  .xl\:-left-20 {
    @media (width >= 1200px) {
      left: calc(var(--spacing) * -20);
    }
  }
  .xl\:z-9 {
    @media (width >= 1200px) {
      z-index: 9;
    }
  }
  .xl\:-mx-7\.5 {
    @media (width >= 1200px) {
      margin-inline: calc(var(--spacing) * -7.5);
    }
  }
  .xl\:-mx-60 {
    @media (width >= 1200px) {
      margin-inline: calc(var(--spacing) * -60);
    }
  }
  .xl\:mt-2 {
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
  .xl\:mt-\[-400px\] {
    @media (width >= 1200px) {
      margin-top: -400px;
    }
  }
  .xl\:mr-3\.75 {
    @media (width >= 1200px) {
      margin-right: calc(var(--spacing) * 3.75);
    }
  }
  .xl\:mr-4 {
    @media (width >= 1200px) {
      margin-right: calc(var(--spacing) * 4);
    }
  }
  .xl\:mr-6 {
    @media (width >= 1200px) {
      margin-right: calc(var(--spacing) * 6);
    }
  }
  .xl\:mb-0 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .xl\:mb-2 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .xl\:mb-3\.75 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 3.75);
    }
  }
  .xl\:mb-4 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .xl\:mb-6 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .xl\:mb-7\.5 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 7.5);
    }
  }
  .xl\:mb-9 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 9);
    }
  }
  .xl\:mb-10 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .xl\:mb-15 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 15);
    }
  }
  .xl\:ml-5 {
    @media (width >= 1200px) {
      margin-left: calc(var(--spacing) * 5);
    }
  }
  .xl\:block {
    @media (width >= 1200px) {
      display: block;
    }
  }
  .xl\:flex {
    @media (width >= 1200px) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 1200px) {
      display: none;
    }
  }
  .xl\:h-175\! {
    @media (width >= 1200px) {
      height: calc(var(--spacing) * 175) !important;
    }
  }
  .xl\:h-\[80vh\] {
    @media (width >= 1200px) {
      height: 80vh;
    }
  }
  .xl\:h-\[320px\] {
    @media (width >= 1200px) {
      height: 320px;
    }
  }
  .xl\:h-\[880px\] {
    @media (width >= 1200px) {
      height: 880px;
    }
  }
  .xl\:h-\[calc\(100vh_-_170px\)\] {
    @media (width >= 1200px) {
      height: calc(100vh - 170px);
    }
  }
  .xl\:h-screen {
    @media (width >= 1200px) {
      height: 100vh;
    }
  }
  .xl\:w-1\/2 {
    @media (width >= 1200px) {
      width: calc(1 / 2 * 100%);
    }
  }
  .xl\:w-1\/2\! {
    @media (width >= 1200px) {
      width: calc(1 / 2 * 100%) !important;
    }
  }
  .xl\:w-1\/3 {
    @media (width >= 1200px) {
      width: calc(1 / 3 * 100%);
    }
  }
  .xl\:w-1\/4 {
    @media (width >= 1200px) {
      width: calc(1 / 4 * 100%);
    }
  }
  .xl\:w-1\/6 {
    @media (width >= 1200px) {
      width: calc(1 / 6 * 100%);
    }
  }
  .xl\:w-2\/3 {
    @media (width >= 1200px) {
      width: calc(2 / 3 * 100%);
    }
  }
  .xl\:w-3\/4 {
    @media (width >= 1200px) {
      width: calc(3 / 4 * 100%);
    }
  }
  .xl\:w-5\/6 {
    @media (width >= 1200px) {
      width: calc(5 / 6 * 100%);
    }
  }
  .xl\:w-5\/12 {
    @media (width >= 1200px) {
      width: calc(5 / 12 * 100%);
    }
  }
  .xl\:w-7\/12 {
    @media (width >= 1200px) {
      width: calc(7 / 12 * 100%);
    }
  }
  .xl\:w-\[275px\] {
    @media (width >= 1200px) {
      width: 275px;
    }
  }
  .xl\:w-\[960px\] {
    @media (width >= 1200px) {
      width: 960px;
    }
  }
  .xl\:w-\[calc\(50vw_-_200px\)\] {
    @media (width >= 1200px) {
      width: calc(50vw - 200px);
    }
  }
  .xl\:w-full {
    @media (width >= 1200px) {
      width: 100%;
    }
  }
  .xl\:max-w-\[520px\] {
    @media (width >= 1200px) {
      max-width: 520px;
    }
  }
  .xl\:min-w-\[275px\] {
    @media (width >= 1200px) {
      min-width: 275px;
    }
  }
  .xl\:flex-1 {
    @media (width >= 1200px) {
      flex: 1;
    }
  }
  .xl\:items-center {
    @media (width >= 1200px) {
      align-items: center;
    }
  }
  .xl\:justify-end {
    @media (width >= 1200px) {
      justify-content: flex-end;
    }
  }
  .xl\:gap-0 {
    @media (width >= 1200px) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .xl\:rounded-2xl {
    @media (width >= 1200px) {
      border-radius: var(--radius-2xl);
    }
  }
  .xl\:rounded-3xl {
    @media (width >= 1200px) {
      border-radius: var(--radius-3xl);
    }
  }
  .xl\:\!p-16 {
    @media (width >= 1200px) {
      padding: calc(var(--spacing) * 16) !important;
    }
  }
  .xl\:p-10 {
    @media (width >= 1200px) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .xl\:p-12\.5 {
    @media (width >= 1200px) {
      padding: calc(var(--spacing) * 12.5);
    }
  }
  .xl\:p-15 {
    @media (width >= 1200px) {
      padding: calc(var(--spacing) * 15);
    }
  }
  .xl\:px-5 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .xl\:px-6\.25 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 6.25);
    }
  }
  .xl\:px-7\.5 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 7.5);
    }
  }
  .xl\:px-10 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .xl\:px-15 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 15);
    }
  }
  .xl\:px-17 {
    @media (width >= 1200px) {
      padding-inline: calc(var(--spacing) * 17);
    }
  }
  .xl\:px-\[55px\] {
    @media (width >= 1200px) {
      padding-inline: 55px;
    }
  }
  .xl\:py-3\.75 {
    @media (width >= 1200px) {
      padding-block: calc(var(--spacing) * 3.75);
    }
  }
  .xl\:py-4\.5 {
    @media (width >= 1200px) {
      padding-block: calc(var(--spacing) * 4.5);
    }
  }
  .xl\:py-5 {
    @media (width >= 1200px) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .xl\:py-6\.25 {
    @media (width >= 1200px) {
      padding-block: calc(var(--spacing) * 6.25);
    }
  }
  .xl\:py-9 {
    @media (width >= 1200px) {
      padding-block: calc(var(--spacing) * 9);
    }
  }
  .xl\:py-15 {
    @media (width >= 1200px) {
      padding-block: calc(var(--spacing) * 15);
    }
  }
  .xl\:pt-20 {
    @media (width >= 1200px) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .xl\:pt-25 {
    @media (width >= 1200px) {
      padding-top: calc(var(--spacing) * 25);
    }
  }
  .xl\:pr-6 {
    @media (width >= 1200px) {
      padding-right: calc(var(--spacing) * 6);
    }
  }
  .xl\:pr-29 {
    @media (width >= 1200px) {
      padding-right: calc(var(--spacing) * 29);
    }
  }
  .xl\:pr-\[55px\] {
    @media (width >= 1200px) {
      padding-right: 55px;
    }
  }
  .xl\:pb-8\.5 {
    @media (width >= 1200px) {
      padding-bottom: calc(var(--spacing) * 8.5);
    }
  }
  .xl\:pl-4 {
    @media (width >= 1200px) {
      padding-left: calc(var(--spacing) * 4);
    }
  }
  .xl\:pl-5\.75 {
    @media (width >= 1200px) {
      padding-left: calc(var(--spacing) * 5.75);
    }
  }
  .xl\:pl-9 {
    @media (width >= 1200px) {
      padding-left: calc(var(--spacing) * 9);
    }
  }
  .xl\:pl-10 {
    @media (width >= 1200px) {
      padding-left: calc(var(--spacing) * 10);
    }
  }
  .xl\:pl-32 {
    @media (width >= 1200px) {
      padding-left: calc(var(--spacing) * 32);
    }
  }
  .xl\:text-2xl {
    @media (width >= 1200px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .xl\:text-3xl {
    @media (width >= 1200px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .xl\:text-4xl {
    @media (width >= 1200px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .xl\:text-4xl\! {
    @media (width >= 1200px) {
      font-size: var(--text-4xl) !important;
      line-height: var(--tw-leading, var(--text-4xl--line-height)) !important;
    }
  }
  .xl\:text-5xl\! {
    @media (width >= 1200px) {
      font-size: var(--text-5xl) !important;
      line-height: var(--tw-leading, var(--text-5xl--line-height)) !important;
    }
  }
  .xl\:text-6xl {
    @media (width >= 1200px) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .xl\:text-6xl\! {
    @media (width >= 1200px) {
      font-size: var(--text-6xl) !important;
      line-height: var(--tw-leading, var(--text-6xl--line-height)) !important;
    }
  }
  .xl\:text-lg {
    @media (width >= 1200px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .xl\:text-xl {
    @media (width >= 1200px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .xl\:text-2\.5xl {
    @media (width >= 1200px) {
      font-size: var(--text-2\.5xl);
    }
  }
  .xl\:text-2sm {
    @media (width >= 1200px) {
      font-size: var(--text-2sm);
    }
  }
  .xl\:text-4\.5xl {
    @media (width >= 1200px) {
      font-size: var(--text-4\.5xl);
    }
  }
  .xl\:text-4\.5xl\! {
    @media (width >= 1200px) {
      font-size: var(--text-4\.5xl) !important;
    }
  }
  .xl\:text-7\.5xl {
    @media (width >= 1200px) {
      font-size: var(--text-7\.5xl);
    }
  }
  .xl\:text-7\.5xl\! {
    @media (width >= 1200px) {
      font-size: var(--text-7\.5xl) !important;
    }
  }
  .xl\:text-\[45px\]\! {
    @media (width >= 1200px) {
      font-size: 45px !important;
    }
  }
  .xl\:text-\[65px\] {
    @media (width >= 1200px) {
      font-size: 65px;
    }
  }
  .xl\:shadow-\[0px_30px_50px_rgba\(0\,0\,0\,0\.1\)\] {
    @media (width >= 1200px) {
      --tw-shadow: 0px 30px 50px var(--tw-shadow-color, rgba(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);
    }
  }
  .\33 xl\:-top-12\.5 {
    @media (width >= 1479px) {
      top: calc(var(--spacing) * -12.5);
    }
  }
  .\33 xl\:right-0 {
    @media (width >= 1479px) {
      right: calc(var(--spacing) * 0);
    }
  }
  .\33 xl\:right-\[-25\%\] {
    @media (width >= 1479px) {
      right: -25%;
    }
  }
  .\33 xl\:right-\[16\%\] {
    @media (width >= 1479px) {
      right: 16%;
    }
  }
  .\33 xl\:-bottom-7\.5 {
    @media (width >= 1479px) {
      bottom: calc(var(--spacing) * -7.5);
    }
  }
  .\33 xl\:left-0 {
    @media (width >= 1479px) {
      left: calc(var(--spacing) * 0);
    }
  }
  .\33 xl\:-mr-25 {
    @media (width >= 1479px) {
      margin-right: calc(var(--spacing) * -25);
    }
  }
  .\33 xl\:mr-16 {
    @media (width >= 1479px) {
      margin-right: calc(var(--spacing) * 16);
    }
  }
  .\33 xl\:mb-\[58px\] {
    @media (width >= 1479px) {
      margin-bottom: 58px;
    }
  }
  .\33 xl\:h-200\! {
    @media (width >= 1479px) {
      height: calc(var(--spacing) * 200) !important;
    }
  }
  .\33 xl\:h-\[980px\] {
    @media (width >= 1479px) {
      height: 980px;
    }
  }
  .\33 xl\:w-1\/3 {
    @media (width >= 1479px) {
      width: calc(1 / 3 * 100%);
    }
  }
  .\33 xl\:scale-125 {
    @media (width >= 1479px) {
      --tw-scale-x: 125%;
      --tw-scale-y: 125%;
      --tw-scale-z: 125%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .\33 xl\:py-12\.5 {
    @media (width >= 1479px) {
      padding-block: calc(var(--spacing) * 12.5);
    }
  }
  .\33 xl\:py-25 {
    @media (width >= 1479px) {
      padding-block: calc(var(--spacing) * 25);
    }
  }
  .\33 xl\:pt-25 {
    @media (width >= 1479px) {
      padding-top: calc(var(--spacing) * 25);
    }
  }
  .\33 xl\:pt-42 {
    @media (width >= 1479px) {
      padding-top: calc(var(--spacing) * 42);
    }
  }
  .\33 xl\:pt-\[55px\] {
    @media (width >= 1479px) {
      padding-top: 55px;
    }
  }
  .\33 xl\:pb-17 {
    @media (width >= 1479px) {
      padding-bottom: calc(var(--spacing) * 17);
    }
  }
  .\33 xl\:pb-25 {
    @media (width >= 1479px) {
      padding-bottom: calc(var(--spacing) * 25);
    }
  }
  .\33 xl\:text-3xl {
    @media (width >= 1479px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .\33 xl\:text-7xl {
    @media (width >= 1479px) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .\33 xl\:text-7xl\! {
    @media (width >= 1479px) {
      font-size: var(--text-7xl) !important;
      line-height: var(--tw-leading, var(--text-7xl--line-height)) !important;
    }
  }
  .\33 xl\:text-4\.65xl {
    @media (width >= 1479px) {
      font-size: var(--text-4\.65xl);
    }
  }
  .\33 xl\:text-4\.65xl\! {
    @media (width >= 1479px) {
      font-size: var(--text-4\.65xl) !important;
    }
  }
  .\33 xl\:text-\[110px\] {
    @media (width >= 1479px) {
      font-size: 110px;
    }
  }
  .\33 xl\:text-\[110px\]\! {
    @media (width >= 1479px) {
      font-size: 110px !important;
    }
  }
  .\34 xl\:-right-25 {
    @media (width >= 1680px) {
      right: calc(var(--spacing) * -25);
    }
  }
  .\34 xl\:right-\[19\%\] {
    @media (width >= 1680px) {
      right: 19%;
    }
  }
  .\34 xl\:bottom-17 {
    @media (width >= 1680px) {
      bottom: calc(var(--spacing) * 17);
    }
  }
  .\34 xl\:bottom-\[95px\] {
    @media (width >= 1680px) {
      bottom: 95px;
    }
  }
  .\34 xl\:-left-25 {
    @media (width >= 1680px) {
      left: calc(var(--spacing) * -25);
    }
  }
  .\34 xl\:mt-15 {
    @media (width >= 1680px) {
      margin-top: calc(var(--spacing) * 15);
    }
  }
  .\34 xl\:mb-9 {
    @media (width >= 1680px) {
      margin-bottom: calc(var(--spacing) * 9);
    }
  }
  .\34 xl\:w-1\/2 {
    @media (width >= 1680px) {
      width: calc(1 / 2 * 100%);
    }
  }
  .\34 xl\:translate-x-\[-19\%\] {
    @media (width >= 1680px) {
      --tw-translate-x: -19%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .\34 xl\:p-20 {
    @media (width >= 1680px) {
      padding: calc(var(--spacing) * 20);
    }
  }
  .\34 xl\:px-18\.75\! {
    @media (width >= 1680px) {
      padding-inline: calc(var(--spacing) * 18.75) !important;
    }
  }
  .\34 xl\:pt-12\.5 {
    @media (width >= 1680px) {
      padding-top: calc(var(--spacing) * 12.5);
    }
  }
  .\34 xl\:pt-\[90px\]\! {
    @media (width >= 1680px) {
      padding-top: 90px !important;
    }
  }
  .\34 xl\:pb-12\.5\! {
    @media (width >= 1680px) {
      padding-bottom: calc(var(--spacing) * 12.5) !important;
    }
  }
  .\34 xl\:text-2xl {
    @media (width >= 1680px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .\34 xl\:text-5xl\! {
    @media (width >= 1680px) {
      font-size: var(--text-5xl) !important;
      line-height: var(--tw-leading, var(--text-5xl--line-height)) !important;
    }
  }
  .\34 xl\:text-6xl\! {
    @media (width >= 1680px) {
      font-size: var(--text-6xl) !important;
      line-height: var(--tw-leading, var(--text-6xl--line-height)) !important;
    }
  }
  .\34 xl\:text-8\.5xl {
    @media (width >= 1680px) {
      font-size: var(--text-8\.5xl);
    }
  }
  .dark\:block\! {
    &:where(.dark, .dark *) {
      display: block !important;
    }
  }
  .dark\:hidden\! {
    &:where(.dark, .dark *) {
      display: none !important;
    }
  }
  .dark\:border {
    &:where(.dark, .dark *) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .dark\:border-\[\#120F0C\]\! {
    &:where(.dark, .dark *) {
      border-color: #120F0C !important;
    }
  }
  .dark\:border-secondary\/10 {
    &:where(.dark, .dark *) {
      border-color: color-mix(in srgb, #000 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-secondary) 10%, transparent);
      }
    }
  }
  .dark\:border-white {
    &:where(.dark, .dark *) {
      border-color: var(--color-white);
    }
  }
  .dark\:border-white\/20 {
    &:where(.dark, .dark *) {
      border-color: color-mix(in srgb, #fff 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
      }
    }
  }
  .dark\:border-white\/20\! {
    &:where(.dark, .dark *) {
      border-color: color-mix(in srgb, #fff 20%, transparent) !important;
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-white) 20%, transparent) !important;
      }
    }
  }
  .dark\:bg-\[\#120F0C\]\! {
    &:where(.dark, .dark *) {
      background-color: #120F0C !important;
    }
  }
  .dark\:bg-\[\#433B35\] {
    &:where(.dark, .dark *) {
      background-color: #433B35;
    }
  }
  .dark\:bg-black {
    &:where(.dark, .dark *) {
      background-color: var(--color-black);
    }
  }
  .dark\:bg-card {
    &:where(.dark, .dark *) {
      background-color: var(--color-card);
    }
  }
  .dark\:bg-light {
    &:where(.dark, .dark *) {
      background-color: var(--color-light);
    }
  }
  .dark\:bg-transparent {
    &:where(.dark, .dark *) {
      background-color: transparent;
    }
  }
  .dark\:bg-transparent\! {
    &:where(.dark, .dark *) {
      background-color: transparent !important;
    }
  }
  .dark\:text-black {
    &:where(.dark, .dark *) {
      color: var(--color-black);
    }
  }
  .dark\:text-white\! {
    &:where(.dark, .dark *) {
      color: var(--color-white) !important;
    }
  }
  .dark\:invert {
    &:where(.dark, .dark *) {
      --tw-invert: invert(100%);
      filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
  }
  .dark\:after\:bg-\[\#120F0C\]\! {
    &:where(.dark, .dark *) {
      &::after {
        content: var(--tw-content);
        background-color: #120F0C !important;
      }
    }
  }
  .dark\:after\:invert {
    &:where(.dark, .dark *) {
      &::after {
        content: var(--tw-content);
        --tw-invert: invert(100%);
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
      }
    }
  }
  .light\:bg-white {
    &:where(.light, .light *) {
      background-color: var(--color-white);
    }
  }
  .light\:bg-white\! {
    &:where(.light, .light *) {
      background-color: var(--color-white) !important;
    }
  }
  .light\:focus\:bg-light {
    &:where(.light, .light *) {
      &:focus {
        background-color: var(--color-light);
      }
    }
  }
  .\[\.page-wraper\.active-menu_\&\]\:fill-white\! {
    .page-wraper.active-menu & {
      fill: var(--color-white) !important;
    }
  }
}
@font-face {
  font-family: 'Lufga';
  font-style: normal;
  font-weight: 400;
  src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaRegular.woff') format('woff');
}
@font-face {
  font-family: 'Lufga';
  font-style: italic;
  font-weight: 400;
  src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaItalic.woff') format('woff');
}
@font-face {
  font-family: 'Lufga';
  font-style: normal;
  font-weight: 100;
  src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaThin.woff') format('woff');
}
@font-face {
  font-family: 'Lufga';
  font-style: italic;
  font-weight: 100;
  src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaThinItalic.woff') format('woff');
}
@font-face {
  font-family: 'Lufga';
  font-style: normal;
  font-weight: 200;
  src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaExtraLight.woff') format('woff');
}
@font-face {
  font-family: 'Lufga';
  font-style: italic;
  font-weight: 200;
  src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaExtraLightItalic.woff') format('woff');
}
@font-face {
  font-family: 'Lufga';
  font-style: normal;
  font-weight: 300;
  src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaLight.woff') format('woff');
}
@font-face {
  font-family: 'Lufga';
  font-style: italic;
  font-weight: 300;
  src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaLightItalic.woff') format('woff');
}
@font-face {
  font-family: 'Lufga';
  font-style: normal;
  font-weight: 500;
  src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaMedium.woff') format('woff');
}
@font-face {
  font-family: 'Lufga';
  font-style: italic;
  font-weight: 500;
  src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaMediumItalic.woff') format('woff');
}
@font-face {
  font-family: 'Lufga';
  font-style: normal;
  font-weight: 600;
  src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaSemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Lufga';
  font-style: italic;
  font-weight: 600;
  src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaSemiBoldItalic.woff') format('woff');
}
@font-face {
  font-family: 'Lufga';
  font-style: normal;
  font-weight: 700;
  src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaBold.woff') format('woff');
}
@font-face {
  font-family: 'Lufga';
  font-style: italic;
  font-weight: 700;
  src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaBoldItalic.woff') format('woff');
}
@font-face {
  font-family: 'Lufga';
  font-style: normal;
  font-weight: 800;
  src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaExtraBold.woff') format('woff');
}
@font-face {
  font-family: 'Lufga';
  font-style: italic;
  font-weight: 800;
  src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaExtraBoldItalic.woff') format('woff');
}
@font-face {
  font-family: 'Lufga';
  font-style: normal;
  font-weight: 900;
  src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaBlack.woff') format('woff');
}
@font-face {
  font-family: 'Lufga';
  font-style: italic;
  font-weight: 900;
  src: local('Lufga'), url('../fonts/lufga-cufonfonts/LufgaBlackItalic.woff') format('woff');
}
:root {
  --primary: #63cfdb;
  --primary-hover: #4ac6e3;
  --primary-dark: #4ac6e3;
  --secondary: #000;
  --secondary-hover: #000;
  --secondary-light: #A7BFFE;
  --color-title: #000;
  --bg-light: #FFFAF3;
  --light: #FFFAF3;
  --light-dark: #FEEB9D;
  --theme-text-color: #000000;
  --dark: #151F37;
  --dark-light: #F9F9F9;
  --rgba-primary-1: rgba(204, 13, 57, 0.1);
  --rgba-primary-2: rgba(204, 13, 57, 0.2);
  --rgba-primary-3: rgba(204, 13, 57, 0.3);
  --rgba-primary-4: rgba(204, 13, 57, 0.4);
  --rgba-primary-5: rgba(204, 13, 57, 0.5);
  --rgba-primary-6: rgba(204, 13, 57, 0.6);
  --rgba-primary-7: rgba(204, 13, 57, 0.7);
  --rgba-primary-8: rgba(204, 13, 57, 0.8);
  --rgba-primary-9: rgba(204, 13, 57, 0.9);
  --gradient1: linear-gradient(307deg, #FEEB9D 1.9%, #FFDFE7 67.57%);
  --gradient2: linear-gradient(307deg, #FFEA96 1.9%, #FFB0B0 85.96%);
  --white: var(--color-title);
  --body-bg: #ffffff;
  --font-family-title: Lufga, sans-serif;
}
* {
  scrollbar-color: rgba(223, 223, 223, 0.9) rgba(255, 255, 255, 0);
  scrollbar-width: thin;
}
body {
  line-height: 1.6;
  color: #5E626F;
  font-size: 1rem;
  font-family: "DM Sans", sans-serif;
  overflow-x: clip;
  background-color: #fff;
  color: var(--color-title);
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family-title);
  font-weight: 600;
  color: var(--color-title);
  line-height: 1.4;
}
h1 {
  font-size: 80px;
  line-height: 1.2;
}
h2 {
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
  font-weight: 500;
}
h6 {
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 1480px) {
  h1 {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  body {
    font-size: 14px;
  }
}
textarea::placeholder , input::placeholder {
  color: var(--color-title);
}
a {
  transition: all 0.5s;
}
img ,svg {
  display: inline-block;
  vertical-align: middle;
  user-select: none;
}
strong {
  font-weight: 700;
}
.text-stroke-2 {
  -webkit-text-stroke: 2px #FBBB00;
}
section {
  position: relative;
}
#pointer-ring {
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  display: block;
  border: 1px solid var(--primary) !important;
  position: fixed;
  border-radius: 100px;
  z-index: 999999;
  pointer-events: none;
  transition: width 0.3s, height 0.3s;
}
#pointer-ring.active {
  width: 50px;
  height: 50px;
  opacity: 0.5;
}
#pointer-dot {
  left: -4px;
  top: -4px;
  width: 12px;
  height: 12px;
  position: fixed;
  border-radius: 10px;
  z-index: 999998;
  pointer-events: none;
  transition: border-color 0.5s;
  background: #333;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}
#pointer-ring.active + #pointer-dot {
  opacity: 0;
}
.row {
  --bs-gutter-x: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-top: var(--bs-gutter-y);
}
.g-0, .gx-0 {
  --bs-gutter-x: 0;
}
.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}
.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
.min-container {
  max-width: 53.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.938rem;
  padding-right: 0.938rem;
}
@media only screen and (min-width: 1680px) and (min-width: 1920px) {
  .col-20 {
    width: 20% !important;
  }
  .col-80 {
    width: 80% !important;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media only screen and (max-width: 1280px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.875rem;
  }
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media only screen and (max-width: 575px) {
  .content-inner-2 {
    padding-top: 40px !important;
  }
}
.loader {
  margin: 30px auto 0;
}
@keyframes load-circle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    width: 120px;
    height: 120px;
    opacity: 0;
  }
  5% {
    width: 120px;
    height: 120px;
    opacity: 1;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}
@keyframes load-circle2 {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    width: 120px;
    height: 120px;
    opacity: 0;
  }
  5% {
    width: 120px;
    height: 120px;
    opacity: 1;
  }
  100% {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.preloader-wrapper-2 img {
  width: 220px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.preloader-wrapper-2 .loader {
  margin: 50px auto 0;
  animation: animate 3s infinite linear;
}
.preloader-wrapper-2 .loader:before {
  content: '';
  background: var(--primary);
  width: 40px;
  height: 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  animation: animate1 3s infinite linear;
}
@keyframes animate {
  0%, 100% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(20deg);
  }
}
@keyframes animate1 {
  0%, 100% {
    transform: rotate(0);
    left: 0;
  }
  50% {
    transform: rotate(200deg);
    left: calc(100% - 40px);
  }
}
.preloader-wrapper-3 img {
  width: 220px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.preloader-wrapper-3 .loader {
  border: 20px solid transparent;
  border-bottom-color: var(--color-secondary);
  border-right-color: var(--color-secondary);
  animation: animate2 3.5s ease-in-out infinite;
}
.preloader-wrapper-3 .loader .ball {
  animation: animateball 3.5s ease-in-out infinite;
}
@keyframes animate2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes animateball {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
  }
  50% {
    -webkit-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);
  }
  75% {
    -webkit-transform: translate(-15px, 8px);
    transform: translate(-15px, 8px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes stroke {
  0% {
    fill: rgba(255, 255, 255, 0);
    stroke: white;
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 2;
  }
  70% {
    fill: rgba(255, 255, 255, 0);
    stroke: white;
  }
  80% {
    fill: rgba(255, 255, 255, 0);
    stroke: white;
    stroke-width: 3;
  }
  100% {
    fill: white;
    stroke: rgba(255, 255, 255, 0);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}
@keyframes toLeftFromRight {
  49% {
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
html.dark {
  --color-light: #1F1A17;
  --color-title: #fff;
  --color-body: #9d9d9d;
  --color-secondary: #fff;
  --color-card: #2A241F;
  --color-foreground: #000;
  --color-border: #ffffff26;
  --body-bg: #120f0c;
  --color-dark: #c7c7c7;
  --bg1-gradient: 180deg, #000 -30.2%, rgba(255, 255, 255, 0) 92.95%;
}
.logo-header {
  display: flex;
  align-items: center;
  float: left;
  vertical-align: middle;
  width: 180px;
  height: 80px;
  position: relative;
  z-index: 9;
}
.logo-header a {
  display: table-cell;
  vertical-align: middle;
}
.logo-header img {
  height: 45px;
  max-width: 145px;
  object-fit: contain;
  transition: all 0.5s;
}
.top-bar {
  background-color: var(--body-bg);
  color: var(--color-title);
  padding: 12px 0;
  position: relative;
  border-bottom: 1px solid var(--color-border);
}
.top-bar .dz-topbar-left {
  float: left;
}
.top-bar .dz-topbar-left li {
  padding-right: 20px;
}
.top-bar .dz-topbar-right {
  float: right;
}
.top-bar .dz-topbar-right li {
  padding-left: 10px;
}
.top-bar .dz-social li a {
  color: inherit;
  font-size: inherit;
}
.top-bar .dz-social li a:hover {
  color: var(--primary);
}
.top-bar .dz-topbar-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.top-bar .dz-topbar-center, .top-bar .dz-topbar-left, .top-bar .dz-topbar-right {
  padding-left: 15px;
  padding-right: 15px;
}
.top-bar .dz-topbar-center ul, .top-bar .dz-topbar-left ul, .top-bar .dz-topbar-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.top-bar .dz-topbar-center ul li, .top-bar .dz-topbar-left ul li, .top-bar .dz-topbar-right ul li {
  display: inline-block;
  font-size: 15px;
}
.top-bar .dz-topbar-center ul i, .top-bar .dz-topbar-left ul i, .top-bar .dz-topbar-right ul i {
  margin-right: 5px;
}
.top-bar .dz-topbar-center ul a, .top-bar .dz-topbar-left ul a, .top-bar .dz-topbar-right ul a {
  color: inherit;
}
.top-bar .dz-topbar-center ul a:hover, .top-bar .dz-topbar-left ul a:hover, .top-bar .dz-topbar-right ul a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.top-bar .dz-topbar-right ul {
  margin-left: 15px;
}
.text-logo .site-title {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 5px;
}
.text-logo p {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  color: var(--primary);
}
.site-header {
  position: relative;
  z-index: 999;
}
.site-header .main-bar {
  background: var(--body-bg);
  width: 100%;
  position: relative;
  border-bottom: 1px solid var(--light);
}
.dark .site-header .main-bar {
  border-bottom: 1px solid #ffffff57;
}
.site-header .container {
  position: relative;
}
.site-header .extra-nav {
  float: right;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  height: 80px;
  padding-left: 30px;
  color: var(--color-title);
}
.site-header .extra-nav .extra-cell {
  display: flex;
  align-items: center;
}
.site-header .extra-nav .extra-cell > * {
  margin-left: 20px;
  display: flex;
  align-items: center;
  flex-direction: inherit;
  margin-right: -10px;
}
.site-header .extra-nav .extra-cell .login-link {
  color: var(--color-title);
  font-size: 16px;
  font-weight: 400;
  margin-right: 40px;
  text-transform: capitalize;
  font-family: var(--font-family-title);
}
@media only screen and (max-width: 1480px) and (min-width: 992px) {
  .site-header .extra-nav .extra-cell .login-link {
    display: none;
  }
}
.site-header .extra-nav .extra-cell .filte-link .filte-btn svg rect {
  fill: var(--color-title);
}
.site-header .extra-nav .extra-cell ul li button, .site-header .extra-nav .extra-cell ul li a {
  min-width: 40px;
  padding: 0px 15px;
  display: flex;
  align-content: center;
  justify-content: center;
  vertical-align: middle;
  position: relative;
  line-height: 1;
}
.site-header .extra-nav .extra-cell ul li button i, .site-header .extra-nav .extra-cell ul li a i {
  font-size: 20px;
  color: var(--color-title);
  font-weight: 600;
}
.site-header .extra-nav .extra-cell ul li button svg rect, .site-header .extra-nav .extra-cell ul li a svg rect {
  fill: var(--color-title);
}
.site-header .extra-nav .extra-cell ul li button .badge, .site-header .extra-nav .extra-cell ul li a .badge {
  position: absolute;
  top: -4px;
  right: 2px;
  font-size: 11px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 18px;
  min-width: 18px;
  font-weight: 700;
}
.site-header .extra-nav .extra-cell ul li.login-link a {
  padding: 0;
  border-bottom: 1px solid #000 5c;
  min-height: auto;
  padding-bottom: 2px;
}
.site-header .extra-nav .extra-cell ul li.filte-link a {
  margin-left: 30px;
}
@media only screen and (max-width: 1680px) {
  .site-header .extra-nav {
    padding-left: 0;
  }
}
.site-header .extra-nav ul li {
  display: inline-block;
}
.site-header .extra-nav ul li .icon {
  padding: 0;
  background: transparent;
  min-width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
}
.adv-media {
  padding-left: 20px;
}
.adv-media img {
  width: 100%;
  border-radius: 20px;
}
.month-deal {
  border: 1px solid #eee;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.dark .month-deal {
  border: 1px solid rgb(255 255 255 / 10%);
}
.month-deal .sale-countdown .countdown {
  display: flex;
  margin: 0;
}
.month-deal .sale-countdown .date {
  margin: 0 5px;
  padding: 0;
}
.month-deal .sale-countdown .date .time {
  font-size: 22px;
  background: #eee;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: var(--color-title) !important;
  font-weight: 500;
  font-family: var(--font-family-title);
}
.dark .month-deal .sale-countdown .date .time {
  background: #18120e;
}
.month-deal .sale-countdown .date .work-time {
  font-size: 12px;
  letter-spacing: 0;
  color: var(--color-title);
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--font-family-title);
}
.navbar-toggler {
  border: 0 solid #efbb20;
  font-size: 16px;
  line-height: 24px;
  margin: 40px 0 39px 15px;
  padding: 0;
  float: right;
  outline: none !important;
}
.navicon {
  width: 45px;
  height: 45px;
  background: var(--color-secondary);
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navicon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  background: var(--color-foreground);
  left: 10px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.navicon span:nth-child(1) {
  top: 13px;
  width: 22px;
}
.navicon span:nth-child(2) {
  top: 22px;
  width: 25px;
}
.navicon span:nth-child(3) {
  top: 32px;
  width: 20px;
}
.navicon.open span:nth-child(1) {
  top: 23px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navicon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.navicon.open span:nth-child(3) {
  top: 23px;
  width: 23px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.header-tb .navicon span {
  background: #fff;
}
.header-nav {
  padding: 0;
}
.header-nav::-webkit-scrollbar {
  display: none !important;
}
.header-nav .logo-header {
  display: none;
}
.header-nav .nav {
  float: right;
  padding: 0;
  font-size: 0;
}
.header-nav .nav > li {
  margin: 0px;
  font-weight: 400;
  position: relative;
}
.header-nav .nav > li.has-mega-menu {
  position: inherit;
}
.header-nav .nav > li.menu-item-has-children > a i, .header-nav .nav > li.sub-menu-down > a i {
  display: none;
}
.header-nav .nav > li > a {
  color: var(--white);
  font-size: 16px;
  padding: 28px 15px;
  font-family: var(--font-family-title);
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  position: relative;
  line-height: 24px;
}
.header-nav .nav > li > a span {
  display: inline-block;
}
.header-nav .nav > li .mega-menu, .header-nav .nav > li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 20px 0;
  position: absolute;
  visibility: hidden;
  z-index: 10;
  margin-top: 20px;
  text-align: left;
  transition: all 0.5s;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  pointer-events: none;
}
.header-nav .nav > li .mega-menu .menu-item-has-children > a:before, .header-nav .nav > li .sub-menu .menu-item-has-children > a:before {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  float: right;
  font-size: 10px;
  margin-top: 2px;
}
.header-nav .nav > li .mega-menu li, .header-nav .nav > li .sub-menu li {
  position: relative;
}
.header-nav .nav > li .mega-menu li a, .header-nav .nav > li .sub-menu li a {
  color: #5e626f;
  display: block;
  font-size: 14px;
  padding: 5px 0;
  line-height: 20px;
  text-transform: capitalize;
  position: relative;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  font-weight: 400;
}
.header-nav .nav > li .mega-menu li:hover > a, .header-nav .nav > li .sub-menu li:hover > a {
  color: var(--primary);
}
.header-nav .nav > li .mega-menu li:hover > a:after, .header-nav .nav > li .sub-menu li:hover > a:after {
  width: 10px;
}
.header-nav .nav > li .mega-menu li .name a, .header-nav .nav > li .sub-menu li .name a {
  font-size: 15px;
  font-weight: 500;
  color: inherit;
  padding: 0;
}
.header-nav .nav > li .mega-menu li > .sub-menu, .header-nav .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  transition: all 0.5s;
}
.header-nav .nav > li .sub-menu li > a > i {
  color: inherit;
  display: block;
  float: right;
  font-size: 18px;
  opacity: 1;
  margin-top: 0px;
}
.header-nav .nav > li .mega-menu {
  right: 0px;
  width: 100%;
  z-index: 9;
  padding: 50px;
}
.header-nav .nav > li .mega-menu > li {
  display: block;
  padding: 15px 0 15px;
  position: relative;
  width: 25%;
}
.header-nav .nav > li .mega-menu > li > a {
  color: var(--color-title);
  display: block;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 15px;
  font-family: var(--font-family-title);
}
.header-nav .nav > li .mega-menu > li > a > i {
  font-size: 14px;
  padding-left: 10px;
  text-align: center;
  width: 15px;
}
.header-nav .nav > li .mega-menu > li:last-child:after {
  display: none;
}
.header-nav .nav > li .mega-menu > li:hover > a {
  background-color: transparent;
}
.header-nav .nav > li .mega-menu > li li i {
  font-size: 14px;
  padding-left: 10px;
  text-align: center;
  width: 15px;
}
.header-nav .nav > li.active > a {
  color: var(--primary) !important;
}
.header-nav .nav > li:hover > a {
  color: var(--primary);
}
.header-nav .nav > li:hover > .mega-menu, .header-nav .nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 11;
  pointer-events: unset;
}
.header-nav .nav > li:hover > .mega-menu li:hover > .sub-menu, .header-nav .nav > li:hover > .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  top: -1px;
}
.header-nav .nav > li.open .mega-menu, .header-nav .nav > li.open .sub-menu {
  display: block;
  opacity: 1;
  transition: none;
}
.header-nav .nav > li.open .open .mega-menu, .header-nav .nav > li.open .open .sub-menu {
  display: block;
  opacity: 1;
  transition: none;
}
.header-nav.nav-dark .nav > li .mega-menu, .header-nav.nav-dark .nav > li .sub-menu {
  background-color: var(--color-secondary);
}
.header-nav.nav-dark .nav > li .mega-menu .menu-title, .header-nav.nav-dark .nav > li .sub-menu .menu-title {
  color: #fff;
}
.header-nav.nav-dark .nav > li .mega-menu li a, .header-nav.nav-dark .nav > li .sub-menu li a {
  color: #bababa;
}
.header-nav.nav-dark .nav > li .mega-menu li a:hover, .header-nav.nav-dark .nav > li .sub-menu li a:hover {
  color: #fff;
}
.header-nav.nav-dark .nav > li .mega-menu .name a, .header-nav.nav-dark .nav > li .sub-menu .name a {
  color: #fff;
}
.header-nav.nav-dark .line-left::after {
  background: #fff;
  opacity: 0.1;
}
.header-nav.nav-dark .month-deal {
  border-color: rgba(255, 255, 255, 0.1);
  --color-title: #fff;
}
.header-nav.nav-dark .month-deal .sale-countdown .date .time {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.header-nav.nav-dark .month-deal .sale-countdown .date .work-time {
  color: rgba(255, 255, 255, 0.7);
}
.header-nav .sidebar-footer {
  display: none;
}
.header-nav .sidebar-footer .dz-login-register {
  text-align: center;
  padding-bottom: 10px;
}
.header-nav .dz-social-icon {
  text-align: center;
  display: none;
}
.header-nav .dz-social-icon li {
  display: inline-block;
  margin: 0 2px;
}
.header-nav .dz-social-icon a {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 38px;
  text-align: center;
  border-radius: 0;
}
.mega-menu {
  max-width: 1200px;
  left: 80px !important;
  height: auto;
  overflow-y: auto;
  max-height: calc(100vh - 80px);
}
@media only screen and (max-width: 1300px) {
  .mega-menu {
    left: 0 !important;
    max-width: 100%;
  }
}
.mega-menu ul {
  margin-bottom: 15px;
}
.mega-menu .line-left {
  position: relative;
}
.mega-menu .line-left:after {
  content: "";
  position: absolute;
  height: calc(100% + 80px);
  left: 0;
  top: -50px;
  background: #eee;
  width: 1px;
}
.mega-menu.shop-menu {
  max-width: 1140px;
}
.mega-menu .menu-title {
  color: var(--color-title);
  display: block;
  padding: 0;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  font-family: var(--font-family-title);
}
.mega-menu.portfolio-menu {
  padding-bottom: 20px !important;
}
.mega-menu.portfolio-menu .col {
  width: 20%;
  flex: 0 0 20%;
}
.mega-menu.portfolio-menu .portfolio-nav-link a {
  padding: 0;
  padding: 0 !important;
  text-align: center;
  margin-bottom: 30px;
}
.mega-menu.portfolio-menu .portfolio-nav-link a img {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  max-width: 100%;
  display: block;
}
.mega-menu.demo-menu a img {
  width: 100%;
  transition: all 0.4s;
}
.mega-menu.demo-menu a span {
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
}
.mega-menu.demo-menu a:hover img {
  transform: translateY(-5px);
}
.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-transparent.header-text-white .extra-nav .extra-cell > * {
  --color-title: #fff;
  --white: #fff;
}
.header-transparent.header-text-white .extra-nav.nav-dark .extra-cell > * {
  --color-title: #24262b;
  --white: #24262b;
}
.header-transparent.header-text-white .extra-nav .extra-cell ul li.login-link a {
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 991px) {
  .header-transparent.header-text-white .header-nav .nav > li > a {
    --color-title: #fff;
    --white: #fff;
  }
  .month-deal .sale-countdown .date .time {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .month-deal .sale-countdown .date .work-time {
    font-size: 11px;
  }
}
.header-transparent.header-text-white .header-nav .nav > li > a:after {
  background-image: url(../images/star-white.svg);
}
.header-transparent.header-text-white .logo-dark {
  display: none;
}
.header-transparent.header-text-white .logo-light {
  display: block;
}
.header-transparent.header-text-white .is-fixed .logo-dark {
  display: block;
}
.header-transparent.header-text-white .is-fixed .logo-light {
  display: none;
}
.header-transparent.header-text-white .is-fixed .extra-nav .extra-cell ul li.login-link a {
  border-bottom: 1px solid var(--color-secondary);
}
.header-transparent.header-text-white .is-fixed .header-nav .nav > li > a:after {
  background-image: url(../images/star.svg);
}
.dark .header-transparent.header-text-white .is-fixed .header-nav .nav > li > a:after {
  background-image: url(../images/star-white.svg);
}
.header-transparent.header-text-white .is-fixed .extra-nav .extra-cell > * {
  --color-title: var(--color-secondary);
  --white: var(--color-secondary);
}
.header-transparent.header-text-white .is-fixed .header-nav .nav > li > a {
  --color-title: var(--color-secondary);
  --white: var(--color-secondary);
}
.header-transparent.header-text-white .is-fixed .header-nav .nav > li.active > a, .header-transparent.header-text-white .is-fixed .header-nav .nav > li:hover > a {
  color: var(--primary);
}
.header-transparent.header-text-white .header-nav .logo-dark {
  display: none;
}
.header-transparent .top-bar, .header-transparent .main-bar {
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dark .header-transparent .is-fixed .main-bar {
  background: #120F0C;
}
.header-transparent .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 1280px) {
  .header-transparent .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.side-menu-btn .menu-icon-in span {
  background-color: white;
}
.header-transparent .is-fixed .side-menu-btn .menu-icon-in span {
  background-color: black;
}
.header-transparent .navbar-toggler span {
  background: var(--color-foreground);
}
.header-transparent .is-fixed .nav > li > a {
  color: var(--color-title);
}
.header-transparent .is-fixed .extra-nav .extra-cell .login-link {
  color: var(--color-title);
}
.header-transparent .is-fixed .extra-nav .extra-cell .header-right i {
  color: var(--color-secondary);
}
.header-transparent .is-fixed .extra-nav .extra-cell .header-right .nav-item svg path, .header-transparent .is-fixed .extra-nav .extra-cell .header-right .nav-item circle {
  stroke: var(--color-secondary);
}
.header-transparent .is-fixed .extra-nav .extra-cell .header-right .nav-item .cart-btn svg path {
  stroke: unset;
  fill: var(--color-secondary);
}
.header-transparent .top-bar {
  border-color: white;
}
.header-transparent .top-bar .dz-topbar-left li, .header-transparent .top-bar .dz-topbar-right li, .header-transparent .top-bar .dz-topbar-left i, .header-transparent .top-bar .dz-topbar-right i {
  color: white;
}
.is-fixed .main-bar {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
  background: var(--body-bg);
  transition: all 0.5s;
}
.text-black .nav > li > a {
  color: black;
}
.text-black .navbar-toggler span {
  background: black;
}
.main-bar {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.is-fixed .main-bar {
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
.shop-cart {
  display: inline-block;
}
.shop-cart .cart-btn:before, .shop-cart .cart-btn:after {
  position: absolute;
  border: 2px solid var(--color-title);
  display: block;
}
.shop-cart .cart-btn:before {
  width: 20px;
  height: 8px;
  left: 7px;
  top: 0;
  border-width: 2px 2px 0px 2px !important;
  border-radius: 5px 5px 0 0;
}
.shop-cart .cart-btn:after {
  width: 100%;
  height: 30px;
  border-radius: 0 0 6px 6px;
  bottom: 0;
  left: 0;
}
.browse-category-menu .category-btn {
  background-color: #f5f5f5;
  height: 80px;
  padding: 10px 15px 10px 25px;
  display: flex;
  align-items: center;
  min-width: 300px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 14px;
}
.browse-category-menu .category-btn .category-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.browse-category-menu .category-btn .category-menu span {
  background-color: #fff;
  height: 1px;
  display: block;
  width: 20px;
}
.browse-category-menu .category-btn .toggle-arrow {
  transition: all 0.5s;
  transform: rotate(0deg);
  display: flex;
  align-items: center;
}
.browse-category-menu .category-btn .toggle-arrow i {
  font-size: 22px;
}
.browse-category-menu .category-btn.active .toggle-arrow {
  transform: rotate(-180deg);
}
.browse-category-menu .category-btn.active:after {
  opacity: 1;
  visibility: visible;
}
.browse-category-menu .category-btn:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(36, 38, 43, 0.60);
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
}
.browse-category-menu .category-menu-items {
  position: absolute;
  top: 60px;
  left: 15px;
  right: 15px;
  width: 300px;
  background-color: #fff;
  border-radius: 10px;
}
.browse-category-menu .category-menu-items .navbar-nav {
  display: block;
  padding: 25px 0;
  float: none !important;
}
.browse-category-menu .category-menu-items .navbar-nav .cate-drop > a {
  position: relative;
}
.browse-category-menu .category-menu-items .navbar-nav .cate-drop > a:after {
  content: "";
  position: absolute;
  top: 40px;
  right: 5px;
  opacity: 0;
  background-color: #f6f6f6;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  z-index: 99;
  transition: all 0.5s;
}
.browse-category-menu .category-menu-items .navbar-nav .cate-drop:hover > a:after {
  opacity: 1;
  right: -5px;
}
.browse-category-menu .category-menu-items .navbar-nav .menu-icon {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 25px;
  height: 25px;
  font-size: 18px;
  background-color: var(--color-secondary);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.browse-category-menu .category-menu-items .navbar-nav .menu-icon i {
  transition: all 0.5s;
  color: #fff;
}
.browse-category-menu .category-menu-items .navbar-nav .badge {
  font-weight: 500;
  min-width: auto;
  min-height: auto;
  font-size: 11px;
  padding: 4px 5px;
  text-transform: capitalize;
  margin-left: 4px;
}
.browse-category-menu .category-menu-items .navbar-nav > li {
  display: block;
}
.browse-category-menu .category-menu-items .navbar-nav > li > a {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  padding: 10px 25px 10px 25px !important;
  color: var(--color-title) !important;
  text-transform: capitalize;
}
.browse-category-menu .category-menu-items .navbar-nav > li > a > svg {
  margin-right: 15px;
}
.browse-category-menu .category-menu-items .navbar-nav > li > a > i {
  margin-right: 15px;
  font-size: 18px;
  color: var(--primary);
}
.browse-category-menu .category-menu-items .navbar-nav > li .mega-menu {
  width: calc(1290px - 300px);
  top: 0;
  min-height: 100%;
}
.browse-category-menu .category-menu-items .navbar-nav > li .mega-menu, .browse-category-menu .category-menu-items .navbar-nav > li .sub-menu {
  box-shadow: none;
  border-radius: 0;
  left: 100% !important;
  top: 0;
  border-radius: 10px;
}
.browse-category-menu .category-menu-items .navbar-nav > li .mega-menu li a, .browse-category-menu .category-menu-items .navbar-nav > li .sub-menu li a {
  color: #5e626f;
}
.browse-category-menu .category-menu-items .navbar-nav > li .mega-menu li a:hover, .browse-category-menu .category-menu-items .navbar-nav > li .sub-menu li a:hover {
  color: var(--primary);
}
.browse-category-menu .category-menu-items .navbar-nav > li .mega-menu > li > a {
  color: var(--color-title);
}
.browse-category-menu .category-menu-items .navbar-nav > li:hover > a {
  color: var(--primary) !important;
}
.browse-category-menu .category-menu-items .navbar-nav > li:hover > a .menu-icon svg path {
  stroke: var(--primary);
}
.browse-category-menu .category-menu-items .navbar-nav .menu-items {
  margin-top: -45px;
  background: #f6f6f6;
  transition: all 0.5s;
}
.browse-category-menu .category-menu-items .navbar-nav .menu-items i {
  font-size: 22px;
}
.browse-category-menu .category-menu-items .navbar-nav .menu-items.active {
  margin-top: 0;
}
.browse-category-menu .category-menu-items .navbar-nav .menu-items.active .menu-icon i, .browse-category-menu .category-menu-items .navbar-nav .menu-items.active .menu-icon svg {
  transform: rotate(90deg);
}
.main-bar.dark {
  background-color: #000;
}
.main-bar.dark .browse-category-menu .category-btn {
  color: #fff;
  background-color: #3e4043;
}
@media only screen and (max-width: 1480px) {
  .site-header .extra-nav .extra-cell ul li button, .site-header .extra-nav .extra-cell ul li a {
    padding: 0px 10px;
  }
  .site-header .extra-nav .extra-cell .login-link {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-nav .nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .mega-menu.shop-menu {
    max-width: 100%;
  }
  .header-transparent .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .browse-category-menu .category-menu-items {
    width: 280px;
  }
}
@media only screen and (max-width: 991px) {
  .logo-header img {
    max-width: 180px;
    height: 90px;
  }
  .top-bar {
    display: none;
  }
  .site-header .extra-nav .extra-cell > * {
    margin-left: 10px;
  }
  .site-header .extra-nav {
    height: 80px;
  }
  .month-deal {
    margin-top: 20px;
    flex-direction: column;
    gap: 10px;
  }
  .navbar-toggler {
    margin: 18px 0px 16px 30px;
  }
  .header-nav {
    overflow-y: scroll;
    position: fixed;
    width: 100%;
    left: -100%;
    height: 100vh !important;
    transition: all 0.5s;
    top: 0;
    background-color: #fff;
    margin: 0;
    z-index: 99;
  }
  .header-nav.show {
    left: 0;
    transition: all 0.8s;
    margin: 0;
  }
  .header-nav .logo-header {
    padding: 30px 20px;
    float: none;
    height: auto;
    width: 240px;
  }
  .header-nav .nav > li.menu-item-has-children > a:after, .header-nav .nav > li.sub-menu-down > a:after {
    display: none;
  }
  .header-nav .nav > li.menu-item-has-children > a i, .header-nav .nav > li.sub-menu-down > a i {
    display: block;
    font-size: 9px;
    margin-left: 5px;
    margin-top: 0;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
  }
  .header-nav .nav > li {
    border-bottom: 1px solid #eee;
    width: 100%;
  }
  .header-nav .nav > li.menu-item-has-children > a i, .header-nav .nav > li.sub-menu-down > a i {
    background-color: var(--color-secondary);
    color: #fff;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    float: right;
    font-size: 11px;
    margin: 0;
  }
  .header-nav .nav > li.menu-item-has-children > a i:before, .header-nav .nav > li.sub-menu-down > a i:before {
    content: "\f054";
  }
  .header-nav .nav > li.menu-item-has-children.open > a i:before, .header-nav .nav > li.sub-menu-down.open > a i:before {
    content: "\f078";
  }
  .header-nav .nav > li > a {
    padding: 8px 0;
    display: block;
    line-height: 30px;
    font-size: 16px;
  }
  .header-nav .nav > li .mega-menu, .header-nav .nav > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
    transition: none;
  }
  .header-nav .nav > li .mega-menu > li > a i, .header-nav .nav > li .sub-menu > li > a i {
    color: #fff !important;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    font-size: 14px !important;
    margin: 0 !important;
    background: #eee;
  }
  .header-nav .nav > li .mega-menu .menu-item-has-children.open > a:before, .header-nav .nav > li .sub-menu .menu-item-has-children.open > a:before {
    content: "\f054";
  }
  .header-nav .nav > li .mega-menu, .header-nav .nav > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 15px 0;
    transition: none;
    opacity: 1;
  }
  .header-nav .nav > li .mega-menu > li > a i, .header-nav .nav > li .sub-menu > li > a i {
    display: none;
  }
  .header-nav .nav > li .mega-menu .has-child > a:before, .header-nav .nav > li .sub-menu .has-child > a:before, .header-nav .nav > li .mega-menu .menu-item-has-children > a:before, .header-nav .nav > li .sub-menu .menu-item-has-children > a:before, .header-nav .nav > li .mega-menu > li > a i, .header-nav .nav > li .sub-menu > li > a i {
    color: #fff !important;
    font-size: 14px;
    content: "\f054";
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    font-family: "Font Awesome 5 Free";
    z-index: 3;
    margin: 0 !important;
    background: var(--primary);
    border-radius: var(--border-radius-base);
    font-weight: 900;
    float: right;
  }
  .header-nav .nav > li .mega-menu .has-child.open > a:before .menu-item-has-children.open > a:before, .header-nav .nav > li .sub-menu .has-child.open > a:before .menu-item-has-children.open > a:before {
    content: "\f078";
    background: #333;
  }
  .header-nav .nav > li .mega-menu li > .sub-menu, .header-nav .nav > li .sub-menu li > .sub-menu {
    display: none;
  }
  .header-nav .nav > li .mega-menu .mega-menu, .header-nav .nav > li .sub-menu .mega-menu, .header-nav .nav > li .mega-menu .sub-menu, .header-nav .nav > li .sub-menu .sub-menu {
    border-top: 0;
    padding-left: 20px;
  }
  .header-nav .nav > li .mega-menu .mega-menu li a:after, .header-nav .nav > li .sub-menu .mega-menu li a:after, .header-nav .nav > li .mega-menu .sub-menu li a:after, .header-nav .nav > li .sub-menu .sub-menu li a:after {
    width: 5px;
    content: none;
    height: 5px;
    background: #262f5a !important;
    border-radius: 4px;
    top: 13px;
  }
  .header-nav .nav > li .sub-menu li > a > i {
    display: none;
  }
  .header-nav .nav > li .mega-menu > li {
    width: 100%;
    padding: 0;
  }
  .header-nav .nav > li .mega-menu > li > a {
    display: none;
  }
  .header-transparent.header-text-white .header-nav .logo-dark {
    display: block;
  }
  .mo-left .header-nav {
    overflow-y: scroll;
    position: fixed;
    width: 100%;
    left: -100%;
    height: 100vh !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    top: 0;
    background-color: #fff;
    margin: 0;
    z-index: 99;
  }
  .dark .mo-left .header-nav {
    background-color: #120f0c;
  }
  .mo-left .header-nav.nav-dark {
    background-color: #202020;
  }
  .mo-left .header-nav.show {
    left: 0;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    margin: 0;
    width: 100%;
    max-width: 320px;
  }
  .mo-left .header-nav .logo-header {
    display: block;
    float: none;
    height: auto !important;
    max-width: 100%;
    padding: 30px 20px;
    width: 100% !important;
  }
  .mo-left .header-nav .logo-header img {
    max-width: unset;
    width: 180px;
    height: auto;
    vertical-align: middle;
  }
  .mo-left .header-nav li.open a {
    position: relative;
  }
  .mo-left .navbar-toggler.open {
    z-index: 999;
  }
  .mo-left .navbar-toggler.open span {
    background: var(--color-foreground);
  }
  .main-bar.dark .header-nav .nav > li > a {
    color: #fff;
  }
  .main-bar.dark .header-nav .nav > li > a:after {
    color: rgba(255, 255, 255, 0.5);
  }
  .main-bar.dark {
    background-color: white;
  }
  .header-nav .nav > li .mega-menu {
    display: none;
    padding: 20px 0;
  }
  .header-nav .nav > li:hover > .mega-menu, .header-nav .nav > li:hover > .sub-menu {
    transition: none;
  }
  .header-nav .nav {
    float: none;
    padding: 0 20px;
  }
  .header-nav .sidebar-footer {
    display: block;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: auto;
    width: 100%;
    text-align: center;
  }
  .header-nav .dz-social-icon {
    display: block;
    padding: 20px;
  }
  .mega-menu {
    max-height: unset;
    overflow-y: unset;
  }
  .mega-menu .line-left:after {
    content: none;
  }
  .mega-menu.portfolio-menu .col {
    width: 25%;
    flex: 0 0 25%;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .extra-nav .extra-cell .login-link {
    margin-left: -25px;
    margin-right: auto;
  }
  .site-header .extra-nav {
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: -80px;
    left: 0;
    padding: 0 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    height: 50px;
    transition: all 0.5s ease 0.5s;
  }
  .dark .site-header .extra-nav {
    background: #120f0c;
  }
  .site-header .extra-nav.active {
    bottom: 0;
  }
  .site-header .extra-nav.bottom-end {
    bottom: -80px;
  }
  .site-header .extra-nav .extra-cell {
    width: 100%;
  }
  .site-header .extra-nav .extra-cell ul {
    width: 100%;
  }
  .site-header .extra-nav .extra-cell ul .login-link {
    margin-right: auto;
    margin-left: -25px;
  }
  .header-nav .nav > li:nth-last-child(4) .sub-menu .sub-menu, .header-nav .nav > li:nth-last-child(3) .sub-menu .sub-menu, .header-nav .nav > li:nth-last-child(2) .sub-menu .sub-menu, .header-nav .nav > li:last-child .sub-menu .sub-menu {
    left: -220px;
  }
  .mega-menu.portfolio-menu .col {
    width: 33.33%;
    flex: 0 0 33.33%;
  }
  .browse-category-menu .category-menu-items .navbar-nav > li .mega-menu {
    width: calc(1170px - 300px);
  }
}
@media only screen and (max-width: 575px) {
  .shop-cart .cart-btn:after {
    height: 24px;
  }
  .shop-cart .cart-btn:before {
    width: 15px;
    height: 8px;
    left: 5px;
  }
  .mega-menu.portfolio-menu .col {
    width: 50%;
    flex: 0 0 50%;
  }
  .navbar-toggler {
    margin: 10px 0px 10px 20px;
  }
  .month-deal {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .logo-header img {
    max-width: 150px;
  }
  .logo-header {
    height: 65px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-header.style-2 .main-bar .header-nav .nav > li > a {
    padding: 18px 12px;
  }
}
.navbar-nav {
  display: flex;
  flex-direction: column;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
.header-nav.w3menu .nav {
  float: right;
  padding: 0;
  font-size: 0;
}
.header-nav.w3menu .nav > li {
  margin: 0px;
  font-weight: 400;
  position: relative;
}
.header-nav.w3menu .nav > li.has-mega-menu {
  position: inherit;
}
.header-nav.w3menu .nav > li.menu-item-has-children .sub-menu-down > a, .header-nav.w3menu .nav > li.sub-menu-down .sub-menu-down > a {
  position: relative;
}
.header-nav.w3menu .nav > li.menu-item-has-children .sub-menu-down > a:after, .header-nav.w3menu .nav > li.sub-menu-down .sub-menu-down > a:after {
  content: "\f054";
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
}
.header-nav.w3menu .nav > li.menu-item-has-children .sub-menu-down.open > a:after, .header-nav.w3menu .nav > li.sub-menu-down .sub-menu-down.open > a:after {
  content: "\f078";
}
.header-nav .nav > li.menu-item-has-children > a:after, .header-nav .nav > li.sub-menu-down > a:after {
  content: "";
  margin-left: 5px;
  margin-top: -5px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../images/star.svg);
}
.dark .header-nav .nav > li.menu-item-has-children > a:after, .dark .header-nav .nav > li.sub-menu-down > a:after {
  background-image: url(../images/star-white.svg);
}
.header-nav.w3menu .nav > li.menu-item-has-children > a i, .header-nav.w3menu .nav > li.sub-menu-down > a i {
  display: none;
}
.header-nav.w3menu .nav > li > a span {
  display: inline-block;
}
.header-nav.w3menu .nav > li .mega-menu, .header-nav.w3menu .nav > li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 20px 0;
  position: absolute;
  visibility: hidden;
  z-index: 10;
  margin-top: 20px;
  text-align: left;
  transition: all 0.5s;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  pointer-events: none;
}
.dark .header-nav.w3menu .nav > li .mega-menu, .dark .header-nav.w3menu .nav > li .sub-menu {
  background-color: #1f1a17;
  box-shadow: 0 20px 40px rgba(255, 255, 255, 0.05);
}
.header-nav.w3menu .nav > li .mega-menu .menu-item-has-children > a:before, .header-nav.w3menu .nav > li .sub-menu .menu-item-has-children > a:before {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  float: right;
  font-size: 10px;
  margin-top: 2px;
}
.header-nav.w3menu .nav > li .mega-menu li, .header-nav.w3menu .nav > li .sub-menu li {
  position: relative;
}
.header-nav.w3menu .nav > li .mega-menu li a, .header-nav.w3menu .nav > li .sub-menu li a {
  color: var(--color-body);
  display: block;
  font-size: 14px;
  padding: 5px 0;
  line-height: 20px;
  text-transform: capitalize;
  position: relative;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  font-weight: 400;
}
.header-nav.w3menu .nav > li .mega-menu li a.menu-title, .header-nav.w3menu .nav > li .sub-menu li a.menu-title {
  color: var(--color-title);
  display: block;
  padding: 0;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  font-family: var(--font-family-title);
}
.header-nav.w3menu .nav > li .mega-menu li:hover > a, .header-nav.w3menu .nav > li .sub-menu li:hover > a {
  color: var(--primary);
}
.header-nav.w3menu .nav > li .mega-menu li .name a, .header-nav.w3menu .nav > li .sub-menu li .name a {
  font-size: 15px;
  font-weight: 500;
  color: inherit;
  padding: 0;
}
.header-nav.w3menu .nav > li .mega-menu li > .sub-menu, .header-nav.w3menu .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  transition: all 0.5s;
}
.header-nav.w3menu .nav > li .sub-menu {
  width: 220px;
}
.header-nav.w3menu .nav > li .sub-menu li > a {
  padding: 5px 30px;
}
.header-nav.w3menu .nav > li .sub-menu li > a > i {
  color: inherit;
  display: block;
  float: right;
  font-size: 18px;
  opacity: 1;
  margin-top: 0px;
}
.header-nav.w3menu .nav > li .mega-menu {
  right: 0px;
  z-index: 9;
  padding: 50px;
}
.header-nav.w3menu .nav > li .mega-menu > li {
  display: block;
  padding: 15px 0 15px;
  position: relative;
  width: 100%;
}
.header-nav.w3menu .nav > li .mega-menu > li > a {
  color: var(--color-title);
  display: block;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 15px;
  font-family: var(--font-family-title);
}
.header-nav.w3menu .nav > li .mega-menu > li > a > i {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}
.header-nav.w3menu .nav > li .mega-menu > li:last-child:after {
  display: none;
}
.header-nav.w3menu .nav > li .mega-menu > li:hover > a {
  background-color: transparent;
}
.header-nav.w3menu .nav > li .mega-menu > li li i {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}
.header-nav.w3menu .nav > li.active > a {
  color: var(--primary);
}
.header-nav.w3menu .nav > li.active > a, .header-nav.w3menu .nav > li:hover > a {
  color: var(--primary);
}
.header-nav.w3menu .nav > li.active > .mega-menu, .header-nav.w3menu .nav > li:hover > .mega-menu, .header-nav.w3menu .nav > li.active > .sub-menu, .header-nav.w3menu .nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 11;
  pointer-events: unset;
}
.header-nav.w3menu .nav > li.active > .mega-menu li.active > .sub-menu, .header-nav.w3menu .nav > li:hover > .mega-menu li.active > .sub-menu, .header-nav.w3menu .nav > li.active > .sub-menu li.active > .sub-menu, .header-nav.w3menu .nav > li:hover > .sub-menu li.active > .sub-menu, .header-nav.w3menu .nav > li.active > .mega-menu li:hover > .sub-menu, .header-nav.w3menu .nav > li:hover > .mega-menu li:hover > .sub-menu, .header-nav.w3menu .nav > li.active > .sub-menu li:hover > .sub-menu, .header-nav.w3menu .nav > li:hover > .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  top: -1px;
  pointer-events: unset;
}
.header-nav.w3menu .nav > li.open .mega-menu, .header-nav.w3menu .nav > li.open .sub-menu {
  display: block;
  opacity: 1;
  transition: none;
}
.header-nav.w3menu .nav > li.open .open > .mega-menu, .header-nav.w3menu .nav > li.open .open > .sub-menu {
  display: block;
  opacity: 1;
  transition: none;
}
.w3menu .mega-menu {
  max-width: 1200px;
  width: 1200px;
  left: 80px !important;
  height: auto;
  overflow-y: auto;
  max-height: calc(100vh - 80px);
}
@media only screen and (max-width: 1300px) {
  .w3menu .mega-menu {
    left: 0 !important;
    max-width: 100%;
  }
}
.w3menu .mega-menu ul {
  margin-bottom: 15px;
}
.w3menu .mega-menu > ul {
  display: flex;
  margin: 0 -15px;
}
.w3menu .mega-menu > ul > li {
  padding: 0 15px;
  flex: 1 0 0%;
}
.w3menu .mega-menu .line-left {
  position: relative;
}
.w3menu .mega-menu .line-left:after {
  content: "";
  position: absolute;
  height: calc(100% + 70px);
  left: 0;
  top: -50px;
  background: #eee;
  width: 1px;
}
.dark .w3menu .mega-menu .line-left:after {
  background: rgb(255 255 255 / 10%);
}
.w3menu .mega-menu.shop-menu {
  max-width: 1140px;
}
.w3menu .mega-menu .portfolio-nav-link {
  display: flex;
  flex-wrap: wrap;
}
.w3menu .mega-menu .portfolio-nav-link > li {
  width: 20%;
  padding: 0 15px;
}
.w3menu .mega-menu .portfolio-nav-link a {
  padding: 0;
  padding: 0 !important;
  text-align: center;
  margin-bottom: 20px;
}
.w3menu .mega-menu .portfolio-nav-link a img {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  max-width: 100%;
  display: block;
}
.justify-end.header-nav .nav > li > .mega-menu {
  right: 80px;
  left: auto !important;
}
.header-nav.w3menu .nav > li.menu-left {
  position: relative;
}
.header-nav.w3menu .nav > li.menu-left > .sub-menu {
  left: 0 !important;
}
.header-nav.w3menu .nav > li.menu-right {
  position: relative;
}
.header-nav.w3menu .nav > li.menu-right > .sub-menu {
  right: 0;
  left: auto !important;
}
.header-nav.w3menu .nav > li.menu-right > .sub-menu .sub-menu {
  left: -220px;
}
.header-nav.w3menu .nav > li.menu-center {
  position: relative;
}
.header-nav.w3menu .nav > li.menu-center > .sub-menu {
  left: 50% !important;
  transform: translateX(-50%);
}
.header-nav.w3menu .nav > li.has-mega-menu.full-width .mega-menu {
  width: calc(100% - 160px);
  max-width: calc(100% - 160px);
}
.header-nav.w3menu .nav > li.has-mega-menu.wide-width .mega-menu {
  width: 100%;
  max-width: 100%;
  left: 0 !important;
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 1280px) {
  .header-nav.w3menu .nav > li.has-mega-menu.wide-width .mega-menu {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.header-nav.w3menu .nav > li.has-mega-menu.auto-width .mega-menu {
  width: fit-content;
  max-width: fit-content;
}
.header-nav.w3menu .nav > li.has-mega-menu.auto-width .mega-menu > ul > li {
  width: 250px;
}
.dz-codebox .header-nav .nav > li.has-mega-menu.auto-width .mega-menu > ul > li {
  width: 150px;
}
.dz-codebox .site-header .main-bar {
  border-radius: 8px;
}
.header-nav.w3menu .nav > li.has-mega-menu.menu-left {
  position: relative;
}
.header-nav.w3menu .nav > li.has-mega-menu.menu-left .mega-menu {
  left: 0 !important;
}
.header-nav.w3menu .nav > li.has-mega-menu.menu-right {
  position: relative;
}
.header-nav.w3menu .nav > li.has-mega-menu.menu-right .mega-menu {
  right: 0;
  left: auto !important;
}
.header-nav.w3menu .nav > li.has-mega-menu.menu-center {
  position: relative;
}
.header-nav.w3menu .nav > li.has-mega-menu.menu-center .mega-menu {
  left: 50% !important;
  transform: translateX(-50%);
}
.header-nav.w3menu .nav > li.has-mega-menu .menu-title {
  color: var(--color-title);
  display: block;
  padding: 0;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  font-family: var(--font-family-title);
}
.header-nav.w3menu .nav > li.has-mega-menu .demo-menu a img {
  width: 100%;
  transition: all 0.4s;
}
.header-nav.w3menu .nav > li.has-mega-menu .demo-menu a span {
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
}
.header-nav.w3menu .nav > li.has-mega-menu .demo-menu a:hover img {
  transform: translateY(-5px);
}
.header-nav.w3menu .nav > li.has-mega-menu .shop-menu > ul {
  flex-wrap: wrap;
}
.header-nav.w3menu .nav > li.has-mega-menu .shop-menu .side-left {
  width: 66%;
  flex: 0 0 66%;
}
.header-nav.w3menu .nav > li.has-mega-menu .shop-menu .side-left > ul {
  display: flex;
  flex-wrap: wrap;
}
.header-nav.w3menu .nav > li.has-mega-menu .shop-menu .side-left > ul > li {
  width: 33.33%;
}
.header-nav.w3menu .nav > li.has-mega-menu .shop-menu .side-left > ul .month-deal {
  width: 100%;
}
.header-nav.w3menu .nav > li.has-mega-menu .shop-menu .side-right {
  width: 34%;
  flex: 0 0 34%;
}
.header-nav.w3menu .nav > li.has-mega-menu .portfolio-menu > ul {
  flex-wrap: wrap;
  margin: 0 -15px;
}
.header-nav.w3menu .nav > li.has-mega-menu .portfolio-menu .side-left {
  width: 80%;
  flex: 0 0 80%;
  padding-right: 50px;
}
.header-nav.w3menu .nav > li.has-mega-menu .portfolio-menu .side-left > ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.header-nav.w3menu .nav > li.has-mega-menu .portfolio-menu .side-left > ul > li {
  width: 20%;
}
.header-nav.w3menu .nav > li.has-mega-menu .portfolio-menu .side-left > ul .month-deal {
  width: 100%;
}
.header-nav.w3menu .nav > li.has-mega-menu .portfolio-menu .side-right {
  width: 20%;
  flex: 0 0 20%;
  padding-left: 30px;
}
@media only screen and (max-width: 1199px) {
  .justify-end.header-nav .nav > li > .mega-menu {
    right: 0;
  }
  .w3menu .mega-menu.shop-menu {
    max-width: 100%;
  }
  .header-nav.w3menu .nav > li:nth-last-child(4) .sub-menu .sub-menu, .header-nav.w3menu .nav > li:nth-last-child(3) .sub-menu .sub-menu, .header-nav.w3menu .nav > li:nth-last-child(2) .sub-menu .sub-menu, .header-nav.w3menu .nav > li:last-child .sub-menu .sub-menu {
    left: -220px;
  }
  .header-nav.w3menu .nav > li .mega-menu {
    padding: 30px;
  }
  .header-nav.w3menu .nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 991px) {
  .header-nav.w3menu .nav > li.has-mega-menu.wide-width .mega-menu {
    width: 100%;
    max-width: 100%;
    left: 0 !important;
    padding-left: 80px;
    padding-right: 80px;
    left: 50% !important;
    transform: translate(-50%);
    width: 100vw;
    max-width: 100vw;
  }
}
@media only screen and (min-width: 1199px) {
  .w3menulink a {
    --borderWidth: 2px;
    position: relative !important;
    border-radius: 50px;
    text-align: left;
    background: #fff;
    color: #000 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 10px 25px !important;
    margin-top: 10px;
  }
  .w3menulink a:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2) !important;
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    border-radius: 50px;
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
  }
  .w3menulink a:before {
    content: "\f054";
    display: inline-block;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    float: right;
  }
  .w3menulink a:hover {
    color: var(--primary) !important;
  }
  .w3menulink a:hover:before {
    -webkit-animation: toTopFromBottom 0.8s infinite;
    -moz-animation: toTopFromBottom 0.8s infinite;
    animation: toTopFromBottom 0.8s infinite;
  }
}
@media only screen and (min-width: 1300px) {
  .container .header-nav.w3menu .nav > li.has-mega-menu.wide-width .mega-menu {
    padding-left: calc(calc(100vw - 1320px) / 2 + 15px);
    padding-right: calc(calc(100vw - 1320px) / 2 + 15px);
  }
}
@media only screen and (max-width: 991px) {
  .header-nav.w3menu .nav > li {
    border-bottom: 1px solid var(--color-border);
    width: 100%;
  }
  .header-nav.w3menu .nav > li.menu-item-has-children .sub-menu-down > a:after, .header-nav.w3menu .nav > li.sub-menu-down .sub-menu-down > a:after {
    background-color: var(--color-secondary);
    opacity: 0.8;
    color: #fff;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    float: right;
    font-size: 11px;
    margin-top: -5px;
  }
  .header-nav .nav > li.menu-item-has-children > a:after, .header-nav .nav > li.sub-menu-down > a:after {
    display: none;
  }
  .header-nav.w3menu .nav > li.menu-item-has-children > a i, .header-nav.w3menu .nav > li.sub-menu-down > a i {
    display: block;
    font-size: 9px;
    margin-left: 5px;
    margin-top: 0;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
  }
  .header-nav.w3menu .nav > li.menu-item-has-children > a i, .header-nav.w3menu .nav > li.sub-menu-down > a i {
    background-color: var(--color-secondary);
    color: var(--color-foreground);
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    float: right;
    font-size: 11px;
    margin: 0;
  }
  .header-nav.w3menu .nav > li.menu-item-has-children > a i:before, .header-nav.w3menu .nav > li.sub-menu-down > a i:before {
    content: "\f054";
  }
  .header-nav.w3menu .nav > li.menu-item-has-children.open > a i:before, .header-nav.w3menu .nav > li.sub-menu-down.open > a i:before {
    content: "\f078";
  }
  .header-nav.w3menu .nav > li > a {
    padding: 8px 0;
    display: block;
    line-height: 30px;
    font-size: 16px;
  }
  .header-nav.w3menu .nav > li .mega-menu, .header-nav.w3menu .nav > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid var(--color-border);
    padding: 15px 0;
    transition: none;
  }
  .header-nav.w3menu .nav > li .mega-menu > li > a i, .header-nav.w3menu .nav > li .sub-menu > li > a i {
    color: #fff !important;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    font-size: 14px !important;
    margin: 0 !important;
    background: #eee;
  }
  .header-nav.w3menu .nav > li .mega-menu .menu-item-has-children.open > a:before, .header-nav.w3menu .nav > li .sub-menu .menu-item-has-children.open > a:before {
    content: "\f054";
  }
  .header-nav.w3menu .nav > li .mega-menu, .header-nav.w3menu .nav > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid var(--color-border);
    padding: 15px 0;
    transition: none;
    opacity: 1;
  }
  .header-nav.w3menu .nav > li .mega-menu > li > a i, .header-nav.w3menu .nav > li .sub-menu > li > a i {
    display: none;
  }
  .header-nav.w3menu .nav > li .mega-menu .has-child > a:before, .header-nav.w3menu .nav > li .sub-menu .has-child > a:before, .header-nav.w3menu .nav > li .mega-menu .menu-item-has-children > a:before, .header-nav.w3menu .nav > li .sub-menu .menu-item-has-children > a:before, .header-nav.w3menu .nav > li .mega-menu > li > a i, .header-nav.w3menu .nav > li .sub-menu > li > a i {
    color: #fff !important;
    font-size: 14px;
    content: "\f054";
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    font-family: "Font Awesome 5 Free";
    z-index: 3;
    margin: 0 !important;
    background: var(--primary);
    border-radius: var(--border-radius-base);
    font-weight: 900;
    float: right;
  }
  .header-nav.w3menu .nav > li .mega-menu .has-child.open > a:before .menu-item-has-children.open > a:before, .header-nav.w3menu .nav > li .sub-menu .has-child.open > a:before .menu-item-has-children.open > a:before {
    content: "\f078";
    background: #333;
  }
  .header-nav.w3menu .nav > li .mega-menu li > .sub-menu, .header-nav.w3menu .nav > li .sub-menu li > .sub-menu {
    display: none;
  }
  .header-nav.w3menu .nav > li .mega-menu .mega-menu, .header-nav.w3menu .nav > li .sub-menu .mega-menu, .header-nav.w3menu .nav > li .mega-menu .sub-menu, .header-nav.w3menu .nav > li .sub-menu .sub-menu {
    border-top: 0;
    padding-left: 20px;
  }
  .header-nav.w3menu .nav > li .sub-menu {
    width: 100%;
    padding: 0 10px;
    background-color: transparent !important;
    box-shadow: none !important;
  }
  .header-nav.w3menu .nav > li .sub-menu li > a {
    padding: 10px 0;
  }
  .header-nav.w3menu .nav > li .sub-menu li > a > i {
    display: none;
  }
  .header-nav.w3menu .nav > li .mega-menu > li {
    width: 100%;
    padding: 0;
  }
  .header-nav.w3menu .nav > li .mega-menu > li > a {
    display: none;
  }
  .header-nav.w3menu .nav > li .mega-menu {
    display: none;
    padding: 20px 10px !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }
  .header-nav.w3menu .nav > li.active > .mega-menu, .header-nav.w3menu .nav > li:hover > .mega-menu, .header-nav.w3menu .nav > li.active > .sub-menu, .header-nav.w3menu .nav > li:hover > .sub-menu {
    transition: none;
  }
  .header-nav.w3menu .nav {
    float: none;
    padding: 0 20px;
  }
  .w3menu .mega-menu {
    max-height: unset;
    overflow-y: unset;
  }
  .w3menu .mega-menu > ul {
    flex-wrap: wrap;
  }
  .w3menu .mega-menu > ul > li {
    flex: 100% 0 0;
  }
  .w3menu .mega-menu .line-left:after {
    content: none;
  }
  .w3menu .mega-menu .portfolio-nav-link > li {
    width: 50%;
    flex: 0 0 50%;
  }
  .header-nav.w3menu .nav > li.has-mega-menu .shop-menu .side-left {
    width: 100%;
    flex: 0 0 100%;
  }
  .header-nav.w3menu .nav > li.has-mega-menu .shop-menu .side-right {
    display: none;
  }
  .header-nav.w3menu .nav > li.has-mega-menu .portfolio-menu .side-left {
    padding-right: 15px;
  }
  .header-nav.w3menu .nav > li.has-mega-menu .portfolio-menu .side-left {
    width: 100%;
    flex: 0 0 100%;
  }
  .header-nav.w3menu .nav > li.has-mega-menu .portfolio-menu .side-left > ul > li {
    width: 50%;
    flex: 0 0 50%;
  }
  .header-nav.w3menu .nav > li.has-mega-menu .portfolio-menu .side-right {
    padding-left: 15px;
  }
  .header-nav.w3menu .nav > li.has-mega-menu .portfolio-menu .side-right {
    width: 100%;
    flex: 0 0 100%;
  }
  .header-nav.w3menu .nav > li.has-mega-menu.wide-width .mega-menu {
    padding-left: 0;
    padding-right: 0;
  }
  .header-nav.w3menu .nav > li.has-mega-menu.auto-width .mega-menu {
    width: 100%;
    max-width: 100%;
  }
  .header-nav.w3menu .nav > li.has-mega-menu .post-menu {
    width: 100%;
    flex: 0 0 100%;
  }
  .header-nav.w3menu .nav > li.has-mega-menu .demo-menu a img {
    display: none;
  }
  .header-nav.w3menu .nav > li.has-mega-menu .demo-menu a span {
    padding: 0 !important;
    font-family: var(--font-Sans);
    font-weight: 400;
    color: var(--color-body);
    text-align: start;
  }
  .header-nav.w3menu .nav > li.has-mega-menu .shop-menu .side-left > ul > li {
    width: 100%;
  }
}
@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
.btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s;
  opacity: 0.8;
  transform: translate(-105%, 0);
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: white;
  background-color: rgba(255, 255, 255, 0.5);
}
.btn:hover::after {
  opacity: 0;
  transform: translate(0, 0);
}
button {
  cursor: pointer;
}
.offcanvas.right.is-closed {
  transform: translateX(100%);
}
.offcanvas-top.offcanvas.is-closed {
  transform: translateY(-100%);
}
.modal-backdrop, .offcanvas-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  z-index: 10 !important;
  opacity: var(--bs-backdrop-opacity);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
  transition: opacity .15s linear;
}
.range-slider.style-1 .noUi-horizontal {
  height: 4px;
}
.range-slider.style-1 .noUi-target .noUi-connect {
  background: #000;
}
.range-slider.style-1 .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #000;
  background-color: var(--light);
  box-shadow: none;
  top: -8px;
  right: 0;
  cursor: pointer;
}
.range-slider.style-1 .noUi-target {
  background: #D7D7D7;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.noUi-handle:after, .noUi-handle:before, .range-slider.style-1 .noUi-horizontal .noUi-handle .noUi-tooltip {
  display: none;
}
.range-slider.style-1 .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #000;
  background-color: var(--light);
  box-shadow: none;
  top: -8px;
  right: 0;
  cursor: pointer;
}
.form-check span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  background-color: transparent;
  border: 1px solid var(--color-secondary);
  border-radius: 50%;
  opacity: 0.2;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
}
.form-check .form-check-input:checked + span:after {
  transform: translate(-50%, -50%) scale(1);
}
.product-size .btn-check:checked + label {
  background: var(--color-secondary) !important;
  color: var(--color-foreground) !important;
}
.form-check-input {
  width: 1.125em;
  height: 1.125em;
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin: 4px;
  appearance: none;
  vertical-align: top;
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.dark .form-check-input {
  border-color: rgba(255, 255, 255, 0.25);
}
.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked {
  background-color: #CC0D39;
  border-color: #CC0D39;
  box-shadow: 0 0 0 0rem rgba(204, 13, 57, 0.25);
}
.form-check-input.radio:checked[type="radio"] {
  background-color: #000;
  border: 1px solid var(--color-secondary);
}
.form-check-input.radio {
  border-radius: 50% !important;
  border: 1px solid #24262B;
}
.custom-control.style-1 .form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%232856F9'/%3e%3c/svg%3e");
  background-color: #fff;
  border: 1px solid #2856F9;
}
.custom-control.style-1 .form-check-input:checked + label {
  border: 1px solid #2856F9;
  background: rgb(40 86 249 / 10%);
}
.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}
.touchspin::-webkit-outer-spin-button, .touchspin::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.touchspin[type=number] {
  -moz-appearance: textfield;
}
.bookmark-btn .form-check-input:checked + .form-check-label {
  color: #ffffff;
  background-color: var(--primary);
  border: 1px solid var(--primary);
}
.form-check {
  min-height: 1.6rem;
  margin-bottom: 0.125rem;
}
.nice-select:after {
  width: 28px;
  height: 8px;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  opacity: 1;
  content: "\f078";
  vertical-align: middle;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  border: none !important;
  transform: rotate(0) !important;
  right: 20px;
}
.nice-select.style-1:after {
  right: 8px;
  color: #a4a4a4;
  font-size: 11px;
}
.nice-select {
  display: inline-flex;
}
.nice-select .list {
  width: 100%;
  font-size: 14px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
  font-family: DM Sans, sans-serif;
  color: var(--color-body);
}
.dark .nice-select .list {
  background-color: var(--color-card) !important;
}
li.option.selected.focus , .nice-select .list:hover .option.selected.focus:not(:hover) {
  background-color: var(--color-secondary) !important;
  color: var(--color-foreground);
}
.nice-select.style-1 li.option.selected.focus, .nice-select.style-1 .list:hover .option.selected.focus:not(:hover) {
  background-color: var(--light) !important;
  color: var(--primary);
}
.nice-select .option {
  font-weight: 400 !important;
  line-height: 30px;
  height: 30px;
  min-height: 30px;
}
.shop-section .left-box:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="413" height="44" viewBox="0 0 413 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37.4829 37.8579L0 0.375V0H413V0.375L375.517 37.8579C367.707 45.6684 355.043 45.6684 347.233 37.8579L323.892 14.5171C316.082 6.70665 303.418 6.70665 295.608 14.5171L272.267 37.8579C264.457 45.6684 251.793 45.6684 243.983 37.8579L220.642 14.5171C212.832 6.70665 200.168 6.70665 192.358 14.5171L169.017 37.8579C161.207 45.6684 148.543 45.6684 140.733 37.8579L117.392 14.5171C109.582 6.70665 96.9184 6.70665 89.1079 14.5171L65.7671 37.8579C57.9566 45.6684 45.2934 45.6684 37.4829 37.8579Z" fill="%23FFFAF3"/></svg>');
  position: absolute;
  width: 30.77%;
  height: 50px;
  top: 0;
  background-size: 100%;
  left: 5%;
  background-position: top;
  background-repeat: no-repeat;
}
.dark .shop-section .left-box:after {
  background-image: url('data:image/svg+xml,<svg width="413" height="44" viewBox="0 0 413 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37.4829 37.8579L0 0.375V0H413V0.375L375.517 37.8579C367.707 45.6684 355.043 45.6684 347.233 37.8579L323.892 14.5171C316.082 6.70665 303.418 6.70665 295.608 14.5171L272.267 37.8579C264.457 45.6684 251.793 45.6684 243.983 37.8579L220.642 14.5171C212.832 6.70665 200.168 6.70665 192.358 14.5171L169.017 37.8579C161.207 45.6684 148.543 45.6684 140.733 37.8579L117.392 14.5171C109.582 6.70665 96.9184 6.70665 89.1079 14.5171L65.7671 37.8579C57.9566 45.6684 45.2934 45.6684 37.4829 37.8579Z" fill="%231F1A17"/></svg>');
}
.product-box.style-4 .sale-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shap.svg);
  background-size: contain;
  z-index: -1;
  background-repeat: no-repeat;
}
.panel-close-btn.active {
  width: 100%;
  opacity: 0.8;
  filter: blur(0);
}
@media only screen and (max-width: 1199px) {
  .shop-filter {
    padding: 30px 30px;
    position: fixed;
    left: -445px;
    top: 0px;
    z-index: 10000;
    background: var(--color-card);
    height: 100%;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    max-width: 400px;
    overflow: scroll;
  }
  .shop-filter.active {
    left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .shop-filter {
    left: -100%;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
  }
  .panel-close-btn.active {
    width: 40px;
  }
  .compare-table tr.compare-product {
    padding-top: 0px !important;
  }
}
.img-ho1:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  border: 1px solid;
  z-index: -1;
  border-color: var(--color-secondary) !important;
  transition: all 0.8s;
  border-radius: 50% 50% 0 0;
}
.img-ho1:hover:after {
  left: -18px;
  top: 18px;
}
.img-ho1:hover img {
  transform: translate(10px, -10px);
}
.dz-card .dz-media::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 0;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.dz-card:hover .dz-media:before {
  -webkit-animation: dzShine .75s;
  animation: dzShine .75s;
}
@-webkit-keyframes dzShine {
  100% {
    left: 125%;
  }
}
@keyframes dzShine {
  100% {
    left: 125%;
  }
}
.main-slider.style-2 .banner-media .shap:before {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="413" height="44" viewBox="0 0 413 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37.4829 37.8579L0 0.375V0H413V0.375L375.517 37.8579C367.707 45.6684 355.043 45.6684 347.233 37.8579L323.892 14.5171C316.082 6.70665 303.418 6.70665 295.608 14.5171L272.267 37.8579C264.457 45.6684 251.793 45.6684 243.983 37.8579L220.642 14.5171C212.832 6.70665 200.168 6.70665 192.358 14.5171L169.017 37.8579C161.207 45.6684 148.543 45.6684 140.733 37.8579L117.392 14.5171C109.582 6.70665 96.9184 6.70665 89.1079 14.5171L65.7671 37.8579C57.9566 45.6684 45.2934 45.6684 37.4829 37.8579Z" fill="%23fffaf3"/></svg>');
  position: absolute;
  width: 47.77%;
  height: 50px;
  bottom: 0;
  background-size: 100%;
  left: -23%;
  background-position: top;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.main-slider.style-2 .banner-media .shap:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="413" height="44" viewBox="0 0 413 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37.4829 37.8579L0 0.375V0H413V0.375L375.517 37.8579C367.707 45.6684 355.043 45.6684 347.233 37.8579L323.892 14.5171C316.082 6.70665 303.418 6.70665 295.608 14.5171L272.267 37.8579C264.457 45.6684 251.793 45.6684 243.983 37.8579L220.642 14.5171C212.832 6.70665 200.168 6.70665 192.358 14.5171L169.017 37.8579C161.207 45.6684 148.543 45.6684 140.733 37.8579L117.392 14.5171C109.582 6.70665 96.9184 6.70665 89.1079 14.5171L65.7671 37.8579C57.9566 45.6684 45.2934 45.6684 37.4829 37.8579Z" fill="%23fffaf3"/></svg>');
  position: absolute;
  width: 41.77%;
  height: 50px;
  top: 27%;
  background-size: 100%;
  right: -18%;
  background-position: top;
  background-repeat: no-repeat;
}
.dark .main-slider.style-2 .banner-media .shap:before {
  background-image: url('data:image/svg+xml,<svg width="413" height="44" viewBox="0 0 413 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37.4829 37.8579L0 0.375V0H413V0.375L375.517 37.8579C367.707 45.6684 355.043 45.6684 347.233 37.8579L323.892 14.5171C316.082 6.70665 303.418 6.70665 295.608 14.5171L272.267 37.8579C264.457 45.6684 251.793 45.6684 243.983 37.8579L220.642 14.5171C212.832 6.70665 200.168 6.70665 192.358 14.5171L169.017 37.8579C161.207 45.6684 148.543 45.6684 140.733 37.8579L117.392 14.5171C109.582 6.70665 96.9184 6.70665 89.1079 14.5171L65.7671 37.8579C57.9566 45.6684 45.2934 45.6684 37.4829 37.8579Z" fill="%231F1A17"/></svg>');
}
.dark .main-slider.style-2 .banner-media .shap:after {
  background-image: url('data:image/svg+xml,<svg width="413" height="44" viewBox="0 0 413 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37.4829 37.8579L0 0.375V0H413V0.375L375.517 37.8579C367.707 45.6684 355.043 45.6684 347.233 37.8579L323.892 14.5171C316.082 6.70665 303.418 6.70665 295.608 14.5171L272.267 37.8579C264.457 45.6684 251.793 45.6684 243.983 37.8579L220.642 14.5171C212.832 6.70665 200.168 6.70665 192.358 14.5171L169.017 37.8579C161.207 45.6684 148.543 45.6684 140.733 37.8579L117.392 14.5171C109.582 6.70665 96.9184 6.70665 89.1079 14.5171L65.7671 37.8579C57.9566 45.6684 45.2934 45.6684 37.4829 37.8579Z" fill="%231F1A17"/></svg>');
}
.main-slider.style-2 .banner-media:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 73%;
  background: var(--gradient1);
  z-index: -1;
  border-radius: 125px 30px 30px 30px;
}
.testimonial-swiper .swiper-slide .about-box .about-img img {
  border-radius: 0 25% 0 0;
  transition: 0.5s;
  width: 100%;
}
.testimonial-swiper .swiper-slide.swiper-slide-active .about-box .about-img img {
  transition: 0.5s;
  border-radius: 25% 0 0 0;
}
.testimonial-swiper .swiper-slide.swiper-slide-next .about-box .about-img img {
  border-radius: 50% 50% 0 0;
  transition: 0.5s;
}
.swiper-pagination.style-1 {
  position: unset;
}
.swiper-pagination.style-1 .swiper-pagination-bullet {
  height: auto;
  width: auto;
  transition: all 0.5s;
  margin: 0 15px;
  background-color: transparent;
  transform: scale(0.9);
  color: #000;
  opacity: 0.4;
  z-index: 2;
}
.swiper-pagination.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  transform: scale(1.1);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.dz-product-detail .quick-modal-swiper.thumb-swiper-lg .swiper-slide.swiper-slide-thumb-active img, .dz-product-detail .product-gallery-swiper.thumb-swiper-lg .swiper-slide.swiper-slide-thumb-active img {
  border-color: var(--color-secondary);
}
.swiper-pagination-two {
  position: absolute;
  left: 35px !important;
  z-index: 1;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%);
  z-index: 99;
  width: auto !important;
}
.swiper-pagination-two.style-2 {
  top: auto !important;
  bottom: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0 !important;
}
.split-area .swiper-pagination-two.style-1 {
  left: auto !important;
  right: 20px !important;
  z-index: 999;
  position: fixed;
  opacity: 1;
  width: auto;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: flex;
  bottom: auto !important;
  flex-direction: column;
}
.swiper-pagination-two .swiper-pagination-bullet {
  background-color: rgba(36, 38, 48, 0.3);
  width: 6px;
  height: 6px;
  margin: 17px 0 !important;
  display: block;
  text-align: center;
  position: relative;
}
.dark .swiper-pagination-two .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.3);
}
.swiper-pagination-two.style-2 .swiper-pagination-bullet {
  margin: 6px 10px !important;
}
.swiper-pagination-two .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50px;
  border: 1px solid transparent;
  background: transparent;
  left: -6px;
  top: -6px;
}
.swiper-pagination-two .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  border: 1px solid var(--color-secondary);
}
.swiper-pagination-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-secondary);
}
.kanbern-bnr .swiper-slide.swiper-slide-active > div {
  background-size: 150%;
}
@media only screen and (max-width: 1199px) {
  .swiper-pagination-two {
    top: auto !important;
    bottom: 10px !important;
    display: flex;
    justify-content: center;
    transform: none;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .swiper-pagination-two:not(.style-2) {
    position: unset;
  }
  .swiper-pagination-two .swiper-pagination-bullet {
    margin: 6px 10px !important;
  }
}
@media only screen and (max-width: 575px) {
  .swiper-pagination.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 12px;
    width: 35px;
    height: 35px;
  }
  .swiper-pagination.style-1 .swiper-pagination-bullet {
    margin: 0 8px;
  }
  .swiper-pagination-two .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 10px !important;
  }
  .swiper-pagination-two {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.overlay-black-light:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lg-backdrop {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  z-index: 999999;
}
.lg-outer .lg-toogle-thumb, .lg-outer .lg-thumb-outer, .lg-outer .lg-img-wrap, .lg-outer .lg-item {
  background-color: transparent;
}
.lg-outer {
  z-index: 1000000;
}
.lg-next, .lg-prev {
  background-color: var(--light);
  border-radius: 0;
  color: #999;
  padding: 10px 10px 10px;
}
.lg-outer .lg-toogle-thumb, .lg-actions .lg-next, .lg-actions .lg-prev, .lg-toolbar .lg-icon, #lg-counter {
  color: #444444;
}
.lg-outer .lg-thumb-item {
  border-radius: 0px;
  width: 70px !important;
  height: 70px !important;
  margin-right: 5px !important;
}
.lg-outer .lg-thumb {
  width: auto !important;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: var(--color-secondary);
}
.lg-next:hover, .lg-prev:hover {
  background-color: var(--color-secondary);
  color: #fff;
}
.lg-toolbar .lg-icon:hover {
  color: var(--primary);
}
@media (max-width: 768px) {
  .testimonial-4.quote-left:before {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .testimonial-4.quote-left:before {
    font-size: 40px;
  }
}
.portfolio-button-prev.swiper-button-prev:after, .portfolio-button-next.swiper-button-next::after {
  display: none;
}
.start-side-content {
  padding: 120px 80px 0 80px;
}
.end-side-content {
  padding: 120px 80px 80px 80px;
}
.show-pass.active:after {
  opacity: 0;
}
@media only screen and (max-width: 1480px) {
  .registration-media img {
    height: 600px;
    width: 100%;
    object-fit: contain;
    object-position: bottom;
  }
}
@media only screen and (min-width: 300px) and (max-width: 1024px) {
  .end-side-content {
    padding: 80px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 991px) {
  .start-side-content {
    padding: 30px 30px 30px 30px;
    height: 150px;
    display: flex;
    align-items: center;
  }
  .registration-media img {
    height: 280px !important;
    object-fit: contain;
  }
  .start-side-content:after {
    left: auto !important;
    width: 200px !important;
    height: 250px !important;
    right: 12% !important;
  }
  .registration-media {
    position: absolute;
    margin-top: 0px;
    right: 10%;
    bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .start-side-content {
    padding: 120px 20px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .start-side-content {
    padding: 30px 15px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .start-side-content {
    padding: 30px 30px 30px 30px;
    height: 150px;
  }
  .end-side-content {
    padding: 60px;
  }
  .registration-media img {
    height: 240px !important;
  }
  .start-side-content:after {
    width: 160px !important;
    height: 218px !important;
    right: 4% !important;
  }
}
@media only screen and (max-width: 575px) {
  .start-side-content {
    padding: 30px 15px 30px 15px;
  }
  .end-side-content {
    padding: 30px 15px 30px;
  }
  .registration-media {
    right: 5%;
  }
}
blockquote:after {
  content: "";
  width: 4px;
  border-radius: 2px;
  height: 80%;
  left: 0;
  top: 50%;
  background: var(--color-secondary);
  position: absolute;
  box-shadow: 0 0 30px 0 var(--rgba-primary-2);
  transform: translateY(-50%);
}
.alignfullwide {
  margin-left: calc(calc(calc(100vw - 53.125rem) / 2)* -1);
  width: calc(100vw - 30px);
  max-width: calc(100vw - 30px);
  box-sizing: border-box;
}
.dz-card.blog-half .dz-media {
  width: 315px;
  min-width: 315px;
  height: auto;
  min-height: 290px;
}
@media only screen and (min-width: 1024px) and (max-width: 1380px) {
  .dz-card.blog-half .dz-media {
    width: 250px;
    min-width: 250px;
    min-height: 260px;
  }
}
@media only screen and (max-width: 1024px) {
  .dz-card.blog-half .dz-media {
    width: 200px;
    min-width: 200px;
    min-height: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .dz-card.blog-half .dz-media {
    max-width: 100%;
    min-width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .alignfullwide {
    margin: 0 !important;
  }
}
.toggle-close {
  font-family: themify;
  font-weight: 800;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 20px;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  overflow: hidden;
  color: var(--color-foreground);
  height: 29px;
  width: 29px;
  line-height: 29px;
  background: var(--color-secondary);
  border-radius: 15px;
}
.active.toggle-close:after , .toggle-close:not(.active):after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  z-index: -1;
  color: var(--body-color);
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 13px;
}
.toggle-close:not(.active):after {
  content: "\f067";
}
.active.toggle-close:after {
  content: "\f068";
}
.pricingtable-features li:after {
  content: "\f00c";
  font-family: 'Font Awesome 6 Free';
  font-weight: 700;
  font-size: 12px;
  width: 20px;
  height: 20px;
  background: var(--color-secondary);
  display: block;
  position: absolute;
  left: 0;
  color: var(--color-foreground);
  border-radius: 35px;
  text-align: center;
  top: 10px;
  line-height: 20px;
}
.pricingtable-features li.disable:after {
  content: "\f00d";
  background: #D23636;
}
.faq-side-content {
  padding: 130px 75px 75px;
}
.faq-end-content {
  padding: 120px 150px 45px;
}
@media only screen and (max-width: 1480px) {
  .faq-side-content {
    padding: 130px 60px 70px;
  }
  .faq-end-content {
    padding: 130px 60px 70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .faq-side-content {
    padding: 130px 30px 70px;
  }
  .faq-end-content {
    padding: 130px 30px 70px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-end-content {
    padding: 50px 60px 70px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-side-content {
    padding: 100px 20px 40px;
  }
  .faq-end-content {
    padding: 30px 20px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .faq-end-content {
    padding: 20px 20px 10px;
  }
}
.point:after {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
  animation: 2s ease 0s infinite normal none running pointZoom;
}
@keyframes pointZoom {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  75% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}
.main-slider-wrapper .banner-media .img-preview:after {
  content: "";
  position: absolute;
  background-image: url(../images/next-btn.png);
  right: 0;
  bottom: 40px;
  width: 41px;
  height: 160px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  opacity: 1;
}
.dark .main-slider-wrapper .banner-media .img-preview:after {
  background-image: url(../images/next-btn-dark.png);
}

.main-slider-wrapper .swiper-slide-next .banner-media .img-next:after {
  content: "";
  position: absolute;
  background-image: url(../images/prev-btn.png);
  right: 0;
  bottom: 40px;
  width: 41px;
  height: 160px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  opacity: 1;
}
.dark .main-slider-wrapper .swiper-slide-next .banner-media .img-next:after {
  background-image: url(../images/prev-btn-dark.png);
}
.main-slider-wrapper .banner-media:after {
  content: attr(data-name);
  position: absolute;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 600;
  z-index: 9999;
  font-size: 60px;
  color: #fff;
  -webkit-text-stroke: 1.5px #000;
  transform: rotate(180deg) translateY(50%);
  width: auto;
  left: -40px;
  writing-mode: tb;
  top: 50%;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.main-slider-wrapper .swiper-slide.swiper-slide-next .banner-media:after {
  opacity: 1;
}
.main-slider-wrapper .pagination-align .swiper-button-next {
  position: absolute;
  bottom: 90px;
  top: auto;
  right: 54%;
  z-index: 5;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 28px;
  line-height: 0;
  color: #fff;
  margin-top: 0;
  background-image: none;
  border-radius: 50%;
  transition: all 0.5s;
  font-size: 0;
  border: 0;
  background-color: #000;
  display: flex;
  justify-content: center;
}
.main-slider-wrapper .pagination-align .swiper-button-next:hover, .main-slider-wrapper .pagination-align .swiper-button-next:focus {
  background-color: #FEEB9D !important;
  color: var(--color-secondary);
}
.main-slider-wrapper .pagination-align .swiper-button-next:after {
  content: "\e829";
  font-family: 'feather' !important;
  font-size: 30px;
}
.main-slider-wrapper .pagination-align .swiper-button-prev {
  position: absolute;
  bottom: 90px;
  top: auto;
  left: 54%;
  z-index: 5;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 28px;
  line-height: 0;
  color: #fff;
  margin-top: 0;
  background-image: none;
  border-radius: 50%;
  transition: all 0.5s;
  font-size: 0;
  border: 0;
  background-color: #000;
  display: flex;
  justify-content: center;
}
.main-slider-wrapper .pagination-align .swiper-button-prev:hover, .main-slider-wrapper .pagination-align .swiper-button-prev:focus {
  background-color: #FEEB9D !important;
  color: var(--color-secondary);
}
.main-slider-wrapper .pagination-align .swiper-button-prev:after {
  content: "\e828";
  font-family: 'feather' !important;
  font-size: 30px;
}
.main-slider-wrapper .swiper-slide:not(.swiper-slide-active) .banner-media {
  transform: scale(0.85);
}
.text__char {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 140px / 2);
  height: calc(140px / 2);
  width: 140px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  transform-origin: bottom center;
  transform: rotate(var(--char-rotate));
  color: var(--color-title);
}
.text-row:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
}
.text-row.border-secondary .text__char {
  color: #fff;
}
.text-row.border-secondary:after {
  border: 25px solid black;
}
.text-row.border-white .text__char {
  color: black;
}
.companies-section .icon-button .text-row .text__char {
  font-size: 10px;
  padding: 10px 0;
}
.text-row.icon-blur .text__char {
  font-size: 14px;
  font-weight: 400;
  padding-top: 5px;
}
.text-row.border-white:after {
  border: 25px solid #fff;
}
.text-row.icon-blur:after {
  border: 25px solid transparent;
  background: rgba(255, 255, 255, 0.7);
  filter: drop-shadow(0px 0px 100px rgba(0, 0, 0, 0.15));
  backdrop-filter: blur(17px);
}
.mfp-bg {
  z-index: 9999;
}
.mfp-wrap {
  z-index: 99999;
}
.site-filters.style-1 li.active a {
  color: #fff;
}
.site-filters.style-2 li.active a {
  color: var(--primary);
}
.site-filters.style-1 li.active {
  background-color: #000;
}
.btn.meta-icon.active {
  background-color: var(--primary);
}
.dz-wishicon.active .dz-heart , .dz-wishicon .dz-heart-fill {
  display: none;
}
.dz-wishicon.active .dz-heart-fill {
  display: inline-block;
}
.swiper-visible .swiper-slide {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.swiper-visible .swiper-slide-active, .swiper-visible:not(.swiper-single) .swiper-slide-next, .swiper-visible:not(.swiper-single) .swiper-slide-visible:not(.swiper-slide-duplicate-prev) {
  opacity: 1;
}
.swiper-visible.swiper-item-4 .swiper-slide-next + .swiper-slide, .swiper-visible.swiper-item-4 .swiper-slide-next + .swiper-slide + .swiper-slide {
  opacity: 1;
}
.category-section .icon-button:after {
  content: '';
  position: absolute;
  top: 34%;
  left: 10px;
  width: 100%;
  height: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(2.5);
  z-index: -1;
  background-image: url('data:image/svg+xml,<svg width="516" height="252" viewBox="0 0 516 252" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="257.602" cy="126" r="126" fill="%23FEEB9D"/><path d="M0 124.603C81.2 112.003 128.8 74.2031 182 25.2031L135.8 124.603H0Z" fill="%23FEEB9D"/><path d="M515.203 124.603C434.003 112.003 386.403 74.2031 333.203 25.2031L379.403 124.603H515.203Z" fill="%23FEEB9D"/></svg>');
}
.image-wrapper:after, .image-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
}
.image-wrapper:after {
  bottom: 0;
  background-image: url('data:image/svg+xml,<svg width="1920" height="50" viewBox="0 0 1920 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 50C914 -16.5147 1014.5 -16.8185 1922.5 50H0Z" fill="%23FFFAF3"/></svg>');
}
.dark .image-wrapper:after {
  background-image: url('data:image/svg+xml,<svg width="1920" height="50" viewBox="0 0 1920 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 50C914 -16.5147 1014.5 -16.8185 1922.5 50H0Z" fill="%231F1A17"/></svg>');
}
.image-wrapper:before {
  top: 0;
  background-image: url('data:image/svg+xml,<svg width="1920" height="50" viewBox="0 0 1920 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0C914 66.5147 1014.5 66.8185 1922.5 0H0Z" fill="%23FFFAF3"/></svg>');
}
.dark .image-wrapper:before {
  background-image: url('data:image/svg+xml,<svg width="1920" height="50" viewBox="0 0 1920 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0C914 66.5147 1014.5 66.8185 1922.5 0H0Z" fill="%231F1A17"/></svg>');
}
#copyButton.active {
  background-color: var(--color-secondary) !important;
  color: var(--color-foreground) !important;
}
.modal.show {
  display: block;
}
[x-cloak] {
  display: none;
}
.dz-alert {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 999999;
  background: #fff;
  border: 1px solid var(--primary);
  color: var(--primary);
  box-shadow: 0px 30px 60px 0 rgba(0, 0, 0, 0.25);
  padding: 15px 30px;
}
.dz-alert.alert-danger {
  color: #D23636;
  border-color: #D23636;
}
.dz-alert.alert-success {
  color: #31A56D;
  border-color: #31A56D;
}
.dz-alert.alert-warning {
  color: #E79600;
  border-color: #E79600;
}
.dz-alert.alert-info {
  color: #0194D9;
  border-color: #0194D9;
}
.dark input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
@media only screen and (max-width: 1680px) {
  .main-slider-wrapper .banner-media:after {
    font-size: 40px;
    left: -30px;
  }
  .main-slider-wrapper .pagination-align .swiper-button-next {
    right: 55%;
  }
  .main-slider-wrapper .pagination-align .swiper-button-prev {
    left: 55%;
  }
}
@media (max-width: 1366px) {
  .main-slider-wrapper .banner-media:after {
    font-size: 40px;
    left: -35px;
  }
}
@media (max-width: 1480px) {
  .image-wrapper:after , .image-wrapper:before {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .main-slider-wrapper .banner-media:after {
    font-size: 40px;
    left: -15px;
  }
  .main-slider-wrapper .pagination-align .swiper-button-next {
    right: 51%;
  }
  .main-slider-wrapper .pagination-align .swiper-button-prev {
    left: 51%;
  }
}
@media only screen and (max-width: 991px) {
  .toggle-btn.active:after {
    width: 100vw !important;
    left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .video-wrapper {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
}
@media only screen and (max-width: 575px) {
  .main-slider-wrapper .slider-thumbs {
    width: 150vw;
  }
  .main-slider-wrapper .banner-media .img-preview:after {
    bottom: 32px;
    width: 30px;
  }
  .main-slider-wrapper .banner-media:after {
    font-size: 35px;
    left: -15px;
  }
  .main-slider-wrapper .pagination-align .swiper-button-next {
    bottom: 88px;
    right: 5%;
    width: 50px;
    height: 50px;
  }
  .main-slider-wrapper .pagination-align .swiper-button-prev {
    bottom: 88px;
    left: 5%;
    width: 50px;
    height: 50px;
  }
  .video-wrapper {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
.companies-section:before , .companies-section:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="413" height="44" viewBox="0 0 413 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37.4829 37.8579L0 0.375V0H413V0.375L375.517 37.8579C367.707 45.6684 355.043 45.6684 347.233 37.8579L323.892 14.5171C316.082 6.70665 303.418 6.70665 295.608 14.5171L272.267 37.8579C264.457 45.6684 251.793 45.6684 243.983 37.8579L220.642 14.5171C212.832 6.70665 200.168 6.70665 192.358 14.5171L169.017 37.8579C161.207 45.6684 148.543 45.6684 140.733 37.8579L117.392 14.5171C109.582 6.70665 96.9184 6.70665 89.1079 14.5171L65.7671 37.8579C57.9566 45.6684 45.2934 45.6684 37.4829 37.8579Z" fill="%23fffaf3"/></svg>');
  position: absolute;
  width: 21.77%;
  height: 50px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.dark .companies-section:before , .dark .companies-section:after {
  background-image: url('data:image/svg+xml,<svg width="413" height="44" viewBox="0 0 413 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37.4829 37.8579L0 0.375V0H413V0.375L375.517 37.8579C367.707 45.6684 355.043 45.6684 347.233 37.8579L323.892 14.5171C316.082 6.70665 303.418 6.70665 295.608 14.5171L272.267 37.8579C264.457 45.6684 251.793 45.6684 243.983 37.8579L220.642 14.5171C212.832 6.70665 200.168 6.70665 192.358 14.5171L169.017 37.8579C161.207 45.6684 148.543 45.6684 140.733 37.8579L117.392 14.5171C109.582 6.70665 96.9184 6.70665 89.1079 14.5171L65.7671 37.8579C57.9566 45.6684 45.2934 45.6684 37.4829 37.8579Z" fill="%231F1A17"/></svg>');
}
.companies-section:before {
  bottom: -13px;
  right: -4%;
  background-position: left;
  transform: rotate(180deg);
}
.companies-section:after {
  top: 0;
  left: -4%;
  background-position: top;
}
.company-slider-1, .company-slider-2 {
  overflow: hidden;
}
.company-slider-1 .swiper-slide, .company-slider-2 .swiper-slide {
  width: auto;
}
.company-slider-1 .swiper-wrapper , .company-slider-2 .swiper-wrapper {
  transition-timing-function: linear !important;
}
@media only screen and (max-width: 768px) {
  .companies-section:before {
    bottom: -22px;
  }
}
:root {
  --fix-height: 100px;
}
@media only screen and (max-width: 1400px) {
  :root {
    --fix-height: 70px;
  }
}
@media only screen and (max-width: 576px) {
  :root {
    --fix-height: 45px;
  }
}
.menu-nav-btn {
  width: var(--fix-height);
  height: var(--fix-height);
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  position: relative;
  border: 0;
}
.dark .menu-nav-btn {
  border-right: 1px solid rgb(255 255 255 / 30%);
}
.menu-nav-btn .for-dots {
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
  margin: 0;
}
.menu-nav-btn .for-dots span {
  width: 4px;
  height: 4px;
  display: block;
  background: #fff;
  position: absolute;
}
.menu-nav-btn .for-dots span:nth-child(1) {
  left: 0;
  top: 0;
}
.menu-nav-btn .for-dots span:nth-child(2) {
  right: 0;
  top: 0;
}
.menu-nav-btn .for-dots span:nth-child(3) {
  left: 0;
  bottom: 0;
}
.menu-nav-btn .for-dots span:nth-child(4) {
  right: 0;
  bottom: 0;
}
.menu-nav-btn .for-dots {
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
  transform: rotate(90deg);
  opacity: 1;
  transition: all 0.5s;
}
.menu-nav-btn .dots-close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
}
.menu-nav-btn.active .for-dots {
  transform: rotate(0);
  opacity: 0;
}
.menu-nav-btn.active .dots-close {
  transform: translate(-50%, -50%) rotate(0);
  opacity: 1;
}
.header.style-3 .container-fluid {
  padding: 0;
}
.header.style-3 .logo-dark {
  display: block;
}
.header.style-3 .logo-light {
  display: none;
}
.header.style-3 .is-fixed .main-bar {
  background: #fff;
}
.header.style-3 .extra-nav {
  height: var(--fix-height);
}
@media only screen and (max-width: 575px) {
  .header.style-3 .extra-nav {
    bottom: 0;
  }
}
.header.style-3 .extra-nav .extra-cell .header-right {
  margin-right: 0;
}
.header.style-3 .extra-nav .extra-cell .header-right .nav-item button, .header.style-3 .extra-nav .extra-cell .header-right .nav-item a {
  color: var(--color-secondary);
  --white: #000;
}
.header.style-3 .header-nav .nav {
  position: relative;
}
.header.style-3 .header-nav .nav > li.has-mega-menu {
  position: unset;
}
.header.style-3 .rounded-search {
  width: var(--fix-height);
  justify-content: center;
  display: flex;
}
.header.style-3 .rounded-search > a {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .header.style-3 .rounded-search > a {
    width: 40px;
    height: 40px;
    background-color: transparent !important;
  }
}
.header.style-3 .logo-header {
  height: var(--fix-height);
  margin-left: 40px;
}
.header.style-3 .logo-header img {
  height: var(--fix-height);
}
@media only screen and (max-width: 1199px) {
  .header.style-3 .logo-header img {
    width: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .header.style-3 .logo-header img {
    width: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .header.style-3 .logo-header {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .header.style-3 .logo-header {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.header.style-3 .main-bar {
  background: transparent;
  border-bottom: 0;
}
.dark .header.style-3 .main-bar {
  background: #120f0c;
}
.footer-menu {
  height: var(--fix-height);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding-left: var(--fix-height);
  padding-right: var(--fix-height);
}
@media only screen and (max-width: 575px) {
  .footer-menu {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 1;
  }
}
.footer-menu ul {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .footer-menu ul {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .footer-menu ul {
    line-height: 1.2;
  }
}
.footer-menu ul li {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1199px) {
  .footer-menu ul li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-menu ul li {
    display: inline-block;
  }
}
@media only screen and (max-width: 575px) {
  .footer-menu ul li {
    padding-left: 2px;
    padding-right: 2px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 991px) {
  .footer-menu ul li h6 {
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .footer-menu ul li h6 {
    font-size: 13px;
  }
}
.footer-menu ul li a {
  color: var(--body-bg);
  font-size: 15px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 575px) {
  .footer-menu ul li a {
    font-size: 11px;
  }
}
.right-social-menu {
  width: var(--fix-height);
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  background: transparent;
  padding-top: var(--fix-height);
  padding-bottom: var(--fix-height);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 600px;
}
@media only screen and (max-width: 575px) {
  .right-social-menu {
    height: calc(100vh - 45px);
  }
}
.right-social-menu ul:first-child li:first-child {
  padding-top: 0;
}
.right-social-menu ul:last-child li:last-child {
  padding-top: 0;
}
.right-social-menu ul li {
  padding: 20px 0;
  writing-mode: tb-rl;
}
@media only screen and (max-width: 1480px) {
  .right-social-menu ul li {
    padding: 10px 0;
  }
}
.right-social-menu ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
}
@media only screen and (max-width: 1480px) {
  .right-social-menu ul li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .right-social-menu ul li a {
    font-size: 12px;
  }
}
.left-swiper-number {
  width: var(--fix-height);
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  background: transparent;
  padding-top: var(--fix-height);
  padding-bottom: var(--fix-height);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
}
@media only screen and (max-width: 575px) {
  .left-swiper-number {
    height: calc(100vh - 45px);
  }
}
.left-swiper-number .service-btn {
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  bottom: var(--fix-height);
}
.left-swiper-number .product-swiper-pagination {
  display: flex;
  flex-direction: column;
  gap: 35px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .left-swiper-number .product-swiper-pagination {
    gap: 15px;
  }
}
.left-swiper-number .product-swiper-pagination:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #000;
  left: 50%;
  z-index: -1;
  opacity: 0.1;
}
.left-swiper-number .product-swiper-pagination span {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  display: block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  background: transparent;
  line-height: 24px;
  transition: all 0.5s;
  color: rgba(36, 38, 43, 0.5);
  opacity: 1;
  padding: 5px 5px;
}
@media only screen and (max-width: 575px) {
  .left-swiper-number .product-swiper-pagination span {
    font-size: 13px;
  }
}
.left-swiper-number .product-swiper-pagination span.swiper-pagination-bullet-active {
  font-size: 24px;
  opacity: 1;
  color: var(--color-title);
}
@media only screen and (max-width: 575px) {
  .left-swiper-number .product-swiper-pagination span.swiper-pagination-bullet-active {
    font-size: 18px;
  }
}
.fixed-page-content {
  height: calc(100vh - calc( var(--fix-height) * 2));
  padding-left: var(--fix-height);
  padding-right: var(--fix-height);
  background: #fff;
  min-height: 600px;
}
@media only screen and (max-width: 575px) {
  .fixed-page-content {
    height: calc(calc(100vh - 45px) - calc( var(--fix-height) * 2));
  }
}
.product-gallery {
  height: 100%;
}
.product-thumb.swiper {
  width: 100%;
  height: calc(100vh - calc( var(--fix-height) * 2));
  min-height: 600px;
}
@media only screen and (max-width: 575px) {
  .product-thumb.swiper {
    height: calc(calc(100vh - 45px) - calc( var(--fix-height) * 2));
  }
}
.product-thumb .swiper-slide.swiper-slide-thumb-active {
  padding: 10px;
}
.product-thumb .swiper-slide {
  height: calc(100% / 2) !important;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-thumb .swiper-slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.shop-card.shop-overlay {
  width: 100%;
}
.shop-card.shop-overlay .dz-content {
  text-align: center;
  padding: 15px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: all 0.3s;
  background: transparent;
  z-index: 1;
}
.shop-card.shop-overlay .dz-media img {
  filter: grayscale(1);
  transition: all 0.5s;
}
.shop-card.shop-overlay .dz-media .shop-meta {
  z-index: 2;
}
.shop-card.shop-overlay:hover .dz-media img {
  filter: grayscale(0);
}
.shop-card.shop-overlay:hover .dz-content {
  opacity: 0;
}
.shop-card.shop-overlay.shop-height-100 {
  height: 100%;
}
.shop-card.shop-overlay.shop-height-100 .dz-media {
  height: 100%;
}
.swiper-slide-thumb-active .shop-card.shop-overlay .dz-media img {
  filter: grayscale(0);
}
.smart-product-details .dz-media img {
  object-fit: contain;
  height: calc(100vh - calc(calc(var(--fix-height) * 2) + var(--static-height)));
}
.smart-product-details .dz-content {
  background: var(--color-secondary);
  padding: 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
}
.smart-product-details .dz-content .title {
  color: #fff;
}
.smart-product-details .dz-content p {
  font-size: 18px;
}
@media only screen and (max-width: 1480px) {
  .smart-product-details .dz-content p {
    display: none;
  }
}
.smart-product-details .dz-content .extra-info-box {
  display: flex;
}
.smart-product-details .dz-content .price-num {
  color: #fff;
}
.smart-product-details .dz-content .swiper-meta-items {
  display: flex;
}
@media only screen and (max-width: 1600px) {
  .smart-product-details .dz-content .swiper-meta-items .meta-content {
    margin-right: 30px;
  }
}
.smart-product-details .dz-content .extra-info-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: end;
}
@media only screen and (max-width: 1300px) {
  .smart-product-details .dz-content .extra-info-box {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }
}
.header-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9998;
  background: #000;
  padding: var(--fix-height);
  display: block !important;
  transition: all 0.5s;
}
.header-menu:not(.show) {
  top: -100%;
}
.header-menu .right-social-menu {
  left: 0;
  right: auto;
  background: transparent;
}
@media only screen and (max-width: 991px) {
  .header-menu .right-social-menu {
    display: none;
  }
}
.header-menu .footer-menu {
  justify-content: left;
  background: transparent;
  position: absolute;
  bottom: 0;
  font-size: 15px;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .header-menu .footer-menu {
    display: none;
  }
}
.header-menu .mega-menu {
  left: 100% !important;
  min-width: 1140px;
  max-height: 100%;
}
.header-menu .mega-menu .line-left:after {
  content: none;
}
@media only screen and (max-width: 1680px) {
  .header-menu .mega-menu {
    min-width: 1040px;
  }
}
@media only screen and (max-width: 1480px) {
  .header-menu .mega-menu {
    min-width: 950px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-menu .mega-menu {
    min-width: 750px;
  }
  .header-menu .mega-menu .row {
    --bs-gutter-x: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .header-menu .mega-menu {
    min-width: 100%;
  }
}
.header-menu {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .header-menu {
    padding: var(--fix-height) 0 0 0;
  }
}
.header-menu .header-nav {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .header-menu .header-nav {
    width: 100%;
    left: 0;
    background: transparent;
    min-height: 600px;
    height: calc(100vh - 120px) !important;
  }
}
.header-menu .header-nav:after, .header-menu .header-nav:before {
  height: calc(100% + var(--fix-height));
  width: 1px;
  content: "";
  background: linear-gradient(white 0%, #fefeff 1%, rgba(125, 185, 232, 0) 100%);
  position: absolute;
  opacity: 0.1;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  .header-menu .header-nav:after, .header-menu .header-nav:before {
    content: none;
  }
}
.header-menu .header-nav:before {
  right: auto;
  left: 0;
}
.header-menu .header-nav .nav {
  float: none;
}
.header-menu .header-nav .nav > li {
  position: unset;
}
@media only screen and (max-width: 991px) {
  .header-menu .header-nav .nav > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.header-menu .header-nav .nav > li > a {
  color: #fff;
  line-height: 24px;
  padding: 30px 50px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .header-menu .header-nav .nav > li > a {
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .header-menu .header-nav .nav > li > a {
    padding: 10px 0;
  }
}
.header-menu .header-nav .nav > li.sub-menu-down > a:after {
  background-image: url(../images/star-white.svg);
  float: right;
}
.header-menu .header-nav .nav > li > .mega-menu, .header-menu .header-nav .nav > li > .sub-menu {
  margin-left: 50px;
  left: 100%;
  top: 0;
  padding: 30px 50px;
  box-shadow: none;
  background-color: transparent;
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .header-menu .header-nav .nav > li > .mega-menu, .header-menu .header-nav .nav > li > .sub-menu {
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .header-menu .header-nav .nav > li > .mega-menu, .header-menu .header-nav .nav > li > .sub-menu {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .header-menu .header-nav .nav > li > .mega-menu .menu-title, .header-menu .header-nav .nav > li > .sub-menu .menu-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .header-menu .header-nav .nav > li > .mega-menu .menu-title, .header-menu .header-nav .nav > li > .sub-menu .menu-title {
    font-size: 16px;
  }
}
.header-menu .header-nav .nav > li > .mega-menu .month-deal h3, .header-menu .header-nav .nav > li > .sub-menu .month-deal h3 {
  font-size: 20px;
}
.header-menu .header-nav .nav > li > .mega-menu li a, .header-menu .header-nav .nav > li > .sub-menu li a {
  color: #bababa;
  font-size: 14px;
}
@media only screen and (max-width: 1199px) {
  .header-menu .header-nav .nav > li > .mega-menu li a, .header-menu .header-nav .nav > li > .sub-menu li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .header-menu .header-nav .nav > li > .mega-menu li a, .header-menu .header-nav .nav > li > .sub-menu li a {
    font-size: 14px;
  }
}
.header-menu .header-nav .nav > li:hover > .mega-menu, .header-menu .header-nav .nav > li:hover > .sub-menu {
  visibility: hidden;
}
.header-menu .header-nav .nav > li.active > .mega-menu, .header-menu .header-nav .nav > li.active > .sub-menu {
  margin-left: 0;
  visibility: visible;
  opacity: 1;
}
.header-menu .header-nav .nav > li > .sub-menu {
  width: 250px;
}
.active-menu .header.style-3 .main-bar {
  background: transparent;
  transition: all 0.5s;
}
.active-menu .header.style-3 .main-bar .logo-dark {
  display: none;
  transition: all 0.5s;
}
.active-menu .header.style-3 .main-bar .logo-light {
  display: block;
  transition: all 0.5s;
}
.active-menu .header.style-3 .main-bar .extra-nav .extra-cell .header-right .nav-item button, .active-menu .header.style-3 .main-bar .extra-nav .extra-cell .header-right .nav-item a {
  color: #fff;
  --white: #fff;
  transition: all 0.5s;
}
.active-menu .header.style-3 .main-bar .rounded-search > a {
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .active-menu .header.style-3 .main-bar .extra-nav {
    background: #2b2c31;
  }
}
.active-menu .header.style-3 .main-bar .extra-nav .header-right li a i {
  color: #fff;
}
.active-menu .header.style-3 .main-bar .extra-nav .header-right li a svg rect {
  fill: #fff;
}
.error-start-content {
  padding: 80px 90px;
}
.error-end-content {
  padding: 80px 40px 80px 120px;
}
.dz_error {
  font-size: 260px;
  transform: translate(-50%, -50%);
  top: 50%;
  background: linear-gradient(to right, var(--light) 50%, var(--color-secondary) 50%);
  background-clip: border-box;
  line-height: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform-origin: center;
  writing-mode: tb;
}
@media only screen and (max-width: 1480px) {
  .dz_error {
    font-size: 220px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-start-content {
    padding: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .error-end-content {
    padding: 80px 40px 80px 90px;
  }
  .dz_error {
    font-size: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .error-start-content {
    padding: 45px 70px 40px;
  }
  .dz_error {
    writing-mode: unset;
    background: linear-gradient(to bottom, white 50%, #24262b 50%);
    -webkit-background-clip: text;
    font-size: 100px;
    top: 200px;
  }
}
@media only screen and (max-width: 575px) {
  .error-start-content {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .account-sidebar:not(.show) {
    left: -300px;
  }
}
@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;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-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-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@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%;
}
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-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%;
    }
  }
}
.cart_count_down {
    position: absolute;
    font-size: 0.6rem;
    margin-top: 15px;
    margin-left: 40px;
}



    .ui.loading {
        position:relative;
        cursor:default;
        pointer-events:none;
    }
    .ui.loading:before {
        position:absolute;
        content:'';
        top:0%;
        left:0%;
        background:rgba(255,255,255,.8);
        width:100%;
        height:100%;
        z-index:100
    }
    .ui.loading:after {
        position:absolute;
        content:'';
        top:50%;
        left:50%;
        margin:-1.5em 0em 0em -1.5em;
        width:3em;
        height:3em;
        -webkit-animation:form-spin 0.6s linear;
        animation:form-spin 0.6s linear;
        -webkit-animation-iteration-count:infinite;
        animation-iteration-count:infinite;
        border-radius:500rem;
        border-color:#767676 rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.1);
        border-style:solid;
        border-width:.2em;
        box-shadow:0 0 0 1px transparent;
        visibility:visible;per .banner-me
        z-index:101
    }
    @-webkit-keyframes form-spin {
        from {
            -webkit-transform:rotate(0deg);
            transform:rotate(0deg)
        }
        to {
            -webkit-transform:rotate(360deg);
            transform:rotate(360deg)
        }
    }
    @keyframes form-spin {
        from {
            -webkit-transform:rotate(0deg);
            transform:rotate(0deg)
        }
        to {
            -webkit-transform:rotate(360deg);
            transform:rotate(360deg)
        }
    }
  .swal2-container {
    z-index: 20000 !important;
  }

  .white-popup-block {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 850px;
    margin: 40px auto;
    position: relative;
}

.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
    display: block;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.max-lg\:hidden\! {
    @media (width < 992px) {
    display: none !important;
    }
}
.cart_count_down_menu{
    position: absolute;
    font-size: 0.6rem;
    margin-top: 15px;
    margin-left: none;
}

.header-nav .dz-account-icon {
  text-align: center;
  display: none;
}
@media only screen and (max-width: 991px) {
  .header-nav .dz-account-icon {
    display: block;
    padding: 20px;
  }
}