/*! tailwindcss v4.1.13 | 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-orange-500: oklch(70.5% 0.213 47.604);
    --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-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-stone-950: oklch(14.7% 0.004 49.25);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-xs: 0.125rem;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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);
  }
}
@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 {
  .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;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-5 {
    top: calc(var(--spacing) * -5);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-8 {
    top: calc(var(--spacing) * 8);
  }
  .top-\[-10px\] {
    top: -10px;
  }
  .top-\[-18px\] {
    top: -18px;
  }
  .top-\[-20px\] {
    top: -20px;
  }
  .top-\[-30px\] {
    top: -30px;
  }
  .top-\[0px\] {
    top: 0px;
  }
  .top-\[4px\] {
    top: 4px;
  }
  .top-\[108px\] {
    top: 108px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-0\! {
    right: calc(var(--spacing) * 0) !important;
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .right-8 {
    right: calc(var(--spacing) * 8);
  }
  .right-\[-320px\] {
    right: -320px;
  }
  .right-\[40px\] {
    right: 40px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .bottom-10 {
    bottom: calc(var(--spacing) * 10);
  }
  .bottom-\[20px\] {
    bottom: 20px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-0\! {
    left: calc(var(--spacing) * 0) !important;
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-5 {
    left: calc(var(--spacing) * 5);
  }
  .left-8 {
    left: calc(var(--spacing) * 8);
  }
  .left-\[-15px\] {
    left: -15px;
  }
  .left-\[-20px\] {
    left: -20px;
  }
  .left-\[-30px\] {
    left: -30px;
  }
  .left-\[40\%\] {
    left: 40%;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .z-1 {
    z-index: 1;
  }
  .z-10 {
    z-index: 10;
  }
  .z-9999 {
    z-index: 9999;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[3\] {
    z-index: 3;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[1030\] {
    z-index: 1030;
  }
  .z-\[1050\] {
    z-index: 1050;
  }
  .z-\[99999\] {
    z-index: 99999;
  }
  .z-\[9999999999\] {
    z-index: 9999999999;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .row-1 {
    grid-row: 1;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .my-\[20px\] {
    margin-block: 20px;
  }
  .ms-1 {
    margin-inline-start: calc(var(--spacing) * 1);
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .ms-4 {
    margin-inline-start: calc(var(--spacing) * 4);
  }
  .me-3 {
    margin-inline-end: calc(var(--spacing) * 3);
  }
  .me-5 {
    margin-inline-end: calc(var(--spacing) * 5);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-\[-10px\] {
    margin-top: -10px;
  }
  .mt-\[-100px\] {
    margin-top: -100px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .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-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .table-cell {
    display: table-cell;
  }
  .\!size-10 {
    width: calc(var(--spacing) * 10) !important;
    height: calc(var(--spacing) * 10) !important;
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }
  .size-14 {
    width: calc(var(--spacing) * 14);
    height: calc(var(--spacing) * 14);
  }
  .size-16 {
    width: calc(var(--spacing) * 16);
    height: calc(var(--spacing) * 16);
  }
  .size-20 {
    width: calc(var(--spacing) * 20);
    height: calc(var(--spacing) * 20);
  }
  .size-40 {
    width: calc(var(--spacing) * 40);
    height: calc(var(--spacing) * 40);
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[28px\] {
    height: 28px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[34px\] {
    height: 34px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[52px\] {
    height: 52px;
  }
  .h-\[54px\] {
    height: 54px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[58px\] {
    height: 58px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[281px\] {
    height: 281px;
  }
  .h-\[320px\] {
    height: 320px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[660px\] {
    height: 660px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-px {
    max-height: 1px;
  }
  .min-h-\[42px\] {
    min-height: 42px;
  }
  .min-h-\[50px\] {
    min-height: 50px;
  }
  .min-h-\[74px\] {
    min-height: 74px;
  }
  .min-h-\[140px\] {
    min-height: 140px;
  }
  .min-h-\[calc\(100\%-3\.5rem\)\] {
    min-height: calc(100% - 3.5rem);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\/3 {
    width: calc(2/3 * 100%);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-15 {
    width: calc(var(--spacing) * 15);
  }
  .w-\[0\%\] {
    width: 0%;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[28px\] {
    width: 28px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[35\%\] {
    width: 35%;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[42px\] {
    width: 42px;
  }
  .w-\[52px\] {
    width: 52px;
  }
  .w-\[54px\] {
    width: 54px;
  }
  .w-\[56px\] {
    width: 56px;
  }
  .w-\[58px\] {
    width: 58px;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[102px\] {
    width: 102px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[156px\] {
    width: 156px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[190px\] {
    width: 190px;
  }
  .w-\[195px\] {
    width: 195px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[236px\] {
    width: 236px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[320px\] {
    width: 320px;
  }
  .w-\[800px\] {
    width: 800px;
  }
  .w-\[calc\(100\%-24px\)\] {
    width: calc(100% - 24px);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[60px\] {
    max-width: 60px;
  }
  .max-w-\[70px\] {
    max-width: 70px;
  }
  .max-w-\[110vh\] {
    max-width: 110vh;
  }
  .max-w-\[220px\] {
    max-width: 220px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[680px\] {
    max-width: 680px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[850px\] {
    max-width: 850px;
  }
  .max-w-\[860px\] {
    max-width: 860px;
  }
  .max-w-\[1167px\] {
    max-width: 1167px;
  }
  .max-w-\[1170px\] {
    max-width: 1170px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .max-w-\[1300px\] {
    max-width: 1300px;
  }
  .max-w-\[1500px\] {
    max-width: 1500px;
  }
  .max-w-\[1840px\] {
    max-width: 1840px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-max {
    max-width: max-content;
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .min-w-\[110px\] {
    min-width: 110px;
  }
  .min-w-\[150px\] {
    min-width: 150px;
  }
  .min-w-\[186px\] {
    min-width: 186px;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .min-w-\[230px\] {
    min-width: 230px;
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .origin-center {
    transform-origin: center;
  }
  .-translate-x-1 {
    --tw-translate-x: calc(var(--spacing) * -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-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-110 {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-y-\[-1\] {
    --tw-scale-y: -1;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .-rotate-90 {
    rotate: calc(90deg * -1);
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-grabbing {
    cursor: grabbing;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-\[\#545454\] {
    :where(& > :not(:last-child)) {
      border-color: #545454;
    }
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .rounded-t-2xl {
    border-top-left-radius: var(--radius-2xl);
    border-top-right-radius: var(--radius-2xl);
  }
  .rounded-b-2xl {
    border-bottom-right-radius: var(--radius-2xl);
    border-bottom-left-radius: var(--radius-2xl);
  }
  .rounded-b-lg {
    border-bottom-right-radius: var(--radius-lg);
    border-bottom-left-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-1 {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-\[\#2B2B2B\] {
    border-color: #2B2B2B;
  }
  .border-\[\#2b2b2b\] {
    border-color: #2b2b2b;
  }
  .border-\[\#545454\] {
    border-color: #545454;
  }
  .border-\[\#959595\] {
    border-color: #959595;
  }
  .border-\[\#E1E1E1\] {
    border-color: #E1E1E1;
  }
  .border-\[\#E7EAF5\] {
    border-color: #E7EAF5;
  }
  .border-\[\#e1e1e1\] {
    border-color: #e1e1e1;
  }
  .border-\[\#e4e7eb\] {
    border-color: #e4e7eb;
  }
  .border-\[\#f7f9fc\] {
    border-color: #f7f9fc;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .\!bg-\[\#F6F9FC\] {
    background-color: #F6F9FC !important;
  }
  .bg-\[\#0B0E1A\] {
    background-color: #0B0E1A;
  }
  .bg-\[\#1A2029\] {
    background-color: #1A2029;
  }
  .bg-\[\#2b2b2b\] {
    background-color: #2b2b2b;
  }
  .bg-\[\#3d4858\] {
    background-color: #3d4858;
  }
  .bg-\[\#6FA9EC\] {
    background-color: #6FA9EC;
  }
  .bg-\[\#73a5e8\] {
    background-color: #73a5e8;
  }
  .bg-\[\#4179ff\] {
    background-color: #4179ff;
  }
  .bg-\[\#323232\] {
    background-color: #323232;
  }
  .bg-\[\#959595\] {
    background-color: #959595;
  }
  .bg-\[\#CED3FF\] {
    background-color: #CED3FF;
  }
  .bg-\[\#E1E1E1\] {
    background-color: #E1E1E1;
  }
  .bg-\[\#EBEBEB\] {
    background-color: #EBEBEB;
  }
  .bg-\[\#EBF5FF\] {
    background-color: #EBF5FF;
  }
  .bg-\[\#F6F9FC\] {
    background-color: #F6F9FC;
  }
  .bg-\[\#F7F9FC\] {
    background-color: #F7F9FC;
  }
  .bg-\[\#F9B06157\] {
    background-color: #F9B06157;
  }
  .bg-\[\#F9F0C8\] {
    background-color: #F9F0C8;
  }
  .bg-\[\#FFC6EA\] {
    background-color: #FFC6EA;
  }
  .bg-\[\#FFCA95\] {
    background-color: #FFCA95;
  }
  .bg-\[\#FFE6C5\] {
    background-color: #FFE6C5;
  }
  .bg-\[\#FFF6ED\] {
    background-color: #FFF6ED;
  }
  .bg-\[\#FFFFFF\] {
    background-color: #FFFFFF;
  }
  .bg-\[\#f4f6f8\] {
    background-color: #f4f6f8;
  }
  .bg-\[\#f5f5f5\] {
    background-color: #f5f5f5;
  }
  .bg-\[\#f6f9fc\] {
    background-color: #f6f9fc;
  }
  .bg-\[\#ffcc9a\] {
    background-color: #ffcc9a;
  }
  .bg-\[\#ffffff16\] {
    background-color: #ffffff16;
  }
  .bg-\[\#ffffff20\] {
    background-color: #ffffff20;
  }
  .bg-\[\#ffffff54\] {
    background-color: #ffffff54;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/20 {
    background-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-stone-950 {
    background-color: var(--color-stone-950);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-linear-to-r {
    --tw-gradient-position: to right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-linear-\[25deg\,\#0B0E1A_5\%\,\#0B142C_60\%\,\#172238_90\%\] {
    --tw-gradient-position: 25deg,#0B0E1A 5%,#0B142C 60%,#172238 90%;
    background-image: linear-gradient(var(--tw-gradient-stops,25deg,#0B0E1A 5%,#0B142C 60%,#172238 90%));
  }
  .bg-linear-\[90deg\,\#c23d78_0\%\,\#663982_100\%\] {
    --tw-gradient-position: 90deg,#c23d78 0%,#663982 100%;
    background-image: linear-gradient(var(--tw-gradient-stops,90deg,#c23d78 0%,#663982 100%));
  }
  .bg-linear-\[90deg\,\#f6f9fc00\,\#F6F9FC\] {
    --tw-gradient-position: 90deg,#f6f9fc00,#F6F9FC;
    background-image: linear-gradient(var(--tw-gradient-stops,90deg,#f6f9fc00,#F6F9FC));
  }
  .bg-linear-\[90deg\,\#f6f9fc00\,\#ffffff\] {
    --tw-gradient-position: 90deg,#f6f9fc00,#ffffff;
    background-image: linear-gradient(var(--tw-gradient-stops,90deg,#f6f9fc00,#ffffff));
  }
  .bg-linear-\[90deg\,\#f9b061\,\#ce2e93\,\#4a66d6\] {
    --tw-gradient-position: 90deg,#f9b061,#ce2e93,#4a66d6;
    background-image: linear-gradient(var(--tw-gradient-stops,90deg,#f9b061,#ce2e93,#4a66d6));
  }
  .bg-linear-\[90deg\,\#f9b061_5\%\,\#ce2e93_40\%\,\#4a66d6_100\%\] {
    --tw-gradient-position: 90deg,#f9b061 5%,#ce2e93 40%,#4a66d6 100%;
    background-image: linear-gradient(var(--tw-gradient-stops,90deg,#f9b061 5%,#ce2e93 40%,#4a66d6 100%));
  }
  .bg-linear-\[93deg\,\#111827_1\.12\%\,\#111827_78\.33\%\,\#f9b061_79\.94\%\,\#ce2e93_90\.11\%\,\#4a66d6_96\.51\%\,\#111827_97\.77\%\] {
    --tw-gradient-position: 93deg,#111827 1.12%,#111827 78.33%,#f9b061 79.94%,#ce2e93 90.11%,#4a66d6 96.51%,#111827 97.77%;
    background-image: linear-gradient(var(--tw-gradient-stops,93deg,#111827 1.12%,#111827 78.33%,#f9b061 79.94%,#ce2e93 90.11%,#4a66d6 96.51%,#111827 97.77%));
  }
  .bg-linear-\[270deg\,\#f6f9fc00\,\#F6F9FC\] {
    --tw-gradient-position: 270deg,#f6f9fc00,#F6F9FC;
    background-image: linear-gradient(var(--tw-gradient-stops,270deg,#f6f9fc00,#F6F9FC));
  }
  .bg-linear-\[270deg\,\#f6f9fc00\,\#ffffff\] {
    --tw-gradient-position: 270deg,#f6f9fc00,#ffffff;
    background-image: linear-gradient(var(--tw-gradient-stops,270deg,#f6f9fc00,#ffffff));
  }
  .bg-\[linear-gradient\(60deg\,\#0B0E1A\,\#0B142C\,\#172238\)\] {
    background-image: linear-gradient(60deg,#0B0E1A,#0B142C,#172238);
  }
  .bg-\[linear-gradient\(90deg\,\#4a66d6_5\%\,\#ce2e93_40\%\,\#f9b061_100\%\)\] {
    background-image: linear-gradient(90deg,#4a66d6 5%,#ce2e93 40%,#f9b061 100%);
  }
  .bg-\[linear-gradient\(90deg\,\#f9b061_5\%\,\#ce2e93_40\%\,\#4a66d6_100\%\)\] {
    background-image: linear-gradient(90deg,#f9b061 5%,#ce2e93 40%,#4a66d6 100%);
  }
  .from-\[\#5064d4\] {
    --tw-gradient-from: #5064d4;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#F6F9FC\] {
    --tw-gradient-from: #F6F9FC;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-\[\#c0359b\] {
    --tw-gradient-via: #c0359b;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-\[\#f9ae63\] {
    --tw-gradient-to: #f9ae63;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#fff\] {
    --tw-gradient-to: #fff;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-clip-text {
    background-clip: text;
  }
  .bg-\[160\%\] {
    background-position: 160%;
  }
  .bg-bottom-right {
    background-position: right bottom;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .bg-repeat-x {
    background-repeat: repeat-x;
  }
  .fill-none {
    fill: none;
  }
  .stroke-\[url\(\#gradient\)\] {
    stroke: url(#gradient);
  }
  .stroke-gray-200 {
    stroke: var(--color-gray-200);
  }
  .stroke-25 {
    stroke-width: 25;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-top-left {
    object-position: left top;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .p-\[1px\] {
    padding: 1px;
  }
  .p-\[2\%\] {
    padding: 2%;
  }
  .p-\[2px\] {
    padding: 2px;
  }
  .p-\[5px\] {
    padding: 5px;
  }
  .\!px-0 {
    padding-inline: calc(var(--spacing) * 0) !important;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-\[5px\] {
    padding-inline: 5px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-\[2px\] {
    padding-block: 2px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .ps-0 {
    padding-inline-start: calc(var(--spacing) * 0);
  }
  .ps-4 {
    padding-inline-start: calc(var(--spacing) * 4);
  }
  .ps-5 {
    padding-inline-start: calc(var(--spacing) * 5);
  }
  .ps-7 {
    padding-inline-start: calc(var(--spacing) * 7);
  }
  .ps-\[35px\] {
    padding-inline-start: 35px;
  }
  .pe-0 {
    padding-inline-end: calc(var(--spacing) * 0);
  }
  .pe-5 {
    padding-inline-end: calc(var(--spacing) * 5);
  }
  .pe-6 {
    padding-inline-end: calc(var(--spacing) * 6);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pt-\[54px\] {
    padding-top: 54px;
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pt-\[150px\] {
    padding-top: 150px;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[58\.66\%\] {
    padding-bottom: 58.66%;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pb-\[149\%\] {
    padding-bottom: 149%;
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-left {
    text-align: left;
  }
  .text-start {
    text-align: start;
  }
  .align-sub {
    vertical-align: sub;
  }
  .font-\[Georgia\] {
    font-family: Georgia;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-sm\/6 {
    font-size: var(--text-sm);
    line-height: calc(var(--spacing) * 6);
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .leading-2 {
    --tw-leading: calc(var(--spacing) * 2);
    line-height: calc(var(--spacing) * 2);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .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-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);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#2B2B2B\] {
    color: #2B2B2B;
  }
  .text-\[\#2b2b2b\] {
    color: #2b2b2b;
  }
  .text-\[\#3f3131\] {
    color: #3f3131;
  }
  .text-\[\#13161F\] {
    color: #13161F;
  }
  .text-\[\#79828e\] {
    color: #79828e;
  }
  .text-\[\#545454\] {
    color: #545454;
  }
  .text-\[\#637079\] {
    color: #637079;
  }
  .text-\[\#848484\] {
    color: #848484;
  }
  .text-\[\#959595\] {
    color: #959595;
  }
  .text-\[\#E1E1E1\] {
    color: #E1E1E1;
  }
  .text-\[\#ff4051\] {
    color: #ff4051;
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-orange-500 {
    color: var(--color-orange-500);
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-\[0_0_10px_0_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0 0 10px 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-\[0_0_20px_rgba\(156\,170\,196\,0\.25\)\] {
    --tw-shadow: 0 0 20px var(--tw-shadow-color, rgba(156,170,196,0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_0px_20px_rgb\(156\,170\,196\,0\.25\)\] {
    --tw-shadow: 0px 0px 20px var(--tw-shadow-color, rgb(156,170,196,0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_0px_20px_rgb\(156\,170\,196\,0\.90\)\] {
    --tw-shadow: 0px 0px 20px var(--tw-shadow-color, rgb(156,170,196,0.90));
    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_8px_13px_rgba\(21\,26\,30\,0\.25\)\] {
    --tw-shadow: 0px 8px 13px var(--tw-shadow-color, rgba(21,26,30,0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-none {
    --tw-shadow: 0 0 #0000;
    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);
  }
  .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,);
  }
  .drop-shadow-\[0_0_20px_rgba\(156\,170\,196\,0\.25\)\] {
    --tw-drop-shadow-size: drop-shadow(0 0 20px var(--tw-drop-shadow-color, rgba(156,170,196,0.25)));
    --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,);
  }
  .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,);
  }
  .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-\[width\] {
    transition-property: width;
    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));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-1 {
    --tw-duration: 1ms;
    transition-duration: 1ms;
  }
  .duration-100 {
    --tw-duration: 100ms;
    transition-duration: 100ms;
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-600 {
    --tw-duration: 600ms;
    transition-duration: 600ms;
  }
  .duration-800 {
    --tw-duration: 800ms;
    transition-duration: 800ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .duration-\[15000ms\] {
    --tw-duration: 15000ms;
    transition-duration: 15000ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-hover\:bottom-1\/2 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        bottom: calc(1/2 * 100%);
      }
    }
  }
  .group-hover\:block {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: block;
      }
    }
  }
  .group-hover\:translate-x-1 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * 1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:-translate-y-2 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -2);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:rotate-180 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        rotate: 180deg;
      }
    }
  }
  .group-hover\:bg-\[\#fff\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #fff;
      }
    }
  }
  .group-hover\:bg-transparent {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: transparent;
      }
    }
  }
  .group-hover\:bg-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .group-hover\:bg-linear-\[90deg\,\#f9b061\,\#ce2e93\,\#4a66d6\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-gradient-position: 90deg,#f9b061,#ce2e93,#4a66d6;
        background-image: linear-gradient(var(--tw-gradient-stops,90deg,#f9b061,#ce2e93,#4a66d6));
      }
    }
  }
  .group-hover\:bg-linear-\[90deg\,\#f9b061_5\%\,\#ce2e93_40\%\,\#4a66d6_100\%\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-gradient-position: 90deg,#f9b061 5%,#ce2e93 40%,#4a66d6 100%;
        background-image: linear-gradient(var(--tw-gradient-stops,90deg,#f9b061 5%,#ce2e93 40%,#4a66d6 100%));
      }
    }
  }
  .group-hover\:bg-clip-text {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-clip: text;
      }
    }
  }
  .group-hover\:text-black {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .group-hover\:text-transparent {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: transparent;
      }
    }
  }
  .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%;
      }
    }
  }
  .group-hover\:brightness-\[0\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-brightness: brightness(0);
        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,);
      }
    }
  }
  .group-hover\:invert-\[1\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-invert: invert(1);
        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,);
      }
    }
  }
  .group-hover\/item\:flex {
    &:is(:where(.group\/item):hover *) {
      @media (hover: hover) {
        display: flex;
      }
    }
  }
  .group-hover\/item\:bg-linear-\[90deg\,\#f9b061\,\#ce2e93\,\#4a66d6\] {
    &:is(:where(.group\/item):hover *) {
      @media (hover: hover) {
        --tw-gradient-position: 90deg,#f9b061,#ce2e93,#4a66d6;
        background-image: linear-gradient(var(--tw-gradient-stops,90deg,#f9b061,#ce2e93,#4a66d6));
      }
    }
  }
  .group-hover\/item\:bg-clip-text {
    &:is(:where(.group\/item):hover *) {
      @media (hover: hover) {
        background-clip: text;
      }
    }
  }
  .group-hover\/item\:text-transparent {
    &:is(:where(.group\/item):hover *) {
      @media (hover: hover) {
        color: transparent;
      }
    }
  }
  .group-hover\/item\:opacity-100 {
    &:is(:where(.group\/item):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:inset-0 {
    &::before {
      content: var(--tw-content);
      inset: calc(var(--spacing) * 0);
    }
  }
  .before\:top-0 {
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .before\:top-\[4px\] {
    &::before {
      content: var(--tw-content);
      top: 4px;
    }
  }
  .before\:right-\[57\.5\%\] {
    &::before {
      content: var(--tw-content);
      right: 57.5%;
    }
  }
  .before\:bottom-0 {
    &::before {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0);
    }
  }
  .before\:bottom-\[4px\] {
    &::before {
      content: var(--tw-content);
      bottom: 4px;
    }
  }
  .before\:bottom-\[5px\] {
    &::before {
      content: var(--tw-content);
      bottom: 5px;
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .before\:left-\[4px\] {
    &::before {
      content: var(--tw-content);
      left: 4px;
    }
  }
  .before\:z-0 {
    &::before {
      content: var(--tw-content);
      z-index: 0;
    }
  }
  .before\:block {
    &::before {
      content: var(--tw-content);
      display: block;
    }
  }
  .before\:h-1\/2 {
    &::before {
      content: var(--tw-content);
      height: calc(1/2 * 100%);
    }
  }
  .before\:h-\[2px\] {
    &::before {
      content: var(--tw-content);
      height: 2px;
    }
  }
  .before\:h-\[80vh\] {
    &::before {
      content: var(--tw-content);
      height: 80vh;
    }
  }
  .before\:h-\[100px\] {
    &::before {
      content: var(--tw-content);
      height: 100px;
    }
  }
  .before\:h-\[150px\] {
    &::before {
      content: var(--tw-content);
      height: 150px;
    }
  }
  .before\:h-full {
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .before\:w-1\/2 {
    &::before {
      content: var(--tw-content);
      width: calc(1/2 * 100%);
    }
  }
  .before\:w-\[2px\] {
    &::before {
      content: var(--tw-content);
      width: 2px;
    }
  }
  .before\:w-\[100px\] {
    &::before {
      content: var(--tw-content);
      width: 100px;
    }
  }
  .before\:w-\[150px\] {
    &::before {
      content: var(--tw-content);
      width: 150px;
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:rounded-full {
    &::before {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .before\:rounded-sm {
    &::before {
      content: var(--tw-content);
      border-radius: var(--radius-sm);
    }
  }
  .before\:bg-\[\#2b2b2b\] {
    &::before {
      content: var(--tw-content);
      background-color: #2b2b2b;
    }
  }
  .before\:bg-\[\#00000040\] {
    &::before {
      content: var(--tw-content);
      background-color: #00000040;
    }
  }
  .before\:bg-\[\#F6F9FC\] {
    &::before {
      content: var(--tw-content);
      background-color: #F6F9FC;
    }
  }
  .before\:bg-\[\#FAF5DB\] {
    &::before {
      content: var(--tw-content);
      background-color: #FAF5DB;
    }
  }
  .before\:bg-\[\#f6f9fc\] {
    &::before {
      content: var(--tw-content);
      background-color: #f6f9fc;
    }
  }
  .before\:bg-\[\#f9fbfd\] {
    &::before {
      content: var(--tw-content);
      background-color: #f9fbfd;
    }
  }
  .before\:bg-\[\#ffffff7a\] {
    &::before {
      content: var(--tw-content);
      background-color: #ffffff7a;
    }
  }
  .before\:bg-black\/0 {
    &::before {
      content: var(--tw-content);
      background-color: color-mix(in srgb, #000 0%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-black) 0%, transparent);
      }
    }
  }
  .before\:bg-white {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-white);
    }
  }
  .before\:bg-linear-\[-180deg\,rgba\(255\,64\,81\,0\.1\)_0\%\,rgba\(255\,64\,81\,0\)_100\%\] {
    &::before {
      content: var(--tw-content);
      --tw-gradient-position: -180deg,rgba(255,64,81,0.1) 0%,rgba(255,64,81,0) 100%;
      background-image: linear-gradient(var(--tw-gradient-stops,-180deg,rgba(255,64,81,0.1) 0%,rgba(255,64,81,0) 100%));
    }
  }
  .before\:bg-linear-\[90deg\,\#f9b061\,\#ce2e93\,\#4a66d6\] {
    &::before {
      content: var(--tw-content);
      --tw-gradient-position: 90deg,#f9b061,#ce2e93,#4a66d6;
      background-image: linear-gradient(var(--tw-gradient-stops,90deg,#f9b061,#ce2e93,#4a66d6));
    }
  }
  .before\:bg-linear-\[160deg\,\#f9b061_5\%\,\#ce2e93_40\%\,\#4a66d6_100\%\] {
    &::before {
      content: var(--tw-content);
      --tw-gradient-position: 160deg,#f9b061 5%,#ce2e93 40%,#4a66d6 100%;
      background-image: linear-gradient(var(--tw-gradient-stops,160deg,#f9b061 5%,#ce2e93 40%,#4a66d6 100%));
    }
  }
  .before\:bg-\[url\(https\:\/\/cloud\.socialwalls\.com\/assets\/section-library\/images\/header\/blackfriday_pattern\.png\)\] {
    &::before {
      content: var(--tw-content);
      background-image: url(https://cloud.socialwalls.com/assets/section-library/images/header/blackfriday_pattern.png);
    }
  }
  .before\:opacity-10 {
    &::before {
      content: var(--tw-content);
      opacity: 10%;
    }
  }
  .before\:opacity-50 {
    &::before {
      content: var(--tw-content);
      opacity: 50%;
    }
  }
  .before\:opacity-75 {
    &::before {
      content: var(--tw-content);
      opacity: 75%;
    }
  }
  .before\:shadow-\[0_0_20px_rgba\(156\,170\,196\,0\.25\)\] {
    &::before {
      content: var(--tw-content);
      --tw-shadow: 0 0 20px var(--tw-shadow-color, rgba(156,170,196,0.25));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .before\:shadow-\[0px_0px_20px_rgb\(156\,170\,196\,0\.25\)\] {
    &::before {
      content: var(--tw-content);
      --tw-shadow: 0px 0px 20px var(--tw-shadow-color, rgb(156,170,196,0.25));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .before\:transition-\[left\,right\] {
    &::before {
      content: var(--tw-content);
      transition-property: left,right;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .before\:transition-all {
    &::before {
      content: var(--tw-content);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .before\:delay-\[0ms\,80ms\] {
    &::before {
      content: var(--tw-content);
      transition-delay: 0ms,80ms;
    }
  }
  .before\:duration-300 {
    &::before {
      content: var(--tw-content);
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .before\:duration-\[250ms\] {
    &::before {
      content: var(--tw-content);
      --tw-duration: 250ms;
      transition-duration: 250ms;
    }
  }
  .before\:ease-\[cubic-bezier\(\.785\,\.135\,\.15\,\.86\)\] {
    &::before {
      content: var(--tw-content);
      --tw-ease: cubic-bezier(.785,.135,.15,.86);
      transition-timing-function: cubic-bezier(.785,.135,.15,.86);
    }
  }
  .before\:content-\[\'\'\] {
    &::before {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:top-\[10px\] {
    &::after {
      content: var(--tw-content);
      top: 10px;
    }
  }
  .after\:right-\[12px\] {
    &::after {
      content: var(--tw-content);
      right: 12px;
    }
  }
  .after\:bottom-0 {
    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0);
    }
  }
  .after\:bottom-\[-6px\] {
    &::after {
      content: var(--tw-content);
      bottom: -6px;
    }
  }
  .after\:left-0 {
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .after\:left-\[50\%\] {
    &::after {
      content: var(--tw-content);
      left: 50%;
    }
  }
  .after\:block {
    &::after {
      content: var(--tw-content);
      display: block;
    }
  }
  .after\:h-0 {
    &::after {
      content: var(--tw-content);
      height: calc(var(--spacing) * 0);
    }
  }
  .after\:h-\[3px\] {
    &::after {
      content: var(--tw-content);
      height: 3px;
    }
  }
  .after\:h-\[16px\] {
    &::after {
      content: var(--tw-content);
      height: 16px;
    }
  }
  .after\:h-full {
    &::after {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .after\:w-0 {
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 0);
    }
  }
  .after\:w-\[16px\] {
    &::after {
      content: var(--tw-content);
      width: 16px;
    }
  }
  .after\:w-full {
    &::after {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .after\:translate-x-\[-50\%\] {
    &::after {
      content: var(--tw-content);
      --tw-translate-x: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:translate-y-\[-50\%\] {
    &::after {
      content: var(--tw-content);
      --tw-translate-y: -50%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .after\:transform-\[scaleX\(0\)\] {
    &::after {
      content: var(--tw-content);
      transform: scaleX(0);
    }
  }
  .after\:overflow-hidden {
    &::after {
      content: var(--tw-content);
      overflow: hidden;
    }
  }
  .after\:rounded-lg {
    &::after {
      content: var(--tw-content);
      border-radius: var(--radius-lg);
    }
  }
  .after\:border-t-\[5px\] {
    &::after {
      content: var(--tw-content);
      border-top-style: var(--tw-border-style);
      border-top-width: 5px;
    }
  }
  .after\:border-r-\[5px\] {
    &::after {
      content: var(--tw-content);
      border-right-style: var(--tw-border-style);
      border-right-width: 5px;
    }
  }
  .after\:border-l-\[5px\] {
    &::after {
      content: var(--tw-content);
      border-left-style: var(--tw-border-style);
      border-left-width: 5px;
    }
  }
  .after\:border-t-\[\#2b2b2b\] {
    &::after {
      content: var(--tw-content);
      border-top-color: #2b2b2b;
    }
  }
  .after\:border-t-white {
    &::after {
      content: var(--tw-content);
      border-top-color: var(--color-white);
    }
  }
  .after\:border-r-transparent {
    &::after {
      content: var(--tw-content);
      border-right-color: transparent;
    }
  }
  .after\:border-l-transparent {
    &::after {
      content: var(--tw-content);
      border-left-color: transparent;
    }
  }
  .after\:transition {
    &::after {
      content: var(--tw-content);
      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));
    }
  }
  .after\:transition-all {
    &::after {
      content: var(--tw-content);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .after\:duration-200 {
    &::after {
      content: var(--tw-content);
      --tw-duration: 200ms;
      transition-duration: 200ms;
    }
  }
  .after\:duration-300 {
    &::after {
      content: var(--tw-content);
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .after\:ease-in-out {
    &::after {
      content: var(--tw-content);
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .after\:content-\[\'\'\]\! {
    &::after {
      content: var(--tw-content);
      --tw-content: '' !important;
      content: var(--tw-content) !important;
    }
  }
  .first\:w-full {
    &:first-child {
      width: 100%;
    }
  }
  .odd\:bg-\[\#f7f9fc\] {
    &:nth-child(odd) {
      background-color: #f7f9fc;
    }
  }
  .hover\:scale-102 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 102%;
        --tw-scale-y: 102%;
        --tw-scale-z: 102%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-\[1\.1\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.1;
      }
    }
  }
  .hover\:rounded-lg {
    &:hover {
      @media (hover: hover) {
        border-radius: var(--radius-lg);
      }
    }
  }
  .hover\:border-\[\#2B2B2B\] {
    &:hover {
      @media (hover: hover) {
        border-color: #2B2B2B;
      }
    }
  }
  .hover\:border-\[\#fff\] {
    &:hover {
      @media (hover: hover) {
        border-color: #fff;
      }
    }
  }
  .hover\:border-transparent {
    &:hover {
      @media (hover: hover) {
        border-color: transparent;
      }
    }
  }
  .hover\:bg-\[\#f4f6f8\] {
    &:hover {
      @media (hover: hover) {
        background-color: #f4f6f8;
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:bg-transparent {
    &:hover {
      @media (hover: hover) {
        background-color: transparent;
      }
    }
  }
  .hover\:bg-linear-\[90deg\,\#f9b061\,\#ce2e93\,\#4a66d6\] {
    &:hover {
      @media (hover: hover) {
        --tw-gradient-position: 90deg,#f9b061,#ce2e93,#4a66d6;
        background-image: linear-gradient(var(--tw-gradient-stops,90deg,#f9b061,#ce2e93,#4a66d6));
      }
    }
  }
  .hover\:bg-linear-\[90deg\,\#f9b061_5\%\,\#ce2e93_40\%\,\#4a66d6_100\%\] {
    &:hover {
      @media (hover: hover) {
        --tw-gradient-position: 90deg,#f9b061 5%,#ce2e93 40%,#4a66d6 100%;
        background-image: linear-gradient(var(--tw-gradient-stops,90deg,#f9b061 5%,#ce2e93 40%,#4a66d6 100%));
      }
    }
  }
  .hover\:bg-clip-text {
    &:hover {
      @media (hover: hover) {
        background-clip: text;
      }
    }
  }
  .hover\:text-\[\#2b2b2b\] {
    &:hover {
      @media (hover: hover) {
        color: #2b2b2b;
      }
    }
  }
  .hover\:text-transparent {
    &:hover {
      @media (hover: hover) {
        color: transparent;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:shadow-\[0_0_20px_rgba\(156\,170\,196\,0\.25\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 0 20px var(--tw-shadow-color, rgba(156,170,196,0.25));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[0_0px_20px_rgba\(156\,170\,196\,0\.25\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 0px 20px var(--tw-shadow-color, rgba(156,170,196,0.25));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:before\:bg-black\/70 {
    &:hover {
      @media (hover: hover) {
        &::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);
          }
        }
      }
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-gray-200 {
    &:focus {
      --tw-ring-color: var(--color-gray-200);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .nth-\[n\+7\]\:w-full {
    &:nth-child(n+7) {
      width: 100%;
    }
  }
  .nth-\[n\+9\]\:w-full {
    &:nth-child(n+9) {
      width: 100%;
    }
  }
  .sm\:order-1 {
    @media (width >= 40rem) {
      order: 1;
    }
  }
  .sm\:order-2 {
    @media (width >= 40rem) {
      order: 2;
    }
  }
  .sm\:mx-5 {
    @media (width >= 40rem) {
      margin-inline: calc(var(--spacing) * 5);
    }
  }
  .sm\:my-10 {
    @media (width >= 40rem) {
      margin-block: calc(var(--spacing) * 10);
    }
  }
  .sm\:mt-5 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .sm\:mt-10 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .sm\:mt-\[40px\] {
    @media (width >= 40rem) {
      margin-top: 40px;
    }
  }
  .sm\:mt-\[50px\] {
    @media (width >= 40rem) {
      margin-top: 50px;
    }
  }
  .sm\:mb-1 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 1);
    }
  }
  .sm\:mb-5 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .sm\:inline-block {
    @media (width >= 40rem) {
      display: inline-block;
    }
  }
  .sm\:size-36 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 36);
      height: calc(var(--spacing) * 36);
    }
  }
  .sm\:h-10 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 10);
    }
  }
  .sm\:h-12 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 12);
    }
  }
  .sm\:h-\[100px\] {
    @media (width >= 40rem) {
      height: 100px;
    }
  }
  .sm\:h-\[150px\] {
    @media (width >= 40rem) {
      height: 150px;
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 40rem) {
      width: calc(1/2 * 100%);
    }
  }
  .sm\:w-10 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 10);
    }
  }
  .sm\:w-\[32\%\] {
    @media (width >= 40rem) {
      width: 32%;
    }
  }
  .sm\:w-\[46\%\] {
    @media (width >= 40rem) {
      width: 46%;
    }
  }
  .sm\:w-\[54\%\] {
    @media (width >= 40rem) {
      width: 54%;
    }
  }
  .sm\:w-\[87px\] {
    @media (width >= 40rem) {
      width: 87px;
    }
  }
  .sm\:w-\[150px\] {
    @media (width >= 40rem) {
      width: 150px;
    }
  }
  .sm\:w-\[200px\] {
    @media (width >= 40rem) {
      width: 200px;
    }
  }
  .sm\:w-\[300px\] {
    @media (width >= 40rem) {
      width: 300px;
    }
  }
  .sm\:max-w-none {
    @media (width >= 40rem) {
      max-width: none;
    }
  }
  .sm\:min-w-\[120px\] {
    @media (width >= 40rem) {
      min-width: 120px;
    }
  }
  .sm\:min-w-\[150px\] {
    @media (width >= 40rem) {
      min-width: 150px;
    }
  }
  .sm\:min-w-\[160px\] {
    @media (width >= 40rem) {
      min-width: 160px;
    }
  }
  .sm\:min-w-\[200px\] {
    @media (width >= 40rem) {
      min-width: 200px;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:items-start {
    @media (width >= 40rem) {
      align-items: flex-start;
    }
  }
  .sm\:justify-center {
    @media (width >= 40rem) {
      justify-content: center;
    }
  }
  .sm\:justify-start {
    @media (width >= 40rem) {
      justify-content: flex-start;
    }
  }
  .sm\:gap-3 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .sm\:gap-4 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:gap-8 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .sm\:rounded-2xl {
    @media (width >= 40rem) {
      border-radius: var(--radius-2xl);
    }
  }
  .sm\:border {
    @media (width >= 40rem) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .sm\:border-0 {
    @media (width >= 40rem) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .sm\:bg-\[\#F6F9FC\] {
    @media (width >= 40rem) {
      background-color: #F6F9FC;
    }
  }
  .sm\:bg-\[\#F7F9FC\] {
    @media (width >= 40rem) {
      background-color: #F7F9FC;
    }
  }
  .sm\:bg-white {
    @media (width >= 40rem) {
      background-color: var(--color-white);
    }
  }
  .sm\:bg-contain {
    @media (width >= 40rem) {
      background-size: contain;
    }
  }
  .sm\:p-3 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .sm\:p-4 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .sm\:p-5 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .sm\:p-6 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .sm\:p-8 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-2 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .sm\:px-4 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .sm\:px-5 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:py-1\.5 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 1.5);
    }
  }
  .sm\:py-2 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .sm\:py-3 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .sm\:py-4 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .sm\:py-8 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .sm\:py-10 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .sm\:py-14 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .sm\:py-20 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .sm\:py-\[50px\] {
    @media (width >= 40rem) {
      padding-block: 50px;
    }
  }
  .sm\:pt-20 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .sm\:pb-14 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 14);
    }
  }
  .sm\:pb-\[50px\] {
    @media (width >= 40rem) {
      padding-bottom: 50px;
    }
  }
  .sm\:text-center {
    @media (width >= 40rem) {
      text-align: center;
    }
  }
  .sm\:text-start {
    @media (width >= 40rem) {
      text-align: start;
    }
  }
  .sm\:text-2xl {
    @media (width >= 40rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .sm\:text-3xl {
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .sm\:text-base {
    @media (width >= 40rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-lg {
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .sm\:text-sm {
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .sm\:shadow-\[0_0_20px_rgba\(156\,170\,196\,0\.25\)\] {
    @media (width >= 40rem) {
      --tw-shadow: 0 0 20px var(--tw-shadow-color, rgba(156,170,196,0.25));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .sm\:shadow-\[0px_0px_20px_rgb\(156\,170\,196\,0\.25\)\] {
    @media (width >= 40rem) {
      --tw-shadow: 0px 0px 20px var(--tw-shadow-color, rgb(156,170,196,0.25));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .md\:relative {
    @media (width >= 48rem) {
      position: relative;
    }
  }
  .md\:-top-\[100px\] {
    @media (width >= 48rem) {
      top: calc(100px * -1);
    }
  }
  .md\:right-2 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 2);
    }
  }
  .md\:bottom-0 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:-left-\[110px\]\! {
    @media (width >= 48rem) {
      left: calc(110px * -1) !important;
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:my-10 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 10);
    }
  }
  .md\:ms-5 {
    @media (width >= 48rem) {
      margin-inline-start: calc(var(--spacing) * 5);
    }
  }
  .md\:me-5 {
    @media (width >= 48rem) {
      margin-inline-end: calc(var(--spacing) * 5);
    }
  }
  .md\:me-10 {
    @media (width >= 48rem) {
      margin-inline-end: calc(var(--spacing) * 10);
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-10 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:size-12\! {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 12) !important;
      height: calc(var(--spacing) * 12) !important;
    }
  }
  .md\:size-14 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 14);
      height: calc(var(--spacing) * 14);
    }
  }
  .md\:size-100 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 100);
      height: calc(var(--spacing) * 100);
    }
  }
  .md\:h-\[115px\] {
    @media (width >= 48rem) {
      height: 115px;
    }
  }
  .md\:h-\[122px\] {
    @media (width >= 48rem) {
      height: 122px;
    }
  }
  .md\:h-\[180px\] {
    @media (width >= 48rem) {
      height: 180px;
    }
  }
  .md\:h-\[230px\] {
    @media (width >= 48rem) {
      height: 230px;
    }
  }
  .md\:h-auto {
    @media (width >= 48rem) {
      height: auto;
    }
  }
  .md\:min-h-\[68px\] {
    @media (width >= 48rem) {
      min-height: 68px;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-1\/3 {
    @media (width >= 48rem) {
      width: calc(1/3 * 100%);
    }
  }
  .md\:w-2\/3 {
    @media (width >= 48rem) {
      width: calc(2/3 * 100%);
    }
  }
  .md\:w-30 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 30);
    }
  }
  .md\:w-\[32\%\] {
    @media (width >= 48rem) {
      width: 32%;
    }
  }
  .md\:w-\[35\%\] {
    @media (width >= 48rem) {
      width: 35%;
    }
  }
  .md\:w-\[40\%\] {
    @media (width >= 48rem) {
      width: 40%;
    }
  }
  .md\:w-\[48\%\] {
    @media (width >= 48rem) {
      width: 48%;
    }
  }
  .md\:w-\[55\%\] {
    @media (width >= 48rem) {
      width: 55%;
    }
  }
  .md\:w-\[70\%\] {
    @media (width >= 48rem) {
      width: 70%;
    }
  }
  .md\:w-\[166px\] {
    @media (width >= 48rem) {
      width: 166px;
    }
  }
  .md\:w-\[182px\] {
    @media (width >= 48rem) {
      width: 182px;
    }
  }
  .md\:w-\[186px\] {
    @media (width >= 48rem) {
      width: 186px;
    }
  }
  .md\:w-\[220px\] {
    @media (width >= 48rem) {
      width: 220px;
    }
  }
  .md\:w-\[265px\] {
    @media (width >= 48rem) {
      width: 265px;
    }
  }
  .md\:w-\[480px\] {
    @media (width >= 48rem) {
      width: 480px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-nowrap {
    @media (width >= 48rem) {
      flex-wrap: nowrap;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:rounded-2xl {
    @media (width >= 48rem) {
      border-radius: var(--radius-2xl);
    }
  }
  .md\:rounded-none {
    @media (width >= 48rem) {
      border-radius: 0;
    }
  }
  .md\:border-l {
    @media (width >= 48rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .md\:p-5 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:p-10 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:p-\[30px\] {
    @media (width >= 48rem) {
      padding: 30px;
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-5 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:px-12 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .md\:py-3 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .md\:py-8 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .md\:py-\[60px\] {
    @media (width >= 48rem) {
      padding-block: 60px;
    }
  }
  .md\:py-\[80px\] {
    @media (width >= 48rem) {
      padding-block: 80px;
    }
  }
  .md\:ps-5 {
    @media (width >= 48rem) {
      padding-inline-start: calc(var(--spacing) * 5);
    }
  }
  .md\:ps-6 {
    @media (width >= 48rem) {
      padding-inline-start: calc(var(--spacing) * 6);
    }
  }
  .md\:ps-10 {
    @media (width >= 48rem) {
      padding-inline-start: calc(var(--spacing) * 10);
    }
  }
  .md\:pe-10 {
    @media (width >= 48rem) {
      padding-inline-end: calc(var(--spacing) * 10);
    }
  }
  .md\:pt-\[70px\] {
    @media (width >= 48rem) {
      padding-top: 70px;
    }
  }
  .md\:pt-\[90px\] {
    @media (width >= 48rem) {
      padding-top: 90px;
    }
  }
  .md\:pt-\[150px\] {
    @media (width >= 48rem) {
      padding-top: 150px;
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .md\:text-start {
    @media (width >= 48rem) {
      text-align: start;
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:leading-10 {
    @media (width >= 48rem) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
  .md\:shadow-\[0_0_20px_rgba\(156\,170\,196\,0\.25\)\] {
    @media (width >= 48rem) {
      --tw-shadow: 0 0 20px var(--tw-shadow-color, rgba(156,170,196,0.25));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .md\:shadow-lg {
    @media (width >= 48rem) {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .md\:last\:col-span-2 {
    @media (width >= 48rem) {
      &:last-child {
        grid-column: span 2 / span 2;
      }
    }
  }
  .md\:nth-2\:w-1\/2 {
    @media (width >= 48rem) {
      &:nth-child(2) {
        width: calc(1/2 * 100%);
      }
    }
  }
  .md\:nth-3\:w-1\/2 {
    @media (width >= 48rem) {
      &:nth-child(3) {
        width: calc(1/2 * 100%);
      }
    }
  }
  .lg\:invisible {
    @media (width >= 64rem) {
      visibility: hidden;
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:right-0 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .lg\:-left-10 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * -10);
    }
  }
  .lg\:left-0 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-12 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline {
    @media (width >= 64rem) {
      display: inline;
    }
  }
  .lg\:size-44 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 44);
      height: calc(var(--spacing) * 44);
    }
  }
  .lg\:h-14 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 14);
    }
  }
  .lg\:h-\[36px\] {
    @media (width >= 64rem) {
      height: 36px;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 64rem) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:w-2\/3 {
    @media (width >= 64rem) {
      width: calc(2/3 * 100%);
    }
  }
  .lg\:w-2\/5 {
    @media (width >= 64rem) {
      width: calc(2/5 * 100%);
    }
  }
  .lg\:w-3\/5 {
    @media (width >= 64rem) {
      width: calc(3/5 * 100%);
    }
  }
  .lg\:w-\[20\%\] {
    @media (width >= 64rem) {
      width: 20%;
    }
  }
  .lg\:w-\[25\%\] {
    @media (width >= 64rem) {
      width: 25%;
    }
  }
  .lg\:w-\[30\%\] {
    @media (width >= 64rem) {
      width: 30%;
    }
  }
  .lg\:w-\[33\.33\%\] {
    @media (width >= 64rem) {
      width: 33.33%;
    }
  }
  .lg\:w-\[45\%\] {
    @media (width >= 64rem) {
      width: 45%;
    }
  }
  .lg\:w-\[66\.67\%\] {
    @media (width >= 64rem) {
      width: 66.67%;
    }
  }
  .lg\:w-\[70\%\] {
    @media (width >= 64rem) {
      width: 70%;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:max-w-\[1120px\] {
    @media (width >= 64rem) {
      max-width: 1120px;
    }
  }
  .lg\:max-w-\[1300px\] {
    @media (width >= 64rem) {
      max-width: 1300px;
    }
  }
  .lg\:max-w-full {
    @media (width >= 64rem) {
      max-width: 100%;
    }
  }
  .lg\:min-w-\[224px\] {
    @media (width >= 64rem) {
      min-width: 224px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-2\! {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-3 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .lg\:gap-4 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-10 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:rounded-lg {
    @media (width >= 64rem) {
      border-radius: var(--radius-lg);
    }
  }
  .lg\:rounded-sm {
    @media (width >= 64rem) {
      border-radius: var(--radius-sm);
    }
  }
  .lg\:bg-\[\#F6F9FC\] {
    @media (width >= 64rem) {
      background-color: #F6F9FC;
    }
  }
  .lg\:bg-white {
    @media (width >= 64rem) {
      background-color: var(--color-white);
    }
  }
  .lg\:p-2 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 2);
    }
  }
  .lg\:p-3 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .lg\:p-4 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .lg\:p-5 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-4 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .lg\:px-5 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-4 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .lg\:py-8 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-20 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-\[110px\] {
    @media (width >= 64rem) {
      padding-top: 110px;
    }
  }
  .lg\:text-center {
    @media (width >= 64rem) {
      text-align: center;
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-start {
    @media (width >= 64rem) {
      text-align: start;
    }
  }
  .lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-4xl {
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-6xl {
    @media (width >= 64rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .lg\:text-base {
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:text-lg {
    @media (width >= 64rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:opacity-0 {
    @media (width >= 64rem) {
      opacity: 0%;
    }
  }
  .lg\:shadow-\[0px_0px_20px_rgb\(156\,170\,196\,0\.25\)\] {
    @media (width >= 64rem) {
      --tw-shadow: 0px 0px 20px var(--tw-shadow-color, rgb(156,170,196,0.25));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .lg\:transition-all {
    @media (width >= 64rem) {
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .lg\:duration-300 {
    @media (width >= 64rem) {
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .lg\:ease-in-out {
    @media (width >= 64rem) {
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
    }
  }
  .lg\:group-hover\:visible {
    @media (width >= 64rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          visibility: visible;
        }
      }
    }
  }
  .lg\:group-hover\:opacity-100 {
    @media (width >= 64rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          opacity: 100%;
        }
      }
    }
  }
  .lg\:hover\:shadow-\[0px_0px_20px_rgb\(156\,170\,196\,0\.25\)\] {
    @media (width >= 64rem) {
      &:hover {
        @media (hover: hover) {
          --tw-shadow: 0px 0px 20px var(--tw-shadow-color, rgb(156,170,196,0.25));
          box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
        }
      }
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:gap-2 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .xl\:gap-3 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .xl\:gap-4 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .xl\:border-l {
    @media (width >= 80rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .xl\:p-8 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .xl\:px-2 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .xl\:pl-2 {
    @media (width >= 80rem) {
      padding-left: calc(var(--spacing) * 2);
    }
  }
  .xl\:text-base {
    @media (width >= 80rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .xl\:text-sm {
    @media (width >= 80rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .xl\:text-xl {
    @media (width >= 80rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .\32 xl\:w-\[25\%\] {
    @media (width >= 96rem) {
      width: 25%;
    }
  }
  .\32 xl\:gap-6 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .\32 xl\:p-6 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .\32 xl\:py-24 {
    @media (width >= 96rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .\32 xl\:text-5xl {
    @media (width >= 96rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .\32 xl\:text-6xl {
    @media (width >= 96rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .\32 xl\:text-lg {
    @media (width >= 96rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .dark\:text-gray-400 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-gray-400);
    }
  }
  .dark\:hover\:bg-gray-700 {
    @media (prefers-color-scheme: dark) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-gray-700);
        }
      }
    }
  }
  .dark\:focus\:ring-gray-600 {
    @media (prefers-color-scheme: dark) {
      &:focus {
        --tw-ring-color: var(--color-gray-600);
      }
    }
  }
  .\[\&_\.col-md-12\]\:w-full {
    & .col-md-12 {
      width: 100%;
    }
  }
  .\[\&_\.col-md-12\]\:md\:px-3 {
    & .col-md-12 {
      @media (width >= 48rem) {
        padding-inline: calc(var(--spacing) * 3);
      }
    }
  }
  .\[\&_\.col-md-6\]\:w-full {
    & .col-md-6 {
      width: 100%;
    }
  }
  .\[\&_\.col-md-6\]\:md\:w-1\/2 {
    & .col-md-6 {
      @media (width >= 48rem) {
        width: calc(1/2 * 100%);
      }
    }
  }
  .\[\&_\.col-md-6\]\:md\:px-3 {
    & .col-md-6 {
      @media (width >= 48rem) {
        padding-inline: calc(var(--spacing) * 3);
      }
    }
  }
  .\[\&_\.row\]\:flex {
    & .row {
      display: flex;
    }
  }
  .\[\&_\.row\]\:flex-wrap {
    & .row {
      flex-wrap: wrap;
    }
  }
  .\[\&_\.row_\.recaptcha2\]\:mb-5 {
    & .row .recaptcha2 {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .\[\&_\.row_p\]\:mb-5 {
    & .row p {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .\[\&_\.row_p_label\]\:w-full {
    & .row p label {
      width: 100%;
    }
  }
  .\[\&_\.wpcf7-list-item\]\:\!ms-0 {
    & .wpcf7-list-item {
      margin-inline-start: calc(var(--spacing) * 0) !important;
    }
  }
  .\[\&_\.wpcf7-list-item_label\]\:flex {
    & .wpcf7-list-item label {
      display: flex;
    }
  }
  .\[\&_\.wpcf7-list-item_label\]\:items-center {
    & .wpcf7-list-item label {
      align-items: center;
    }
  }
  .\[\&_\.wpcf7-list-item_label\]\:gap-2 {
    & .wpcf7-list-item label {
      gap: calc(var(--spacing) * 2);
    }
  }
  .\[\&_\.wpcf7-list-item_label_input\]\:w-auto {
    & .wpcf7-list-item label input {
      width: auto;
    }
  }
  .\[\&_\.wpcf7-response-output\]\:m-0 {
    & .wpcf7-response-output {
      margin: calc(var(--spacing) * 0);
    }
  }
  .\[\&_\.wpcf7-submit\]\:cursor-pointer {
    & .wpcf7-submit {
      cursor: pointer;
    }
  }
  .\[\&_\.wpcf7-submit\]\:rounded-sm {
    & .wpcf7-submit {
      border-radius: var(--radius-sm);
    }
  }
  .\[\&_\.wpcf7-submit\]\:border-0 {
    & .wpcf7-submit {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .\[\&_\.wpcf7-submit\]\:bg-\[linear-gradient\(90deg\,\#4a66d6_5\%\,\#ce2e93_40\%\,\#f9b061_100\%\)\] {
    & .wpcf7-submit {
      background-image: linear-gradient(90deg,#4a66d6 5%,#ce2e93 40%,#f9b061 100%);
    }
  }
  .\[\&_\.wpcf7-submit\]\:py-3 {
    & .wpcf7-submit {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .\[\&_\.wpcf7-submit\]\:text-white {
    & .wpcf7-submit {
      color: var(--color-white);
    }
  }
  .sm\:\[\&_div\:nth-child\(3\)\]\:col-span-2 {
    @media (width >= 40rem) {
      & div:nth-child(3) {
        grid-column: span 2 / span 2;
      }
    }
  }
  .lg\:\[\&_div\:nth-child\(3\)\]\:col-span-1 {
    @media (width >= 64rem) {
      & div:nth-child(3) {
        grid-column: span 1 / span 1;
      }
    }
  }
  .\[\&_input\]\:w-full {
    & input {
      width: 100%;
    }
  }
  .\[\&_input\]\:rounded-sm {
    & input {
      border-radius: var(--radius-sm);
    }
  }
  .\[\&_input\]\:border {
    & input {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .\[\&_input\]\:border-\[\#545454\] {
    & input {
      border-color: #545454;
    }
  }
  .\[\&_input\]\:p-3 {
    & input {
      padding: calc(var(--spacing) * 3);
    }
  }
  .\[\&_label\]\:mb-2 {
    & label {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .\[\&_label\]\:block {
    & label {
      display: block;
    }
  }
  .\[\&_select\]\:w-full {
    & select {
      width: 100%;
    }
  }
  .\[\&_select\]\:rounded-sm {
    & select {
      border-radius: var(--radius-sm);
    }
  }
  .\[\&_select\]\:border {
    & select {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .\[\&_select\]\:border-\[\#545454\] {
    & select {
      border-color: #545454;
    }
  }
  .\[\&_select\]\:p-3 {
    & select {
      padding: calc(var(--spacing) * 3);
    }
  }
  .\[\&_textarea\]\:w-full {
    & textarea {
      width: 100%;
    }
  }
  .\[\&_textarea\]\:rounded-sm {
    & textarea {
      border-radius: var(--radius-sm);
    }
  }
  .\[\&_textarea\]\:border {
    & textarea {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .\[\&_textarea\]\:p-3 {
    & textarea {
      padding: calc(var(--spacing) * 3);
    }
  }
  .\[\&\:nth-child\(1\)\]\:border-t-0 {
    &:nth-child(1) {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
  }
  .md\:\[\&\>div\:first-child\>a\]\:flex-row {
    @media (width >= 48rem) {
      &>div:first-child>a {
        flex-direction: row;
      }
    }
  }
  .md\:\[\&\>div\:first-child\>a\]\:items-center {
    @media (width >= 48rem) {
      &>div:first-child>a {
        align-items: center;
      }
    }
  }
  .md\:\[\&\>div\:first-child\>a\>div\]\:w-1\/2 {
    @media (width >= 48rem) {
      &>div:first-child>a>div {
        width: calc(1/2 * 100%);
      }
    }
  }
  .md\:\[\&\>div\:nth-child\(-n\+3\)\>a\>div\>div\:first-child\]\:h-\[250px\] {
    @media (width >= 48rem) {
      &>div:nth-child(-n+3)>a>div>div:first-child {
        height: 250px;
      }
    }
  }
  .md\:\[\&\>div\:nth-child\(-n\+3\)\>a\>div\>div\:first-child\]\:before\:h-\[250px\] {
    @media (width >= 48rem) {
      &>div:nth-child(-n+3)>a>div>div:first-child {
        &::before {
          content: var(--tw-content);
          height: 250px;
        }
      }
    }
  }
  .md\:\[\&\>div\:nth-child\(-n\+3\)\>a\>div\>div\:first-child\]\:before\:w-\[250px\] {
    @media (width >= 48rem) {
      &>div:nth-child(-n+3)>a>div>div:first-child {
        &::before {
          content: var(--tw-content);
          width: 250px;
        }
      }
    }
  }
  .\[\&\>div\:nth-child\(1n\+1\)\>div\:after\]\:bg-linear-\[181\.52deg\,\#00000030_0\.5\%\,\#f1df68ad_98\.7\%\] {
    &>div:nth-child(1n+1)>div:after {
      --tw-gradient-position: 181.52deg,#00000030 0.5%,#f1df68ad 98.7%;
      background-image: linear-gradient(var(--tw-gradient-stops,181.52deg,#00000030 0.5%,#f1df68ad 98.7%));
    }
  }
  .\[\&\>div\:nth-child\(2n\+1\)\>div\:after\]\:bg-linear-\[181\.52deg\,\#00000030_0\.5\%\,\#FB7575_98\.7\%\] {
    &>div:nth-child(2n+1)>div:after {
      --tw-gradient-position: 181.52deg,#00000030 0.5%,#FB7575 98.7%;
      background-image: linear-gradient(var(--tw-gradient-stops,181.52deg,#00000030 0.5%,#FB7575 98.7%));
    }
  }
  .\[\&\>div\:nth-child\(3n\+1\)\>a\>div\:first-child\]\:bg-\[\#F9F0C8\] {
    &>div:nth-child(3n+1)>a>div:first-child {
      background-color: #F9F0C8;
    }
  }
  .\[\&\>div\:nth-child\(3n\+1\)\>div\:after\]\:bg-linear-\[181\.52deg\,\#00000030_0\.5\%\,\#6F9CFB_98\.7\%\] {
    &>div:nth-child(3n+1)>div:after {
      --tw-gradient-position: 181.52deg,#00000030 0.5%,#6F9CFB 98.7%;
      background-image: linear-gradient(var(--tw-gradient-stops,181.52deg,#00000030 0.5%,#6F9CFB 98.7%));
    }
  }
  .\[\&\>div\:nth-child\(3n\+1\)\>div\>div\>div\:first-child\]\:bg-\[\#EBF5FF\] {
    &>div:nth-child(3n+1)>div>div>div:first-child {
      background-color: #EBF5FF;
    }
  }
  .\[\&\>div\:nth-child\(3n\+2\)\>a\>div\:first-child\]\:bg-\[\#D8D5F7\] {
    &>div:nth-child(3n+2)>a>div:first-child {
      background-color: #D8D5F7;
    }
  }
  .\[\&\>div\:nth-child\(3n\+2\)\>div\>div\>div\:first-child\]\:bg-\[\#FFEFDF\] {
    &>div:nth-child(3n+2)>div>div>div:first-child {
      background-color: #FFEFDF;
    }
  }
  .\[\&\>div\:nth-child\(3n\+3\)\>a\>div\:first-child\]\:bg-\[\#F7D5E6\] {
    &>div:nth-child(3n+3)>a>div:first-child {
      background-color: #F7D5E6;
    }
  }
  .\[\&\>div\:nth-child\(3n\+3\)\>div\>div\>div\:first-child\]\:bg-\[\#FFE5F4\] {
    &>div:nth-child(3n+3)>div>div>div:first-child {
      background-color: #FFE5F4;
    }
  }
  .\[\&\>div\:nth-child\(4n\+1\)\>div\:after\]\:bg-linear-\[181\.52deg\,\#00000030_0\.5\%\,\#FF9253_98\.7\%\] {
    &>div:nth-child(4n+1)>div:after {
      --tw-gradient-position: 181.52deg,#00000030 0.5%,#FF9253 98.7%;
      background-image: linear-gradient(var(--tw-gradient-stops,181.52deg,#00000030 0.5%,#FF9253 98.7%));
    }
  }
  .\[\&\>div\>div\:after\]\:absolute {
    &>div>div:after {
      position: absolute;
    }
  }
  .\[\&\>div\>div\:after\]\:right-0 {
    &>div>div:after {
      right: calc(var(--spacing) * 0);
    }
  }
  .\[\&\>div\>div\:after\]\:bottom-0 {
    &>div>div:after {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .\[\&\>div\>div\:after\]\:left-0 {
    &>div>div:after {
      left: calc(var(--spacing) * 0);
    }
  }
  .\[\&\>div\>div\:after\]\:h-\[30\%\] {
    &>div>div:after {
      height: 30%;
    }
  }
  .\[\&\>div\>div\:after\]\:transition-all {
    &>div>div:after {
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .\[\&\>div\>div\:after\]\:content-\[\'\'\] {
    &>div>div:after {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .\[\&\>div\>div\:hover\:after\]\:h-\[0\] {
    &>div>div:hover:after {
      height: 0;
    }
  }
}
:root {
  --tw-leading: 2;
}
@layer utilities {
  .leading-2 {
    --tw-leading: calc(var(--spacing) * 2);
    line-height: calc(var(--spacing) * 2);
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  src: url('./assets/fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2') format('woff2');
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  src: url('./assets/fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2') format('woff2');
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('./assets/fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2') format('woff2');
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('./assets/fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2') format('woff2');
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('./assets/fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2') format('woff2');
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('./assets/fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2') format('woff2');
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('./assets/fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2') format('woff2');
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('./assets/fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2') format('woff2');
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('./assets/fonts/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2') format('woff2');
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html, :host {
  font-family: "Inter", sans-serif !important;
}
.button_bg {
  position: relative;
  overflow: hidden;
  --tw-gradient-position: 90deg,#f9b061 5%,#ce2e93 40%,#4a66d6 100%;
  background-image: linear-gradient(var(--tw-gradient-stops,90deg,#f9b061 5%,#ce2e93 40%,#4a66d6 100%));
  color: var(--color-white);
}
.button_bg:hover {
  --tw-gradient-position: 90deg,#4a66d6 5%,#ce2e93 40%,#f9b061 100%;
  background-image: linear-gradient(var(--tw-gradient-stops,90deg,#4a66d6 5%,#ce2e93 40%,#f9b061 100%));
}
.button_bg:after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  transform: rotateZ(60deg) translate(-5em,7.5em);
  background-image: linear-gradient(to bottom,rgba(229,172,142,0),rgb(255 255 255 / 17%) 50%,rgba(229,172,142,0));
}
.button_bg:hover::after {
  animation: sheen 1s forwards;
}
@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}
.animation-shimmer {
  animation: shimmer 8s ease-in-out infinite;
}
@keyframes shimmer {
  0% {
    background-position: calc(-100% - 96px) 0;
  }
  50% {
    background-position: calc(100% + 121px) 0;
  }
  100% {
    background-position: calc(-100% - 96px) 0;
  }
}
.animation-brand_slide {
  animation: brand_slide 900s linear infinite;
}
@keyframes brand_slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -50000px 0;
  }
}
.animation-left {
  animation: left 0.6s alternate infinite;
}
@keyframes left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(5px, 0px, 0);
  }
}
.mobile-submenu .dropbtn:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzJiMmIyYic+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+);
}
.mobile-submenu.active .dropbtn:after {
  rotate: 180deg;
}
.collapse {
  visibility: visible;
  right: calc(var(--spacing) * 0);
  display: block;
  overflow: auto;
}
.mobile-submenu-content.block {
  max-height: 500px;
  opacity: 1;
}
.modal-backdrop {
  position: fixed;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 1040;
  height: 100vh;
  width: 100vw;
  background-color: #000;
  opacity: 0.5;
}
.use-case-section .tab-link.active-tab-link span {
  color: #2b2b2b;
}
.use-case-section .tab-link.active-tab-link span small img {
  filter: brightness(0) invert(1);
}
.use-case-section .tab-link.active-tab-link span small {
  background-image: linear-gradient(60deg,#f9b061,#ce2e93,#4a66d6);
}
.custom-tab-active {
  position: relative;
  z-index: 1;
  opacity: 100%;
}
.tab-link:after {
  background-image: linear-gradient(233deg,#ef916c,#5860cf);
}
.tab-link:hover:after, .tab-link.active-tab-link:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.gt_box .gt_float_switcher {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.gt_box .gt-current-lang {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.gt_box #gt_float_wrapper {
  display: flex;
}
.gt_box .gt-lang-code {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: var(--color-gray-600);
}
.gt_box .gt_float_switcher img {
  width: 22px;
}
.gt_box .gt_float_switcher .gt_options a {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.active-link {
  border-color: transparent;
  background-image: linear-gradient(60deg,#f9b061,#ce2e93,#4a66d6);
}
.active-link span>span {
  background-image: linear-gradient(60deg,#f9b061,#ce2e93,#4a66d6);
  background-clip: text;
  color: transparent;
}
.active-link span>span small {
  background-image: linear-gradient(60deg,#f9b061,#ce2e93,#4a66d6);
}
.active-link span>span small img {
  filter: brightness(0) invert(1);
}
.nb_active .hero-section {
  transition: all 0.5s ease-in-out;
}
.scroll-width::-webkit-scrollbar, #filters::-webkit-scrollbar {
  height: calc(var(--spacing) * 0);
  width: calc(var(--spacing) * 0);
  background-color: transparent;
}
.scroll-width::-webkit-scrollbar-track, #filters::-webkit-scrollbar-track {
  background-color: transparent;
}
.tabStep.active {
  border-radius: var(--radius-lg);
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 0px;
  background-image: linear-gradient(60deg,#0B0E1A,#0B142C,#172238);
}
.tabStep.active .progress {
  display: block;
}
.tabStep.active .step_thumb {
  background-color: #f6f9fc14;
}
.tabStep.active .step_thumb svg path {
  fill: #fff;
}
.tabStep.active h3, .tabStep.active p {
  color: var(--color-white);
}
.step_tabs>.tabStep.active+.tabStep {
  border-top-style: var(--tw-border-style);
  border-top-width: 0px;
}
.stpes-pane.active {
  display: block;
}
.accordion-link-inner.active svg {
  rotate: 180deg;
}
.feature_tab-link.feature_tab_active {
  background-image: linear-gradient(90deg,#f9b061 5%,#ce2e93 40%,#4a66d6 100%);
  color: var(--color-white);
}
.eventsTab-link .img_dark {
  filter: invert(1) brightness(10);
}
.eventsTab-link.active-tab-link {
  background-color: var(--color-white);
  opacity: 100%;
}
.eventsTab-link.active-tab-link .img_white {
  display: none;
}
.eventsTab-link.active-tab-link .img_dark {
  --tw-brightness: brightness(100%);
  --tw-invert: invert(0%);
  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,);
}
.our-client-swiper .swiper-button {
  width: 42px;
  height: 42px;
  border-radius: var(--radius-sm);
  background-color: var(--color-white);
  --tw-shadow: 0px 0px 20px var(--tw-shadow-color, rgb(156,170,196,0.25));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.our-client-swiper .swiper-button:after {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.our-client-swiper .swiper-wrapper .swiper-slide-next > div {
  --tw-scale-x: 115%;
  --tw-scale-y: 115%;
  --tw-scale-z: 115%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  --tw-border-style: none;
  border-style: none;
  --tw-shadow: 0px 0px 20px var(--tw-shadow-color, rgb(156,170,196,0.25));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  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));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.features_link.active-link > div {
  display: flex;
  height: 115px;
}
.hero-form .form-group {
  margin-bottom: calc(var(--spacing) * 3);
}
.hero-form .form-group label {
  margin-bottom: calc(var(--spacing) * 2);
  display: block;
  text-align: left;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.hero-form .form-group input {
  width: 100%;
  border-radius: var(--radius-sm);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #e1e1e1;
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 2);
  --tw-outline-style: none;
  outline-style: none;
}
.submit-btn input {
  position: relative;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: var(--radius-sm);
  --tw-gradient-position: 90deg,#f9b061 5%,#ce2e93 40%,#4a66d6 100%;
  background-image: linear-gradient(var(--tw-gradient-stops,90deg,#f9b061 5%,#ce2e93 40%,#4a66d6 100%));
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 3);
  color: var(--color-white);
}
.submit-btn input:hover {
  --tw-gradient-position: 90deg,#4a66d6 5%,#ce2e93 40%,#f9b061 100%;
  background-image: linear-gradient(var(--tw-gradient-stops,90deg,#4a66d6 5%,#ce2e93 40%,#f9b061 100%));
}
.hero-form .form-group .wpcf7-not-valid-tip {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
.hero-form .submit-btn {
  position: relative;
}
.hero-form .submit-btn span.wpcf7-spinner {
  position: absolute;
  top: calc(1/2 * 100%);
  right: calc(var(--spacing) * 5);
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.hero-form .wpcf7 form .wpcf7-response-output {
  margin: calc(var(--spacing) * 0);
  margin-top: calc(var(--spacing) * 3);
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
.caseStudySwiper .swiper-pagination {
  position: inherit;
}
.table-sticky table thead th {
  position: sticky;
  top: 50px;
  background: #fff;
}
.accordion-collapse ul {
  margin-top: calc(var(--spacing) * 3);
  display: flex;
  list-style-type: disc;
  flex-direction: column;
  gap: calc(var(--spacing) * 2);
  padding-inline-start: calc(var(--spacing) * 5);
}
.accordion-collapse ol {
  margin-top: calc(var(--spacing) * 3);
  display: flex;
  list-style-type: decimal;
  flex-direction: column;
  gap: calc(var(--spacing) * 2);
  padding-inline-start: calc(var(--spacing) * 5);
}
.show_all_features.active .compare-plan svg {
  rotate: 90deg;
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.priceSwicher .check:not(:checked)~.switch .m {
  color: var(--color-white);
}
.priceSwicher .check:checked~.switch .y {
  color: var(--color-white);
}
.priceSwicher .check:checked~.switch:before {
  right: 4px;
  left: 47%;
}
.micro-overlay-main .micro-modal-network .mi-source-field input {
  width: 390px;
}
.swiper-button-disabled {
  background: #ccc;
}
.content_wrapper h2, .single-post-inner h2 {
  margin-top: calc(var(--spacing) * 6);
  margin-bottom: calc(var(--spacing) * 4);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: #2b2b2b;
}
.content_wrapper p, .single-post-inner p {
  margin-bottom: calc(var(--spacing) * 4);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  color: #2b2b2b;
}
.content_wrapper p a {
  background-image: linear-gradient(90deg,#4a66d6 5%,#ce2e93 40%,#f9b061 100%);
  background-clip: text;
  color: transparent;
}
.content_wrapper table, .single-post-inner table {
  margin-bottom: calc(var(--spacing) * 4);
}
.path-two {
  -webkit-animation: 30s linear infinite dashtwo;
  animation: 30s linear infinite dashtwo;
}
.content_wrapper ul, .single-post-inner ul {
  margin-bottom: calc(var(--spacing) * 4);
  display: flex;
  list-style-type: disc;
  flex-direction: column;
  gap: calc(var(--spacing) * 2);
  padding-inline-start: calc(var(--spacing) * 4);
}
.content_wrapper ul li, .single-post-inner ul li {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  color: #2b2b2b;
}
@-webkit-keyframes dashtwo {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 1000;
  }
}
.st0 {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
  stroke-dasharray: 5;
}
.paragrph-link a {
  color: var(--color-black);
  text-decoration-line: underline;
  &:hover {
    @media (hover: hover) {
      text-decoration-line: none;
    }
  }
}
.tab-link::after {
  position: absolute;
  right: calc(var(--spacing) * 0);
  bottom: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  height: 3px;
  width: 100%;
  transform-origin: left;
  --tw-scale-x: 0%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  background-image: linear-gradient(90deg,#4a66d6 5%,#ce2e93 40%,#f9b061 100%);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}
.tab-link:hover::after, .tab-link.active::after {
  --tw-scale-x: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.progress {
  stroke-linecap: round;
  stroke-dasharray: 565;
  stroke-dashoffset: 565;
}
@media (min-width: 768px) {
  .nb_active .hero-section {
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .feature-list {
    overflow: auto;
  }
  .tabStep.active video {
    display: block;
  }
  .features_link.active-link > div {
    height: auto;
    padding-block: calc(var(--spacing) * 2);
  }
  .our-client-swiper .swiper-wrapper .swiper-slide-next > div {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .nb_active .gt_box, .nb_active .intercom-with-namespace-4wz414 {
    bottom: 90px !important;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-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-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-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-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
