/*! tailwindcss v4.1.4 | 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-50: #fff5ed;
    --color-orange-100: #ffe8d4;
    --color-orange-200: #ffcea9;
    --color-orange-300: #ffaa72;
    --color-orange-400: #fe7a36;
    --color-orange-500: #fd5812;
    --color-orange-600: #ee3e08;
    --color-orange-700: #c52b09;
    --color-orange-800: #9c2410;
    --color-lime-500: #B1FF84;
    --color-lime-600: #8BD466;
    --color-lime-700: #6FA350;
    --color-lime-900: #3C562B;
    --color-purple-50: #FAF5FF;
    --color-purple-100: #F3E8FF;
    --color-purple-200: #E9D5FF;
    --color-purple-300: #D7B5FD;
    --color-purple-400: #BF85FB;
    --color-purple-500: #AD63F6;
    --color-purple-600: #9135E8;
    --color-purple-700: #7C24CC;
    --color-purple-800: #6A22A7;
    --color-gray-50: #f6f7f9;
    --color-gray-100: #eceef2;
    --color-gray-200: #d5d9e2;
    --color-gray-300: #b1bbc8;
    --color-gray-400: #8695aa;
    --color-gray-500: #64748b;
    --color-gray-600: #526077;
    --color-gray-700: #434e61;
    --color-gray-800: #3a4252;
    --color-gray-900: #23272e;
    --color-black: #23272e;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --text-xs: 12px;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 13px;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 14px;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 18px;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 24px;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 28px;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 32px;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 36px;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 40px;
    --text-5xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-normal: 0em;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --radius-md: 0.375rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-body: "Inter", serif;
    --text-md: 16px;
    --color-dark: #000000;
    --color-primary-50: #ECF0FF;
    --color-primary-100: #DDE4FF;
    --color-primary-200: #C2CDFF;
    --color-primary-300: #9CAAFF;
    --color-primary-400: #757DFF;
    --color-primary-500: #605DFF;
    --color-primary-600: #4936F5;
    --color-primary-700: #3E2AD8;
    --color-primary-800: #3225AE;
    --color-secondary-200: #BDDCFF;
    --color-success-600: #25b003;
    --color-danger-400: #ff6d57;
    --color-danger-500: #FF4023;
    --color-warning-700: #ffa000;
    --color-warning-800: #ff8f00;
  }
}
@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;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .\!relative {
    position: relative !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .\!top-0 {
    top: calc(var(--spacing) * 0) !important;
  }
  .-top-\[2px\] {
    top: calc(2px * -1);
  }
  .-top-\[3px\] {
    top: calc(3px * -1);
  }
  .-top-\[8px\] {
    top: calc(8px * -1);
  }
  .-top-\[10px\] {
    top: calc(10px * -1);
  }
  .-top-\[14px\] {
    top: calc(14px * -1);
  }
  .-top-\[20px\] {
    top: calc(20px * -1);
  }
  .-top-\[28px\] {
    top: calc(28px * -1);
  }
  .-top-\[30px\] {
    top: calc(30px * -1);
  }
  .-top-\[40px\] {
    top: calc(40px * -1);
  }
  .-top-\[50px\] {
    top: calc(50px * -1);
  }
  .-top-\[70px\] {
    top: calc(70px * -1);
  }
  .-top-\[165px\] {
    top: calc(165px * -1);
  }
  .-top-px {
    top: -1px;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[2px\] {
    top: 2px;
  }
  .top-\[3px\] {
    top: 3px;
  }
  .top-\[4px\] {
    top: 4px;
  }
  .top-\[5\%\] {
    top: 5%;
  }
  .top-\[5px\] {
    top: 5px;
  }
  .top-\[8\.4\%\] {
    top: 8.4%;
  }
  .top-\[8px\] {
    top: 8px;
  }
  .top-\[10px\] {
    top: 10px;
  }
  .top-\[12\%\] {
    top: 12%;
  }
  .top-\[13\.5\%\] {
    top: 13.5%;
  }
  .top-\[14px\] {
    top: 14px;
  }
  .top-\[15\%\] {
    top: 15%;
  }
  .top-\[15px\] {
    top: 15px;
  }
  .top-\[17\%\] {
    top: 17%;
  }
  .top-\[18\%\] {
    top: 18%;
  }
  .top-\[18\.4\%\] {
    top: 18.4%;
  }
  .top-\[18\.5\%\] {
    top: 18.5%;
  }
  .top-\[20\%\] {
    top: 20%;
  }
  .top-\[20px\] {
    top: 20px;
  }
  .top-\[21\.4\%\] {
    top: 21.4%;
  }
  .top-\[21px\] {
    top: 21px;
  }
  .top-\[22\%\] {
    top: 22%;
  }
  .top-\[23\%\] {
    top: 23%;
  }
  .top-\[24\%\] {
    top: 24%;
  }
  .top-\[24\.4\%\] {
    top: 24.4%;
  }
  .top-\[25\%\] {
    top: 25%;
  }
  .top-\[25px\] {
    top: 25px;
  }
  .top-\[27\%\] {
    top: 27%;
  }
  .top-\[28\.6\%\] {
    top: 28.6%;
  }
  .top-\[29\%\] {
    top: 29%;
  }
  .top-\[30\%\] {
    top: 30%;
  }
  .top-\[30px\] {
    top: 30px;
  }
  .top-\[33\.9\%\] {
    top: 33.9%;
  }
  .top-\[35\%\] {
    top: 35%;
  }
  .top-\[35px\] {
    top: 35px;
  }
  .top-\[37\%\] {
    top: 37%;
  }
  .top-\[38\%\] {
    top: 38%;
  }
  .top-\[38px\] {
    top: 38px;
  }
  .top-\[39\%\] {
    top: 39%;
  }
  .top-\[40\%\] {
    top: 40%;
  }
  .top-\[40px\] {
    top: 40px;
  }
  .top-\[42px\] {
    top: 42px;
  }
  .top-\[43\%\] {
    top: 43%;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .top-\[50px\] {
    top: 50px;
  }
  .top-\[55\%\] {
    top: 55%;
  }
  .top-\[57\%\] {
    top: 57%;
  }
  .top-\[58\%\] {
    top: 58%;
  }
  .top-\[60\%\] {
    top: 60%;
  }
  .top-\[63px\] {
    top: 63px;
  }
  .top-\[65\%\] {
    top: 65%;
  }
  .top-\[70px\] {
    top: 70px;
  }
  .top-\[72\%\] {
    top: 72%;
  }
  .top-\[75\%\] {
    top: 75%;
  }
  .top-\[80px\] {
    top: 80px;
  }
  .top-\[86px\] {
    top: 86px;
  }
  .top-\[92px\] {
    top: 92px;
  }
  .top-\[95\%\] {
    top: 95%;
  }
  .top-\[95px\] {
    top: 95px;
  }
  .top-\[100\%\] {
    top: 100%;
  }
  .top-\[100px\] {
    top: 100px;
  }
  .top-\[105\%\] {
    top: 105%;
  }
  .top-\[110px\] {
    top: 110px;
  }
  .top-\[115px\] {
    top: 115px;
  }
  .top-\[120px\] {
    top: 120px;
  }
  .top-\[140px\] {
    top: 140px;
  }
  .top-\[210px\] {
    top: 210px;
  }
  .top-\[300px\] {
    top: 300px;
  }
  .\!right-0 {
    right: calc(var(--spacing) * 0) !important;
  }
  .-right-\[20px\] {
    right: calc(20px * -1);
  }
  .-right-\[21px\] {
    right: calc(21px * -1);
  }
  .-right-\[70px\] {
    right: calc(70px * -1);
  }
  .-right-\[90px\] {
    right: calc(90px * -1);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[3px\] {
    right: 3px;
  }
  .right-\[10\%\] {
    right: 10%;
  }
  .right-\[20px\] {
    right: 20px;
  }
  .right-\[32\.2\%\] {
    right: 32.2%;
  }
  .\!bottom-0 {
    bottom: calc(var(--spacing) * 0) !important;
  }
  .-bottom-\[2px\] {
    bottom: calc(2px * -1);
  }
  .-bottom-\[4px\] {
    bottom: calc(4px * -1);
  }
  .-bottom-\[20px\] {
    bottom: calc(20px * -1);
  }
  .-bottom-\[50px\] {
    bottom: calc(50px * -1);
  }
  .-bottom-\[55px\] {
    bottom: calc(55px * -1);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[2px\] {
    bottom: 2px;
  }
  .bottom-\[3px\] {
    bottom: 3px;
  }
  .bottom-\[5\%\] {
    bottom: 5%;
  }
  .bottom-\[7\.5\%\] {
    bottom: 7.5%;
  }
  .bottom-\[8\%\] {
    bottom: 8%;
  }
  .bottom-\[9\%\] {
    bottom: 9%;
  }
  .bottom-\[10\%\] {
    bottom: 10%;
  }
  .bottom-\[10px\] {
    bottom: 10px;
  }
  .bottom-\[11\%\] {
    bottom: 11%;
  }
  .bottom-\[12\%\] {
    bottom: 12%;
  }
  .bottom-\[13\%\] {
    bottom: 13%;
  }
  .bottom-\[15\%\] {
    bottom: 15%;
  }
  .bottom-\[15px\] {
    bottom: 15px;
  }
  .bottom-\[17\.5\%\] {
    bottom: 17.5%;
  }
  .bottom-\[18\%\] {
    bottom: 18%;
  }
  .bottom-\[20\%\] {
    bottom: 20%;
  }
  .bottom-\[20px\] {
    bottom: 20px;
  }
  .bottom-\[22\%\] {
    bottom: 22%;
  }
  .bottom-\[23\%\] {
    bottom: 23%;
  }
  .bottom-\[25\%\] {
    bottom: 25%;
  }
  .bottom-\[25px\] {
    bottom: 25px;
  }
  .bottom-\[28\%\] {
    bottom: 28%;
  }
  .bottom-\[32\%\] {
    bottom: 32%;
  }
  .bottom-\[35\%\] {
    bottom: 35%;
  }
  .bottom-\[38\%\] {
    bottom: 38%;
  }
  .bottom-\[39\%\] {
    bottom: 39%;
  }
  .bottom-\[40\%\] {
    bottom: 40%;
  }
  .bottom-\[43\%\] {
    bottom: 43%;
  }
  .bottom-\[50\%\] {
    bottom: 50%;
  }
  .bottom-\[60px\] {
    bottom: 60px;
  }
  .bottom-\[80px\] {
    bottom: 80px;
  }
  .bottom-\[90px\] {
    bottom: 90px;
  }
  .bottom-\[100px\] {
    bottom: 100px;
  }
  .bottom-\[120px\] {
    bottom: 120px;
  }
  .bottom-\[170px\] {
    bottom: 170px;
  }
  .bottom-\[200px\] {
    bottom: 200px;
  }
  .bottom-\[347px\] {
    bottom: 347px;
  }
  .\!left-0 {
    left: calc(var(--spacing) * 0) !important;
  }
  .-left-\[5px\] {
    left: calc(5px * -1);
  }
  .-left-\[6px\] {
    left: calc(6px * -1);
  }
  .-left-\[7px\] {
    left: calc(7px * -1);
  }
  .-left-\[8px\] {
    left: calc(8px * -1);
  }
  .-left-\[12px\] {
    left: calc(12px * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[2\%\] {
    left: 2%;
  }
  .left-\[3px\] {
    left: 3px;
  }
  .left-\[4\%\] {
    left: 4%;
  }
  .left-\[5px\] {
    left: 5px;
  }
  .left-\[23\%\] {
    left: 23%;
  }
  .left-\[30\%\] {
    left: 30%;
  }
  .left-\[32\.2\%\] {
    left: 32.2%;
  }
  .left-\[37\%\] {
    left: 37%;
  }
  .-z-1 {
    z-index: calc(1 * -1);
  }
  .-z-\[1\] {
    z-index: calc(1 * -1);
  }
  .-z-\[2\] {
    z-index: calc(2 * -1);
  }
  .-z-\[3\] {
    z-index: calc(3 * -1);
  }
  .z-1 {
    z-index: 1;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[3\] {
    z-index: 3;
  }
  .z-\[4\] {
    z-index: 4;
  }
  .z-\[5\] {
    z-index: 5;
  }
  .z-\[9\] {
    z-index: 9;
  }
  .z-\[9991\] {
    z-index: 9991;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .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);
  }
  .m-\[3px\] {
    margin: 3px;
  }
  .m-\[10px\] {
    margin: 10px;
  }
  .m-\[25px\] {
    margin: 25px;
  }
  .m-\[50px\] {
    margin: 50px;
  }
  .m-\[75px\] {
    margin: 75px;
  }
  .m-\[100px\] {
    margin: 100px;
  }
  .m-\[125px\] {
    margin: 125px;
  }
  .m-\[150px\] {
    margin: 150px;
  }
  .m-\[200px\] {
    margin: 200px;
  }
  .m-\[250px\] {
    margin: 250px;
  }
  .m-px {
    margin: 1px;
  }
  .-mx-\[7px\] {
    margin-inline: calc(7px * -1);
  }
  .-mx-\[15px\] {
    margin-inline: calc(15px * -1);
  }
  .-mx-\[20px\] {
    margin-inline: calc(20px * -1);
  }
  .mx-\[2px\] {
    margin-inline: 2px;
  }
  .mx-\[3px\] {
    margin-inline: 3px;
  }
  .mx-\[5px\] {
    margin-inline: 5px;
  }
  .mx-\[7px\] {
    margin-inline: 7px;
  }
  .mx-\[10px\] {
    margin-inline: 10px;
  }
  .mx-\[30px\] {
    margin-inline: 30px;
  }
  .mx-\[39px\] {
    margin-inline: 39px;
  }
  .mx-\[120px\] {
    margin-inline: 120px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .\!my-\[10px\] {
    margin-block: 10px !important;
  }
  .-my-\[10px\] {
    margin-block: calc(10px * -1);
  }
  .-my-\[13px\] {
    margin-block: calc(13px * -1);
  }
  .my-\[5px\] {
    margin-block: 5px;
  }
  .my-\[7px\] {
    margin-block: 7px;
  }
  .my-\[8px\] {
    margin-block: 8px;
  }
  .my-\[12px\] {
    margin-block: 12px;
  }
  .my-\[14px\] {
    margin-block: 14px;
  }
  .my-\[15px\] {
    margin-block: 15px;
  }
  .my-\[18px\] {
    margin-block: 18px;
  }
  .my-\[20px\] {
    margin-block: 20px;
  }
  .my-\[25px\] {
    margin-block: 25px;
  }
  .my-\[30px\] {
    margin-block: 30px;
  }
  .my-auto {
    margin-block: auto;
  }
  .\!mt-0 {
    margin-top: calc(var(--spacing) * 0) !important;
  }
  .-mt-\[\.5px\] {
    margin-top: calc(.5px * -1);
  }
  .-mt-\[2px\] {
    margin-top: calc(2px * -1);
  }
  .-mt-\[3px\] {
    margin-top: calc(3px * -1);
  }
  .-mt-\[5px\] {
    margin-top: calc(5px * -1);
  }
  .-mt-\[7px\] {
    margin-top: calc(7px * -1);
  }
  .-mt-\[8px\] {
    margin-top: calc(8px * -1);
  }
  .-mt-\[10px\] {
    margin-top: calc(10px * -1);
  }
  .-mt-\[15px\] {
    margin-top: calc(15px * -1);
  }
  .-mt-\[35px\] {
    margin-top: calc(35px * -1);
  }
  .-mt-\[50px\] {
    margin-top: calc(50px * -1);
  }
  .-mt-\[80px\] {
    margin-top: calc(80px * -1);
  }
  .-mt-\[82px\] {
    margin-top: calc(82px * -1);
  }
  .-mt-\[89px\] {
    margin-top: calc(89px * -1);
  }
  .-mt-\[100px\] {
    margin-top: calc(100px * -1);
  }
  .-mt-\[120px\] {
    margin-top: calc(120px * -1);
  }
  .-mt-\[140px\] {
    margin-top: calc(140px * -1);
  }
  .-mt-\[150px\] {
    margin-top: calc(150px * -1);
  }
  .-mt-\[180px\] {
    margin-top: calc(180px * -1);
  }
  .-mt-\[210px\] {
    margin-top: calc(210px * -1);
  }
  .-mt-px {
    margin-top: -1px;
  }
  .mt-\[2px\] {
    margin-top: 2px;
  }
  .mt-\[3px\] {
    margin-top: 3px;
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[6px\] {
    margin-top: 6px;
  }
  .mt-\[7px\] {
    margin-top: 7px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[13px\] {
    margin-top: 13px;
  }
  .mt-\[14px\] {
    margin-top: 14px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[17px\] {
    margin-top: 17px;
  }
  .mt-\[18px\] {
    margin-top: 18px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[21\.5px\] {
    margin-top: 21.5px;
  }
  .mt-\[22px\] {
    margin-top: 22px;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[35px\] {
    margin-top: 35px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[70px\] {
    margin-top: 70px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mt-\[200px\] {
    margin-top: 200px;
  }
  .mt-px {
    margin-top: 1px;
  }
  .mr-\[5px\] {
    margin-right: 5px;
  }
  .\!-mb-\[10px\] {
    margin-bottom: calc(10px * -1) !important;
  }
  .\!mb-0 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .\!mb-\[3px\] {
    margin-bottom: 3px !important;
  }
  .\!mb-\[4px\] {
    margin-bottom: 4px !important;
  }
  .\!mb-\[5px\] {
    margin-bottom: 5px !important;
  }
  .\!mb-\[6px\] {
    margin-bottom: 6px !important;
  }
  .\!mb-\[7px\] {
    margin-bottom: 7px !important;
  }
  .\!mb-\[8px\] {
    margin-bottom: 8px !important;
  }
  .\!mb-\[9px\] {
    margin-bottom: 9px !important;
  }
  .\!mb-\[10px\] {
    margin-bottom: 10px !important;
  }
  .\!mb-\[11px\] {
    margin-bottom: 11px !important;
  }
  .\!mb-\[12px\] {
    margin-bottom: 12px !important;
  }
  .\!mb-\[13px\] {
    margin-bottom: 13px !important;
  }
  .\!mb-\[14px\] {
    margin-bottom: 14px !important;
  }
  .\!mb-\[15px\] {
    margin-bottom: 15px !important;
  }
  .\!mb-\[16px\] {
    margin-bottom: 16px !important;
  }
  .\!mb-\[17px\] {
    margin-bottom: 17px !important;
  }
  .\!mb-\[18px\] {
    margin-bottom: 18px !important;
  }
  .\!mb-\[20px\] {
    margin-bottom: 20px !important;
  }
  .\!mb-\[25px\] {
    margin-bottom: 25px !important;
  }
  .\!mb-\[30px\] {
    margin-bottom: 30px !important;
  }
  .\!mb-\[45px\] {
    margin-bottom: 45px !important;
  }
  .\!mb-\[55px\] {
    margin-bottom: 55px !important;
  }
  .-mb-\[2px\] {
    margin-bottom: calc(2px * -1);
  }
  .-mb-\[5px\] {
    margin-bottom: calc(5px * -1);
  }
  .-mb-\[8px\] {
    margin-bottom: calc(8px * -1);
  }
  .-mb-\[9px\] {
    margin-bottom: calc(9px * -1);
  }
  .-mb-\[15px\] {
    margin-bottom: calc(15px * -1);
  }
  .-mb-\[34px\] {
    margin-bottom: calc(34px * -1);
  }
  .-mb-\[38px\] {
    margin-bottom: calc(38px * -1);
  }
  .-mb-\[50px\] {
    margin-bottom: calc(50px * -1);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-\[2px\] {
    margin-bottom: 2px;
  }
  .mb-\[3px\] {
    margin-bottom: 3px;
  }
  .mb-\[4px\] {
    margin-bottom: 4px;
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[6px\] {
    margin-bottom: 6px;
  }
  .mb-\[7px\] {
    margin-bottom: 7px;
  }
  .mb-\[8px\] {
    margin-bottom: 8px;
  }
  .mb-\[9px\] {
    margin-bottom: 9px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[11px\] {
    margin-bottom: 11px;
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mb-\[13px\] {
    margin-bottom: 13px;
  }
  .mb-\[14px\] {
    margin-bottom: 14px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[17px\] {
    margin-bottom: 17px;
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[21\.5px\] {
    margin-bottom: 21.5px;
  }
  .mb-\[22px\] {
    margin-bottom: 22px;
  }
  .mb-\[23px\] {
    margin-bottom: 23px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mb-\[27px\] {
    margin-bottom: 27px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[35px\] {
    margin-bottom: 35px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .mb-\[100px\] {
    margin-bottom: 100px;
  }
  .mb-\[120px\] {
    margin-bottom: 120px;
  }
  .mb-\[210px\] {
    margin-bottom: 210px;
  }
  .mb-px {
    margin-bottom: 1px;
  }
  .ml-\[5px\] {
    margin-left: 5px;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .\!h-\[40px\] {
    height: 40px !important;
  }
  .\!h-\[44px\] {
    height: 44px !important;
  }
  .\!h-\[45px\] {
    height: 45px !important;
  }
  .\!h-\[46px\] {
    height: 46px !important;
  }
  .\!h-\[50px\] {
    height: 50px !important;
  }
  .\!h-auto {
    height: auto !important;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[4px\] {
    height: 4px;
  }
  .h-\[5px\] {
    height: 5px;
  }
  .h-\[6px\] {
    height: 6px;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[12px\] {
    height: 12px;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[19px\] {
    height: 19px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[22\.958px\] {
    height: 22.958px;
  }
  .h-\[23px\] {
    height: 23px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[25px\] {
    height: 25px;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[35px\] {
    height: 35px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[41px\] {
    height: 41px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[47px\] {
    height: 47px;
  }
  .h-\[50\%\] {
    height: 50%;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[54px\] {
    height: 54px;
  }
  .h-\[55px\] {
    height: 55px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[58px\] {
    height: 58px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[65px\] {
    height: 65px;
  }
  .h-\[66px\] {
    height: 66px;
  }
  .h-\[69px\] {
    height: 69px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[71px\] {
    height: 71px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[74px\] {
    height: 74px;
  }
  .h-\[75\%\] {
    height: 75%;
  }
  .h-\[75px\] {
    height: 75px;
  }
  .h-\[78px\] {
    height: 78px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[85px\] {
    height: 85px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[110px\] {
    height: 110px;
  }
  .h-\[115px\] {
    height: 115px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[125px\] {
    height: 125px;
  }
  .h-\[130px\] {
    height: 130px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[156px\] {
    height: 156px;
  }
  .h-\[160px\] {
    height: 160px;
  }
  .h-\[164px\] {
    height: 164px;
  }
  .h-\[171px\] {
    height: 171px;
  }
  .h-\[175px\] {
    height: 175px;
  }
  .h-\[186px\] {
    height: 186px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[220px\] {
    height: 220px;
  }
  .h-\[228px\] {
    height: 228px;
  }
  .h-\[240px\] {
    height: 240px;
  }
  .h-\[249px\] {
    height: 249px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[283px\] {
    height: 283px;
  }
  .h-\[286px\] {
    height: 286px;
  }
  .h-\[290px\] {
    height: 290px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[318px\] {
    height: 318px;
  }
  .h-\[320px\] {
    height: 320px;
  }
  .h-\[347px\] {
    height: 347px;
  }
  .h-\[380px\] {
    height: 380px;
  }
  .h-\[383px\] {
    height: 383px;
  }
  .h-\[384px\] {
    height: 384px;
  }
  .h-\[396px\] {
    height: 396px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[421px\] {
    height: 421px;
  }
  .h-\[450px\] {
    height: 450px;
  }
  .h-\[465px\] {
    height: 465px;
  }
  .h-\[466px\] {
    height: 466px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[515px\] {
    height: 515px;
  }
  .h-\[522px\] {
    height: 522px;
  }
  .h-\[527px\] {
    height: 527px;
  }
  .h-\[528px\] {
    height: 528px;
  }
  .h-\[600px\] {
    height: 600px;
  }
  .h-\[659px\] {
    height: 659px;
  }
  .h-\[690px\] {
    height: 690px;
  }
  .h-\[750px\] {
    height: 750px;
  }
  .h-\[757px\] {
    height: 757px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .\!w-\[40px\] {
    width: 40px !important;
  }
  .\!w-\[44px\] {
    width: 44px !important;
  }
  .\!w-\[45px\] {
    width: 45px !important;
  }
  .\!w-\[46px\] {
    width: 46px !important;
  }
  .\!w-\[50px\] {
    width: 50px !important;
  }
  .\!w-auto {
    width: auto !important;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-\[5px\] {
    width: 5px;
  }
  .w-\[6px\] {
    width: 6px;
  }
  .w-\[7px\] {
    width: 7px;
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[12px\] {
    width: 12px;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[23px\] {
    width: 23px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[25px\] {
    width: 25px;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[35px\] {
    width: 35px;
  }
  .w-\[36px\] {
    width: 36px;
  }
  .w-\[38px\] {
    width: 38px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[42px\] {
    width: 42px;
  }
  .w-\[44px\] {
    width: 44px;
  }
  .w-\[45px\] {
    width: 45px;
  }
  .w-\[46px\] {
    width: 46px;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[55px\] {
    width: 55px;
  }
  .w-\[56px\] {
    width: 56px;
  }
  .w-\[58px\] {
    width: 58px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[64px\] {
    width: 64px;
  }
  .w-\[65px\] {
    width: 65px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[72px\] {
    width: 72px;
  }
  .w-\[75px\] {
    width: 75px;
  }
  .w-\[78px\] {
    width: 78px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[82px\] {
    width: 82px;
  }
  .w-\[84px\] {
    width: 84px;
  }
  .w-\[85px\] {
    width: 85px;
  }
  .w-\[86px\] {
    width: 86px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[108px\] {
    width: 108px;
  }
  .w-\[110px\] {
    width: 110px;
  }
  .w-\[115px\] {
    width: 115px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[125px\] {
    width: 125px;
  }
  .w-\[130px\] {
    width: 130px;
  }
  .w-\[136px\] {
    width: 136px;
  }
  .w-\[145px\] {
    width: 145px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[157px\] {
    width: 157px;
  }
  .w-\[171px\] {
    width: 171px;
  }
  .w-\[186px\] {
    width: 186px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[228px\] {
    width: 228px;
  }
  .w-\[240px\] {
    width: 240px;
  }
  .w-\[249px\] {
    width: 249px;
  }
  .w-\[283px\] {
    width: 283px;
  }
  .w-\[286px\] {
    width: 286px;
  }
  .w-\[290px\] {
    width: 290px;
  }
  .w-\[296px\] {
    width: 296px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[320px\] {
    width: 320px;
  }
  .w-\[340px\] {
    width: 340px;
  }
  .w-\[383px\] {
    width: 383px;
  }
  .w-\[384px\] {
    width: 384px;
  }
  .w-\[396px\] {
    width: 396px;
  }
  .w-\[403px\] {
    width: 403px;
  }
  .w-\[421px\] {
    width: 421px;
  }
  .w-\[465px\] {
    width: 465px;
  }
  .w-\[515px\] {
    width: 515px;
  }
  .w-\[522px\] {
    width: 522px;
  }
  .w-\[528px\] {
    width: 528px;
  }
  .w-\[659px\] {
    width: 659px;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-\[70px\] {
    max-width: 70px;
  }
  .max-w-\[80px\] {
    max-width: 80px;
  }
  .max-w-\[90px\] {
    max-width: 90px;
  }
  .max-w-\[100px\] {
    max-width: 100px;
  }
  .max-w-\[110px\] {
    max-width: 110px;
  }
  .max-w-\[120px\] {
    max-width: 120px;
  }
  .max-w-\[125px\] {
    max-width: 125px;
  }
  .max-w-\[136px\] {
    max-width: 136px;
  }
  .max-w-\[140px\] {
    max-width: 140px;
  }
  .max-w-\[141px\] {
    max-width: 141px;
  }
  .max-w-\[150px\] {
    max-width: 150px;
  }
  .max-w-\[154px\] {
    max-width: 154px;
  }
  .max-w-\[155px\] {
    max-width: 155px;
  }
  .max-w-\[170px\] {
    max-width: 170px;
  }
  .max-w-\[180px\] {
    max-width: 180px;
  }
  .max-w-\[187px\] {
    max-width: 187px;
  }
  .max-w-\[193px\] {
    max-width: 193px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[203px\] {
    max-width: 203px;
  }
  .max-w-\[220px\] {
    max-width: 220px;
  }
  .max-w-\[223px\] {
    max-width: 223px;
  }
  .max-w-\[243px\] {
    max-width: 243px;
  }
  .max-w-\[250px\] {
    max-width: 250px;
  }
  .max-w-\[258px\] {
    max-width: 258px;
  }
  .max-w-\[260px\] {
    max-width: 260px;
  }
  .max-w-\[272px\] {
    max-width: 272px;
  }
  .max-w-\[279px\] {
    max-width: 279px;
  }
  .max-w-\[295px\] {
    max-width: 295px;
  }
  .max-w-\[328px\] {
    max-width: 328px;
  }
  .max-w-\[380px\] {
    max-width: 380px;
  }
  .max-w-\[416px\] {
    max-width: 416px;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-\[436px\] {
    max-width: 436px;
  }
  .max-w-\[450px\] {
    max-width: 450px;
  }
  .max-w-\[486px\] {
    max-width: 486px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[515px\] {
    max-width: 515px;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .max-w-\[536px\] {
    max-width: 536px;
  }
  .max-w-\[734px\] {
    max-width: 734px;
  }
  .max-w-\[848px\] {
    max-width: 848px;
  }
  .max-w-\[856px\] {
    max-width: 856px;
  }
  .max-w-\[957px\] {
    max-width: 957px;
  }
  .max-w-\[1020px\] {
    max-width: 1020px;
  }
  .max-w-\[1076px\] {
    max-width: 1076px;
  }
  .max-w-\[1095px\] {
    max-width: 1095px;
  }
  .max-w-\[1097px\] {
    max-width: 1097px;
  }
  .max-w-\[1220px\] {
    max-width: 1220px;
  }
  .flex-none {
    flex: none;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .basis-auto {
    flex-basis: auto;
  }
  .basis-full {
    flex-basis: 100%;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .translate-2 {
    --tw-translate-x: calc(var(--spacing) * 2);
    --tw-translate-y: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-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: calc(50% * -1);
    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);
  }
  .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(1/2 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-scale-100 {
    --tw-scale-x: calc(100% * -1);
    --tw-scale-y: calc(100% * -1);
    --tw-scale-z: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-0 {
    --tw-scale-x: 0%;
    --tw-scale-y: 0%;
    --tw-scale-z: 0%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .-rotate-45 {
    rotate: calc(45deg * -1);
  }
  .-rotate-\[8\.906deg\] {
    rotate: calc(8.906deg * -1);
  }
  .-rotate-\[15deg\] {
    rotate: calc(15deg * -1);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-\[8deg\] {
    rotate: 8deg;
  }
  .rotate-\[15deg\] {
    rotate: 15deg;
  }
  .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-inside {
    list-style-position: inside;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, 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;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-\[2px\] {
    gap: 2px;
  }
  .gap-\[3px\] {
    gap: 3px;
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[8\.33px\] {
    gap: 8.33px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[11px\] {
    gap: 11px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[13px\] {
    gap: 13px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[17px\] {
    gap: 17px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[21px\] {
    gap: 21px;
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .gap-\[28px\] {
    gap: 28px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[35px\] {
    gap: 35px;
  }
  .gap-px {
    gap: 1px;
  }
  .gap-x-\[25px\] {
    column-gap: 25px;
  }
  .gap-y-\[20px\] {
    row-gap: 20px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .\!rounded-full {
    border-radius: calc(infinity * 1px) !important;
  }
  .rounded-\[2px\] {
    border-radius: 2px;
  }
  .rounded-\[3px\] {
    border-radius: 3px;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[7px\] {
    border-radius: 7px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[13px\] {
    border-radius: 13px;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-\[17px\] {
    border-radius: 17px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[22px\] {
    border-radius: 22px;
  }
  .rounded-\[25px\] {
    border-radius: 25px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-\[40px\] {
    border-radius: 40px;
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-\[60px\] {
    border-radius: 60px;
  }
  .rounded-\[70px\] {
    border-radius: 70px;
  }
  .rounded-\[100px\] {
    border-radius: 100px;
  }
  .rounded-\[120px\] {
    border-radius: 120px;
  }
  .rounded-\[420px\] {
    border-radius: 420px;
  }
  .rounded-\[556\.325px\] {
    border-radius: 556.325px;
  }
  .rounded-\[556px\] {
    border-radius: 556px;
  }
  .rounded-\[672\.563px\] {
    border-radius: 672.563px;
  }
  .rounded-\[672px\] {
    border-radius: 672px;
  }
  .rounded-\[757px\] {
    border-radius: 757px;
  }
  .rounded-\[1320px\] {
    border-radius: 1320px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-t-\[3px\] {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .rounded-t-\[10px\] {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .rounded-t-\[15px\] {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .rounded-t-\[50px\] {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .rounded-t-full {
    border-top-left-radius: calc(infinity * 1px);
    border-top-right-radius: calc(infinity * 1px);
  }
  .rounded-tl-\[15px\] {
    border-top-left-radius: 15px;
  }
  .rounded-b-\[5px\] {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .rounded-b-\[15px\] {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .rounded-b-\[40px\] {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .rounded-b-\[50px\] {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .rounded-b-full {
    border-bottom-right-radius: calc(infinity * 1px);
    border-bottom-left-radius: calc(infinity * 1px);
  }
  .rounded-br-\[15px\] {
    border-bottom-right-radius: 15px;
  }
  .rounded-bl-\[15px\] {
    border-bottom-left-radius: 15px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[3px\] {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-\[4px\] {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-\[5px\] {
    border-style: var(--tw-border-style);
    border-width: 5px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .border-t-\[2px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .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-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .border-b-\[2px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-b-\[3px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 3px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .\!border-\[\#C8FF32\] {
    border-color: #C8FF32 !important;
  }
  .\!border-purple-500 {
    border-color: var(--color-purple-500) !important;
  }
  .border-\[\#0B55E5\]\/15 {
    border-color: color-mix(in oklab, #0B55E5 15%, transparent);
  }
  .border-\[\#0C0C2F\]\/10 {
    border-color: color-mix(in oklab, #0C0C2F 10%, transparent);
  }
  .border-\[\#0c0c2f\]\/10 {
    border-color: color-mix(in oklab, #0c0c2f 10%, transparent);
  }
  .border-\[\#4E200C\] {
    border-color: #4E200C;
  }
  .border-\[\#006BFF\] {
    border-color: #006BFF;
  }
  .border-\[\#7A7344\] {
    border-color: #7A7344;
  }
  .border-\[\#7D6B61\]\/10 {
    border-color: color-mix(in oklab, #7D6B61 10%, transparent);
  }
  .border-\[\#7EDB66\] {
    border-color: #7EDB66;
  }
  .border-\[\#7a857d\] {
    border-color: #7a857d;
  }
  .border-\[\#7f56d8\] {
    border-color: #7f56d8;
  }
  .border-\[\#8EC0EE\]\/30 {
    border-color: color-mix(in oklab, #8EC0EE 30%, transparent);
  }
  .border-\[\#20C5A8\] {
    border-color: #20C5A8;
  }
  .border-\[\#28a745\] {
    border-color: #28a745;
  }
  .border-\[\#0052FF\] {
    border-color: #0052FF;
  }
  .border-\[\#93CCE6\] {
    border-color: #93CCE6;
  }
  .border-\[\#96A6BD\]\/20 {
    border-color: color-mix(in oklab, #96A6BD 20%, transparent);
  }
  .border-\[\#275b96\] {
    border-color: #275b96;
  }
  .border-\[\#2563EB\] {
    border-color: #2563EB;
  }
  .border-\[\#2675FC\] {
    border-color: #2675FC;
  }
  .border-\[\#3368FC\] {
    border-color: #3368FC;
  }
  .border-\[\#28384F\] {
    border-color: #28384F;
  }
  .border-\[\#221006\] {
    border-color: #221006;
  }
  .border-\[\#221006\]\/10 {
    border-color: color-mix(in oklab, #221006 10%, transparent);
  }
  .border-\[\#A26871\] {
    border-color: #A26871;
  }
  .border-\[\#A26871\]\/50 {
    border-color: color-mix(in oklab, #A26871 50%, transparent);
  }
  .border-\[\#C9FE6E\] {
    border-color: #C9FE6E;
  }
  .border-\[\#CA9099\] {
    border-color: #CA9099;
  }
  .border-\[\#CDCDD2\] {
    border-color: #CDCDD2;
  }
  .border-\[\#D0DFEC\] {
    border-color: #D0DFEC;
  }
  .border-\[\#D4D2D7\] {
    border-color: #D4D2D7;
  }
  .border-\[\#D9D4DF\] {
    border-color: #D9D4DF;
  }
  .border-\[\#D9D9D9\] {
    border-color: #D9D9D9;
  }
  .border-\[\#D9DAE0\] {
    border-color: #D9DAE0;
  }
  .border-\[\#DAC3C6\] {
    border-color: #DAC3C6;
  }
  .border-\[\#E3E2E7\] {
    border-color: #E3E2E7;
  }
  .border-\[\#E5E5E5\] {
    border-color: #E5E5E5;
  }
  .border-\[\#E5E7EB\] {
    border-color: #E5E7EB;
  }
  .border-\[\#E8E8F3\] {
    border-color: #E8E8F3;
  }
  .border-\[\#E8F2FB\] {
    border-color: #E8F2FB;
  }
  .border-\[\#E9EAEC\] {
    border-color: #E9EAEC;
  }
  .border-\[\#E36925\] {
    border-color: #E36925;
  }
  .border-\[\#EAE8FB\] {
    border-color: #EAE8FB;
  }
  .border-\[\#EBEBEB\] {
    border-color: #EBEBEB;
  }
  .border-\[\#ECF5EC\] {
    border-color: #ECF5EC;
  }
  .border-\[\#EDD4D4\] {
    border-color: #EDD4D4;
  }
  .border-\[\#F2B827\] {
    border-color: #F2B827;
  }
  .border-\[\#F2F0FC\] {
    border-color: #F2F0FC;
  }
  .border-\[\#F4F7FB\] {
    border-color: #F4F7FB;
  }
  .border-\[\#F8F8F9\] {
    border-color: #F8F8F9;
  }
  .border-\[\#F5953E\] {
    border-color: #F5953E;
  }
  .border-\[\#FAF4F8\] {
    border-color: #FAF4F8;
  }
  .border-\[\#FCFAFF\] {
    border-color: #FCFAFF;
  }
  .border-\[\#a2bed9\]\/50 {
    border-color: color-mix(in oklab, #a2bed9 50%, transparent);
  }
  .border-\[\#a26871\] {
    border-color: #a26871;
  }
  .border-\[\#a26871\]\/20 {
    border-color: color-mix(in oklab, #a26871 20%, transparent);
  }
  .border-\[\#a26871\]\/30 {
    border-color: color-mix(in oklab, #a26871 30%, transparent);
  }
  .border-\[\#a26871\]\/40 {
    border-color: color-mix(in oklab, #a26871 40%, transparent);
  }
  .border-\[\#a26871\]\/60 {
    border-color: color-mix(in oklab, #a26871 60%, transparent);
  }
  .border-\[\#a26871\]\/80 {
    border-color: color-mix(in oklab, #a26871 80%, transparent);
  }
  .border-\[\#c8ff32\] {
    border-color: #c8ff32;
  }
  .border-\[\#ca9099\] {
    border-color: #ca9099;
  }
  .border-\[\#e36925\] {
    border-color: #e36925;
  }
  .border-\[\#ebebe0\] {
    border-color: #ebebe0;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-dark {
    border-color: var(--color-dark);
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-gray-100\/50 {
    border-color: color-mix(in srgb, #eceef2 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-gray-100) 50%, transparent);
    }
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-500 {
    border-color: var(--color-gray-500);
  }
  .border-gray-500\/50 {
    border-color: color-mix(in srgb, #64748b 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-gray-500) 50%, transparent);
    }
  }
  .border-gray-600 {
    border-color: var(--color-gray-600);
  }
  .border-gray-800 {
    border-color: var(--color-gray-800);
  }
  .border-gray-900 {
    border-color: var(--color-gray-900);
  }
  .border-lime-500 {
    border-color: var(--color-lime-500);
  }
  .border-orange-100 {
    border-color: var(--color-orange-100);
  }
  .border-orange-500 {
    border-color: var(--color-orange-500);
  }
  .border-orange-600 {
    border-color: var(--color-orange-600);
  }
  .border-primary-100 {
    border-color: var(--color-primary-100);
  }
  .border-primary-200 {
    border-color: var(--color-primary-200);
  }
  .border-primary-500 {
    border-color: var(--color-primary-500);
  }
  .border-primary-600 {
    border-color: var(--color-primary-600);
  }
  .border-purple-100 {
    border-color: var(--color-purple-100);
  }
  .border-purple-200 {
    border-color: var(--color-purple-200);
  }
  .border-purple-300 {
    border-color: var(--color-purple-300);
  }
  .border-purple-400 {
    border-color: var(--color-purple-400);
  }
  .border-purple-600 {
    border-color: var(--color-purple-600);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #ffffff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-white\/15 {
    border-color: color-mix(in srgb, #ffffff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #ffffff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .border-white\/25 {
    border-color: color-mix(in srgb, #ffffff 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 25%, transparent);
    }
  }
  .border-white\/30 {
    border-color: color-mix(in srgb, #ffffff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .\!bg-\[\#0c0c2f\] {
    background-color: #0c0c2f !important;
  }
  .\!bg-\[\#150e35\] {
    background-color: #150e35 !important;
  }
  .\!bg-\[\#353F2C\] {
    background-color: #353F2C !important;
  }
  .\!bg-\[\#050511\] {
    background-color: #050511 !important;
  }
  .\!bg-\[\#faf4f8\] {
    background-color: #faf4f8 !important;
  }
  .\!bg-\[\#fffef8\] {
    background-color: #fffef8 !important;
  }
  .bg-\[\#0B0525\] {
    background-color: #0B0525;
  }
  .bg-\[\#0C1427\] {
    background-color: #0C1427;
  }
  .bg-\[\#0C1843\] {
    background-color: #0C1843;
  }
  .bg-\[\#0D1427\] {
    background-color: #0D1427;
  }
  .bg-\[\#0E0828\]\/50 {
    background-color: color-mix(in oklab, #0E0828 50%, transparent);
  }
  .bg-\[\#0FD3FF\] {
    background-color: #0FD3FF;
  }
  .bg-\[\#0a0e19\] {
    background-color: #0a0e19;
  }
  .bg-\[\#0c0c2f\] {
    background-color: #0c0c2f;
  }
  .bg-\[\#0c0c2f\]\/5 {
    background-color: color-mix(in oklab, #0c0c2f 5%, transparent);
  }
  .bg-\[\#0c1427\]\/50 {
    background-color: color-mix(in oklab, #0c1427 50%, transparent);
  }
  .bg-\[\#00C896\] {
    background-color: #00C896;
  }
  .bg-\[\#00ba00\] {
    background-color: #00ba00;
  }
  .bg-\[\#1B143A\] {
    background-color: #1B143A;
  }
  .bg-\[\#1B2336\] {
    background-color: #1B2336;
  }
  .bg-\[\#1C2336\] {
    background-color: #1C2336;
  }
  .bg-\[\#1F195D\] {
    background-color: #1F195D;
  }
  .bg-\[\#1d2949\] {
    background-color: #1d2949;
  }
  .bg-\[\#3A5BEF\] {
    background-color: #3A5BEF;
  }
  .bg-\[\#4D0D0A\] {
    background-color: #4D0D0A;
  }
  .bg-\[\#5DB996\] {
    background-color: #5DB996;
  }
  .bg-\[\#5DB996\]\/10 {
    background-color: color-mix(in oklab, #5DB996 10%, transparent);
  }
  .bg-\[\#006BFF\] {
    background-color: #006BFF;
  }
  .bg-\[\#6E42F5\] {
    background-color: #6E42F5;
  }
  .bg-\[\#7E57C2\] {
    background-color: #7E57C2;
  }
  .bg-\[\#7EDB66\] {
    background-color: #7EDB66;
  }
  .bg-\[\#7F56D8\] {
    background-color: #7F56D8;
  }
  .bg-\[\#8BC3C4\] {
    background-color: #8BC3C4;
  }
  .bg-\[\#8DC27B\] {
    background-color: #8DC27B;
  }
  .bg-\[\#8E8758\] {
    background-color: #8E8758;
  }
  .bg-\[\#8EC0EE\] {
    background-color: #8EC0EE;
  }
  .bg-\[\#8EC0EE\]\/20 {
    background-color: color-mix(in oklab, #8EC0EE 20%, transparent);
  }
  .bg-\[\#10B981\] {
    background-color: #10B981;
  }
  .bg-\[\#020D2B\] {
    background-color: #020D2B;
  }
  .bg-\[\#20C5A8\] {
    background-color: #20C5A8;
  }
  .bg-\[\#28a745\] {
    background-color: #28a745;
  }
  .bg-\[\#0052FF\] {
    background-color: #0052FF;
  }
  .bg-\[\#59CBB7\] {
    background-color: #59CBB7;
  }
  .bg-\[\#61B85F\] {
    background-color: #61B85F;
  }
  .bg-\[\#88FFFE\] {
    background-color: #88FFFE;
  }
  .bg-\[\#93CCE6\] {
    background-color: #93CCE6;
  }
  .bg-\[\#93cce6\]\/70 {
    background-color: color-mix(in oklab, #93cce6 70%, transparent);
  }
  .bg-\[\#150E35\]\/30 {
    background-color: color-mix(in oklab, #150E35 30%, transparent);
  }
  .bg-\[\#150E35\]\/40 {
    background-color: color-mix(in oklab, #150E35 40%, transparent);
  }
  .bg-\[\#150E35\]\/60 {
    background-color: color-mix(in oklab, #150E35 60%, transparent);
  }
  .bg-\[\#150e35\] {
    background-color: #150e35;
  }
  .bg-\[\#161F31\] {
    background-color: #161F31;
  }
  .bg-\[\#171E31\] {
    background-color: #171E31;
  }
  .bg-\[\#275B96\] {
    background-color: #275B96;
  }
  .bg-\[\#275b96\] {
    background-color: #275b96;
  }
  .bg-\[\#353F2C\] {
    background-color: #353F2C;
  }
  .bg-\[\#353F2C\]\/90 {
    background-color: color-mix(in oklab, #353F2C 90%, transparent);
  }
  .bg-\[\#629FCB\] {
    background-color: #629FCB;
  }
  .bg-\[\#975e67\] {
    background-color: #975e67;
  }
  .bg-\[\#01030A\] {
    background-color: #01030A;
  }
  .bg-\[\#2563EB\] {
    background-color: #2563EB;
  }
  .bg-\[\#2675FC\] {
    background-color: #2675FC;
  }
  .bg-\[\#3368FC\] {
    background-color: #3368FC;
  }
  .bg-\[\#3368fc\]\/40 {
    background-color: color-mix(in oklab, #3368fc 40%, transparent);
  }
  .bg-\[\#5791BF\] {
    background-color: #5791BF;
  }
  .bg-\[\#06004B\] {
    background-color: #06004B;
  }
  .bg-\[\#06021D\] {
    background-color: #06021D;
  }
  .bg-\[\#06201b\] {
    background-color: #06201b;
  }
  .bg-\[\#6560F0\] {
    background-color: #6560F0;
  }
  .bg-\[\#7344EB\] {
    background-color: #7344EB;
  }
  .bg-\[\#9588E8\] {
    background-color: #9588E8;
  }
  .bg-\[\#11192B\] {
    background-color: #11192B;
  }
  .bg-\[\#14161b\] {
    background-color: #14161b;
  }
  .bg-\[\#15203C\] {
    background-color: #15203C;
  }
  .bg-\[\#17202E\] {
    background-color: #17202E;
  }
  .bg-\[\#17202E\]\/50 {
    background-color: color-mix(in oklab, #17202E 50%, transparent);
  }
  .bg-\[\#20283B\] {
    background-color: #20283B;
  }
  .bg-\[\#26120A\] {
    background-color: #26120A;
  }
  .bg-\[\#28384F\] {
    background-color: #28384F;
  }
  .bg-\[\#050511\] {
    background-color: #050511;
  }
  .bg-\[\#221006\] {
    background-color: #221006;
  }
  .bg-\[\#343434\] {
    background-color: #343434;
  }
  .bg-\[\#713618\]\/5 {
    background-color: color-mix(in oklab, #713618 5%, transparent);
  }
  .bg-\[\#721514\] {
    background-color: #721514;
  }
  .bg-\[\#721514\]\/70 {
    background-color: color-mix(in oklab, #721514 70%, transparent);
  }
  .bg-\[\#A481EA\] {
    background-color: #A481EA;
  }
  .bg-\[\#A26871\] {
    background-color: #A26871;
  }
  .bg-\[\#ABE099\] {
    background-color: #ABE099;
  }
  .bg-\[\#BCD5CE\] {
    background-color: #BCD5CE;
  }
  .bg-\[\#C6CBFB\] {
    background-color: #C6CBFB;
  }
  .bg-\[\#C8FF32\] {
    background-color: #C8FF32;
  }
  .bg-\[\#C9DBFF\] {
    background-color: #C9DBFF;
  }
  .bg-\[\#C9FE6E\] {
    background-color: #C9FE6E;
  }
  .bg-\[\#C96910\] {
    background-color: #C96910;
  }
  .bg-\[\#C96910\]\/60 {
    background-color: color-mix(in oklab, #C96910 60%, transparent);
  }
  .bg-\[\#C96910\]\/70 {
    background-color: color-mix(in oklab, #C96910 70%, transparent);
  }
  .bg-\[\#CA9099\] {
    background-color: #CA9099;
  }
  .bg-\[\#CDCDD2\] {
    background-color: #CDCDD2;
  }
  .bg-\[\#CDEFFF\] {
    background-color: #CDEFFF;
  }
  .bg-\[\#CEDDFA\] {
    background-color: #CEDDFA;
  }
  .bg-\[\#D2E0F0\] {
    background-color: #D2E0F0;
  }
  .bg-\[\#D6EDDC\] {
    background-color: #D6EDDC;
  }
  .bg-\[\#D7ECE4\] {
    background-color: #D7ECE4;
  }
  .bg-\[\#DAF7E7\] {
    background-color: #DAF7E7;
  }
  .bg-\[\#DBE3F6\] {
    background-color: #DBE3F6;
  }
  .bg-\[\#DCD6DA\] {
    background-color: #DCD6DA;
  }
  .bg-\[\#DFF0D6\] {
    background-color: #DFF0D6;
  }
  .bg-\[\#DFF1EA\] {
    background-color: #DFF1EA;
  }
  .bg-\[\#E0F2FE\] {
    background-color: #E0F2FE;
  }
  .bg-\[\#E2C6FF\] {
    background-color: #E2C6FF;
  }
  .bg-\[\#E3E2E7\] {
    background-color: #E3E2E7;
  }
  .bg-\[\#E4F0E7\] {
    background-color: #E4F0E7;
  }
  .bg-\[\#E6EFF2\] {
    background-color: #E6EFF2;
  }
  .bg-\[\#E8F2FB\] {
    background-color: #E8F2FB;
  }
  .bg-\[\#E9DFDA\] {
    background-color: #E9DFDA;
  }
  .bg-\[\#E9F6F1\] {
    background-color: #E9F6F1;
  }
  .bg-\[\#E67A66\] {
    background-color: #E67A66;
  }
  .bg-\[\#E36925\] {
    background-color: #E36925;
  }
  .bg-\[\#EAB1B8\] {
    background-color: #EAB1B8;
  }
  .bg-\[\#EAE7FA\] {
    background-color: #EAE7FA;
  }
  .bg-\[\#EAE8FB\] {
    background-color: #EAE8FB;
  }
  .bg-\[\#EAE098\] {
    background-color: #EAE098;
  }
  .bg-\[\#EAF0FF\] {
    background-color: #EAF0FF;
  }
  .bg-\[\#EAF6E1\] {
    background-color: #EAF6E1;
  }
  .bg-\[\#EBE6F0\] {
    background-color: #EBE6F0;
  }
  .bg-\[\#EBEBEB\] {
    background-color: #EBEBEB;
  }
  .bg-\[\#ECE3DE\] {
    background-color: #ECE3DE;
  }
  .bg-\[\#ECEAEF\] {
    background-color: #ECEAEF;
  }
  .bg-\[\#ECF5EC\] {
    background-color: #ECF5EC;
  }
  .bg-\[\#EDEDF6\] {
    background-color: #EDEDF6;
  }
  .bg-\[\#EDF0F9\] {
    background-color: #EDF0F9;
  }
  .bg-\[\#EDF1EE\] {
    background-color: #EDF1EE;
  }
  .bg-\[\#EEF4F6\] {
    background-color: #EEF4F6;
  }
  .bg-\[\#EEF5F9\] {
    background-color: #EEF5F9;
  }
  .bg-\[\#F0E6DE\] {
    background-color: #F0E6DE;
  }
  .bg-\[\#F0EAE5\] {
    background-color: #F0EAE5;
  }
  .bg-\[\#F1EEE3\] {
    background-color: #F1EEE3;
  }
  .bg-\[\#F2B827\] {
    background-color: #F2B827;
  }
  .bg-\[\#F2EDEB\] {
    background-color: #F2EDEB;
  }
  .bg-\[\#F2F0F5\] {
    background-color: #F2F0F5;
  }
  .bg-\[\#F2F0FC\] {
    background-color: #F2F0FC;
  }
  .bg-\[\#F3F1EF\] {
    background-color: #F3F1EF;
  }
  .bg-\[\#F3F3F5\] {
    background-color: #F3F3F5;
  }
  .bg-\[\#F3F3F6\] {
    background-color: #F3F3F6;
  }
  .bg-\[\#F3F3F6\]\/15 {
    background-color: color-mix(in oklab, #F3F3F6 15%, transparent);
  }
  .bg-\[\#F3F5F7\] {
    background-color: #F3F5F7;
  }
  .bg-\[\#F4E8FF\] {
    background-color: #F4E8FF;
  }
  .bg-\[\#F4F2F0\] {
    background-color: #F4F2F0;
  }
  .bg-\[\#F4F7FB\] {
    background-color: #F4F7FB;
  }
  .bg-\[\#F5F0F0\] {
    background-color: #F5F0F0;
  }
  .bg-\[\#F6F1E9\] {
    background-color: #F6F1E9;
  }
  .bg-\[\#F6F8F9\] {
    background-color: #F6F8F9;
  }
  .bg-\[\#F7F2FD\] {
    background-color: #F7F2FD;
  }
  .bg-\[\#F7F3F3\] {
    background-color: #F7F3F3;
  }
  .bg-\[\#F7F5FF\] {
    background-color: #F7F5FF;
  }
  .bg-\[\#F7F8FE\] {
    background-color: #F7F8FE;
  }
  .bg-\[\#F8EEFF\] {
    background-color: #F8EEFF;
  }
  .bg-\[\#F9EAE0\] {
    background-color: #F9EAE0;
  }
  .bg-\[\#F9F5F2\] {
    background-color: #F9F5F2;
  }
  .bg-\[\#F9FAFB\] {
    background-color: #F9FAFB;
  }
  .bg-\[\#F5953E\] {
    background-color: #F5953E;
  }
  .bg-\[\#FAE4E0\] {
    background-color: #FAE4E0;
  }
  .bg-\[\#FAF4F8\] {
    background-color: #FAF4F8;
  }
  .bg-\[\#FAF9FF\] {
    background-color: #FAF9FF;
  }
  .bg-\[\#FBF8E9\] {
    background-color: #FBF8E9;
  }
  .bg-\[\#FCE88D\] {
    background-color: #FCE88D;
  }
  .bg-\[\#FDF5F1\] {
    background-color: #FDF5F1;
  }
  .bg-\[\#FECE2D\] {
    background-color: #FECE2D;
  }
  .bg-\[\#FF6738\] {
    background-color: #FF6738;
  }
  .bg-\[\#FFC444\] {
    background-color: #FFC444;
  }
  .bg-\[\#FFC813\] {
    background-color: #FFC813;
  }
  .bg-\[\#FFCB33\] {
    background-color: #FFCB33;
  }
  .bg-\[\#FFCFE0\] {
    background-color: #FFCFE0;
  }
  .bg-\[\#FFD303\] {
    background-color: #FFD303;
  }
  .bg-\[\#FFE3FB\] {
    background-color: #FFE3FB;
  }
  .bg-\[\#FFE9D4\] {
    background-color: #FFE9D4;
  }
  .bg-\[\#FFE966\] {
    background-color: #FFE966;
  }
  .bg-\[\#FFF1EF\] {
    background-color: #FFF1EF;
  }
  .bg-\[\#FFF5DA\] {
    background-color: #FFF5DA;
  }
  .bg-\[\#FFF5EE\] {
    background-color: #FFF5EE;
  }
  .bg-\[\#FFF6ED\] {
    background-color: #FFF6ED;
  }
  .bg-\[\#FFF6F9\] {
    background-color: #FFF6F9;
  }
  .bg-\[\#FFF9EA\] {
    background-color: #FFF9EA;
  }
  .bg-\[\#c8ff32\] {
    background-color: #c8ff32;
  }
  .bg-\[\#c9fe6e\] {
    background-color: #c9fe6e;
  }
  .bg-\[\#ca9099\] {
    background-color: #ca9099;
  }
  .bg-\[\#dbeefd\] {
    background-color: #dbeefd;
  }
  .bg-\[\#e4ffd2\] {
    background-color: #e4ffd2;
  }
  .bg-\[\#e6f0fa\] {
    background-color: #e6f0fa;
  }
  .bg-\[\#e6f0fa\]\/85 {
    background-color: color-mix(in oklab, #e6f0fa 85%, transparent);
  }
  .bg-\[\#e6f7fe\] {
    background-color: #e6f7fe;
  }
  .bg-\[\#ebebe0\] {
    background-color: #ebebe0;
  }
  .bg-\[\#ede5e1\] {
    background-color: #ede5e1;
  }
  .bg-\[\#eef\] {
    background-color: #eef;
  }
  .bg-\[\#f0e7fd\] {
    background-color: #f0e7fd;
  }
  .bg-\[\#f0eedf\] {
    background-color: #f0eedf;
  }
  .bg-\[\#f3ede6\] {
    background-color: #f3ede6;
  }
  .bg-\[\#f3f3f5\] {
    background-color: #f3f3f5;
  }
  .bg-\[\#f3f5f7\] {
    background-color: #f3f5f7;
  }
  .bg-\[\#f3f6fb\] {
    background-color: #f3f6fb;
  }
  .bg-\[\#f4f4f4\] {
    background-color: #f4f4f4;
  }
  .bg-\[\#f4f4fa\] {
    background-color: #f4f4fa;
  }
  .bg-\[\#f4f5ef\] {
    background-color: #f4f5ef;
  }
  .bg-\[\#f4f7fb\] {
    background-color: #f4f7fb;
  }
  .bg-\[\#f5f5f5\] {
    background-color: #f5f5f5;
  }
  .bg-\[\#f6f5f3\] {
    background-color: #f6f5f3;
  }
  .bg-\[\#f7f6fa\] {
    background-color: #f7f6fa;
  }
  .bg-\[\#f7f7f7\] {
    background-color: #f7f7f7;
  }
  .bg-\[\#f7f8fe\] {
    background-color: #f7f8fe;
  }
  .bg-\[\#f8dcc9\] {
    background-color: #f8dcc9;
  }
  .bg-\[\#f9fafb\] {
    background-color: #f9fafb;
  }
  .bg-\[\#fce3e3\] {
    background-color: #fce3e3;
  }
  .bg-\[\#feecec\] {
    background-color: #feecec;
  }
  .bg-\[\#ffef99\] {
    background-color: #ffef99;
  }
  .bg-\[\#fff5D6\] {
    background-color: #fff5D6;
  }
  .bg-\[\#fff5d7\] {
    background-color: #fff5d7;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/20 {
    background-color: color-mix(in srgb, #23272e 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .bg-black\/40 {
    background-color: color-mix(in srgb, #23272e 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .bg-danger-500 {
    background-color: var(--color-danger-500);
  }
  .bg-dark {
    background-color: var(--color-dark);
  }
  .bg-dark\/85 {
    background-color: color-mix(in srgb, #000000 85%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-dark) 85%, transparent);
    }
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-gray-500 {
    background-color: var(--color-gray-500);
  }
  .bg-gray-600 {
    background-color: var(--color-gray-600);
  }
  .bg-gray-700 {
    background-color: var(--color-gray-700);
  }
  .bg-gray-800 {
    background-color: var(--color-gray-800);
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .bg-lime-500 {
    background-color: var(--color-lime-500);
  }
  .bg-orange-50 {
    background-color: var(--color-orange-50);
  }
  .bg-orange-100 {
    background-color: var(--color-orange-100);
  }
  .bg-orange-300 {
    background-color: var(--color-orange-300);
  }
  .bg-orange-400 {
    background-color: var(--color-orange-400);
  }
  .bg-orange-500 {
    background-color: var(--color-orange-500);
  }
  .bg-orange-600 {
    background-color: var(--color-orange-600);
  }
  .bg-primary-50 {
    background-color: var(--color-primary-50);
  }
  .bg-primary-100 {
    background-color: var(--color-primary-100);
  }
  .bg-primary-400 {
    background-color: var(--color-primary-400);
  }
  .bg-primary-500 {
    background-color: var(--color-primary-500);
  }
  .bg-primary-500\/80 {
    background-color: color-mix(in srgb, #605DFF 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary-500) 80%, transparent);
    }
  }
  .bg-primary-600 {
    background-color: var(--color-primary-600);
  }
  .bg-purple-50 {
    background-color: var(--color-purple-50);
  }
  .bg-purple-100 {
    background-color: var(--color-purple-100);
  }
  .bg-purple-200 {
    background-color: var(--color-purple-200);
  }
  .bg-purple-500 {
    background-color: var(--color-purple-500);
  }
  .bg-purple-600 {
    background-color: var(--color-purple-600);
  }
  .bg-secondary-200 {
    background-color: var(--color-secondary-200);
  }
  .bg-success-600 {
    background-color: var(--color-success-600);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #ffffff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-white\/12 {
    background-color: color-mix(in srgb, #ffffff 12%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 12%, transparent);
    }
  }
  .bg-white\/15 {
    background-color: color-mix(in srgb, #ffffff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .bg-white\/20 {
    background-color: color-mix(in srgb, #ffffff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-white\/28 {
    background-color: color-mix(in srgb, #ffffff 28%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 28%, transparent);
    }
  }
  .bg-white\/30 {
    background-color: color-mix(in srgb, #ffffff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .bg-white\/38 {
    background-color: color-mix(in srgb, #ffffff 38%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 38%, transparent);
    }
  }
  .bg-white\/40 {
    background-color: color-mix(in srgb, #ffffff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .bg-white\/60 {
    background-color: color-mix(in srgb, #ffffff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .bg-white\/70 {
    background-color: color-mix(in srgb, #ffffff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .bg-white\/76 {
    background-color: color-mix(in srgb, #ffffff 76%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 76%, transparent);
    }
  }
  .bg-white\/90 {
    background-color: color-mix(in srgb, #ffffff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-bottom {
    background-position: bottom;
  }
  .bg-center {
    background-position: center;
  }
  .bg-top {
    background-position: top;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .p-\[5px\] {
    padding: 5px;
  }
  .p-\[6px\] {
    padding: 6px;
  }
  .p-\[7px\] {
    padding: 7px;
  }
  .p-\[8px\] {
    padding: 8px;
  }
  .p-\[9px\] {
    padding: 9px;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[12px\] {
    padding: 12px;
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .p-\[16px\] {
    padding: 16px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[25px\] {
    padding: 25px;
  }
  .px-\[5px\] {
    padding-inline: 5px;
  }
  .px-\[7px\] {
    padding-inline: 7px;
  }
  .px-\[8px\] {
    padding-inline: 8px;
  }
  .px-\[9px\] {
    padding-inline: 9px;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[11px\] {
    padding-inline: 11px;
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .px-\[13px\] {
    padding-inline: 13px;
  }
  .px-\[14px\] {
    padding-inline: 14px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[17px\] {
    padding-inline: 17px;
  }
  .px-\[18px\] {
    padding-inline: 18px;
  }
  .px-\[19px\] {
    padding-inline: 19px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[22px\] {
    padding-inline: 22px;
  }
  .px-\[25px\] {
    padding-inline: 25px;
  }
  .px-\[28px\] {
    padding-inline: 28px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .px-\[52px\] {
    padding-inline: 52px;
  }
  .px-\[60px\] {
    padding-inline: 60px;
  }
  .px-\[130px\] {
    padding-inline: 130px;
  }
  .px-\[132px\] {
    padding-inline: 132px;
  }
  .py-\[1\.5px\] {
    padding-block: 1.5px;
  }
  .py-\[2\.5px\] {
    padding-block: 2.5px;
  }
  .py-\[2px\] {
    padding-block: 2px;
  }
  .py-\[3\.5px\] {
    padding-block: 3.5px;
  }
  .py-\[3px\] {
    padding-block: 3px;
  }
  .py-\[4\.5px\] {
    padding-block: 4.5px;
  }
  .py-\[4px\] {
    padding-block: 4px;
  }
  .py-\[5\.5px\] {
    padding-block: 5.5px;
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .py-\[6\.5px\] {
    padding-block: 6.5px;
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[7px\] {
    padding-block: 7px;
  }
  .py-\[8\.5px\] {
    padding-block: 8.5px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[9\.5px\] {
    padding-block: 9.5px;
  }
  .py-\[9px\] {
    padding-block: 9px;
  }
  .py-\[10\.5px\] {
    padding-block: 10.5px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[11\.5px\] {
    padding-block: 11.5px;
  }
  .py-\[11px\] {
    padding-block: 11px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[13px\] {
    padding-block: 13px;
  }
  .py-\[14px\] {
    padding-block: 14px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[17px\] {
    padding-block: 17px;
  }
  .py-\[18px\] {
    padding-block: 18px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[25px\] {
    padding-block: 25px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[35px\] {
    padding-block: 35px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .py-\[70px\] {
    padding-block: 70px;
  }
  .\!pt-0 {
    padding-top: calc(var(--spacing) * 0) !important;
  }
  .pt-\[2px\] {
    padding-top: 2px;
  }
  .pt-\[3px\] {
    padding-top: 3px;
  }
  .pt-\[4px\] {
    padding-top: 4px;
  }
  .pt-\[5px\] {
    padding-top: 5px;
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pt-\[11px\] {
    padding-top: 11px;
  }
  .pt-\[12px\] {
    padding-top: 12px;
  }
  .pt-\[15px\] {
    padding-top: 15px;
  }
  .pt-\[16px\] {
    padding-top: 16px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[25px\] {
    padding-top: 25px;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pt-\[70px\] {
    padding-top: 70px;
  }
  .pt-\[75px\] {
    padding-top: 75px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pt-\[105px\] {
    padding-top: 105px;
  }
  .pt-\[110px\] {
    padding-top: 110px;
  }
  .pt-\[115px\] {
    padding-top: 115px;
  }
  .pt-\[120px\] {
    padding-top: 120px;
  }
  .pt-\[125px\] {
    padding-top: 125px;
  }
  .pt-\[130px\] {
    padding-top: 130px;
  }
  .pt-\[131px\] {
    padding-top: 131px;
  }
  .pt-\[135px\] {
    padding-top: 135px;
  }
  .pt-\[140px\] {
    padding-top: 140px;
  }
  .pt-\[145px\] {
    padding-top: 145px;
  }
  .pt-\[150px\] {
    padding-top: 150px;
  }
  .pt-\[155px\] {
    padding-top: 155px;
  }
  .pt-\[195px\] {
    padding-top: 195px;
  }
  .pt-\[210px\] {
    padding-top: 210px;
  }
  .pt-\[220px\] {
    padding-top: 220px;
  }
  .pt-px {
    padding-top: 1px;
  }
  .\!pb-0 {
    padding-bottom: calc(var(--spacing) * 0) !important;
  }
  .pb-\[2px\] {
    padding-bottom: 2px;
  }
  .pb-\[3px\] {
    padding-bottom: 3px;
  }
  .pb-\[5px\] {
    padding-bottom: 5px;
  }
  .pb-\[8px\] {
    padding-bottom: 8px;
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[15px\] {
    padding-bottom: 15px;
  }
  .pb-\[18px\] {
    padding-bottom: 18px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[25px\] {
    padding-bottom: 25px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[37px\] {
    padding-bottom: 37px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[51px\] {
    padding-bottom: 51px;
  }
  .pb-\[55px\] {
    padding-bottom: 55px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pb-\[65px\] {
    padding-bottom: 65px;
  }
  .pb-\[70px\] {
    padding-bottom: 70px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pb-\[210px\] {
    padding-bottom: 210px;
  }
  .text-center {
    text-align: center;
  }
  .align-bottom {
    vertical-align: bottom;
  }
  .align-top {
    vertical-align: top;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .\!text-2xl {
    font-size: var(--text-2xl) !important;
    line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
  }
  .\!text-3xl {
    font-size: var(--text-3xl) !important;
    line-height: var(--tw-leading, var(--text-3xl--line-height)) !important;
  }
  .\!text-4xl {
    font-size: var(--text-4xl) !important;
    line-height: var(--tw-leading, var(--text-4xl--line-height)) !important;
  }
  .\!text-5xl {
    font-size: var(--text-5xl) !important;
    line-height: var(--tw-leading, var(--text-5xl--line-height)) !important;
  }
  .\!text-base {
    font-size: var(--text-base) !important;
    line-height: var(--tw-leading, var(--text-base--line-height)) !important;
  }
  .\!text-lg {
    font-size: var(--text-lg) !important;
    line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
  }
  .\!text-sm {
    font-size: var(--text-sm) !important;
    line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
  }
  .\!text-xl {
    font-size: var(--text-xl) !important;
    line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
  }
  .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-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .\!text-\[20px\] {
    font-size: 20px !important;
  }
  .\!text-\[22px\] {
    font-size: 22px !important;
  }
  .\!text-\[26px\] {
    font-size: 26px !important;
  }
  .\!text-\[30px\] {
    font-size: 30px !important;
  }
  .\!text-\[35px\] {
    font-size: 35px !important;
  }
  .\!text-\[45px\] {
    font-size: 45px !important;
  }
  .\!text-\[50px\] {
    font-size: 50px !important;
  }
  .\!text-md {
    font-size: var(--text-md) !important;
  }
  .text-\[2\.36vw\] {
    font-size: 2.36vw;
  }
  .text-\[8px\] {
    font-size: 8px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[19px\] {
    font-size: 19px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[34px\] {
    font-size: 34px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[37px\] {
    font-size: 37px;
  }
  .text-\[38px\] {
    font-size: 38px;
  }
  .text-\[44px\] {
    font-size: 44px;
  }
  .text-\[46px\] {
    font-size: 46px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .text-\[80px\] {
    font-size: 80px;
  }
  .text-\[90px\] {
    font-size: 90px;
  }
  .text-\[95px\] {
    font-size: 95px;
  }
  .text-\[135px\] {
    font-size: 135px;
  }
  .text-md {
    font-size: var(--text-md);
  }
  .\!leading-\[1\.1\] {
    --tw-leading: 1.1 !important;
    line-height: 1.1 !important;
  }
  .\!leading-\[1\.2\] {
    --tw-leading: 1.2 !important;
    line-height: 1.2 !important;
  }
  .\!leading-\[1\.4\] {
    --tw-leading: 1.4 !important;
    line-height: 1.4 !important;
  }
  .\!leading-\[1\.5\] {
    --tw-leading: 1.5 !important;
    line-height: 1.5 !important;
  }
  .\!leading-\[1\.6\] {
    --tw-leading: 1.6 !important;
    line-height: 1.6 !important;
  }
  .\!leading-\[1\.7\] {
    --tw-leading: 1.7 !important;
    line-height: 1.7 !important;
  }
  .\!leading-\[1\.8\] {
    --tw-leading: 1.8 !important;
    line-height: 1.8 !important;
  }
  .\!leading-\[1\.45\] {
    --tw-leading: 1.45 !important;
    line-height: 1.45 !important;
  }
  .\!leading-none {
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-\[1\.7\] {
    --tw-leading: 1.7;
    line-height: 1.7;
  }
  .leading-\[1\.8\] {
    --tw-leading: 1.8;
    line-height: 1.8;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .\!font-\[100\] {
    --tw-font-weight: 100 !important;
    font-weight: 100 !important;
  }
  .\!font-black {
    --tw-font-weight: var(--font-weight-black) !important;
    font-weight: var(--font-weight-black) !important;
  }
  .\!font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold) !important;
    font-weight: var(--font-weight-extrabold) !important;
  }
  .\!font-light {
    --tw-font-weight: var(--font-weight-light) !important;
    font-weight: var(--font-weight-light) !important;
  }
  .\!font-medium {
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
  }
  .\!font-normal {
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
  }
  .\!font-semibold {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .font-\[100\] {
    --tw-font-weight: 100;
    font-weight: 100;
  }
  .font-\[800\] {
    --tw-font-weight: 800;
    font-weight: 800;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .-tracking-\[-0\.16px\] {
    --tw-tracking: calc(-0.16px * -1);
    letter-spacing: calc(-0.16px * -1);
  }
  .-tracking-\[\.2px\] {
    --tw-tracking: calc(.2px * -1);
    letter-spacing: calc(.2px * -1);
  }
  .-tracking-\[\.3px\] {
    --tw-tracking: calc(.3px * -1);
    letter-spacing: calc(.3px * -1);
  }
  .-tracking-\[\.4px\] {
    --tw-tracking: calc(.4px * -1);
    letter-spacing: calc(.4px * -1);
  }
  .-tracking-\[\.5px\] {
    --tw-tracking: calc(.5px * -1);
    letter-spacing: calc(.5px * -1);
  }
  .-tracking-\[\.6px\] {
    --tw-tracking: calc(.6px * -1);
    letter-spacing: calc(.6px * -1);
  }
  .-tracking-\[\.34px\] {
    --tw-tracking: calc(.34px * -1);
    letter-spacing: calc(.34px * -1);
  }
  .-tracking-\[\.44px\] {
    --tw-tracking: calc(.44px * -1);
    letter-spacing: calc(.44px * -1);
  }
  .-tracking-\[0\.2px\] {
    --tw-tracking: calc(0.2px * -1);
    letter-spacing: calc(0.2px * -1);
  }
  .-tracking-\[0\.5px\] {
    --tw-tracking: calc(0.5px * -1);
    letter-spacing: calc(0.5px * -1);
  }
  .-tracking-\[0\.14px\] {
    --tw-tracking: calc(0.14px * -1);
    letter-spacing: calc(0.14px * -1);
  }
  .-tracking-\[0\.15px\] {
    --tw-tracking: calc(0.15px * -1);
    letter-spacing: calc(0.15px * -1);
  }
  .-tracking-\[0\.16px\] {
    --tw-tracking: calc(0.16px * -1);
    letter-spacing: calc(0.16px * -1);
  }
  .-tracking-\[0\.18px\] {
    --tw-tracking: calc(0.18px * -1);
    letter-spacing: calc(0.18px * -1);
  }
  .-tracking-\[0\.24px\] {
    --tw-tracking: calc(0.24px * -1);
    letter-spacing: calc(0.24px * -1);
  }
  .-tracking-\[0\.46px\] {
    --tw-tracking: calc(0.46px * -1);
    letter-spacing: calc(0.46px * -1);
  }
  .-tracking-\[1\.4\] {
    --tw-tracking: calc(1.4 * -1);
    letter-spacing: calc(1.4 * -1);
  }
  .-tracking-\[1\.4px\] {
    --tw-tracking: calc(1.4px * -1);
    letter-spacing: calc(1.4px * -1);
  }
  .-tracking-\[1\.5px\] {
    --tw-tracking: calc(1.5px * -1);
    letter-spacing: calc(1.5px * -1);
  }
  .-tracking-\[1\.7px\] {
    --tw-tracking: calc(1.7px * -1);
    letter-spacing: calc(1.7px * -1);
  }
  .-tracking-\[1\.08px\] {
    --tw-tracking: calc(1.08px * -1);
    letter-spacing: calc(1.08px * -1);
  }
  .-tracking-\[1\.8px\] {
    --tw-tracking: calc(1.8px * -1);
    letter-spacing: calc(1.8px * -1);
  }
  .-tracking-\[1\.84px\] {
    --tw-tracking: calc(1.84px * -1);
    letter-spacing: calc(1.84px * -1);
  }
  .-tracking-\[1px\] {
    --tw-tracking: calc(1px * -1);
    letter-spacing: calc(1px * -1);
  }
  .-tracking-\[2\.5px\] {
    --tw-tracking: calc(2.5px * -1);
    letter-spacing: calc(2.5px * -1);
  }
  .-tracking-\[2\.8px\] {
    --tw-tracking: calc(2.8px * -1);
    letter-spacing: calc(2.8px * -1);
  }
  .-tracking-\[2\.22px\] {
    --tw-tracking: calc(2.22px * -1);
    letter-spacing: calc(2.22px * -1);
  }
  .-tracking-\[3\.22px\] {
    --tw-tracking: calc(3.22px * -1);
    letter-spacing: calc(3.22px * -1);
  }
  .-tracking-\[3px\] {
    --tw-tracking: calc(3px * -1);
    letter-spacing: calc(3px * -1);
  }
  .tracking-\[\.5px\] {
    --tw-tracking: .5px;
    letter-spacing: .5px;
  }
  .tracking-\[0\.12\] {
    --tw-tracking: 0.12;
    letter-spacing: 0.12;
  }
  .tracking-\[0\.18px\] {
    --tw-tracking: 0.18px;
    letter-spacing: 0.18px;
  }
  .tracking-\[0\.48px\] {
    --tw-tracking: 0.48px;
    letter-spacing: 0.48px;
  }
  .tracking-\[1\.2px\] {
    --tw-tracking: 1.2px;
    letter-spacing: 1.2px;
  }
  .tracking-\[1\.4px\] {
    --tw-tracking: 1.4px;
    letter-spacing: 1.4px;
  }
  .tracking-\[1\.5px\] {
    --tw-tracking: 1.5px;
    letter-spacing: 1.5px;
  }
  .tracking-\[1\.8px\] {
    --tw-tracking: 1.8px;
    letter-spacing: 1.8px;
  }
  .tracking-\[1\.12px\] {
    --tw-tracking: 1.12px;
    letter-spacing: 1.12px;
  }
  .tracking-\[1\.95px\] {
    --tw-tracking: 1.95px;
    letter-spacing: 1.95px;
  }
  .tracking-\[1\.96px\] {
    --tw-tracking: 1.96px;
    letter-spacing: 1.96px;
  }
  .tracking-\[1px\] {
    --tw-tracking: 1px;
    letter-spacing: 1px;
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-\[\#7B6C64\] {
    color: #7B6C64 !important;
  }
  .\!text-\[\#7D6B61\] {
    color: #7D6B61 !important;
  }
  .\!text-\[\#8E837A\] {
    color: #8E837A !important;
  }
  .\!text-\[\#28a745\] {
    color: #28a745 !important;
  }
  .\!text-\[\#61B85F\] {
    color: #61B85F !important;
  }
  .\!text-\[\#93CCE6\] {
    color: #93CCE6 !important;
  }
  .\!text-\[\#06201B\] {
    color: #06201B !important;
  }
  .\!text-\[\#CA9099\] {
    color: #CA9099 !important;
  }
  .\!text-\[\#E5E5E5\] {
    color: #E5E5E5 !important;
  }
  .\!text-\[\#FF6738\] {
    color: #FF6738 !important;
  }
  .\!text-\[\#FFD303\] {
    color: #FFD303 !important;
  }
  .\!text-\[\#ebebe0\] {
    color: #ebebe0 !important;
  }
  .\!text-\[3xl\] {
    color: 3xl !important;
  }
  .\!text-black {
    color: var(--color-black) !important;
  }
  .\!text-gray-500 {
    color: var(--color-gray-500) !important;
  }
  .\!text-gray-700 {
    color: var(--color-gray-700) !important;
  }
  .\!text-gray-800 {
    color: var(--color-gray-800) !important;
  }
  .\!text-lime-500 {
    color: var(--color-lime-500) !important;
  }
  .\!text-orange-500 {
    color: var(--color-orange-500) !important;
  }
  .\!text-primary-500 {
    color: var(--color-primary-500) !important;
  }
  .\!text-purple-600 {
    color: var(--color-purple-600) !important;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .\!text-white\/60 {
    color: color-mix(in srgb, #ffffff 60%, transparent) !important;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 60%, transparent) !important;
    }
  }
  .text-\[\#0B55E5\] {
    color: #0B55E5;
  }
  .text-\[\#0B55E5\]\/50 {
    color: color-mix(in oklab, #0B55E5 50%, transparent);
  }
  .text-\[\#00C896\] {
    color: #00C896;
  }
  .text-\[\#00E0FF\] {
    color: #00E0FF;
  }
  .text-\[\#00ba00\] {
    color: #00ba00;
  }
  .text-\[\#2ECC71\] {
    color: #2ECC71;
  }
  .text-\[\#3CC8C9\] {
    color: #3CC8C9;
  }
  .text-\[\#5DB996\] {
    color: #5DB996;
  }
  .text-\[\#006BFF\] {
    color: #006BFF;
  }
  .text-\[\#06B48A\] {
    color: #06B48A;
  }
  .text-\[\#6E42F5\] {
    color: #6E42F5;
  }
  .text-\[\#7B6C64\] {
    color: #7B6C64;
  }
  .text-\[\#7EDB66\] {
    color: #7EDB66;
  }
  .text-\[\#7F56D8\] {
    color: #7F56D8;
  }
  .text-\[\#7a857d\] {
    color: #7a857d;
  }
  .text-\[\#8A899C\] {
    color: #8A899C;
  }
  .text-\[\#8E837A\] {
    color: #8E837A;
  }
  .text-\[\#8EC0EE\] {
    color: #8EC0EE;
  }
  .text-\[\#8F3E13\] {
    color: #8F3E13;
  }
  .text-\[\#8F8F99\] {
    color: #8F8F99;
  }
  .text-\[\#8f8f99\] {
    color: #8f8f99;
  }
  .text-\[\#9A9795\] {
    color: #9A9795;
  }
  .text-\[\#9E948E\] {
    color: #9E948E;
  }
  .text-\[\#10B981\] {
    color: #10B981;
  }
  .text-\[\#28a745\] {
    color: #28a745;
  }
  .text-\[\#0052FF\] {
    color: #0052FF;
  }
  .text-\[\#61B85F\] {
    color: #61B85F;
  }
  .text-\[\#93CCE6\] {
    color: #93CCE6;
  }
  .text-\[\#96A6BD\] {
    color: #96A6BD;
  }
  .text-\[\#150E35\]\/60 {
    color: color-mix(in oklab, #150E35 60%, transparent);
  }
  .text-\[\#275B96\] {
    color: #275B96;
  }
  .text-\[\#275b96\] {
    color: #275b96;
  }
  .text-\[\#01030A\] {
    color: #01030A;
  }
  .text-\[\#2563EB\] {
    color: #2563EB;
  }
  .text-\[\#2575fc\] {
    color: #2575fc;
  }
  .text-\[\#2675FC\] {
    color: #2675FC;
  }
  .text-\[\#3368FC\] {
    color: #3368FC;
  }
  .text-\[\#06021d\]\/5 {
    color: color-mix(in oklab, #06021d 5%, transparent);
  }
  .text-\[\#06201B\] {
    color: #06201B;
  }
  .text-\[\#06201b\] {
    color: #06201b;
  }
  .text-\[\#9498A2\] {
    color: #9498A2;
  }
  .text-\[\#9588E8\] {
    color: #9588E8;
  }
  .text-\[\#89837F\] {
    color: #89837F;
  }
  .text-\[\#95949C\] {
    color: #95949C;
  }
  .text-\[\#A2A5AE\] {
    color: #A2A5AE;
  }
  .text-\[\#A5A6AC\] {
    color: #A5A6AC;
  }
  .text-\[\#A7A5B2\] {
    color: #A7A5B2;
  }
  .text-\[\#A26871\] {
    color: #A26871;
  }
  .text-\[\#ACB2B4\] {
    color: #ACB2B4;
  }
  .text-\[\#C8FF32\] {
    color: #C8FF32;
  }
  .text-\[\#C9FE6E\] {
    color: #C9FE6E;
  }
  .text-\[\#C96910\] {
    color: #C96910;
  }
  .text-\[\#CA9099\] {
    color: #CA9099;
  }
  .text-\[\#CDDAFF\] {
    color: #CDDAFF;
  }
  .text-\[\#CFD0D8\] {
    color: #CFD0D8;
  }
  .text-\[\#D0D1D3\] {
    color: #D0D1D3;
  }
  .text-\[\#D15616\] {
    color: #D15616;
  }
  .text-\[\#E3CEBF\] {
    color: #E3CEBF;
  }
  .text-\[\#E3E3E3\] {
    color: #E3E3E3;
  }
  .text-\[\#E5E5E5\] {
    color: #E5E5E5;
  }
  .text-\[\#E67A66\] {
    color: #E67A66;
  }
  .text-\[\#E36925\] {
    color: #E36925;
  }
  .text-\[\#EEE59C\] {
    color: #EEE59C;
  }
  .text-\[\#F2B827\] {
    color: #F2B827;
  }
  .text-\[\#F5953E\] {
    color: #F5953E;
  }
  .text-\[\#F30503\] {
    color: #F30503;
  }
  .text-\[\#FECE2D\] {
    color: #FECE2D;
  }
  .text-\[\#FF6738\] {
    color: #FF6738;
  }
  .text-\[\#FF8106\] {
    color: #FF8106;
  }
  .text-\[\#FFAA72\] {
    color: #FFAA72;
  }
  .text-\[\#FFC813\] {
    color: #FFC813;
  }
  .text-\[\#FFCB33\] {
    color: #FFCB33;
  }
  .text-\[\#FFD303\] {
    color: #FFD303;
  }
  .text-\[\#FFE177\] {
    color: #FFE177;
  }
  .text-\[\#FFE713\] {
    color: #FFE713;
  }
  .text-\[\#b8b8b8\] {
    color: #b8b8b8;
  }
  .text-\[\#c8ff32\] {
    color: #c8ff32;
  }
  .text-\[\#c9fe6e\] {
    color: #c9fe6e;
  }
  .text-\[\#e36925\] {
    color: #e36925;
  }
  .text-\[\#ebebe0\] {
    color: #ebebe0;
  }
  .text-\[\#eee59c\] {
    color: #eee59c;
  }
  .text-\[\#ef4335\] {
    color: #ef4335;
  }
  .text-\[\#f6f5f3\] {
    color: #f6f5f3;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-danger-400 {
    color: var(--color-danger-400);
  }
  .text-danger-500 {
    color: var(--color-danger-500);
  }
  .text-dark {
    color: var(--color-dark);
  }
  .text-gray-50 {
    color: var(--color-gray-50);
  }
  .text-gray-100 {
    color: var(--color-gray-100);
  }
  .text-gray-200 {
    color: var(--color-gray-200);
  }
  .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-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-lime-500 {
    color: var(--color-lime-500);
  }
  .text-lime-900 {
    color: var(--color-lime-900);
  }
  .text-orange-200 {
    color: var(--color-orange-200);
  }
  .text-orange-400 {
    color: var(--color-orange-400);
  }
  .text-orange-500 {
    color: var(--color-orange-500);
  }
  .text-orange-600 {
    color: var(--color-orange-600);
  }
  .text-orange-700 {
    color: var(--color-orange-700);
  }
  .text-primary-300 {
    color: var(--color-primary-300);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-primary-600 {
    color: var(--color-primary-600);
  }
  .text-purple-300 {
    color: var(--color-purple-300);
  }
  .text-purple-500 {
    color: var(--color-purple-500);
  }
  .text-purple-600 {
    color: var(--color-purple-600);
  }
  .text-secondary-200 {
    color: var(--color-secondary-200);
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/3 {
    color: color-mix(in srgb, #ffffff 3%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 3%, transparent);
    }
  }
  .text-white\/50 {
    color: color-mix(in srgb, #ffffff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .text-white\/60 {
    color: color-mix(in srgb, #ffffff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .text-white\/70 {
    color: color-mix(in srgb, #ffffff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .text-white\/80 {
    color: color-mix(in srgb, #ffffff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .underline-offset-3 {
    text-underline-offset: 3px;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-10 {
    opacity: 10%;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-35 {
    opacity: 35%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-\[\.10\] {
    opacity: .10;
  }
  .opacity-\[0\.2\] {
    opacity: 0.2;
  }
  .opacity-\[0\.6\] {
    opacity: 0.6;
  }
  .shadow-3xl {
    --tw-shadow: var(--tw-shadow-color, rgba(149, 157, 165, 0.2)) 0px 8px 24px;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-custom {
    --tw-shadow: 21px 85px 24px 0px var(--tw-shadow-color, rgba(176, 176, 176, 0.00)), 13px 54px 22px 0px var(--tw-shadow-color, rgba(176, 176, 176, 0.02)), 8px 30px 19px 0px var(--tw-shadow-color, rgba(176, 176, 176, 0.06)), 3px 14px 14px 0px var(--tw-shadow-color, rgba(176, 176, 176, 0.11)), 1px 3px 8px 0px var(--tw-shadow-color, rgba(176, 176, 176, 0.13));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0px 4px 30px 0px var(--tw-shadow-color, rgba(146, 139, 221, 0.10));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .\!outline-0 {
    outline-style: var(--tw-outline-style) !important;
    outline-width: 0px !important;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-0 {
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-\[50px\] {
    --tw-blur: blur(50px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-\[100px\] {
    --tw-blur: blur(100px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-\[132px\] {
    --tw-blur: blur(132px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-\[150px\] {
    --tw-blur: blur(150px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-\[175px\] {
    --tw-blur: blur(175px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-\[207px\] {
    --tw-blur: blur(207px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-\[232px\] {
    --tw-blur: blur(232px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-\[302px\] {
    --tw-blur: blur(302px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-\[362px\] {
    --tw-blur: blur(362px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-\[21px\] {
    --tw-backdrop-blur: blur(21px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    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));
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-first\:hidden {
    &:is(:where(.group):first-child *) {
      display: none;
    }
  }
  .group-last\:hidden {
    &:is(:where(.group):last-child *) {
      display: none;
    }
  }
  .group-hover\:w-\[30px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        width: 30px;
      }
    }
  }
  .group-hover\:scale-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 100%;
        --tw-scale-y: 100%;
        --tw-scale-z: 100%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:rounded-\[15px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-radius: 15px;
      }
    }
  }
  .group-hover\:border-primary-500 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: var(--color-primary-500);
      }
    }
  }
  .group-hover\:\!bg-\[\#006BFF\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #006BFF !important;
      }
    }
  }
  .group-hover\:\!bg-\[\#28a745\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #28a745 !important;
      }
    }
  }
  .group-hover\:\!bg-\[\#0052FF\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #0052FF !important;
      }
    }
  }
  .group-hover\:\!bg-\[\#275B96\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #275B96 !important;
      }
    }
  }
  .group-hover\:\!bg-\[\#2563EB\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #2563EB !important;
      }
    }
  }
  .group-hover\:\!bg-\[\#C96910\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #C96910 !important;
      }
    }
  }
  .group-hover\:\!bg-\[\#CA9099\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #CA9099 !important;
      }
    }
  }
  .group-hover\:\!bg-\[\#F2B827\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #F2B827 !important;
      }
    }
  }
  .group-hover\:\!bg-\[\#F5953E\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #F5953E !important;
      }
    }
  }
  .group-hover\:\!bg-lime-500 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-lime-500) !important;
      }
    }
  }
  .group-hover\:\!bg-orange-400 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-orange-400) !important;
      }
    }
  }
  .group-hover\:\!bg-orange-500 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-orange-500) !important;
      }
    }
  }
  .group-hover\:\!bg-primary-500 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-primary-500) !important;
      }
    }
  }
  .group-hover\:\!bg-purple-500 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-purple-500) !important;
      }
    }
  }
  .group-hover\:\!bg-purple-600 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-purple-600) !important;
      }
    }
  }
  .group-hover\:bg-\[\#0c0c2f\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #0c0c2f;
      }
    }
  }
  .group-hover\:bg-\[\#61B85F\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #61B85F;
      }
    }
  }
  .group-hover\:bg-\[\#26120A\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #26120A;
      }
    }
  }
  .group-hover\:bg-\[\#FF6738\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #FF6738;
      }
    }
  }
  .group-hover\:bg-\[\#FFCB33\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #FFCB33;
      }
    }
  }
  .group-hover\:bg-\[\#FFD303\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #FFD303;
      }
    }
  }
  .group-hover\:bg-\[\#c8ff32\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #c8ff32;
      }
    }
  }
  .group-hover\:bg-\[\#f7f7f7\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #f7f7f7;
      }
    }
  }
  .group-hover\:bg-dark {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-dark);
      }
    }
  }
  .group-hover\:bg-orange-400 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-orange-400);
      }
    }
  }
  .group-hover\:bg-primary-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-primary-100);
      }
    }
  }
  .group-hover\:bg-primary-500 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--color-primary-500);
      }
    }
  }
  .group-hover\:text-black {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .group-hover\:opacity-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 0%;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-hover\:invert {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-invert: invert(100%);
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
      }
    }
  }
  .placeholder\:text-\[\#7B6C64\] {
    &::placeholder {
      color: #7B6C64;
    }
  }
  .placeholder\:text-\[\#8A899C\] {
    &::placeholder {
      color: #8A899C;
    }
  }
  .placeholder\:text-\[\#8E837A\] {
    &::placeholder {
      color: #8E837A;
    }
  }
  .placeholder\:text-\[\#938681\] {
    &::placeholder {
      color: #938681;
    }
  }
  .placeholder\:text-black {
    &::placeholder {
      color: var(--color-black);
    }
  }
  .placeholder\:text-gray-300 {
    &::placeholder {
      color: var(--color-gray-300);
    }
  }
  .placeholder\:text-gray-400 {
    &::placeholder {
      color: var(--color-gray-400);
    }
  }
  .placeholder\:text-gray-500 {
    &::placeholder {
      color: var(--color-gray-500);
    }
  }
  .placeholder\:text-white {
    &::placeholder {
      color: var(--color-white);
    }
  }
  .placeholder\:text-white\/60 {
    &::placeholder {
      color: color-mix(in srgb, #ffffff 60%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-white) 60%, transparent);
      }
    }
  }
  .before\:hidden {
    &::before {
      content: var(--tw-content);
      display: none;
    }
  }
  .after\:\!hidden {
    &::after {
      content: var(--tw-content);
      display: none !important;
    }
  }
  .after\:hidden {
    &::after {
      content: var(--tw-content);
      display: none;
    }
  }
  .first\:mt-0 {
    &:first-child {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .first\:mb-0 {
    &:first-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .first\:border-t {
    &:first-child {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .last\:mt-0 {
    &:last-child {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .last\:\!mb-0 {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0) !important;
    }
  }
  .last\:mb-0 {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .last\:border-0 {
    &:last-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .last\:pb-0 {
    &:last-child {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .hover\:-translate-y-\[20px\] {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(20px * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:rotate-0 {
    &:hover {
      @media (hover: hover) {
        rotate: 0deg;
      }
    }
  }
  .hover\:border-\[\#006BFF\] {
    &:hover {
      @media (hover: hover) {
        border-color: #006BFF;
      }
    }
  }
  .hover\:border-\[\#7EDB66\] {
    &:hover {
      @media (hover: hover) {
        border-color: #7EDB66;
      }
    }
  }
  .hover\:border-\[\#10B981\] {
    &:hover {
      @media (hover: hover) {
        border-color: #10B981;
      }
    }
  }
  .hover\:border-\[\#20C5A8\] {
    &:hover {
      @media (hover: hover) {
        border-color: #20C5A8;
      }
    }
  }
  .hover\:border-\[\#28a745\] {
    &:hover {
      @media (hover: hover) {
        border-color: #28a745;
      }
    }
  }
  .hover\:border-\[\#0052FF\] {
    &:hover {
      @media (hover: hover) {
        border-color: #0052FF;
      }
    }
  }
  .hover\:border-\[\#2563EB\] {
    &:hover {
      @media (hover: hover) {
        border-color: #2563EB;
      }
    }
  }
  .hover\:border-\[\#22943e\] {
    &:hover {
      @media (hover: hover) {
        border-color: #22943e;
      }
    }
  }
  .hover\:border-\[\#F5953E\] {
    &:hover {
      @media (hover: hover) {
        border-color: #F5953E;
      }
    }
  }
  .hover\:border-\[\#a26871\] {
    &:hover {
      @media (hover: hover) {
        border-color: #a26871;
      }
    }
  }
  .hover\:border-black {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-black);
      }
    }
  }
  .hover\:border-dark {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-dark);
      }
    }
  }
  .hover\:border-lime-500 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-lime-500);
      }
    }
  }
  .hover\:border-orange-500 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-orange-500);
      }
    }
  }
  .hover\:border-orange-700 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-orange-700);
      }
    }
  }
  .hover\:border-primary-400 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-primary-400);
      }
    }
  }
  .hover\:border-primary-500 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-primary-500);
      }
    }
  }
  .hover\:border-primary-600 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-primary-600);
      }
    }
  }
  .hover\:border-purple-500 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-purple-500);
      }
    }
  }
  .hover\:\!bg-\[\#3368FC\] {
    &:hover {
      @media (hover: hover) {
        background-color: #3368FC !important;
      }
    }
  }
  .hover\:\!bg-\[\#C9FE6E\] {
    &:hover {
      @media (hover: hover) {
        background-color: #C9FE6E !important;
      }
    }
  }
  .hover\:\!bg-\[\#C96910\] {
    &:hover {
      @media (hover: hover) {
        background-color: #C96910 !important;
      }
    }
  }
  .hover\:\!bg-primary-500 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary-500) !important;
      }
    }
  }
  .hover\:bg-\[\#4D0D0A\] {
    &:hover {
      @media (hover: hover) {
        background-color: #4D0D0A;
      }
    }
  }
  .hover\:bg-\[\#5DB996\] {
    &:hover {
      @media (hover: hover) {
        background-color: #5DB996;
      }
    }
  }
  .hover\:bg-\[\#006BFF\] {
    &:hover {
      @media (hover: hover) {
        background-color: #006BFF;
      }
    }
  }
  .hover\:bg-\[\#6E42F5\] {
    &:hover {
      @media (hover: hover) {
        background-color: #6E42F5;
      }
    }
  }
  .hover\:bg-\[\#7EDB66\] {
    &:hover {
      @media (hover: hover) {
        background-color: #7EDB66;
      }
    }
  }
  .hover\:bg-\[\#7F56D8\] {
    &:hover {
      @media (hover: hover) {
        background-color: #7F56D8;
      }
    }
  }
  .hover\:bg-\[\#10B981\] {
    &:hover {
      @media (hover: hover) {
        background-color: #10B981;
      }
    }
  }
  .hover\:bg-\[\#20C5A8\] {
    &:hover {
      @media (hover: hover) {
        background-color: #20C5A8;
      }
    }
  }
  .hover\:bg-\[\#28a745\] {
    &:hover {
      @media (hover: hover) {
        background-color: #28a745;
      }
    }
  }
  .hover\:bg-\[\#0052FF\] {
    &:hover {
      @media (hover: hover) {
        background-color: #0052FF;
      }
    }
  }
  .hover\:bg-\[\#275b96\] {
    &:hover {
      @media (hover: hover) {
        background-color: #275b96;
      }
    }
  }
  .hover\:bg-\[\#2563EB\] {
    &:hover {
      @media (hover: hover) {
        background-color: #2563EB;
      }
    }
  }
  .hover\:bg-\[\#2675FC\] {
    &:hover {
      @media (hover: hover) {
        background-color: #2675FC;
      }
    }
  }
  .hover\:bg-\[\#3368FC\] {
    &:hover {
      @media (hover: hover) {
        background-color: #3368FC;
      }
    }
  }
  .hover\:bg-\[\#22943e\] {
    &:hover {
      @media (hover: hover) {
        background-color: #22943e;
      }
    }
  }
  .hover\:bg-\[\#A26871\] {
    &:hover {
      @media (hover: hover) {
        background-color: #A26871;
      }
    }
  }
  .hover\:bg-\[\#C8FF32\] {
    &:hover {
      @media (hover: hover) {
        background-color: #C8FF32;
      }
    }
  }
  .hover\:bg-\[\#C96910\] {
    &:hover {
      @media (hover: hover) {
        background-color: #C96910;
      }
    }
  }
  .hover\:bg-\[\#F2B827\] {
    &:hover {
      @media (hover: hover) {
        background-color: #F2B827;
      }
    }
  }
  .hover\:bg-\[\#F5953E\] {
    &:hover {
      @media (hover: hover) {
        background-color: #F5953E;
      }
    }
  }
  .hover\:bg-\[\#a26871\] {
    &:hover {
      @media (hover: hover) {
        background-color: #a26871;
      }
    }
  }
  .hover\:bg-\[\#c8ff32\] {
    &:hover {
      @media (hover: hover) {
        background-color: #c8ff32;
      }
    }
  }
  .hover\:bg-\[\#c9fe6e\] {
    &:hover {
      @media (hover: hover) {
        background-color: #c9fe6e;
      }
    }
  }
  .hover\:bg-\[\#ca9099\] {
    &:hover {
      @media (hover: hover) {
        background-color: #ca9099;
      }
    }
  }
  .hover\:bg-black {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
  }
  .hover\:bg-dark {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-dark);
      }
    }
  }
  .hover\:bg-gray-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-700);
      }
    }
  }
  .hover\:bg-gray-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-800);
      }
    }
  }
  .hover\:bg-lime-500 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-lime-500);
      }
    }
  }
  .hover\:bg-lime-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-lime-600);
      }
    }
  }
  .hover\:bg-orange-400 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-orange-400);
      }
    }
  }
  .hover\:bg-orange-500 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-orange-500);
      }
    }
  }
  .hover\:bg-orange-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-orange-700);
      }
    }
  }
  .hover\:bg-primary-400 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary-400);
      }
    }
  }
  .hover\:bg-primary-500 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary-500);
      }
    }
  }
  .hover\:bg-primary-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary-600);
      }
    }
  }
  .hover\:bg-primary-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary-700);
      }
    }
  }
  .hover\:bg-purple-500 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-purple-500);
      }
    }
  }
  .hover\:bg-purple-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-purple-600);
      }
    }
  }
  .hover\:bg-purple-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-purple-700);
      }
    }
  }
  .hover\:bg-warning-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-warning-800);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:bg-white\/60 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #ffffff 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 60%, transparent);
        }
      }
    }
  }
  .hover\:\!text-\[\#0052FF\] {
    &:hover {
      @media (hover: hover) {
        color: #0052FF !important;
      }
    }
  }
  .hover\:\!text-orange-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-orange-500) !important;
      }
    }
  }
  .hover\:\!text-primary-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-600) !important;
      }
    }
  }
  .hover\:\!text-purple-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-purple-600) !important;
      }
    }
  }
  .hover\:\!text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white) !important;
      }
    }
  }
  .hover\:text-\[\#3CC8C9\] {
    &:hover {
      @media (hover: hover) {
        color: #3CC8C9;
      }
    }
  }
  .hover\:text-\[\#4D0D0A\] {
    &:hover {
      @media (hover: hover) {
        color: #4D0D0A;
      }
    }
  }
  .hover\:text-\[\#006BFF\] {
    &:hover {
      @media (hover: hover) {
        color: #006BFF;
      }
    }
  }
  .hover\:text-\[\#7EDB66\] {
    &:hover {
      @media (hover: hover) {
        color: #7EDB66;
      }
    }
  }
  .hover\:text-\[\#8EC0EE\] {
    &:hover {
      @media (hover: hover) {
        color: #8EC0EE;
      }
    }
  }
  .hover\:text-\[\#28a745\] {
    &:hover {
      @media (hover: hover) {
        color: #28a745;
      }
    }
  }
  .hover\:text-\[\#0052FF\] {
    &:hover {
      @media (hover: hover) {
        color: #0052FF;
      }
    }
  }
  .hover\:text-\[\#93CCE6\] {
    &:hover {
      @media (hover: hover) {
        color: #93CCE6;
      }
    }
  }
  .hover\:text-\[\#275B96\] {
    &:hover {
      @media (hover: hover) {
        color: #275B96;
      }
    }
  }
  .hover\:text-\[\#2563EB\] {
    &:hover {
      @media (hover: hover) {
        color: #2563EB;
      }
    }
  }
  .hover\:text-\[\#2675FC\] {
    &:hover {
      @media (hover: hover) {
        color: #2675FC;
      }
    }
  }
  .hover\:text-\[\#3368FC\] {
    &:hover {
      @media (hover: hover) {
        color: #3368FC;
      }
    }
  }
  .hover\:text-\[\#06201b\] {
    &:hover {
      @media (hover: hover) {
        color: #06201b;
      }
    }
  }
  .hover\:text-\[\#A26871\] {
    &:hover {
      @media (hover: hover) {
        color: #A26871;
      }
    }
  }
  .hover\:text-\[\#C8FF32\] {
    &:hover {
      @media (hover: hover) {
        color: #C8FF32;
      }
    }
  }
  .hover\:text-\[\#C96910\] {
    &:hover {
      @media (hover: hover) {
        color: #C96910;
      }
    }
  }
  .hover\:text-\[\#CA9099\] {
    &:hover {
      @media (hover: hover) {
        color: #CA9099;
      }
    }
  }
  .hover\:text-\[\#E36925\] {
    &:hover {
      @media (hover: hover) {
        color: #E36925;
      }
    }
  }
  .hover\:text-\[\#F5953E\] {
    &:hover {
      @media (hover: hover) {
        color: #F5953E;
      }
    }
  }
  .hover\:text-\[\#FFCB33\] {
    &:hover {
      @media (hover: hover) {
        color: #FFCB33;
      }
    }
  }
  .hover\:text-\[\#c9fe6e\] {
    &:hover {
      @media (hover: hover) {
        color: #c9fe6e;
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:text-lime-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-lime-600);
      }
    }
  }
  .hover\:text-orange-400 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-orange-400);
      }
    }
  }
  .hover\:text-orange-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-orange-500);
      }
    }
  }
  .hover\:text-orange-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-orange-600);
      }
    }
  }
  .hover\:text-orange-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-orange-700);
      }
    }
  }
  .hover\:text-orange-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-orange-800);
      }
    }
  }
  .hover\:text-primary-400 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-400);
      }
    }
  }
  .hover\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .hover\:text-primary-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-600);
      }
    }
  }
  .hover\:text-primary-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-700);
      }
    }
  }
  .hover\:text-primary-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-800);
      }
    }
  }
  .hover\:text-purple-400 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-purple-400);
      }
    }
  }
  .hover\:text-purple-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-purple-500);
      }
    }
  }
  .hover\:text-purple-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-purple-600);
      }
    }
  }
  .hover\:text-purple-800 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-purple-800);
      }
    }
  }
  .hover\:text-secondary-200 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-secondary-200);
      }
    }
  }
  .hover\:text-warning-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-warning-700);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:border-\[\#0052FF\] {
    &:focus {
      border-color: #0052FF;
    }
  }
  .focus\:border-\[\#2675FC\] {
    &:focus {
      border-color: #2675FC;
    }
  }
  .focus\:border-\[\#F5953E\] {
    &:focus {
      border-color: #F5953E;
    }
  }
  .focus\:border-primary-500 {
    &:focus {
      border-color: var(--color-primary-500);
    }
  }
  .sm\:order-1 {
    @media (width >= 40rem) {
      order: 1;
    }
  }
  .sm\:order-2 {
    @media (width >= 40rem) {
      order: 2;
    }
  }
  .sm\:order-3 {
    @media (width >= 40rem) {
      order: 3;
    }
  }
  .sm\:order-\[1\] {
    @media (width >= 40rem) {
      order: 1;
    }
  }
  .sm\:order-\[2\] {
    @media (width >= 40rem) {
      order: 2;
    }
  }
  .sm\:order-\[3\] {
    @media (width >= 40rem) {
      order: 3;
    }
  }
  .sm\:order-\[4\] {
    @media (width >= 40rem) {
      order: 4;
    }
  }
  .sm\:col-span-1 {
    @media (width >= 40rem) {
      grid-column: span 1 / span 1;
    }
  }
  .sm\:col-span-2 {
    @media (width >= 40rem) {
      grid-column: span 2 / span 2;
    }
  }
  .sm\:mx-\[20px\] {
    @media (width >= 40rem) {
      margin-inline: 20px;
    }
  }
  .sm\:mt-0 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:mb-0 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:h-\[60\%\] {
    @media (width >= 40rem) {
      height: 60%;
    }
  }
  .sm\:h-\[300px\] {
    @media (width >= 40rem) {
      height: 300px;
    }
  }
  .sm\:h-\[600px\] {
    @media (width >= 40rem) {
      height: 600px;
    }
  }
  .sm\:w-\[50px\] {
    @media (width >= 40rem) {
      width: 50px;
    }
  }
  .sm\:max-w-\[540px\] {
    @media (width >= 40rem) {
      max-width: 540px;
    }
  }
  .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\:grid-cols-4 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .sm\:gap-\[15px\] {
    @media (width >= 40rem) {
      gap: 15px;
    }
  }
  .sm\:px-0 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:pb-0 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:\!text-5xl {
    @media (width >= 40rem) {
      font-size: var(--text-5xl) !important;
      line-height: var(--tw-leading, var(--text-5xl--line-height)) !important;
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:-top-\[4px\] {
    @media (width >= 48rem) {
      top: calc(4px * -1);
    }
  }
  .md\:-top-\[80px\] {
    @media (width >= 48rem) {
      top: calc(80px * -1);
    }
  }
  .md\:top-0 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .md\:top-1\/2 {
    @media (width >= 48rem) {
      top: calc(1/2 * 100%);
    }
  }
  .md\:top-\[2px\] {
    @media (width >= 48rem) {
      top: 2px;
    }
  }
  .md\:top-\[4\.3px\] {
    @media (width >= 48rem) {
      top: 4.3px;
    }
  }
  .md\:top-\[4\.4px\] {
    @media (width >= 48rem) {
      top: 4.4px;
    }
  }
  .md\:top-\[4\.5px\] {
    @media (width >= 48rem) {
      top: 4.5px;
    }
  }
  .md\:top-\[4px\] {
    @media (width >= 48rem) {
      top: 4px;
    }
  }
  .md\:top-\[5px\] {
    @media (width >= 48rem) {
      top: 5px;
    }
  }
  .md\:top-\[13px\] {
    @media (width >= 48rem) {
      top: 13px;
    }
  }
  .md\:top-\[20\%\] {
    @media (width >= 48rem) {
      top: 20%;
    }
  }
  .md\:top-\[20px\] {
    @media (width >= 48rem) {
      top: 20px;
    }
  }
  .md\:top-\[21px\] {
    @media (width >= 48rem) {
      top: 21px;
    }
  }
  .md\:top-\[22\%\] {
    @media (width >= 48rem) {
      top: 22%;
    }
  }
  .md\:top-\[25\%\] {
    @media (width >= 48rem) {
      top: 25%;
    }
  }
  .md\:top-\[25px\] {
    @media (width >= 48rem) {
      top: 25px;
    }
  }
  .md\:top-\[27\%\] {
    @media (width >= 48rem) {
      top: 27%;
    }
  }
  .md\:top-\[31px\] {
    @media (width >= 48rem) {
      top: 31px;
    }
  }
  .md\:top-\[32\.5px\] {
    @media (width >= 48rem) {
      top: 32.5px;
    }
  }
  .md\:top-\[32px\] {
    @media (width >= 48rem) {
      top: 32px;
    }
  }
  .md\:top-\[34\%\] {
    @media (width >= 48rem) {
      top: 34%;
    }
  }
  .md\:top-\[35px\] {
    @media (width >= 48rem) {
      top: 35px;
    }
  }
  .md\:top-\[40\%\] {
    @media (width >= 48rem) {
      top: 40%;
    }
  }
  .md\:top-\[43px\] {
    @media (width >= 48rem) {
      top: 43px;
    }
  }
  .md\:top-\[65\%\] {
    @media (width >= 48rem) {
      top: 65%;
    }
  }
  .md\:top-\[70\%\] {
    @media (width >= 48rem) {
      top: 70%;
    }
  }
  .md\:top-\[80\%\] {
    @media (width >= 48rem) {
      top: 80%;
    }
  }
  .md\:top-\[80px\] {
    @media (width >= 48rem) {
      top: 80px;
    }
  }
  .md\:top-\[84px\] {
    @media (width >= 48rem) {
      top: 84px;
    }
  }
  .md\:top-\[90\%\] {
    @media (width >= 48rem) {
      top: 90%;
    }
  }
  .md\:top-\[90px\] {
    @media (width >= 48rem) {
      top: 90px;
    }
  }
  .md\:top-\[100px\] {
    @media (width >= 48rem) {
      top: 100px;
    }
  }
  .md\:top-\[110px\] {
    @media (width >= 48rem) {
      top: 110px;
    }
  }
  .md\:top-\[120px\] {
    @media (width >= 48rem) {
      top: 120px;
    }
  }
  .md\:top-\[125px\] {
    @media (width >= 48rem) {
      top: 125px;
    }
  }
  .md\:top-\[140px\] {
    @media (width >= 48rem) {
      top: 140px;
    }
  }
  .md\:top-\[160px\] {
    @media (width >= 48rem) {
      top: 160px;
    }
  }
  .md\:top-\[165px\] {
    @media (width >= 48rem) {
      top: 165px;
    }
  }
  .md\:top-\[180px\] {
    @media (width >= 48rem) {
      top: 180px;
    }
  }
  .md\:top-\[262px\] {
    @media (width >= 48rem) {
      top: 262px;
    }
  }
  .md\:top-\[330px\] {
    @media (width >= 48rem) {
      top: 330px;
    }
  }
  .md\:right-0 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .md\:-bottom-\[4px\] {
    @media (width >= 48rem) {
      bottom: calc(4px * -1);
    }
  }
  .md\:-bottom-\[20px\] {
    @media (width >= 48rem) {
      bottom: calc(20px * -1);
    }
  }
  .md\:-bottom-\[100px\] {
    @media (width >= 48rem) {
      bottom: calc(100px * -1);
    }
  }
  .md\:bottom-0 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:bottom-\[5\%\] {
    @media (width >= 48rem) {
      bottom: 5%;
    }
  }
  .md\:bottom-\[10\%\] {
    @media (width >= 48rem) {
      bottom: 10%;
    }
  }
  .md\:bottom-\[12\%\] {
    @media (width >= 48rem) {
      bottom: 12%;
    }
  }
  .md\:bottom-\[13\%\] {
    @media (width >= 48rem) {
      bottom: 13%;
    }
  }
  .md\:bottom-\[21\.5\%\] {
    @media (width >= 48rem) {
      bottom: 21.5%;
    }
  }
  .md\:bottom-\[25px\] {
    @media (width >= 48rem) {
      bottom: 25px;
    }
  }
  .md\:bottom-\[30px\] {
    @media (width >= 48rem) {
      bottom: 30px;
    }
  }
  .md\:bottom-\[35\%\] {
    @media (width >= 48rem) {
      bottom: 35%;
    }
  }
  .md\:bottom-\[35px\] {
    @media (width >= 48rem) {
      bottom: 35px;
    }
  }
  .md\:bottom-\[40px\] {
    @media (width >= 48rem) {
      bottom: 40px;
    }
  }
  .md\:bottom-\[50px\] {
    @media (width >= 48rem) {
      bottom: 50px;
    }
  }
  .md\:bottom-\[55px\] {
    @media (width >= 48rem) {
      bottom: 55px;
    }
  }
  .md\:bottom-\[60px\] {
    @media (width >= 48rem) {
      bottom: 60px;
    }
  }
  .md\:bottom-\[70px\] {
    @media (width >= 48rem) {
      bottom: 70px;
    }
  }
  .md\:bottom-\[80px\] {
    @media (width >= 48rem) {
      bottom: 80px;
    }
  }
  .md\:bottom-\[135px\] {
    @media (width >= 48rem) {
      bottom: 135px;
    }
  }
  .md\:bottom-\[180px\] {
    @media (width >= 48rem) {
      bottom: 180px;
    }
  }
  .md\:bottom-\[220px\] {
    @media (width >= 48rem) {
      bottom: 220px;
    }
  }
  .md\:bottom-\[238px\] {
    @media (width >= 48rem) {
      bottom: 238px;
    }
  }
  .md\:-left-\[8px\] {
    @media (width >= 48rem) {
      left: calc(8px * -1);
    }
  }
  .md\:left-0 {
    @media (width >= 48rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .md\:left-1\/2 {
    @media (width >= 48rem) {
      left: calc(1/2 * 100%);
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:order-3 {
    @media (width >= 48rem) {
      order: 3;
    }
  }
  .md\:col-span-1 {
    @media (width >= 48rem) {
      grid-column: span 1 / span 1;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:col-span-3 {
    @media (width >= 48rem) {
      grid-column: span 3 / span 3;
    }
  }
  .md\:m-\[30px\] {
    @media (width >= 48rem) {
      margin: 30px;
    }
  }
  .md\:-mx-\[2\.5px\] {
    @media (width >= 48rem) {
      margin-inline: calc(2.5px * -1);
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:mx-\[9px\] {
    @media (width >= 48rem) {
      margin-inline: 9px;
    }
  }
  .md\:mx-\[10px\] {
    @media (width >= 48rem) {
      margin-inline: 10px;
    }
  }
  .md\:mx-\[15px\] {
    @media (width >= 48rem) {
      margin-inline: 15px;
    }
  }
  .md\:mx-\[50px\] {
    @media (width >= 48rem) {
      margin-inline: 50px;
    }
  }
  .md\:mx-auto {
    @media (width >= 48rem) {
      margin-inline: auto;
    }
  }
  .md\:-my-\[15px\] {
    @media (width >= 48rem) {
      margin-block: calc(15px * -1);
    }
  }
  .md\:-my-\[25px\] {
    @media (width >= 48rem) {
      margin-block: calc(25px * -1);
    }
  }
  .md\:my-\[16px\] {
    @media (width >= 48rem) {
      margin-block: 16px;
    }
  }
  .md\:my-\[17px\] {
    @media (width >= 48rem) {
      margin-block: 17px;
    }
  }
  .md\:my-\[20px\] {
    @media (width >= 48rem) {
      margin-block: 20px;
    }
  }
  .md\:my-\[22px\] {
    @media (width >= 48rem) {
      margin-block: 22px;
    }
  }
  .md\:my-\[25px\] {
    @media (width >= 48rem) {
      margin-block: 25px;
    }
  }
  .md\:my-\[30px\] {
    @media (width >= 48rem) {
      margin-block: 30px;
    }
  }
  .md\:my-\[35px\] {
    @media (width >= 48rem) {
      margin-block: 35px;
    }
  }
  .md\:my-\[40px\] {
    @media (width >= 48rem) {
      margin-block: 40px;
    }
  }
  .md\:\!mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0) !important;
    }
  }
  .md\:-mt-\[2px\] {
    @media (width >= 48rem) {
      margin-top: calc(2px * -1);
    }
  }
  .md\:-mt-\[4px\] {
    @media (width >= 48rem) {
      margin-top: calc(4px * -1);
    }
  }
  .md\:-mt-\[5px\] {
    @media (width >= 48rem) {
      margin-top: calc(5px * -1);
    }
  }
  .md\:-mt-\[6px\] {
    @media (width >= 48rem) {
      margin-top: calc(6px * -1);
    }
  }
  .md\:-mt-\[7px\] {
    @media (width >= 48rem) {
      margin-top: calc(7px * -1);
    }
  }
  .md\:-mt-\[8px\] {
    @media (width >= 48rem) {
      margin-top: calc(8px * -1);
    }
  }
  .md\:-mt-\[9px\] {
    @media (width >= 48rem) {
      margin-top: calc(9px * -1);
    }
  }
  .md\:-mt-\[10px\] {
    @media (width >= 48rem) {
      margin-top: calc(10px * -1);
    }
  }
  .md\:-mt-\[12px\] {
    @media (width >= 48rem) {
      margin-top: calc(12px * -1);
    }
  }
  .md\:-mt-\[15px\] {
    @media (width >= 48rem) {
      margin-top: calc(15px * -1);
    }
  }
  .md\:-mt-\[30px\] {
    @media (width >= 48rem) {
      margin-top: calc(30px * -1);
    }
  }
  .md\:-mt-\[35px\] {
    @media (width >= 48rem) {
      margin-top: calc(35px * -1);
    }
  }
  .md\:-mt-\[40px\] {
    @media (width >= 48rem) {
      margin-top: calc(40px * -1);
    }
  }
  .md\:-mt-\[80px\] {
    @media (width >= 48rem) {
      margin-top: calc(80px * -1);
    }
  }
  .md\:-mt-\[88px\] {
    @media (width >= 48rem) {
      margin-top: calc(88px * -1);
    }
  }
  .md\:-mt-\[90px\] {
    @media (width >= 48rem) {
      margin-top: calc(90px * -1);
    }
  }
  .md\:-mt-\[95px\] {
    @media (width >= 48rem) {
      margin-top: calc(95px * -1);
    }
  }
  .md\:-mt-\[100px\] {
    @media (width >= 48rem) {
      margin-top: calc(100px * -1);
    }
  }
  .md\:-mt-\[109px\] {
    @media (width >= 48rem) {
      margin-top: calc(109px * -1);
    }
  }
  .md\:-mt-\[150px\] {
    @media (width >= 48rem) {
      margin-top: calc(150px * -1);
    }
  }
  .md\:-mt-\[180px\] {
    @media (width >= 48rem) {
      margin-top: calc(180px * -1);
    }
  }
  .md\:-mt-\[190px\] {
    @media (width >= 48rem) {
      margin-top: calc(190px * -1);
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[4px\] {
    @media (width >= 48rem) {
      margin-top: 4px;
    }
  }
  .md\:mt-\[5px\] {
    @media (width >= 48rem) {
      margin-top: 5px;
    }
  }
  .md\:mt-\[8px\] {
    @media (width >= 48rem) {
      margin-top: 8px;
    }
  }
  .md\:mt-\[9px\] {
    @media (width >= 48rem) {
      margin-top: 9px;
    }
  }
  .md\:mt-\[10px\] {
    @media (width >= 48rem) {
      margin-top: 10px;
    }
  }
  .md\:mt-\[12px\] {
    @media (width >= 48rem) {
      margin-top: 12px;
    }
  }
  .md\:mt-\[13px\] {
    @media (width >= 48rem) {
      margin-top: 13px;
    }
  }
  .md\:mt-\[15px\] {
    @media (width >= 48rem) {
      margin-top: 15px;
    }
  }
  .md\:mt-\[16px\] {
    @media (width >= 48rem) {
      margin-top: 16px;
    }
  }
  .md\:mt-\[17px\] {
    @media (width >= 48rem) {
      margin-top: 17px;
    }
  }
  .md\:mt-\[18px\] {
    @media (width >= 48rem) {
      margin-top: 18px;
    }
  }
  .md\:mt-\[20px\] {
    @media (width >= 48rem) {
      margin-top: 20px;
    }
  }
  .md\:mt-\[22px\] {
    @media (width >= 48rem) {
      margin-top: 22px;
    }
  }
  .md\:mt-\[23\.25px\] {
    @media (width >= 48rem) {
      margin-top: 23.25px;
    }
  }
  .md\:mt-\[23px\] {
    @media (width >= 48rem) {
      margin-top: 23px;
    }
  }
  .md\:mt-\[25px\] {
    @media (width >= 48rem) {
      margin-top: 25px;
    }
  }
  .md\:mt-\[28px\] {
    @media (width >= 48rem) {
      margin-top: 28px;
    }
  }
  .md\:mt-\[30px\] {
    @media (width >= 48rem) {
      margin-top: 30px;
    }
  }
  .md\:mt-\[32px\] {
    @media (width >= 48rem) {
      margin-top: 32px;
    }
  }
  .md\:mt-\[35px\] {
    @media (width >= 48rem) {
      margin-top: 35px;
    }
  }
  .md\:mt-\[40px\] {
    @media (width >= 48rem) {
      margin-top: 40px;
    }
  }
  .md\:mt-\[45px\] {
    @media (width >= 48rem) {
      margin-top: 45px;
    }
  }
  .md\:mt-\[50px\] {
    @media (width >= 48rem) {
      margin-top: 50px;
    }
  }
  .md\:mt-\[60px\] {
    @media (width >= 48rem) {
      margin-top: 60px;
    }
  }
  .md\:mt-\[70px\] {
    @media (width >= 48rem) {
      margin-top: 70px;
    }
  }
  .md\:mt-\[80px\] {
    @media (width >= 48rem) {
      margin-top: 80px;
    }
  }
  .md\:mt-\[90px\] {
    @media (width >= 48rem) {
      margin-top: 90px;
    }
  }
  .md\:mt-px {
    @media (width >= 48rem) {
      margin-top: 1px;
    }
  }
  .md\:\!mb-\[4px\] {
    @media (width >= 48rem) {
      margin-bottom: 4px !important;
    }
  }
  .md\:\!mb-\[5px\] {
    @media (width >= 48rem) {
      margin-bottom: 5px !important;
    }
  }
  .md\:\!mb-\[10px\] {
    @media (width >= 48rem) {
      margin-bottom: 10px !important;
    }
  }
  .md\:\!mb-\[11px\] {
    @media (width >= 48rem) {
      margin-bottom: 11px !important;
    }
  }
  .md\:\!mb-\[12px\] {
    @media (width >= 48rem) {
      margin-bottom: 12px !important;
    }
  }
  .md\:\!mb-\[13px\] {
    @media (width >= 48rem) {
      margin-bottom: 13px !important;
    }
  }
  .md\:\!mb-\[14px\] {
    @media (width >= 48rem) {
      margin-bottom: 14px !important;
    }
  }
  .md\:\!mb-\[15px\] {
    @media (width >= 48rem) {
      margin-bottom: 15px !important;
    }
  }
  .md\:\!mb-\[16px\] {
    @media (width >= 48rem) {
      margin-bottom: 16px !important;
    }
  }
  .md\:\!mb-\[17px\] {
    @media (width >= 48rem) {
      margin-bottom: 17px !important;
    }
  }
  .md\:\!mb-\[18px\] {
    @media (width >= 48rem) {
      margin-bottom: 18px !important;
    }
  }
  .md\:\!mb-\[20px\] {
    @media (width >= 48rem) {
      margin-bottom: 20px !important;
    }
  }
  .md\:\!mb-\[22px\] {
    @media (width >= 48rem) {
      margin-bottom: 22px !important;
    }
  }
  .md\:\!mb-\[25px\] {
    @media (width >= 48rem) {
      margin-bottom: 25px !important;
    }
  }
  .md\:\!mb-\[30px\] {
    @media (width >= 48rem) {
      margin-bottom: 30px !important;
    }
  }
  .md\:\!mb-\[35px\] {
    @media (width >= 48rem) {
      margin-bottom: 35px !important;
    }
  }
  .md\:\!mb-\[40px\] {
    @media (width >= 48rem) {
      margin-bottom: 40px !important;
    }
  }
  .md\:\!mb-\[55px\] {
    @media (width >= 48rem) {
      margin-bottom: 55px !important;
    }
  }
  .md\:\!mb-\[95px\] {
    @media (width >= 48rem) {
      margin-bottom: 95px !important;
    }
  }
  .md\:-mb-\[2px\] {
    @media (width >= 48rem) {
      margin-bottom: calc(2px * -1);
    }
  }
  .md\:-mb-\[20px\] {
    @media (width >= 48rem) {
      margin-bottom: calc(20px * -1);
    }
  }
  .md\:-mb-\[31px\] {
    @media (width >= 48rem) {
      margin-bottom: calc(31px * -1);
    }
  }
  .md\:-mb-\[40px\] {
    @media (width >= 48rem) {
      margin-bottom: calc(40px * -1);
    }
  }
  .md\:-mb-\[44px\] {
    @media (width >= 48rem) {
      margin-bottom: calc(44px * -1);
    }
  }
  .md\:-mb-\[75px\] {
    @media (width >= 48rem) {
      margin-bottom: calc(75px * -1);
    }
  }
  .md\:-mb-px {
    @media (width >= 48rem) {
      margin-bottom: -1px;
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-\[7px\] {
    @media (width >= 48rem) {
      margin-bottom: 7px;
    }
  }
  .md\:mb-\[8px\] {
    @media (width >= 48rem) {
      margin-bottom: 8px;
    }
  }
  .md\:mb-\[10px\] {
    @media (width >= 48rem) {
      margin-bottom: 10px;
    }
  }
  .md\:mb-\[12px\] {
    @media (width >= 48rem) {
      margin-bottom: 12px;
    }
  }
  .md\:mb-\[13px\] {
    @media (width >= 48rem) {
      margin-bottom: 13px;
    }
  }
  .md\:mb-\[14px\] {
    @media (width >= 48rem) {
      margin-bottom: 14px;
    }
  }
  .md\:mb-\[15px\] {
    @media (width >= 48rem) {
      margin-bottom: 15px;
    }
  }
  .md\:mb-\[16px\] {
    @media (width >= 48rem) {
      margin-bottom: 16px;
    }
  }
  .md\:mb-\[17px\] {
    @media (width >= 48rem) {
      margin-bottom: 17px;
    }
  }
  .md\:mb-\[18px\] {
    @media (width >= 48rem) {
      margin-bottom: 18px;
    }
  }
  .md\:mb-\[20px\] {
    @media (width >= 48rem) {
      margin-bottom: 20px;
    }
  }
  .md\:mb-\[22px\] {
    @media (width >= 48rem) {
      margin-bottom: 22px;
    }
  }
  .md\:mb-\[23px\] {
    @media (width >= 48rem) {
      margin-bottom: 23px;
    }
  }
  .md\:mb-\[25px\] {
    @media (width >= 48rem) {
      margin-bottom: 25px;
    }
  }
  .md\:mb-\[26px\] {
    @media (width >= 48rem) {
      margin-bottom: 26px;
    }
  }
  .md\:mb-\[27px\] {
    @media (width >= 48rem) {
      margin-bottom: 27px;
    }
  }
  .md\:mb-\[28px\] {
    @media (width >= 48rem) {
      margin-bottom: 28px;
    }
  }
  .md\:mb-\[30px\] {
    @media (width >= 48rem) {
      margin-bottom: 30px;
    }
  }
  .md\:mb-\[32px\] {
    @media (width >= 48rem) {
      margin-bottom: 32px;
    }
  }
  .md\:mb-\[35px\] {
    @media (width >= 48rem) {
      margin-bottom: 35px;
    }
  }
  .md\:mb-\[40px\] {
    @media (width >= 48rem) {
      margin-bottom: 40px;
    }
  }
  .md\:mb-\[45px\] {
    @media (width >= 48rem) {
      margin-bottom: 45px;
    }
  }
  .md\:mb-\[50px\] {
    @media (width >= 48rem) {
      margin-bottom: 50px;
    }
  }
  .md\:mb-\[70px\] {
    @media (width >= 48rem) {
      margin-bottom: 70px;
    }
  }
  .md\:mb-\[80px\] {
    @media (width >= 48rem) {
      margin-bottom: 80px;
    }
  }
  .md\:mb-\[100px\] {
    @media (width >= 48rem) {
      margin-bottom: 100px;
    }
  }
  .md\:mb-\[150px\] {
    @media (width >= 48rem) {
      margin-bottom: 150px;
    }
  }
  .md\:mb-\[180px\] {
    @media (width >= 48rem) {
      margin-bottom: 180px;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline-block {
    @media (width >= 48rem) {
      display: inline-block;
    }
  }
  .md\:\!h-\[50px\] {
    @media (width >= 48rem) {
      height: 50px !important;
    }
  }
  .md\:\!h-\[63\.333px\] {
    @media (width >= 48rem) {
      height: 63.333px !important;
    }
  }
  .md\:h-\[20px\] {
    @media (width >= 48rem) {
      height: 20px;
    }
  }
  .md\:h-\[28px\] {
    @media (width >= 48rem) {
      height: 28px;
    }
  }
  .md\:h-\[29px\] {
    @media (width >= 48rem) {
      height: 29px;
    }
  }
  .md\:h-\[30px\] {
    @media (width >= 48rem) {
      height: 30px;
    }
  }
  .md\:h-\[34px\] {
    @media (width >= 48rem) {
      height: 34px;
    }
  }
  .md\:h-\[35px\] {
    @media (width >= 48rem) {
      height: 35px;
    }
  }
  .md\:h-\[36px\] {
    @media (width >= 48rem) {
      height: 36px;
    }
  }
  .md\:h-\[40px\] {
    @media (width >= 48rem) {
      height: 40px;
    }
  }
  .md\:h-\[44px\] {
    @media (width >= 48rem) {
      height: 44px;
    }
  }
  .md\:h-\[45px\] {
    @media (width >= 48rem) {
      height: 45px;
    }
  }
  .md\:h-\[50px\] {
    @media (width >= 48rem) {
      height: 50px;
    }
  }
  .md\:h-\[51\.48px\] {
    @media (width >= 48rem) {
      height: 51.48px;
    }
  }
  .md\:h-\[51px\] {
    @media (width >= 48rem) {
      height: 51px;
    }
  }
  .md\:h-\[52px\] {
    @media (width >= 48rem) {
      height: 52px;
    }
  }
  .md\:h-\[55px\] {
    @media (width >= 48rem) {
      height: 55px;
    }
  }
  .md\:h-\[58\.5px\] {
    @media (width >= 48rem) {
      height: 58.5px;
    }
  }
  .md\:h-\[60px\] {
    @media (width >= 48rem) {
      height: 60px;
    }
  }
  .md\:h-\[64px\] {
    @media (width >= 48rem) {
      height: 64px;
    }
  }
  .md\:h-\[65px\] {
    @media (width >= 48rem) {
      height: 65px;
    }
  }
  .md\:h-\[68px\] {
    @media (width >= 48rem) {
      height: 68px;
    }
  }
  .md\:h-\[70px\] {
    @media (width >= 48rem) {
      height: 70px;
    }
  }
  .md\:h-\[75px\] {
    @media (width >= 48rem) {
      height: 75px;
    }
  }
  .md\:h-\[78px\] {
    @media (width >= 48rem) {
      height: 78px;
    }
  }
  .md\:h-\[80px\] {
    @media (width >= 48rem) {
      height: 80px;
    }
  }
  .md\:h-\[81px\] {
    @media (width >= 48rem) {
      height: 81px;
    }
  }
  .md\:h-\[89px\] {
    @media (width >= 48rem) {
      height: 89px;
    }
  }
  .md\:h-\[90px\] {
    @media (width >= 48rem) {
      height: 90px;
    }
  }
  .md\:h-\[94px\] {
    @media (width >= 48rem) {
      height: 94px;
    }
  }
  .md\:h-\[100px\] {
    @media (width >= 48rem) {
      height: 100px;
    }
  }
  .md\:h-\[110px\] {
    @media (width >= 48rem) {
      height: 110px;
    }
  }
  .md\:h-\[125px\] {
    @media (width >= 48rem) {
      height: 125px;
    }
  }
  .md\:h-\[129px\] {
    @media (width >= 48rem) {
      height: 129px;
    }
  }
  .md\:h-\[150px\] {
    @media (width >= 48rem) {
      height: 150px;
    }
  }
  .md\:h-\[170px\] {
    @media (width >= 48rem) {
      height: 170px;
    }
  }
  .md\:h-\[180px\] {
    @media (width >= 48rem) {
      height: 180px;
    }
  }
  .md\:h-\[200px\] {
    @media (width >= 48rem) {
      height: 200px;
    }
  }
  .md\:h-\[295px\] {
    @media (width >= 48rem) {
      height: 295px;
    }
  }
  .md\:h-\[324px\] {
    @media (width >= 48rem) {
      height: 324px;
    }
  }
  .md\:h-\[340px\] {
    @media (width >= 48rem) {
      height: 340px;
    }
  }
  .md\:h-\[350px\] {
    @media (width >= 48rem) {
      height: 350px;
    }
  }
  .md\:h-\[373px\] {
    @media (width >= 48rem) {
      height: 373px;
    }
  }
  .md\:h-\[383px\] {
    @media (width >= 48rem) {
      height: 383px;
    }
  }
  .md\:h-\[396px\] {
    @media (width >= 48rem) {
      height: 396px;
    }
  }
  .md\:h-\[416px\] {
    @media (width >= 48rem) {
      height: 416px;
    }
  }
  .md\:h-\[421px\] {
    @media (width >= 48rem) {
      height: 421px;
    }
  }
  .md\:h-\[439px\] {
    @media (width >= 48rem) {
      height: 439px;
    }
  }
  .md\:h-\[465px\] {
    @media (width >= 48rem) {
      height: 465px;
    }
  }
  .md\:h-\[466\.194px\] {
    @media (width >= 48rem) {
      height: 466.194px;
    }
  }
  .md\:h-\[491px\] {
    @media (width >= 48rem) {
      height: 491px;
    }
  }
  .md\:h-\[492px\] {
    @media (width >= 48rem) {
      height: 492px;
    }
  }
  .md\:h-\[500px\] {
    @media (width >= 48rem) {
      height: 500px;
    }
  }
  .md\:h-\[522px\] {
    @media (width >= 48rem) {
      height: 522px;
    }
  }
  .md\:h-\[527\.732px\] {
    @media (width >= 48rem) {
      height: 527.732px;
    }
  }
  .md\:h-\[533px\] {
    @media (width >= 48rem) {
      height: 533px;
    }
  }
  .md\:h-\[561px\] {
    @media (width >= 48rem) {
      height: 561px;
    }
  }
  .md\:h-\[600px\] {
    @media (width >= 48rem) {
      height: 600px;
    }
  }
  .md\:h-\[612px\] {
    @media (width >= 48rem) {
      height: 612px;
    }
  }
  .md\:h-\[700px\] {
    @media (width >= 48rem) {
      height: 700px;
    }
  }
  .md\:\!w-\[50px\] {
    @media (width >= 48rem) {
      width: 50px !important;
    }
  }
  .md\:\!w-\[63\.333px\] {
    @media (width >= 48rem) {
      width: 63.333px !important;
    }
  }
  .md\:w-\[28px\] {
    @media (width >= 48rem) {
      width: 28px;
    }
  }
  .md\:w-\[29px\] {
    @media (width >= 48rem) {
      width: 29px;
    }
  }
  .md\:w-\[30px\] {
    @media (width >= 48rem) {
      width: 30px;
    }
  }
  .md\:w-\[34px\] {
    @media (width >= 48rem) {
      width: 34px;
    }
  }
  .md\:w-\[35px\] {
    @media (width >= 48rem) {
      width: 35px;
    }
  }
  .md\:w-\[36px\] {
    @media (width >= 48rem) {
      width: 36px;
    }
  }
  .md\:w-\[40px\] {
    @media (width >= 48rem) {
      width: 40px;
    }
  }
  .md\:w-\[44px\] {
    @media (width >= 48rem) {
      width: 44px;
    }
  }
  .md\:w-\[45px\] {
    @media (width >= 48rem) {
      width: 45px;
    }
  }
  .md\:w-\[50px\] {
    @media (width >= 48rem) {
      width: 50px;
    }
  }
  .md\:w-\[51\.48px\] {
    @media (width >= 48rem) {
      width: 51.48px;
    }
  }
  .md\:w-\[51px\] {
    @media (width >= 48rem) {
      width: 51px;
    }
  }
  .md\:w-\[52px\] {
    @media (width >= 48rem) {
      width: 52px;
    }
  }
  .md\:w-\[60px\] {
    @media (width >= 48rem) {
      width: 60px;
    }
  }
  .md\:w-\[64px\] {
    @media (width >= 48rem) {
      width: 64px;
    }
  }
  .md\:w-\[65px\] {
    @media (width >= 48rem) {
      width: 65px;
    }
  }
  .md\:w-\[68px\] {
    @media (width >= 48rem) {
      width: 68px;
    }
  }
  .md\:w-\[70px\] {
    @media (width >= 48rem) {
      width: 70px;
    }
  }
  .md\:w-\[75px\] {
    @media (width >= 48rem) {
      width: 75px;
    }
  }
  .md\:w-\[78px\] {
    @media (width >= 48rem) {
      width: 78px;
    }
  }
  .md\:w-\[80px\] {
    @media (width >= 48rem) {
      width: 80px;
    }
  }
  .md\:w-\[95px\] {
    @media (width >= 48rem) {
      width: 95px;
    }
  }
  .md\:w-\[100px\] {
    @media (width >= 48rem) {
      width: 100px;
    }
  }
  .md\:w-\[110px\] {
    @media (width >= 48rem) {
      width: 110px;
    }
  }
  .md\:w-\[125px\] {
    @media (width >= 48rem) {
      width: 125px;
    }
  }
  .md\:w-\[129px\] {
    @media (width >= 48rem) {
      width: 129px;
    }
  }
  .md\:w-\[150px\] {
    @media (width >= 48rem) {
      width: 150px;
    }
  }
  .md\:w-\[200px\] {
    @media (width >= 48rem) {
      width: 200px;
    }
  }
  .md\:w-\[300px\] {
    @media (width >= 48rem) {
      width: 300px;
    }
  }
  .md\:w-\[324px\] {
    @media (width >= 48rem) {
      width: 324px;
    }
  }
  .md\:w-\[340px\] {
    @media (width >= 48rem) {
      width: 340px;
    }
  }
  .md\:w-\[373px\] {
    @media (width >= 48rem) {
      width: 373px;
    }
  }
  .md\:w-\[383px\] {
    @media (width >= 48rem) {
      width: 383px;
    }
  }
  .md\:w-\[396px\] {
    @media (width >= 48rem) {
      width: 396px;
    }
  }
  .md\:w-\[416px\] {
    @media (width >= 48rem) {
      width: 416px;
    }
  }
  .md\:w-\[421px\] {
    @media (width >= 48rem) {
      width: 421px;
    }
  }
  .md\:w-\[439px\] {
    @media (width >= 48rem) {
      width: 439px;
    }
  }
  .md\:w-\[465px\] {
    @media (width >= 48rem) {
      width: 465px;
    }
  }
  .md\:w-\[491px\] {
    @media (width >= 48rem) {
      width: 491px;
    }
  }
  .md\:w-\[492px\] {
    @media (width >= 48rem) {
      width: 492px;
    }
  }
  .md\:w-\[500px\] {
    @media (width >= 48rem) {
      width: 500px;
    }
  }
  .md\:w-\[522px\] {
    @media (width >= 48rem) {
      width: 522px;
    }
  }
  .md\:w-\[550px\] {
    @media (width >= 48rem) {
      width: 550px;
    }
  }
  .md\:w-\[556\.325px\] {
    @media (width >= 48rem) {
      width: 556.325px;
    }
  }
  .md\:w-\[556px\] {
    @media (width >= 48rem) {
      width: 556px;
    }
  }
  .md\:w-\[561px\] {
    @media (width >= 48rem) {
      width: 561px;
    }
  }
  .md\:w-\[600px\] {
    @media (width >= 48rem) {
      width: 600px;
    }
  }
  .md\:w-\[612px\] {
    @media (width >= 48rem) {
      width: 612px;
    }
  }
  .md\:w-\[672\.563px\] {
    @media (width >= 48rem) {
      width: 672.563px;
    }
  }
  .md\:w-\[672px\] {
    @media (width >= 48rem) {
      width: 672px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:max-w-\[90px\] {
    @media (width >= 48rem) {
      max-width: 90px;
    }
  }
  .md\:max-w-\[120px\] {
    @media (width >= 48rem) {
      max-width: 120px;
    }
  }
  .md\:max-w-\[145px\] {
    @media (width >= 48rem) {
      max-width: 145px;
    }
  }
  .md\:max-w-\[156px\] {
    @media (width >= 48rem) {
      max-width: 156px;
    }
  }
  .md\:max-w-\[170px\] {
    @media (width >= 48rem) {
      max-width: 170px;
    }
  }
  .md\:max-w-\[172px\] {
    @media (width >= 48rem) {
      max-width: 172px;
    }
  }
  .md\:max-w-\[175px\] {
    @media (width >= 48rem) {
      max-width: 175px;
    }
  }
  .md\:max-w-\[180px\] {
    @media (width >= 48rem) {
      max-width: 180px;
    }
  }
  .md\:max-w-\[183px\] {
    @media (width >= 48rem) {
      max-width: 183px;
    }
  }
  .md\:max-w-\[200px\] {
    @media (width >= 48rem) {
      max-width: 200px;
    }
  }
  .md\:max-w-\[210px\] {
    @media (width >= 48rem) {
      max-width: 210px;
    }
  }
  .md\:max-w-\[220px\] {
    @media (width >= 48rem) {
      max-width: 220px;
    }
  }
  .md\:max-w-\[235px\] {
    @media (width >= 48rem) {
      max-width: 235px;
    }
  }
  .md\:max-w-\[237px\] {
    @media (width >= 48rem) {
      max-width: 237px;
    }
  }
  .md\:max-w-\[250px\] {
    @media (width >= 48rem) {
      max-width: 250px;
    }
  }
  .md\:max-w-\[255px\] {
    @media (width >= 48rem) {
      max-width: 255px;
    }
  }
  .md\:max-w-\[265px\] {
    @media (width >= 48rem) {
      max-width: 265px;
    }
  }
  .md\:max-w-\[280px\] {
    @media (width >= 48rem) {
      max-width: 280px;
    }
  }
  .md\:max-w-\[290px\] {
    @media (width >= 48rem) {
      max-width: 290px;
    }
  }
  .md\:max-w-\[300px\] {
    @media (width >= 48rem) {
      max-width: 300px;
    }
  }
  .md\:max-w-\[312px\] {
    @media (width >= 48rem) {
      max-width: 312px;
    }
  }
  .md\:max-w-\[321px\] {
    @media (width >= 48rem) {
      max-width: 321px;
    }
  }
  .md\:max-w-\[325px\] {
    @media (width >= 48rem) {
      max-width: 325px;
    }
  }
  .md\:max-w-\[357px\] {
    @media (width >= 48rem) {
      max-width: 357px;
    }
  }
  .md\:max-w-\[360px\] {
    @media (width >= 48rem) {
      max-width: 360px;
    }
  }
  .md\:max-w-\[380px\] {
    @media (width >= 48rem) {
      max-width: 380px;
    }
  }
  .md\:max-w-\[386px\] {
    @media (width >= 48rem) {
      max-width: 386px;
    }
  }
  .md\:max-w-\[396px\] {
    @media (width >= 48rem) {
      max-width: 396px;
    }
  }
  .md\:max-w-\[400px\] {
    @media (width >= 48rem) {
      max-width: 400px;
    }
  }
  .md\:max-w-\[401px\] {
    @media (width >= 48rem) {
      max-width: 401px;
    }
  }
  .md\:max-w-\[414px\] {
    @media (width >= 48rem) {
      max-width: 414px;
    }
  }
  .md\:max-w-\[415px\] {
    @media (width >= 48rem) {
      max-width: 415px;
    }
  }
  .md\:max-w-\[420px\] {
    @media (width >= 48rem) {
      max-width: 420px;
    }
  }
  .md\:max-w-\[424px\] {
    @media (width >= 48rem) {
      max-width: 424px;
    }
  }
  .md\:max-w-\[430px\] {
    @media (width >= 48rem) {
      max-width: 430px;
    }
  }
  .md\:max-w-\[445px\] {
    @media (width >= 48rem) {
      max-width: 445px;
    }
  }
  .md\:max-w-\[446px\] {
    @media (width >= 48rem) {
      max-width: 446px;
    }
  }
  .md\:max-w-\[450px\] {
    @media (width >= 48rem) {
      max-width: 450px;
    }
  }
  .md\:max-w-\[455px\] {
    @media (width >= 48rem) {
      max-width: 455px;
    }
  }
  .md\:max-w-\[470px\] {
    @media (width >= 48rem) {
      max-width: 470px;
    }
  }
  .md\:max-w-\[471px\] {
    @media (width >= 48rem) {
      max-width: 471px;
    }
  }
  .md\:max-w-\[475px\] {
    @media (width >= 48rem) {
      max-width: 475px;
    }
  }
  .md\:max-w-\[480px\] {
    @media (width >= 48rem) {
      max-width: 480px;
    }
  }
  .md\:max-w-\[485px\] {
    @media (width >= 48rem) {
      max-width: 485px;
    }
  }
  .md\:max-w-\[490px\] {
    @media (width >= 48rem) {
      max-width: 490px;
    }
  }
  .md\:max-w-\[495px\] {
    @media (width >= 48rem) {
      max-width: 495px;
    }
  }
  .md\:max-w-\[496px\] {
    @media (width >= 48rem) {
      max-width: 496px;
    }
  }
  .md\:max-w-\[500px\] {
    @media (width >= 48rem) {
      max-width: 500px;
    }
  }
  .md\:max-w-\[510px\] {
    @media (width >= 48rem) {
      max-width: 510px;
    }
  }
  .md\:max-w-\[514px\] {
    @media (width >= 48rem) {
      max-width: 514px;
    }
  }
  .md\:max-w-\[515px\] {
    @media (width >= 48rem) {
      max-width: 515px;
    }
  }
  .md\:max-w-\[520px\] {
    @media (width >= 48rem) {
      max-width: 520px;
    }
  }
  .md\:max-w-\[521px\] {
    @media (width >= 48rem) {
      max-width: 521px;
    }
  }
  .md\:max-w-\[525px\] {
    @media (width >= 48rem) {
      max-width: 525px;
    }
  }
  .md\:max-w-\[526px\] {
    @media (width >= 48rem) {
      max-width: 526px;
    }
  }
  .md\:max-w-\[532px\] {
    @media (width >= 48rem) {
      max-width: 532px;
    }
  }
  .md\:max-w-\[540px\] {
    @media (width >= 48rem) {
      max-width: 540px;
    }
  }
  .md\:max-w-\[550px\] {
    @media (width >= 48rem) {
      max-width: 550px;
    }
  }
  .md\:max-w-\[557px\] {
    @media (width >= 48rem) {
      max-width: 557px;
    }
  }
  .md\:max-w-\[560px\] {
    @media (width >= 48rem) {
      max-width: 560px;
    }
  }
  .md\:max-w-\[580px\] {
    @media (width >= 48rem) {
      max-width: 580px;
    }
  }
  .md\:max-w-\[595px\] {
    @media (width >= 48rem) {
      max-width: 595px;
    }
  }
  .md\:max-w-\[600px\] {
    @media (width >= 48rem) {
      max-width: 600px;
    }
  }
  .md\:max-w-\[620px\] {
    @media (width >= 48rem) {
      max-width: 620px;
    }
  }
  .md\:max-w-\[630px\] {
    @media (width >= 48rem) {
      max-width: 630px;
    }
  }
  .md\:max-w-\[650px\] {
    @media (width >= 48rem) {
      max-width: 650px;
    }
  }
  .md\:max-w-\[659px\] {
    @media (width >= 48rem) {
      max-width: 659px;
    }
  }
  .md\:max-w-\[680px\] {
    @media (width >= 48rem) {
      max-width: 680px;
    }
  }
  .md\:max-w-\[720px\] {
    @media (width >= 48rem) {
      max-width: 720px;
    }
  }
  .md\:max-w-\[734px\] {
    @media (width >= 48rem) {
      max-width: 734px;
    }
  }
  .md\:max-w-\[822px\] {
    @media (width >= 48rem) {
      max-width: 822px;
    }
  }
  .md\:max-w-\[1020px\] {
    @media (width >= 48rem) {
      max-width: 1020px;
    }
  }
  .md\:max-w-\[1076px\] {
    @media (width >= 48rem) {
      max-width: 1076px;
    }
  }
  .md\:max-w-\[1220px\] {
    @media (width >= 48rem) {
      max-width: 1220px;
    }
  }
  .md\:md\:max-w-\[520px\] {
    @media (width >= 48rem) {
      @media (width >= 48rem) {
        max-width: 520px;
      }
    }
  }
  .md\:-translate-x-1\/2 {
    @media (width >= 48rem) {
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:-translate-y-1\/2 {
    @media (width >= 48rem) {
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:-rotate-\[3\.688deg\] {
    @media (width >= 48rem) {
      rotate: calc(3.688deg * -1);
    }
  }
  .md\:-rotate-\[5\.358deg\] {
    @media (width >= 48rem) {
      rotate: calc(5.358deg * -1);
    }
  }
  .md\:-rotate-\[5deg\] {
    @media (width >= 48rem) {
      rotate: calc(5deg * -1);
    }
  }
  .md\:-rotate-\[15deg\] {
    @media (width >= 48rem) {
      rotate: calc(15deg * -1);
    }
  }
  .md\:rotate-\[2\.026deg\] {
    @media (width >= 48rem) {
      rotate: 2.026deg;
    }
  }
  .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\:grid-cols-5 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-6 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-\[8px\] {
    @media (width >= 48rem) {
      gap: 8px;
    }
  }
  .md\:gap-\[10px\] {
    @media (width >= 48rem) {
      gap: 10px;
    }
  }
  .md\:gap-\[12px\] {
    @media (width >= 48rem) {
      gap: 12px;
    }
  }
  .md\:gap-\[14px\] {
    @media (width >= 48rem) {
      gap: 14px;
    }
  }
  .md\:gap-\[15px\] {
    @media (width >= 48rem) {
      gap: 15px;
    }
  }
  .md\:gap-\[17px\] {
    @media (width >= 48rem) {
      gap: 17px;
    }
  }
  .md\:gap-\[18px\] {
    @media (width >= 48rem) {
      gap: 18px;
    }
  }
  .md\:gap-\[20px\] {
    @media (width >= 48rem) {
      gap: 20px;
    }
  }
  .md\:gap-\[22px\] {
    @media (width >= 48rem) {
      gap: 22px;
    }
  }
  .md\:gap-\[25px\] {
    @media (width >= 48rem) {
      gap: 25px;
    }
  }
  .md\:gap-\[30px\] {
    @media (width >= 48rem) {
      gap: 30px;
    }
  }
  .md\:gap-\[40px\] {
    @media (width >= 48rem) {
      gap: 40px;
    }
  }
  .md\:gap-\[50px\] {
    @media (width >= 48rem) {
      gap: 50px;
    }
  }
  .md\:gap-x-\[25px\] {
    @media (width >= 48rem) {
      column-gap: 25px;
    }
  }
  .md\:gap-y-\[25px\] {
    @media (width >= 48rem) {
      row-gap: 25px;
    }
  }
  .md\:rounded-\[10px\] {
    @media (width >= 48rem) {
      border-radius: 10px;
    }
  }
  .md\:rounded-\[15px\] {
    @media (width >= 48rem) {
      border-radius: 15px;
    }
  }
  .md\:rounded-\[20px\] {
    @media (width >= 48rem) {
      border-radius: 20px;
    }
  }
  .md\:rounded-\[25px\] {
    @media (width >= 48rem) {
      border-radius: 25px;
    }
  }
  .md\:rounded-\[28px\] {
    @media (width >= 48rem) {
      border-radius: 28px;
    }
  }
  .md\:rounded-\[30px\] {
    @media (width >= 48rem) {
      border-radius: 30px;
    }
  }
  .md\:rounded-\[35px\] {
    @media (width >= 48rem) {
      border-radius: 35px;
    }
  }
  .md\:rounded-\[40px\] {
    @media (width >= 48rem) {
      border-radius: 40px;
    }
  }
  .md\:rounded-\[50px\] {
    @media (width >= 48rem) {
      border-radius: 50px;
    }
  }
  .md\:rounded-full {
    @media (width >= 48rem) {
      border-radius: calc(infinity * 1px);
    }
  }
  .md\:rounded-none {
    @media (width >= 48rem) {
      border-radius: 0;
    }
  }
  .md\:rounded-t-\[15px\] {
    @media (width >= 48rem) {
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
    }
  }
  .md\:rounded-t-\[20px\] {
    @media (width >= 48rem) {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
    }
  }
  .md\:rounded-b-\[10px\] {
    @media (width >= 48rem) {
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
    }
  }
  .md\:rounded-br-\[30px\] {
    @media (width >= 48rem) {
      border-bottom-right-radius: 30px;
    }
  }
  .md\:border-\[3px\] {
    @media (width >= 48rem) {
      border-style: var(--tw-border-style);
      border-width: 3px;
    }
  }
  .md\:border-\[5px\] {
    @media (width >= 48rem) {
      border-style: var(--tw-border-style);
      border-width: 5px;
    }
  }
  .md\:border-\[6px\] {
    @media (width >= 48rem) {
      border-style: var(--tw-border-style);
      border-width: 6px;
    }
  }
  .md\:border-\[8px\] {
    @media (width >= 48rem) {
      border-style: var(--tw-border-style);
      border-width: 8px;
    }
  }
  .md\:bg-white {
    @media (width >= 48rem) {
      background-color: var(--color-white);
    }
  }
  .md\:p-\[5px\] {
    @media (width >= 48rem) {
      padding: 5px;
    }
  }
  .md\:p-\[6px\] {
    @media (width >= 48rem) {
      padding: 6px;
    }
  }
  .md\:p-\[10px\] {
    @media (width >= 48rem) {
      padding: 10px;
    }
  }
  .md\:p-\[12px\] {
    @media (width >= 48rem) {
      padding: 12px;
    }
  }
  .md\:p-\[15px\] {
    @media (width >= 48rem) {
      padding: 15px;
    }
  }
  .md\:p-\[18px\] {
    @media (width >= 48rem) {
      padding: 18px;
    }
  }
  .md\:p-\[20px\] {
    @media (width >= 48rem) {
      padding: 20px;
    }
  }
  .md\:p-\[22px\] {
    @media (width >= 48rem) {
      padding: 22px;
    }
  }
  .md\:p-\[25px\] {
    @media (width >= 48rem) {
      padding: 25px;
    }
  }
  .md\:p-\[30px\] {
    @media (width >= 48rem) {
      padding: 30px;
    }
  }
  .md\:p-\[35px\] {
    @media (width >= 48rem) {
      padding: 35px;
    }
  }
  .md\:p-\[40px\] {
    @media (width >= 48rem) {
      padding: 40px;
    }
  }
  .md\:p-\[50px\] {
    @media (width >= 48rem) {
      padding: 50px;
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-\[10px\] {
    @media (width >= 48rem) {
      padding-inline: 10px;
    }
  }
  .md\:px-\[12px\] {
    @media (width >= 48rem) {
      padding-inline: 12px;
    }
  }
  .md\:px-\[15px\] {
    @media (width >= 48rem) {
      padding-inline: 15px;
    }
  }
  .md\:px-\[17px\] {
    @media (width >= 48rem) {
      padding-inline: 17px;
    }
  }
  .md\:px-\[18px\] {
    @media (width >= 48rem) {
      padding-inline: 18px;
    }
  }
  .md\:px-\[19px\] {
    @media (width >= 48rem) {
      padding-inline: 19px;
    }
  }
  .md\:px-\[20px\] {
    @media (width >= 48rem) {
      padding-inline: 20px;
    }
  }
  .md\:px-\[21px\] {
    @media (width >= 48rem) {
      padding-inline: 21px;
    }
  }
  .md\:px-\[22px\] {
    @media (width >= 48rem) {
      padding-inline: 22px;
    }
  }
  .md\:px-\[23px\] {
    @media (width >= 48rem) {
      padding-inline: 23px;
    }
  }
  .md\:px-\[25px\] {
    @media (width >= 48rem) {
      padding-inline: 25px;
    }
  }
  .md\:px-\[29px\] {
    @media (width >= 48rem) {
      padding-inline: 29px;
    }
  }
  .md\:px-\[30px\] {
    @media (width >= 48rem) {
      padding-inline: 30px;
    }
  }
  .md\:px-\[35px\] {
    @media (width >= 48rem) {
      padding-inline: 35px;
    }
  }
  .md\:px-\[40px\] {
    @media (width >= 48rem) {
      padding-inline: 40px;
    }
  }
  .md\:px-\[46px\] {
    @media (width >= 48rem) {
      padding-inline: 46px;
    }
  }
  .md\:px-\[50px\] {
    @media (width >= 48rem) {
      padding-inline: 50px;
    }
  }
  .md\:px-\[60px\] {
    @media (width >= 48rem) {
      padding-inline: 60px;
    }
  }
  .md\:px-\[70px\] {
    @media (width >= 48rem) {
      padding-inline: 70px;
    }
  }
  .md\:px-\[132px\] {
    @media (width >= 48rem) {
      padding-inline: 132px;
    }
  }
  .md\:py-\[5px\] {
    @media (width >= 48rem) {
      padding-block: 5px;
    }
  }
  .md\:py-\[6px\] {
    @media (width >= 48rem) {
      padding-block: 6px;
    }
  }
  .md\:py-\[7px\] {
    @media (width >= 48rem) {
      padding-block: 7px;
    }
  }
  .md\:py-\[9px\] {
    @media (width >= 48rem) {
      padding-block: 9px;
    }
  }
  .md\:py-\[10\.2px\] {
    @media (width >= 48rem) {
      padding-block: 10.2px;
    }
  }
  .md\:py-\[10\.5px\] {
    @media (width >= 48rem) {
      padding-block: 10.5px;
    }
  }
  .md\:py-\[10px\] {
    @media (width >= 48rem) {
      padding-block: 10px;
    }
  }
  .md\:py-\[11\.5px\] {
    @media (width >= 48rem) {
      padding-block: 11.5px;
    }
  }
  .md\:py-\[11px\] {
    @media (width >= 48rem) {
      padding-block: 11px;
    }
  }
  .md\:py-\[12\.5px\] {
    @media (width >= 48rem) {
      padding-block: 12.5px;
    }
  }
  .md\:py-\[12px\] {
    @media (width >= 48rem) {
      padding-block: 12px;
    }
  }
  .md\:py-\[13\.5px\] {
    @media (width >= 48rem) {
      padding-block: 13.5px;
    }
  }
  .md\:py-\[14px\] {
    @media (width >= 48rem) {
      padding-block: 14px;
    }
  }
  .md\:py-\[15px\] {
    @media (width >= 48rem) {
      padding-block: 15px;
    }
  }
  .md\:py-\[16px\] {
    @media (width >= 48rem) {
      padding-block: 16px;
    }
  }
  .md\:py-\[18px\] {
    @media (width >= 48rem) {
      padding-block: 18px;
    }
  }
  .md\:py-\[20px\] {
    @media (width >= 48rem) {
      padding-block: 20px;
    }
  }
  .md\:py-\[22px\] {
    @media (width >= 48rem) {
      padding-block: 22px;
    }
  }
  .md\:py-\[25px\] {
    @media (width >= 48rem) {
      padding-block: 25px;
    }
  }
  .md\:py-\[28px\] {
    @media (width >= 48rem) {
      padding-block: 28px;
    }
  }
  .md\:py-\[30px\] {
    @media (width >= 48rem) {
      padding-block: 30px;
    }
  }
  .md\:py-\[32px\] {
    @media (width >= 48rem) {
      padding-block: 32px;
    }
  }
  .md\:py-\[35px\] {
    @media (width >= 48rem) {
      padding-block: 35px;
    }
  }
  .md\:py-\[40px\] {
    @media (width >= 48rem) {
      padding-block: 40px;
    }
  }
  .md\:py-\[45px\] {
    @media (width >= 48rem) {
      padding-block: 45px;
    }
  }
  .md\:py-\[50px\] {
    @media (width >= 48rem) {
      padding-block: 50px;
    }
  }
  .md\:py-\[55px\] {
    @media (width >= 48rem) {
      padding-block: 55px;
    }
  }
  .md\:py-\[60px\] {
    @media (width >= 48rem) {
      padding-block: 60px;
    }
  }
  .md\:py-\[66px\] {
    @media (width >= 48rem) {
      padding-block: 66px;
    }
  }
  .md\:py-\[70px\] {
    @media (width >= 48rem) {
      padding-block: 70px;
    }
  }
  .md\:py-\[80px\] {
    @media (width >= 48rem) {
      padding-block: 80px;
    }
  }
  .md\:py-\[90px\] {
    @media (width >= 48rem) {
      padding-block: 90px;
    }
  }
  .md\:pt-\[2px\] {
    @media (width >= 48rem) {
      padding-top: 2px;
    }
  }
  .md\:pt-\[7px\] {
    @media (width >= 48rem) {
      padding-top: 7px;
    }
  }
  .md\:pt-\[15px\] {
    @media (width >= 48rem) {
      padding-top: 15px;
    }
  }
  .md\:pt-\[18px\] {
    @media (width >= 48rem) {
      padding-top: 18px;
    }
  }
  .md\:pt-\[20px\] {
    @media (width >= 48rem) {
      padding-top: 20px;
    }
  }
  .md\:pt-\[25px\] {
    @media (width >= 48rem) {
      padding-top: 25px;
    }
  }
  .md\:pt-\[35px\] {
    @media (width >= 48rem) {
      padding-top: 35px;
    }
  }
  .md\:pt-\[40px\] {
    @media (width >= 48rem) {
      padding-top: 40px;
    }
  }
  .md\:pt-\[55px\] {
    @media (width >= 48rem) {
      padding-top: 55px;
    }
  }
  .md\:pt-\[60px\] {
    @media (width >= 48rem) {
      padding-top: 60px;
    }
  }
  .md\:pt-\[80px\] {
    @media (width >= 48rem) {
      padding-top: 80px;
    }
  }
  .md\:pt-\[90px\] {
    @media (width >= 48rem) {
      padding-top: 90px;
    }
  }
  .md\:pt-\[110px\] {
    @media (width >= 48rem) {
      padding-top: 110px;
    }
  }
  .md\:pt-\[130px\] {
    @media (width >= 48rem) {
      padding-top: 130px;
    }
  }
  .md\:pt-\[135px\] {
    @media (width >= 48rem) {
      padding-top: 135px;
    }
  }
  .md\:pt-\[140px\] {
    @media (width >= 48rem) {
      padding-top: 140px;
    }
  }
  .md\:pt-\[145px\] {
    @media (width >= 48rem) {
      padding-top: 145px;
    }
  }
  .md\:pt-\[150px\] {
    @media (width >= 48rem) {
      padding-top: 150px;
    }
  }
  .md\:pt-\[155px\] {
    @media (width >= 48rem) {
      padding-top: 155px;
    }
  }
  .md\:pt-\[160px\] {
    @media (width >= 48rem) {
      padding-top: 160px;
    }
  }
  .md\:pt-\[161px\] {
    @media (width >= 48rem) {
      padding-top: 161px;
    }
  }
  .md\:pt-\[170px\] {
    @media (width >= 48rem) {
      padding-top: 170px;
    }
  }
  .md\:pt-\[175px\] {
    @media (width >= 48rem) {
      padding-top: 175px;
    }
  }
  .md\:pt-\[180px\] {
    @media (width >= 48rem) {
      padding-top: 180px;
    }
  }
  .md\:pt-\[185px\] {
    @media (width >= 48rem) {
      padding-top: 185px;
    }
  }
  .md\:pt-\[190px\] {
    @media (width >= 48rem) {
      padding-top: 190px;
    }
  }
  .md\:pt-\[195px\] {
    @media (width >= 48rem) {
      padding-top: 195px;
    }
  }
  .md\:pt-\[200px\] {
    @media (width >= 48rem) {
      padding-top: 200px;
    }
  }
  .md\:pt-\[250px\] {
    @media (width >= 48rem) {
      padding-top: 250px;
    }
  }
  .md\:pt-\[320px\] {
    @media (width >= 48rem) {
      padding-top: 320px;
    }
  }
  .md\:pb-0 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:pb-\[10px\] {
    @media (width >= 48rem) {
      padding-bottom: 10px;
    }
  }
  .md\:pb-\[15px\] {
    @media (width >= 48rem) {
      padding-bottom: 15px;
    }
  }
  .md\:pb-\[18px\] {
    @media (width >= 48rem) {
      padding-bottom: 18px;
    }
  }
  .md\:pb-\[20px\] {
    @media (width >= 48rem) {
      padding-bottom: 20px;
    }
  }
  .md\:pb-\[21px\] {
    @media (width >= 48rem) {
      padding-bottom: 21px;
    }
  }
  .md\:pb-\[22px\] {
    @media (width >= 48rem) {
      padding-bottom: 22px;
    }
  }
  .md\:pb-\[25px\] {
    @media (width >= 48rem) {
      padding-bottom: 25px;
    }
  }
  .md\:pb-\[28px\] {
    @media (width >= 48rem) {
      padding-bottom: 28px;
    }
  }
  .md\:pb-\[30px\] {
    @media (width >= 48rem) {
      padding-bottom: 30px;
    }
  }
  .md\:pb-\[40px\] {
    @media (width >= 48rem) {
      padding-bottom: 40px;
    }
  }
  .md\:pb-\[48px\] {
    @media (width >= 48rem) {
      padding-bottom: 48px;
    }
  }
  .md\:pb-\[50px\] {
    @media (width >= 48rem) {
      padding-bottom: 50px;
    }
  }
  .md\:pb-\[60px\] {
    @media (width >= 48rem) {
      padding-bottom: 60px;
    }
  }
  .md\:pb-\[61px\] {
    @media (width >= 48rem) {
      padding-bottom: 61px;
    }
  }
  .md\:pb-\[75px\] {
    @media (width >= 48rem) {
      padding-bottom: 75px;
    }
  }
  .md\:pb-\[80px\] {
    @media (width >= 48rem) {
      padding-bottom: 80px;
    }
  }
  .md\:pb-\[85px\] {
    @media (width >= 48rem) {
      padding-bottom: 85px;
    }
  }
  .md\:pb-\[90px\] {
    @media (width >= 48rem) {
      padding-bottom: 90px;
    }
  }
  .md\:pb-\[100px\] {
    @media (width >= 48rem) {
      padding-bottom: 100px;
    }
  }
  .md\:pb-\[105px\] {
    @media (width >= 48rem) {
      padding-bottom: 105px;
    }
  }
  .md\:pb-\[110px\] {
    @media (width >= 48rem) {
      padding-bottom: 110px;
    }
  }
  .md\:pb-\[270px\] {
    @media (width >= 48rem) {
      padding-bottom: 270px;
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .md\:\!text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl) !important;
      line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
    }
  }
  .md\:\!text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl) !important;
      line-height: var(--tw-leading, var(--text-3xl--line-height)) !important;
    }
  }
  .md\:\!text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl) !important;
      line-height: var(--tw-leading, var(--text-4xl--line-height)) !important;
    }
  }
  .md\:\!text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl) !important;
      line-height: var(--tw-leading, var(--text-5xl--line-height)) !important;
    }
  }
  .md\:\!text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base) !important;
      line-height: var(--tw-leading, var(--text-base--line-height)) !important;
    }
  }
  .md\:\!text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg) !important;
      line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
    }
  }
  .md\:\!text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl) !important;
      line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
    }
  }
  .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-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--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-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-xs {
    @media (width >= 48rem) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .md\:\!text-\[15px\] {
    @media (width >= 48rem) {
      font-size: 15px !important;
    }
  }
  .md\:\!text-\[19px\] {
    @media (width >= 48rem) {
      font-size: 19px !important;
    }
  }
  .md\:\!text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px !important;
    }
  }
  .md\:\!text-\[22px\] {
    @media (width >= 48rem) {
      font-size: 22px !important;
    }
  }
  .md\:\!text-\[26px\] {
    @media (width >= 48rem) {
      font-size: 26px !important;
    }
  }
  .md\:\!text-\[29px\] {
    @media (width >= 48rem) {
      font-size: 29px !important;
    }
  }
  .md\:\!text-\[30px\] {
    @media (width >= 48rem) {
      font-size: 30px !important;
    }
  }
  .md\:\!text-\[38px\] {
    @media (width >= 48rem) {
      font-size: 38px !important;
    }
  }
  .md\:\!text-\[42px\] {
    @media (width >= 48rem) {
      font-size: 42px !important;
    }
  }
  .md\:\!text-\[45px\] {
    @media (width >= 48rem) {
      font-size: 45px !important;
    }
  }
  .md\:\!text-\[46px\] {
    @media (width >= 48rem) {
      font-size: 46px !important;
    }
  }
  .md\:\!text-\[50px\] {
    @media (width >= 48rem) {
      font-size: 50px !important;
    }
  }
  .md\:\!text-\[55px\] {
    @media (width >= 48rem) {
      font-size: 55px !important;
    }
  }
  .md\:\!text-\[60px\] {
    @media (width >= 48rem) {
      font-size: 60px !important;
    }
  }
  .md\:\!text-\[100px\] {
    @media (width >= 48rem) {
      font-size: 100px !important;
    }
  }
  .md\:\!text-md {
    @media (width >= 48rem) {
      font-size: var(--text-md) !important;
    }
  }
  .md\:text-\[15px\] {
    @media (width >= 48rem) {
      font-size: 15px;
    }
  }
  .md\:text-\[17px\] {
    @media (width >= 48rem) {
      font-size: 17px;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px;
    }
  }
  .md\:text-\[22px\] {
    @media (width >= 48rem) {
      font-size: 22px;
    }
  }
  .md\:text-\[25px\] {
    @media (width >= 48rem) {
      font-size: 25px;
    }
  }
  .md\:text-\[30px\] {
    @media (width >= 48rem) {
      font-size: 30px;
    }
  }
  .md\:text-\[35px\] {
    @media (width >= 48rem) {
      font-size: 35px;
    }
  }
  .md\:text-\[38px\] {
    @media (width >= 48rem) {
      font-size: 38px;
    }
  }
  .md\:text-\[45px\] {
    @media (width >= 48rem) {
      font-size: 45px;
    }
  }
  .md\:text-\[46px\] {
    @media (width >= 48rem) {
      font-size: 46px;
    }
  }
  .md\:text-\[50px\] {
    @media (width >= 48rem) {
      font-size: 50px;
    }
  }
  .md\:text-\[54px\] {
    @media (width >= 48rem) {
      font-size: 54px;
    }
  }
  .md\:text-\[60px\] {
    @media (width >= 48rem) {
      font-size: 60px;
    }
  }
  .md\:text-\[65px\] {
    @media (width >= 48rem) {
      font-size: 65px;
    }
  }
  .md\:text-\[115px\] {
    @media (width >= 48rem) {
      font-size: 115px;
    }
  }
  .md\:text-\[220px\] {
    @media (width >= 48rem) {
      font-size: 220px;
    }
  }
  .md\:text-md {
    @media (width >= 48rem) {
      font-size: var(--text-md);
    }
  }
  .md\:\!leading-\[1\.35\] {
    @media (width >= 48rem) {
      --tw-leading: 1.35 !important;
      line-height: 1.35 !important;
    }
  }
  .md\:\!leading-\[1\.85\] {
    @media (width >= 48rem) {
      --tw-leading: 1.85 !important;
      line-height: 1.85 !important;
    }
  }
  .md\:leading-\[1\.7\] {
    @media (width >= 48rem) {
      --tw-leading: 1.7;
      line-height: 1.7;
    }
  }
  .md\:-tracking-\[\.3px\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(.3px * -1);
      letter-spacing: calc(.3px * -1);
    }
  }
  .md\:-tracking-\[\.5px\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(.5px * -1);
      letter-spacing: calc(.5px * -1);
    }
  }
  .md\:-tracking-\[\.8px\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(.8px * -1);
      letter-spacing: calc(.8px * -1);
    }
  }
  .md\:-tracking-\[\.44px\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(.44px * -1);
      letter-spacing: calc(.44px * -1);
    }
  }
  .md\:-tracking-\[0\.18px\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(0.18px * -1);
      letter-spacing: calc(0.18px * -1);
    }
  }
  .md\:-tracking-\[0\.25px\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(0.25px * -1);
      letter-spacing: calc(0.25px * -1);
    }
  }
  .md\:-tracking-\[0\.28px\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(0.28px * -1);
      letter-spacing: calc(0.28px * -1);
    }
  }
  .md\:-tracking-\[0\.46px\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(0.46px * -1);
      letter-spacing: calc(0.46px * -1);
    }
  }
  .md\:-tracking-\[0\.50px\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(0.50px * -1);
      letter-spacing: calc(0.50px * -1);
    }
  }
  .md\:-tracking-\[1\.5px\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(1.5px * -1);
      letter-spacing: calc(1.5px * -1);
    }
  }
  .md\:-tracking-\[1\.08px\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(1.08px * -1);
      letter-spacing: calc(1.08px * -1);
    }
  }
  .md\:-tracking-\[1\.34px\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(1.34px * -1);
      letter-spacing: calc(1.34px * -1);
    }
  }
  .md\:-tracking-\[1px\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(1px * -1);
      letter-spacing: calc(1px * -1);
    }
  }
  .md\:-tracking-\[2\.2px\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(2.2px * -1);
      letter-spacing: calc(2.2px * -1);
    }
  }
  .md\:-tracking-\[2\.4px\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(2.4px * -1);
      letter-spacing: calc(2.4px * -1);
    }
  }
  .md\:-tracking-\[2\.5px\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(2.5px * -1);
      letter-spacing: calc(2.5px * -1);
    }
  }
  .md\:-tracking-\[2\.84px\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(2.84px * -1);
      letter-spacing: calc(2.84px * -1);
    }
  }
  .md\:-tracking-\[2px\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(2px * -1);
      letter-spacing: calc(2px * -1);
    }
  }
  .md\:-tracking-\[3\.6px\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(3.6px * -1);
      letter-spacing: calc(3.6px * -1);
    }
  }
  .md\:-tracking-\[3\.8px\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(3.8px * -1);
      letter-spacing: calc(3.8px * -1);
    }
  }
  .md\:-tracking-\[3\.22px\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(3.22px * -1);
      letter-spacing: calc(3.22px * -1);
    }
  }
  .md\:-tracking-\[3px\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(3px * -1);
      letter-spacing: calc(3px * -1);
    }
  }
  .md\:-tracking-\[4px\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(4px * -1);
      letter-spacing: calc(4px * -1);
    }
  }
  .md\:-tracking-\[5px\] {
    @media (width >= 48rem) {
      --tw-tracking: calc(5px * -1);
      letter-spacing: calc(5px * -1);
    }
  }
  .md\:tracking-\[1\.5px\] {
    @media (width >= 48rem) {
      --tw-tracking: 1.5px;
      letter-spacing: 1.5px;
    }
  }
  .md\:tracking-\[1\.8px\] {
    @media (width >= 48rem) {
      --tw-tracking: 1.8px;
      letter-spacing: 1.8px;
    }
  }
  .md\:tracking-\[2\.1px\] {
    @media (width >= 48rem) {
      --tw-tracking: 2.1px;
      letter-spacing: 2.1px;
    }
  }
  .nth-2\:md\:justify-center {
    &:nth-child(2) {
      @media (width >= 48rem) {
        justify-content: center;
      }
    }
  }
  .nth-3\:md\:justify-end {
    &:nth-child(3) {
      @media (width >= 48rem) {
        justify-content: flex-end;
      }
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:sticky {
    @media (width >= 64rem) {
      position: sticky;
    }
  }
  .lg\:-top-\[5px\] {
    @media (width >= 64rem) {
      top: calc(5px * -1);
    }
  }
  .lg\:-top-\[13px\] {
    @media (width >= 64rem) {
      top: calc(13px * -1);
    }
  }
  .lg\:-top-\[15px\] {
    @media (width >= 64rem) {
      top: calc(15px * -1);
    }
  }
  .lg\:-top-\[24px\] {
    @media (width >= 64rem) {
      top: calc(24px * -1);
    }
  }
  .lg\:-top-\[105px\] {
    @media (width >= 64rem) {
      top: calc(105px * -1);
    }
  }
  .lg\:top-0 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .lg\:top-1\/2 {
    @media (width >= 64rem) {
      top: calc(1/2 * 100%);
    }
  }
  .lg\:top-\[10px\] {
    @media (width >= 64rem) {
      top: 10px;
    }
  }
  .lg\:top-\[16\%\] {
    @media (width >= 64rem) {
      top: 16%;
    }
  }
  .lg\:top-\[20\%\] {
    @media (width >= 64rem) {
      top: 20%;
    }
  }
  .lg\:top-\[20px\] {
    @media (width >= 64rem) {
      top: 20px;
    }
  }
  .lg\:top-\[24\%\] {
    @media (width >= 64rem) {
      top: 24%;
    }
  }
  .lg\:top-\[25px\] {
    @media (width >= 64rem) {
      top: 25px;
    }
  }
  .lg\:top-\[30px\] {
    @media (width >= 64rem) {
      top: 30px;
    }
  }
  .lg\:top-\[37\.5px\] {
    @media (width >= 64rem) {
      top: 37.5px;
    }
  }
  .lg\:top-\[38px\] {
    @media (width >= 64rem) {
      top: 38px;
    }
  }
  .lg\:top-\[40px\] {
    @media (width >= 64rem) {
      top: 40px;
    }
  }
  .lg\:top-\[50\%\] {
    @media (width >= 64rem) {
      top: 50%;
    }
  }
  .lg\:top-\[55px\] {
    @media (width >= 64rem) {
      top: 55px;
    }
  }
  .lg\:top-\[65\%\] {
    @media (width >= 64rem) {
      top: 65%;
    }
  }
  .lg\:top-\[70\%\] {
    @media (width >= 64rem) {
      top: 70%;
    }
  }
  .lg\:top-\[73px\] {
    @media (width >= 64rem) {
      top: 73px;
    }
  }
  .lg\:top-\[80px\] {
    @media (width >= 64rem) {
      top: 80px;
    }
  }
  .lg\:top-\[91\.5px\] {
    @media (width >= 64rem) {
      top: 91.5px;
    }
  }
  .lg\:top-\[91px\] {
    @media (width >= 64rem) {
      top: 91px;
    }
  }
  .lg\:top-\[100px\] {
    @media (width >= 64rem) {
      top: 100px;
    }
  }
  .lg\:top-\[115px\] {
    @media (width >= 64rem) {
      top: 115px;
    }
  }
  .lg\:top-\[120px\] {
    @media (width >= 64rem) {
      top: 120px;
    }
  }
  .lg\:top-\[130px\] {
    @media (width >= 64rem) {
      top: 130px;
    }
  }
  .lg\:top-\[150px\] {
    @media (width >= 64rem) {
      top: 150px;
    }
  }
  .lg\:top-\[180px\] {
    @media (width >= 64rem) {
      top: 180px;
    }
  }
  .lg\:top-\[250px\] {
    @media (width >= 64rem) {
      top: 250px;
    }
  }
  .lg\:right-0 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .lg\:right-\[30px\] {
    @media (width >= 64rem) {
      right: 30px;
    }
  }
  .lg\:bottom-0 {
    @media (width >= 64rem) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:bottom-\[10\%\] {
    @media (width >= 64rem) {
      bottom: 10%;
    }
  }
  .lg\:bottom-\[23\%\] {
    @media (width >= 64rem) {
      bottom: 23%;
    }
  }
  .lg\:bottom-\[30px\] {
    @media (width >= 64rem) {
      bottom: 30px;
    }
  }
  .lg\:bottom-\[35px\] {
    @media (width >= 64rem) {
      bottom: 35px;
    }
  }
  .lg\:bottom-\[40px\] {
    @media (width >= 64rem) {
      bottom: 40px;
    }
  }
  .lg\:bottom-\[60px\] {
    @media (width >= 64rem) {
      bottom: 60px;
    }
  }
  .lg\:bottom-\[160px\] {
    @media (width >= 64rem) {
      bottom: 160px;
    }
  }
  .lg\:bottom-\[170px\] {
    @media (width >= 64rem) {
      bottom: 170px;
    }
  }
  .lg\:bottom-auto {
    @media (width >= 64rem) {
      bottom: auto;
    }
  }
  .lg\:left-0 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .lg\:-z-\[1\] {
    @media (width >= 64rem) {
      z-index: calc(1 * -1);
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:order-3 {
    @media (width >= 64rem) {
      order: 3;
    }
  }
  .lg\:order-\[1\] {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-\[2\] {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:order-\[3\] {
    @media (width >= 64rem) {
      order: 3;
    }
  }
  .lg\:order-\[4\] {
    @media (width >= 64rem) {
      order: 4;
    }
  }
  .lg\:col-span-1 {
    @media (width >= 64rem) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 64rem) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:m-\[35px\] {
    @media (width >= 64rem) {
      margin: 35px;
    }
  }
  .lg\:m-\[70px\] {
    @media (width >= 64rem) {
      margin: 70px;
    }
  }
  .lg\:m-\[105px\] {
    @media (width >= 64rem) {
      margin: 105px;
    }
  }
  .lg\:m-\[140px\] {
    @media (width >= 64rem) {
      margin: 140px;
    }
  }
  .lg\:m-\[175px\] {
    @media (width >= 64rem) {
      margin: 175px;
    }
  }
  .lg\:-mx-\[20px\] {
    @media (width >= 64rem) {
      margin-inline: calc(20px * -1);
    }
  }
  .lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:mx-\[10px\] {
    @media (width >= 64rem) {
      margin-inline: 10px;
    }
  }
  .lg\:mx-\[15px\] {
    @media (width >= 64rem) {
      margin-inline: 15px;
    }
  }
  .lg\:mx-\[20px\] {
    @media (width >= 64rem) {
      margin-inline: 20px;
    }
  }
  .lg\:mx-\[30px\] {
    @media (width >= 64rem) {
      margin-inline: 30px;
    }
  }
  .lg\:mx-\[40px\] {
    @media (width >= 64rem) {
      margin-inline: 40px;
    }
  }
  .lg\:my-\[25px\] {
    @media (width >= 64rem) {
      margin-block: 25px;
    }
  }
  .lg\:my-\[30px\] {
    @media (width >= 64rem) {
      margin-block: 30px;
    }
  }
  .lg\:my-\[35px\] {
    @media (width >= 64rem) {
      margin-block: 35px;
    }
  }
  .lg\:my-\[40px\] {
    @media (width >= 64rem) {
      margin-block: 40px;
    }
  }
  .lg\:my-\[45px\] {
    @media (width >= 64rem) {
      margin-block: 45px;
    }
  }
  .lg\:my-\[50px\] {
    @media (width >= 64rem) {
      margin-block: 50px;
    }
  }
  .lg\:-mt-\[2px\] {
    @media (width >= 64rem) {
      margin-top: calc(2px * -1);
    }
  }
  .lg\:-mt-\[5px\] {
    @media (width >= 64rem) {
      margin-top: calc(5px * -1);
    }
  }
  .lg\:-mt-\[8px\] {
    @media (width >= 64rem) {
      margin-top: calc(8px * -1);
    }
  }
  .lg\:-mt-\[10px\] {
    @media (width >= 64rem) {
      margin-top: calc(10px * -1);
    }
  }
  .lg\:-mt-\[11px\] {
    @media (width >= 64rem) {
      margin-top: calc(11px * -1);
    }
  }
  .lg\:-mt-\[15px\] {
    @media (width >= 64rem) {
      margin-top: calc(15px * -1);
    }
  }
  .lg\:-mt-\[20px\] {
    @media (width >= 64rem) {
      margin-top: calc(20px * -1);
    }
  }
  .lg\:-mt-\[30px\] {
    @media (width >= 64rem) {
      margin-top: calc(30px * -1);
    }
  }
  .lg\:-mt-\[40px\] {
    @media (width >= 64rem) {
      margin-top: calc(40px * -1);
    }
  }
  .lg\:-mt-\[45px\] {
    @media (width >= 64rem) {
      margin-top: calc(45px * -1);
    }
  }
  .lg\:-mt-\[50px\] {
    @media (width >= 64rem) {
      margin-top: calc(50px * -1);
    }
  }
  .lg\:-mt-\[55px\] {
    @media (width >= 64rem) {
      margin-top: calc(55px * -1);
    }
  }
  .lg\:-mt-\[70px\] {
    @media (width >= 64rem) {
      margin-top: calc(70px * -1);
    }
  }
  .lg\:-mt-\[80px\] {
    @media (width >= 64rem) {
      margin-top: calc(80px * -1);
    }
  }
  .lg\:-mt-\[90px\] {
    @media (width >= 64rem) {
      margin-top: calc(90px * -1);
    }
  }
  .lg\:-mt-\[100px\] {
    @media (width >= 64rem) {
      margin-top: calc(100px * -1);
    }
  }
  .lg\:-mt-\[120px\] {
    @media (width >= 64rem) {
      margin-top: calc(120px * -1);
    }
  }
  .lg\:-mt-\[122px\] {
    @media (width >= 64rem) {
      margin-top: calc(122px * -1);
    }
  }
  .lg\:-mt-\[140px\] {
    @media (width >= 64rem) {
      margin-top: calc(140px * -1);
    }
  }
  .lg\:-mt-\[150px\] {
    @media (width >= 64rem) {
      margin-top: calc(150px * -1);
    }
  }
  .lg\:-mt-\[180px\] {
    @media (width >= 64rem) {
      margin-top: calc(180px * -1);
    }
  }
  .lg\:-mt-\[205px\] {
    @media (width >= 64rem) {
      margin-top: calc(205px * -1);
    }
  }
  .lg\:-mt-\[215px\] {
    @media (width >= 64rem) {
      margin-top: calc(215px * -1);
    }
  }
  .lg\:-mt-\[230px\] {
    @media (width >= 64rem) {
      margin-top: calc(230px * -1);
    }
  }
  .lg\:-mt-\[385px\] {
    @media (width >= 64rem) {
      margin-top: calc(385px * -1);
    }
  }
  .lg\:-mt-\[515px\] {
    @media (width >= 64rem) {
      margin-top: calc(515px * -1);
    }
  }
  .lg\:-mt-\[653px\] {
    @media (width >= 64rem) {
      margin-top: calc(653px * -1);
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-\[8px\] {
    @media (width >= 64rem) {
      margin-top: 8px;
    }
  }
  .lg\:mt-\[10px\] {
    @media (width >= 64rem) {
      margin-top: 10px;
    }
  }
  .lg\:mt-\[12px\] {
    @media (width >= 64rem) {
      margin-top: 12px;
    }
  }
  .lg\:mt-\[14px\] {
    @media (width >= 64rem) {
      margin-top: 14px;
    }
  }
  .lg\:mt-\[15px\] {
    @media (width >= 64rem) {
      margin-top: 15px;
    }
  }
  .lg\:mt-\[20px\] {
    @media (width >= 64rem) {
      margin-top: 20px;
    }
  }
  .lg\:mt-\[22px\] {
    @media (width >= 64rem) {
      margin-top: 22px;
    }
  }
  .lg\:mt-\[25\.75px\] {
    @media (width >= 64rem) {
      margin-top: 25.75px;
    }
  }
  .lg\:mt-\[25px\] {
    @media (width >= 64rem) {
      margin-top: 25px;
    }
  }
  .lg\:mt-\[27px\] {
    @media (width >= 64rem) {
      margin-top: 27px;
    }
  }
  .lg\:mt-\[28px\] {
    @media (width >= 64rem) {
      margin-top: 28px;
    }
  }
  .lg\:mt-\[30px\] {
    @media (width >= 64rem) {
      margin-top: 30px;
    }
  }
  .lg\:mt-\[32px\] {
    @media (width >= 64rem) {
      margin-top: 32px;
    }
  }
  .lg\:mt-\[35px\] {
    @media (width >= 64rem) {
      margin-top: 35px;
    }
  }
  .lg\:mt-\[40px\] {
    @media (width >= 64rem) {
      margin-top: 40px;
    }
  }
  .lg\:mt-\[45px\] {
    @media (width >= 64rem) {
      margin-top: 45px;
    }
  }
  .lg\:mt-\[50px\] {
    @media (width >= 64rem) {
      margin-top: 50px;
    }
  }
  .lg\:mt-\[55px\] {
    @media (width >= 64rem) {
      margin-top: 55px;
    }
  }
  .lg\:mt-\[65px\] {
    @media (width >= 64rem) {
      margin-top: 65px;
    }
  }
  .lg\:mt-\[70px\] {
    @media (width >= 64rem) {
      margin-top: 70px;
    }
  }
  .lg\:mt-\[75px\] {
    @media (width >= 64rem) {
      margin-top: 75px;
    }
  }
  .lg\:mt-\[80px\] {
    @media (width >= 64rem) {
      margin-top: 80px;
    }
  }
  .lg\:mt-\[90px\] {
    @media (width >= 64rem) {
      margin-top: 90px;
    }
  }
  .lg\:mt-\[95px\] {
    @media (width >= 64rem) {
      margin-top: 95px;
    }
  }
  .lg\:mt-\[100px\] {
    @media (width >= 64rem) {
      margin-top: 100px;
    }
  }
  .lg\:mt-\[110px\] {
    @media (width >= 64rem) {
      margin-top: 110px;
    }
  }
  .lg\:mt-\[200px\] {
    @media (width >= 64rem) {
      margin-top: 200px;
    }
  }
  .lg\:mt-\[230px\] {
    @media (width >= 64rem) {
      margin-top: 230px;
    }
  }
  .lg\:mt-\[278px\] {
    @media (width >= 64rem) {
      margin-top: 278px;
    }
  }
  .lg\:\!mb-\[8px\] {
    @media (width >= 64rem) {
      margin-bottom: 8px !important;
    }
  }
  .lg\:\!mb-\[10px\] {
    @media (width >= 64rem) {
      margin-bottom: 10px !important;
    }
  }
  .lg\:\!mb-\[12px\] {
    @media (width >= 64rem) {
      margin-bottom: 12px !important;
    }
  }
  .lg\:\!mb-\[13px\] {
    @media (width >= 64rem) {
      margin-bottom: 13px !important;
    }
  }
  .lg\:\!mb-\[14px\] {
    @media (width >= 64rem) {
      margin-bottom: 14px !important;
    }
  }
  .lg\:\!mb-\[15px\] {
    @media (width >= 64rem) {
      margin-bottom: 15px !important;
    }
  }
  .lg\:\!mb-\[16px\] {
    @media (width >= 64rem) {
      margin-bottom: 16px !important;
    }
  }
  .lg\:\!mb-\[17px\] {
    @media (width >= 64rem) {
      margin-bottom: 17px !important;
    }
  }
  .lg\:\!mb-\[18px\] {
    @media (width >= 64rem) {
      margin-bottom: 18px !important;
    }
  }
  .lg\:\!mb-\[20px\] {
    @media (width >= 64rem) {
      margin-bottom: 20px !important;
    }
  }
  .lg\:\!mb-\[22px\] {
    @media (width >= 64rem) {
      margin-bottom: 22px !important;
    }
  }
  .lg\:\!mb-\[25px\] {
    @media (width >= 64rem) {
      margin-bottom: 25px !important;
    }
  }
  .lg\:\!mb-\[30px\] {
    @media (width >= 64rem) {
      margin-bottom: 30px !important;
    }
  }
  .lg\:\!mb-\[35px\] {
    @media (width >= 64rem) {
      margin-bottom: 35px !important;
    }
  }
  .lg\:\!mb-\[40px\] {
    @media (width >= 64rem) {
      margin-bottom: 40px !important;
    }
  }
  .lg\:\!mb-\[45px\] {
    @media (width >= 64rem) {
      margin-bottom: 45px !important;
    }
  }
  .lg\:\!mb-\[50px\] {
    @media (width >= 64rem) {
      margin-bottom: 50px !important;
    }
  }
  .lg\:\!mb-\[55px\] {
    @media (width >= 64rem) {
      margin-bottom: 55px !important;
    }
  }
  .lg\:\!mb-\[100px\] {
    @media (width >= 64rem) {
      margin-bottom: 100px !important;
    }
  }
  .lg\:\!mb-\[170px\] {
    @media (width >= 64rem) {
      margin-bottom: 170px !important;
    }
  }
  .lg\:-mb-\[2px\] {
    @media (width >= 64rem) {
      margin-bottom: calc(2px * -1);
    }
  }
  .lg\:-mb-\[10px\] {
    @media (width >= 64rem) {
      margin-bottom: calc(10px * -1);
    }
  }
  .lg\:-mb-\[20px\] {
    @media (width >= 64rem) {
      margin-bottom: calc(20px * -1);
    }
  }
  .lg\:-mb-\[25px\] {
    @media (width >= 64rem) {
      margin-bottom: calc(25px * -1);
    }
  }
  .lg\:-mb-\[33px\] {
    @media (width >= 64rem) {
      margin-bottom: calc(33px * -1);
    }
  }
  .lg\:-mb-\[44px\] {
    @media (width >= 64rem) {
      margin-bottom: calc(44px * -1);
    }
  }
  .lg\:-mb-\[90px\] {
    @media (width >= 64rem) {
      margin-bottom: calc(90px * -1);
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-\[5px\] {
    @media (width >= 64rem) {
      margin-bottom: 5px;
    }
  }
  .lg\:mb-\[8px\] {
    @media (width >= 64rem) {
      margin-bottom: 8px;
    }
  }
  .lg\:mb-\[10px\] {
    @media (width >= 64rem) {
      margin-bottom: 10px;
    }
  }
  .lg\:mb-\[12px\] {
    @media (width >= 64rem) {
      margin-bottom: 12px;
    }
  }
  .lg\:mb-\[15px\] {
    @media (width >= 64rem) {
      margin-bottom: 15px;
    }
  }
  .lg\:mb-\[16px\] {
    @media (width >= 64rem) {
      margin-bottom: 16px;
    }
  }
  .lg\:mb-\[17px\] {
    @media (width >= 64rem) {
      margin-bottom: 17px;
    }
  }
  .lg\:mb-\[18px\] {
    @media (width >= 64rem) {
      margin-bottom: 18px;
    }
  }
  .lg\:mb-\[19px\] {
    @media (width >= 64rem) {
      margin-bottom: 19px;
    }
  }
  .lg\:mb-\[20px\] {
    @media (width >= 64rem) {
      margin-bottom: 20px;
    }
  }
  .lg\:mb-\[22px\] {
    @media (width >= 64rem) {
      margin-bottom: 22px;
    }
  }
  .lg\:mb-\[23px\] {
    @media (width >= 64rem) {
      margin-bottom: 23px;
    }
  }
  .lg\:mb-\[25px\] {
    @media (width >= 64rem) {
      margin-bottom: 25px;
    }
  }
  .lg\:mb-\[27px\] {
    @media (width >= 64rem) {
      margin-bottom: 27px;
    }
  }
  .lg\:mb-\[28px\] {
    @media (width >= 64rem) {
      margin-bottom: 28px;
    }
  }
  .lg\:mb-\[30px\] {
    @media (width >= 64rem) {
      margin-bottom: 30px;
    }
  }
  .lg\:mb-\[32px\] {
    @media (width >= 64rem) {
      margin-bottom: 32px;
    }
  }
  .lg\:mb-\[35px\] {
    @media (width >= 64rem) {
      margin-bottom: 35px;
    }
  }
  .lg\:mb-\[37px\] {
    @media (width >= 64rem) {
      margin-bottom: 37px;
    }
  }
  .lg\:mb-\[40px\] {
    @media (width >= 64rem) {
      margin-bottom: 40px;
    }
  }
  .lg\:mb-\[42px\] {
    @media (width >= 64rem) {
      margin-bottom: 42px;
    }
  }
  .lg\:mb-\[45px\] {
    @media (width >= 64rem) {
      margin-bottom: 45px;
    }
  }
  .lg\:mb-\[50px\] {
    @media (width >= 64rem) {
      margin-bottom: 50px;
    }
  }
  .lg\:mb-\[55px\] {
    @media (width >= 64rem) {
      margin-bottom: 55px;
    }
  }
  .lg\:mb-\[60px\] {
    @media (width >= 64rem) {
      margin-bottom: 60px;
    }
  }
  .lg\:mb-\[65px\] {
    @media (width >= 64rem) {
      margin-bottom: 65px;
    }
  }
  .lg\:mb-\[70px\] {
    @media (width >= 64rem) {
      margin-bottom: 70px;
    }
  }
  .lg\:mb-\[80px\] {
    @media (width >= 64rem) {
      margin-bottom: 80px;
    }
  }
  .lg\:mb-\[85px\] {
    @media (width >= 64rem) {
      margin-bottom: 85px;
    }
  }
  .lg\:mb-\[90px\] {
    @media (width >= 64rem) {
      margin-bottom: 90px;
    }
  }
  .lg\:mb-\[100px\] {
    @media (width >= 64rem) {
      margin-bottom: 100px;
    }
  }
  .lg\:mb-\[110px\] {
    @media (width >= 64rem) {
      margin-bottom: 110px;
    }
  }
  .lg\:mb-\[114px\] {
    @media (width >= 64rem) {
      margin-bottom: 114px;
    }
  }
  .lg\:mb-\[210px\] {
    @media (width >= 64rem) {
      margin-bottom: 210px;
    }
  }
  .lg\:\!hidden {
    @media (width >= 64rem) {
      display: none !important;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline-block {
    @media (width >= 64rem) {
      display: inline-block;
    }
  }
  .lg\:h-\[10px\] {
    @media (width >= 64rem) {
      height: 10px;
    }
  }
  .lg\:h-\[30px\] {
    @media (width >= 64rem) {
      height: 30px;
    }
  }
  .lg\:h-\[32px\] {
    @media (width >= 64rem) {
      height: 32px;
    }
  }
  .lg\:h-\[36px\] {
    @media (width >= 64rem) {
      height: 36px;
    }
  }
  .lg\:h-\[46px\] {
    @media (width >= 64rem) {
      height: 46px;
    }
  }
  .lg\:h-\[47\%\] {
    @media (width >= 64rem) {
      height: 47%;
    }
  }
  .lg\:h-\[50px\] {
    @media (width >= 64rem) {
      height: 50px;
    }
  }
  .lg\:h-\[54px\] {
    @media (width >= 64rem) {
      height: 54px;
    }
  }
  .lg\:h-\[55px\] {
    @media (width >= 64rem) {
      height: 55px;
    }
  }
  .lg\:h-\[60px\] {
    @media (width >= 64rem) {
      height: 60px;
    }
  }
  .lg\:h-\[66px\] {
    @media (width >= 64rem) {
      height: 66px;
    }
  }
  .lg\:h-\[70px\] {
    @media (width >= 64rem) {
      height: 70px;
    }
  }
  .lg\:h-\[75px\] {
    @media (width >= 64rem) {
      height: 75px;
    }
  }
  .lg\:h-\[78px\] {
    @media (width >= 64rem) {
      height: 78px;
    }
  }
  .lg\:h-\[84px\] {
    @media (width >= 64rem) {
      height: 84px;
    }
  }
  .lg\:h-\[87px\] {
    @media (width >= 64rem) {
      height: 87px;
    }
  }
  .lg\:h-\[90px\] {
    @media (width >= 64rem) {
      height: 90px;
    }
  }
  .lg\:h-\[94px\] {
    @media (width >= 64rem) {
      height: 94px;
    }
  }
  .lg\:h-\[95px\] {
    @media (width >= 64rem) {
      height: 95px;
    }
  }
  .lg\:h-\[96px\] {
    @media (width >= 64rem) {
      height: 96px;
    }
  }
  .lg\:h-\[98px\] {
    @media (width >= 64rem) {
      height: 98px;
    }
  }
  .lg\:h-\[100px\] {
    @media (width >= 64rem) {
      height: 100px;
    }
  }
  .lg\:h-\[101px\] {
    @media (width >= 64rem) {
      height: 101px;
    }
  }
  .lg\:h-\[102px\] {
    @media (width >= 64rem) {
      height: 102px;
    }
  }
  .lg\:h-\[104px\] {
    @media (width >= 64rem) {
      height: 104px;
    }
  }
  .lg\:h-\[106px\] {
    @media (width >= 64rem) {
      height: 106px;
    }
  }
  .lg\:h-\[114px\] {
    @media (width >= 64rem) {
      height: 114px;
    }
  }
  .lg\:h-\[130px\] {
    @media (width >= 64rem) {
      height: 130px;
    }
  }
  .lg\:h-\[135px\] {
    @media (width >= 64rem) {
      height: 135px;
    }
  }
  .lg\:h-\[150px\] {
    @media (width >= 64rem) {
      height: 150px;
    }
  }
  .lg\:h-\[190px\] {
    @media (width >= 64rem) {
      height: 190px;
    }
  }
  .lg\:h-\[300px\] {
    @media (width >= 64rem) {
      height: 300px;
    }
  }
  .lg\:h-\[410px\] {
    @media (width >= 64rem) {
      height: 410px;
    }
  }
  .lg\:h-\[455\.5px\] {
    @media (width >= 64rem) {
      height: 455.5px;
    }
  }
  .lg\:h-\[455px\] {
    @media (width >= 64rem) {
      height: 455px;
    }
  }
  .lg\:h-full {
    @media (width >= 64rem) {
      height: 100%;
    }
  }
  .lg\:w-\[32px\] {
    @media (width >= 64rem) {
      width: 32px;
    }
  }
  .lg\:w-\[36px\] {
    @media (width >= 64rem) {
      width: 36px;
    }
  }
  .lg\:w-\[46px\] {
    @media (width >= 64rem) {
      width: 46px;
    }
  }
  .lg\:w-\[50px\] {
    @media (width >= 64rem) {
      width: 50px;
    }
  }
  .lg\:w-\[54px\] {
    @media (width >= 64rem) {
      width: 54px;
    }
  }
  .lg\:w-\[55px\] {
    @media (width >= 64rem) {
      width: 55px;
    }
  }
  .lg\:w-\[65px\] {
    @media (width >= 64rem) {
      width: 65px;
    }
  }
  .lg\:w-\[70px\] {
    @media (width >= 64rem) {
      width: 70px;
    }
  }
  .lg\:w-\[75px\] {
    @media (width >= 64rem) {
      width: 75px;
    }
  }
  .lg\:w-\[78px\] {
    @media (width >= 64rem) {
      width: 78px;
    }
  }
  .lg\:w-\[80px\] {
    @media (width >= 64rem) {
      width: 80px;
    }
  }
  .lg\:w-\[84px\] {
    @media (width >= 64rem) {
      width: 84px;
    }
  }
  .lg\:w-\[99px\] {
    @media (width >= 64rem) {
      width: 99px;
    }
  }
  .lg\:w-\[100px\] {
    @media (width >= 64rem) {
      width: 100px;
    }
  }
  .lg\:w-\[106px\] {
    @media (width >= 64rem) {
      width: 106px;
    }
  }
  .lg\:w-\[120px\] {
    @media (width >= 64rem) {
      width: 120px;
    }
  }
  .lg\:w-\[455\.5px\] {
    @media (width >= 64rem) {
      width: 455.5px;
    }
  }
  .lg\:w-\[455px\] {
    @media (width >= 64rem) {
      width: 455px;
    }
  }
  .lg\:w-\[862px\] {
    @media (width >= 64rem) {
      width: 862px;
    }
  }
  .lg\:w-\[916px\] {
    @media (width >= 64rem) {
      width: 916px;
    }
  }
  .lg\:max-w-\[101px\] {
    @media (width >= 64rem) {
      max-width: 101px;
    }
  }
  .lg\:max-w-\[130px\] {
    @media (width >= 64rem) {
      max-width: 130px;
    }
  }
  .lg\:max-w-\[160px\] {
    @media (width >= 64rem) {
      max-width: 160px;
    }
  }
  .lg\:max-w-\[166px\] {
    @media (width >= 64rem) {
      max-width: 166px;
    }
  }
  .lg\:max-w-\[186px\] {
    @media (width >= 64rem) {
      max-width: 186px;
    }
  }
  .lg\:max-w-\[195px\] {
    @media (width >= 64rem) {
      max-width: 195px;
    }
  }
  .lg\:max-w-\[200px\] {
    @media (width >= 64rem) {
      max-width: 200px;
    }
  }
  .lg\:max-w-\[223px\] {
    @media (width >= 64rem) {
      max-width: 223px;
    }
  }
  .lg\:max-w-\[225px\] {
    @media (width >= 64rem) {
      max-width: 225px;
    }
  }
  .lg\:max-w-\[234px\] {
    @media (width >= 64rem) {
      max-width: 234px;
    }
  }
  .lg\:max-w-\[240px\] {
    @media (width >= 64rem) {
      max-width: 240px;
    }
  }
  .lg\:max-w-\[250px\] {
    @media (width >= 64rem) {
      max-width: 250px;
    }
  }
  .lg\:max-w-\[260\.22px\] {
    @media (width >= 64rem) {
      max-width: 260.22px;
    }
  }
  .lg\:max-w-\[260px\] {
    @media (width >= 64rem) {
      max-width: 260px;
    }
  }
  .lg\:max-w-\[292px\] {
    @media (width >= 64rem) {
      max-width: 292px;
    }
  }
  .lg\:max-w-\[300px\] {
    @media (width >= 64rem) {
      max-width: 300px;
    }
  }
  .lg\:max-w-\[315px\] {
    @media (width >= 64rem) {
      max-width: 315px;
    }
  }
  .lg\:max-w-\[325px\] {
    @media (width >= 64rem) {
      max-width: 325px;
    }
  }
  .lg\:max-w-\[328px\] {
    @media (width >= 64rem) {
      max-width: 328px;
    }
  }
  .lg\:max-w-\[334px\] {
    @media (width >= 64rem) {
      max-width: 334px;
    }
  }
  .lg\:max-w-\[336px\] {
    @media (width >= 64rem) {
      max-width: 336px;
    }
  }
  .lg\:max-w-\[340px\] {
    @media (width >= 64rem) {
      max-width: 340px;
    }
  }
  .lg\:max-w-\[344px\] {
    @media (width >= 64rem) {
      max-width: 344px;
    }
  }
  .lg\:max-w-\[350px\] {
    @media (width >= 64rem) {
      max-width: 350px;
    }
  }
  .lg\:max-w-\[362px\] {
    @media (width >= 64rem) {
      max-width: 362px;
    }
  }
  .lg\:max-w-\[370px\] {
    @media (width >= 64rem) {
      max-width: 370px;
    }
  }
  .lg\:max-w-\[372px\] {
    @media (width >= 64rem) {
      max-width: 372px;
    }
  }
  .lg\:max-w-\[380px\] {
    @media (width >= 64rem) {
      max-width: 380px;
    }
  }
  .lg\:max-w-\[385px\] {
    @media (width >= 64rem) {
      max-width: 385px;
    }
  }
  .lg\:max-w-\[386px\] {
    @media (width >= 64rem) {
      max-width: 386px;
    }
  }
  .lg\:max-w-\[400px\] {
    @media (width >= 64rem) {
      max-width: 400px;
    }
  }
  .lg\:max-w-\[410px\] {
    @media (width >= 64rem) {
      max-width: 410px;
    }
  }
  .lg\:max-w-\[412px\] {
    @media (width >= 64rem) {
      max-width: 412px;
    }
  }
  .lg\:max-w-\[415px\] {
    @media (width >= 64rem) {
      max-width: 415px;
    }
  }
  .lg\:max-w-\[416px\] {
    @media (width >= 64rem) {
      max-width: 416px;
    }
  }
  .lg\:max-w-\[417px\] {
    @media (width >= 64rem) {
      max-width: 417px;
    }
  }
  .lg\:max-w-\[420px\] {
    @media (width >= 64rem) {
      max-width: 420px;
    }
  }
  .lg\:max-w-\[440px\] {
    @media (width >= 64rem) {
      max-width: 440px;
    }
  }
  .lg\:max-w-\[450px\] {
    @media (width >= 64rem) {
      max-width: 450px;
    }
  }
  .lg\:max-w-\[456px\] {
    @media (width >= 64rem) {
      max-width: 456px;
    }
  }
  .lg\:max-w-\[475px\] {
    @media (width >= 64rem) {
      max-width: 475px;
    }
  }
  .lg\:max-w-\[480px\] {
    @media (width >= 64rem) {
      max-width: 480px;
    }
  }
  .lg\:max-w-\[500px\] {
    @media (width >= 64rem) {
      max-width: 500px;
    }
  }
  .lg\:max-w-\[520px\] {
    @media (width >= 64rem) {
      max-width: 520px;
    }
  }
  .lg\:max-w-\[523px\] {
    @media (width >= 64rem) {
      max-width: 523px;
    }
  }
  .lg\:max-w-\[550px\] {
    @media (width >= 64rem) {
      max-width: 550px;
    }
  }
  .lg\:max-w-\[557px\] {
    @media (width >= 64rem) {
      max-width: 557px;
    }
  }
  .lg\:max-w-\[560px\] {
    @media (width >= 64rem) {
      max-width: 560px;
    }
  }
  .lg\:max-w-\[580px\] {
    @media (width >= 64rem) {
      max-width: 580px;
    }
  }
  .lg\:max-w-\[590px\] {
    @media (width >= 64rem) {
      max-width: 590px;
    }
  }
  .lg\:max-w-\[600px\] {
    @media (width >= 64rem) {
      max-width: 600px;
    }
  }
  .lg\:max-w-\[610px\] {
    @media (width >= 64rem) {
      max-width: 610px;
    }
  }
  .lg\:max-w-\[620px\] {
    @media (width >= 64rem) {
      max-width: 620px;
    }
  }
  .lg\:max-w-\[636px\] {
    @media (width >= 64rem) {
      max-width: 636px;
    }
  }
  .lg\:max-w-\[640px\] {
    @media (width >= 64rem) {
      max-width: 640px;
    }
  }
  .lg\:max-w-\[660px\] {
    @media (width >= 64rem) {
      max-width: 660px;
    }
  }
  .lg\:max-w-\[690px\] {
    @media (width >= 64rem) {
      max-width: 690px;
    }
  }
  .lg\:max-w-\[696px\] {
    @media (width >= 64rem) {
      max-width: 696px;
    }
  }
  .lg\:max-w-\[700px\] {
    @media (width >= 64rem) {
      max-width: 700px;
    }
  }
  .lg\:max-w-\[710px\] {
    @media (width >= 64rem) {
      max-width: 710px;
    }
  }
  .lg\:max-w-\[720px\] {
    @media (width >= 64rem) {
      max-width: 720px;
    }
  }
  .lg\:max-w-\[734px\] {
    @media (width >= 64rem) {
      max-width: 734px;
    }
  }
  .lg\:max-w-\[736px\] {
    @media (width >= 64rem) {
      max-width: 736px;
    }
  }
  .lg\:max-w-\[740px\] {
    @media (width >= 64rem) {
      max-width: 740px;
    }
  }
  .lg\:max-w-\[746px\] {
    @media (width >= 64rem) {
      max-width: 746px;
    }
  }
  .lg\:max-w-\[750px\] {
    @media (width >= 64rem) {
      max-width: 750px;
    }
  }
  .lg\:max-w-\[760px\] {
    @media (width >= 64rem) {
      max-width: 760px;
    }
  }
  .lg\:max-w-\[770px\] {
    @media (width >= 64rem) {
      max-width: 770px;
    }
  }
  .lg\:max-w-\[780px\] {
    @media (width >= 64rem) {
      max-width: 780px;
    }
  }
  .lg\:max-w-\[781px\] {
    @media (width >= 64rem) {
      max-width: 781px;
    }
  }
  .lg\:max-w-\[790px\] {
    @media (width >= 64rem) {
      max-width: 790px;
    }
  }
  .lg\:max-w-\[800px\] {
    @media (width >= 64rem) {
      max-width: 800px;
    }
  }
  .lg\:max-w-\[803px\] {
    @media (width >= 64rem) {
      max-width: 803px;
    }
  }
  .lg\:max-w-\[810px\] {
    @media (width >= 64rem) {
      max-width: 810px;
    }
  }
  .lg\:max-w-\[820px\] {
    @media (width >= 64rem) {
      max-width: 820px;
    }
  }
  .lg\:max-w-\[840px\] {
    @media (width >= 64rem) {
      max-width: 840px;
    }
  }
  .lg\:max-w-\[848px\] {
    @media (width >= 64rem) {
      max-width: 848px;
    }
  }
  .lg\:max-w-\[850px\] {
    @media (width >= 64rem) {
      max-width: 850px;
    }
  }
  .lg\:max-w-\[856px\] {
    @media (width >= 64rem) {
      max-width: 856px;
    }
  }
  .lg\:max-w-\[860px\] {
    @media (width >= 64rem) {
      max-width: 860px;
    }
  }
  .lg\:max-w-\[870px\] {
    @media (width >= 64rem) {
      max-width: 870px;
    }
  }
  .lg\:max-w-\[872px\] {
    @media (width >= 64rem) {
      max-width: 872px;
    }
  }
  .lg\:max-w-\[880px\] {
    @media (width >= 64rem) {
      max-width: 880px;
    }
  }
  .lg\:max-w-\[900px\] {
    @media (width >= 64rem) {
      max-width: 900px;
    }
  }
  .lg\:max-w-\[905px\] {
    @media (width >= 64rem) {
      max-width: 905px;
    }
  }
  .lg\:max-w-\[920px\] {
    @media (width >= 64rem) {
      max-width: 920px;
    }
  }
  .lg\:max-w-\[930px\] {
    @media (width >= 64rem) {
      max-width: 930px;
    }
  }
  .lg\:max-w-\[960px\] {
    @media (width >= 64rem) {
      max-width: 960px;
    }
  }
  .lg\:max-w-\[1020px\] {
    @media (width >= 64rem) {
      max-width: 1020px;
    }
  }
  .lg\:max-w-\[1076px\] {
    @media (width >= 64rem) {
      max-width: 1076px;
    }
  }
  .lg\:max-w-\[1087px\] {
    @media (width >= 64rem) {
      max-width: 1087px;
    }
  }
  .lg\:max-w-\[1178px\] {
    @media (width >= 64rem) {
      max-width: 1178px;
    }
  }
  .lg\:max-w-\[1220px\] {
    @media (width >= 64rem) {
      max-width: 1220px;
    }
  }
  .lg\:max-w-\[1920px\] {
    @media (width >= 64rem) {
      max-width: 1920px;
    }
  }
  .lg\:max-w-full {
    @media (width >= 64rem) {
      max-width: 100%;
    }
  }
  .lg\:translate-x-0 {
    @media (width >= 64rem) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:-translate-y-1\/2 {
    @media (width >= 64rem) {
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:grid-cols-1 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .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-6 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-7 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(7, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-8 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-9 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(9, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-nowrap {
    @media (width >= 64rem) {
      flex-wrap: nowrap;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-0 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-\[4px\] {
    @media (width >= 64rem) {
      gap: 4px;
    }
  }
  .lg\:gap-\[15px\] {
    @media (width >= 64rem) {
      gap: 15px;
    }
  }
  .lg\:gap-\[18px\] {
    @media (width >= 64rem) {
      gap: 18px;
    }
  }
  .lg\:gap-\[20px\] {
    @media (width >= 64rem) {
      gap: 20px;
    }
  }
  .lg\:gap-\[25px\] {
    @media (width >= 64rem) {
      gap: 25px;
    }
  }
  .lg\:gap-\[30px\] {
    @media (width >= 64rem) {
      gap: 30px;
    }
  }
  .lg\:gap-\[35px\] {
    @media (width >= 64rem) {
      gap: 35px;
    }
  }
  .lg\:gap-\[40px\] {
    @media (width >= 64rem) {
      gap: 40px;
    }
  }
  .lg\:gap-\[50px\] {
    @media (width >= 64rem) {
      gap: 50px;
    }
  }
  .lg\:rounded-\[15px\] {
    @media (width >= 64rem) {
      border-radius: 15px;
    }
  }
  .lg\:rounded-\[20px\] {
    @media (width >= 64rem) {
      border-radius: 20px;
    }
  }
  .lg\:rounded-\[30px\] {
    @media (width >= 64rem) {
      border-radius: 30px;
    }
  }
  .lg\:rounded-\[40px\] {
    @media (width >= 64rem) {
      border-radius: 40px;
    }
  }
  .lg\:rounded-t-\[15px\] {
    @media (width >= 64rem) {
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
    }
  }
  .lg\:rounded-t-\[30px\] {
    @media (width >= 64rem) {
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
    }
  }
  .lg\:rounded-t-\[100px\] {
    @media (width >= 64rem) {
      border-top-left-radius: 100px;
      border-top-right-radius: 100px;
    }
  }
  .lg\:rounded-b-\[30px\] {
    @media (width >= 64rem) {
      border-bottom-right-radius: 30px;
      border-bottom-left-radius: 30px;
    }
  }
  .lg\:border-\[10px\] {
    @media (width >= 64rem) {
      border-style: var(--tw-border-style);
      border-width: 10px;
    }
  }
  .lg\:border-white\/40 {
    @media (width >= 64rem) {
      border-color: color-mix(in srgb, #ffffff 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-white) 40%, transparent);
      }
    }
  }
  .lg\:bg-white {
    @media (width >= 64rem) {
      background-color: var(--color-white);
    }
  }
  .lg\:p-0 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:p-\[12px\] {
    @media (width >= 64rem) {
      padding: 12px;
    }
  }
  .lg\:p-\[23px\] {
    @media (width >= 64rem) {
      padding: 23px;
    }
  }
  .lg\:p-\[25px\] {
    @media (width >= 64rem) {
      padding: 25px;
    }
  }
  .lg\:p-\[28px\] {
    @media (width >= 64rem) {
      padding: 28px;
    }
  }
  .lg\:p-\[30px\] {
    @media (width >= 64rem) {
      padding: 30px;
    }
  }
  .lg\:p-\[35px\] {
    @media (width >= 64rem) {
      padding: 35px;
    }
  }
  .lg\:p-\[40px\] {
    @media (width >= 64rem) {
      padding: 40px;
    }
  }
  .lg\:p-\[45px\] {
    @media (width >= 64rem) {
      padding: 45px;
    }
  }
  .lg\:p-\[50px\] {
    @media (width >= 64rem) {
      padding: 50px;
    }
  }
  .lg\:p-\[60px\] {
    @media (width >= 64rem) {
      padding: 60px;
    }
  }
  .lg\:p-\[70px\] {
    @media (width >= 64rem) {
      padding: 70px;
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-\[10px\] {
    @media (width >= 64rem) {
      padding-inline: 10px;
    }
  }
  .lg\:px-\[12px\] {
    @media (width >= 64rem) {
      padding-inline: 12px;
    }
  }
  .lg\:px-\[15px\] {
    @media (width >= 64rem) {
      padding-inline: 15px;
    }
  }
  .lg\:px-\[20px\] {
    @media (width >= 64rem) {
      padding-inline: 20px;
    }
  }
  .lg\:px-\[22px\] {
    @media (width >= 64rem) {
      padding-inline: 22px;
    }
  }
  .lg\:px-\[24px\] {
    @media (width >= 64rem) {
      padding-inline: 24px;
    }
  }
  .lg\:px-\[25px\] {
    @media (width >= 64rem) {
      padding-inline: 25px;
    }
  }
  .lg\:px-\[30px\] {
    @media (width >= 64rem) {
      padding-inline: 30px;
    }
  }
  .lg\:px-\[35px\] {
    @media (width >= 64rem) {
      padding-inline: 35px;
    }
  }
  .lg\:px-\[40px\] {
    @media (width >= 64rem) {
      padding-inline: 40px;
    }
  }
  .lg\:px-\[45px\] {
    @media (width >= 64rem) {
      padding-inline: 45px;
    }
  }
  .lg\:px-\[50px\] {
    @media (width >= 64rem) {
      padding-inline: 50px;
    }
  }
  .lg\:px-\[55px\] {
    @media (width >= 64rem) {
      padding-inline: 55px;
    }
  }
  .lg\:px-\[60px\] {
    @media (width >= 64rem) {
      padding-inline: 60px;
    }
  }
  .lg\:px-\[70px\] {
    @media (width >= 64rem) {
      padding-inline: 70px;
    }
  }
  .lg\:px-\[75px\] {
    @media (width >= 64rem) {
      padding-inline: 75px;
    }
  }
  .lg\:px-\[80px\] {
    @media (width >= 64rem) {
      padding-inline: 80px;
    }
  }
  .lg\:px-\[132px\] {
    @media (width >= 64rem) {
      padding-inline: 132px;
    }
  }
  .lg\:py-\[8px\] {
    @media (width >= 64rem) {
      padding-block: 8px;
    }
  }
  .lg\:py-\[10px\] {
    @media (width >= 64rem) {
      padding-block: 10px;
    }
  }
  .lg\:py-\[11\.5px\] {
    @media (width >= 64rem) {
      padding-block: 11.5px;
    }
  }
  .lg\:py-\[11px\] {
    @media (width >= 64rem) {
      padding-block: 11px;
    }
  }
  .lg\:py-\[12px\] {
    @media (width >= 64rem) {
      padding-block: 12px;
    }
  }
  .lg\:py-\[13\.5px\] {
    @media (width >= 64rem) {
      padding-block: 13.5px;
    }
  }
  .lg\:py-\[13px\] {
    @media (width >= 64rem) {
      padding-block: 13px;
    }
  }
  .lg\:py-\[14\.5px\] {
    @media (width >= 64rem) {
      padding-block: 14.5px;
    }
  }
  .lg\:py-\[15\.5px\] {
    @media (width >= 64rem) {
      padding-block: 15.5px;
    }
  }
  .lg\:py-\[15px\] {
    @media (width >= 64rem) {
      padding-block: 15px;
    }
  }
  .lg\:py-\[16px\] {
    @media (width >= 64rem) {
      padding-block: 16px;
    }
  }
  .lg\:py-\[17px\] {
    @media (width >= 64rem) {
      padding-block: 17px;
    }
  }
  .lg\:py-\[18px\] {
    @media (width >= 64rem) {
      padding-block: 18px;
    }
  }
  .lg\:py-\[19px\] {
    @media (width >= 64rem) {
      padding-block: 19px;
    }
  }
  .lg\:py-\[20px\] {
    @media (width >= 64rem) {
      padding-block: 20px;
    }
  }
  .lg\:py-\[22px\] {
    @media (width >= 64rem) {
      padding-block: 22px;
    }
  }
  .lg\:py-\[23px\] {
    @media (width >= 64rem) {
      padding-block: 23px;
    }
  }
  .lg\:py-\[25px\] {
    @media (width >= 64rem) {
      padding-block: 25px;
    }
  }
  .lg\:py-\[28px\] {
    @media (width >= 64rem) {
      padding-block: 28px;
    }
  }
  .lg\:py-\[30px\] {
    @media (width >= 64rem) {
      padding-block: 30px;
    }
  }
  .lg\:py-\[35px\] {
    @media (width >= 64rem) {
      padding-block: 35px;
    }
  }
  .lg\:py-\[40px\] {
    @media (width >= 64rem) {
      padding-block: 40px;
    }
  }
  .lg\:py-\[45px\] {
    @media (width >= 64rem) {
      padding-block: 45px;
    }
  }
  .lg\:py-\[47px\] {
    @media (width >= 64rem) {
      padding-block: 47px;
    }
  }
  .lg\:py-\[50px\] {
    @media (width >= 64rem) {
      padding-block: 50px;
    }
  }
  .lg\:py-\[55px\] {
    @media (width >= 64rem) {
      padding-block: 55px;
    }
  }
  .lg\:py-\[58\.5px\] {
    @media (width >= 64rem) {
      padding-block: 58.5px;
    }
  }
  .lg\:py-\[60px\] {
    @media (width >= 64rem) {
      padding-block: 60px;
    }
  }
  .lg\:py-\[65px\] {
    @media (width >= 64rem) {
      padding-block: 65px;
    }
  }
  .lg\:py-\[70px\] {
    @media (width >= 64rem) {
      padding-block: 70px;
    }
  }
  .lg\:py-\[80px\] {
    @media (width >= 64rem) {
      padding-block: 80px;
    }
  }
  .lg\:py-\[85\.5px\] {
    @media (width >= 64rem) {
      padding-block: 85.5px;
    }
  }
  .lg\:py-\[85px\] {
    @media (width >= 64rem) {
      padding-block: 85px;
    }
  }
  .lg\:py-\[90px\] {
    @media (width >= 64rem) {
      padding-block: 90px;
    }
  }
  .lg\:py-\[100px\] {
    @media (width >= 64rem) {
      padding-block: 100px;
    }
  }
  .lg\:py-\[110px\] {
    @media (width >= 64rem) {
      padding-block: 110px;
    }
  }
  .lg\:py-\[135px\] {
    @media (width >= 64rem) {
      padding-block: 135px;
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-\[20px\] {
    @media (width >= 64rem) {
      padding-top: 20px;
    }
  }
  .lg\:pt-\[25px\] {
    @media (width >= 64rem) {
      padding-top: 25px;
    }
  }
  .lg\:pt-\[30px\] {
    @media (width >= 64rem) {
      padding-top: 30px;
    }
  }
  .lg\:pt-\[40px\] {
    @media (width >= 64rem) {
      padding-top: 40px;
    }
  }
  .lg\:pt-\[45px\] {
    @media (width >= 64rem) {
      padding-top: 45px;
    }
  }
  .lg\:pt-\[50px\] {
    @media (width >= 64rem) {
      padding-top: 50px;
    }
  }
  .lg\:pt-\[70px\] {
    @media (width >= 64rem) {
      padding-top: 70px;
    }
  }
  .lg\:pt-\[85px\] {
    @media (width >= 64rem) {
      padding-top: 85px;
    }
  }
  .lg\:pt-\[100px\] {
    @media (width >= 64rem) {
      padding-top: 100px;
    }
  }
  .lg\:pt-\[110px\] {
    @media (width >= 64rem) {
      padding-top: 110px;
    }
  }
  .lg\:pt-\[130px\] {
    @media (width >= 64rem) {
      padding-top: 130px;
    }
  }
  .lg\:pt-\[170px\] {
    @media (width >= 64rem) {
      padding-top: 170px;
    }
  }
  .lg\:pt-\[175px\] {
    @media (width >= 64rem) {
      padding-top: 175px;
    }
  }
  .lg\:pt-\[180px\] {
    @media (width >= 64rem) {
      padding-top: 180px;
    }
  }
  .lg\:pt-\[185px\] {
    @media (width >= 64rem) {
      padding-top: 185px;
    }
  }
  .lg\:pt-\[190px\] {
    @media (width >= 64rem) {
      padding-top: 190px;
    }
  }
  .lg\:pt-\[195px\] {
    @media (width >= 64rem) {
      padding-top: 195px;
    }
  }
  .lg\:pt-\[200px\] {
    @media (width >= 64rem) {
      padding-top: 200px;
    }
  }
  .lg\:pt-\[205px\] {
    @media (width >= 64rem) {
      padding-top: 205px;
    }
  }
  .lg\:pt-\[220px\] {
    @media (width >= 64rem) {
      padding-top: 220px;
    }
  }
  .lg\:pt-\[225px\] {
    @media (width >= 64rem) {
      padding-top: 225px;
    }
  }
  .lg\:pt-\[230px\] {
    @media (width >= 64rem) {
      padding-top: 230px;
    }
  }
  .lg\:pt-\[260px\] {
    @media (width >= 64rem) {
      padding-top: 260px;
    }
  }
  .lg\:pt-\[290px\] {
    @media (width >= 64rem) {
      padding-top: 290px;
    }
  }
  .lg\:pt-\[300px\] {
    @media (width >= 64rem) {
      padding-top: 300px;
    }
  }
  .lg\:pt-\[430px\] {
    @media (width >= 64rem) {
      padding-top: 430px;
    }
  }
  .lg\:pb-\[8px\] {
    @media (width >= 64rem) {
      padding-bottom: 8px;
    }
  }
  .lg\:pb-\[15px\] {
    @media (width >= 64rem) {
      padding-bottom: 15px;
    }
  }
  .lg\:pb-\[20px\] {
    @media (width >= 64rem) {
      padding-bottom: 20px;
    }
  }
  .lg\:pb-\[22px\] {
    @media (width >= 64rem) {
      padding-bottom: 22px;
    }
  }
  .lg\:pb-\[25px\] {
    @media (width >= 64rem) {
      padding-bottom: 25px;
    }
  }
  .lg\:pb-\[30px\] {
    @media (width >= 64rem) {
      padding-bottom: 30px;
    }
  }
  .lg\:pb-\[35px\] {
    @media (width >= 64rem) {
      padding-bottom: 35px;
    }
  }
  .lg\:pb-\[45px\] {
    @media (width >= 64rem) {
      padding-bottom: 45px;
    }
  }
  .lg\:pb-\[50px\] {
    @media (width >= 64rem) {
      padding-bottom: 50px;
    }
  }
  .lg\:pb-\[70px\] {
    @media (width >= 64rem) {
      padding-bottom: 70px;
    }
  }
  .lg\:pb-\[90px\] {
    @media (width >= 64rem) {
      padding-bottom: 90px;
    }
  }
  .lg\:pb-\[95px\] {
    @media (width >= 64rem) {
      padding-bottom: 95px;
    }
  }
  .lg\:pb-\[100px\] {
    @media (width >= 64rem) {
      padding-bottom: 100px;
    }
  }
  .lg\:pb-\[110px\] {
    @media (width >= 64rem) {
      padding-bottom: 110px;
    }
  }
  .lg\:pb-\[115px\] {
    @media (width >= 64rem) {
      padding-bottom: 115px;
    }
  }
  .lg\:pb-\[150px\] {
    @media (width >= 64rem) {
      padding-bottom: 150px;
    }
  }
  .lg\:pb-\[190px\] {
    @media (width >= 64rem) {
      padding-bottom: 190px;
    }
  }
  .lg\:pb-\[330px\] {
    @media (width >= 64rem) {
      padding-bottom: 330px;
    }
  }
  .lg\:\!text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl) !important;
      line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
    }
  }
  .lg\:\!text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl) !important;
      line-height: var(--tw-leading, var(--text-3xl--line-height)) !important;
    }
  }
  .lg\:\!text-4xl {
    @media (width >= 64rem) {
      font-size: var(--text-4xl) !important;
      line-height: var(--tw-leading, var(--text-4xl--line-height)) !important;
    }
  }
  .lg\:\!text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl) !important;
      line-height: var(--tw-leading, var(--text-5xl--line-height)) !important;
    }
  }
  .lg\:\!text-lg {
    @media (width >= 64rem) {
      font-size: var(--text-lg) !important;
      line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
    }
  }
  .lg\:\!text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl) !important;
      line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .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-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\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:\!text-\[15px\] {
    @media (width >= 64rem) {
      font-size: 15px !important;
    }
  }
  .lg\:\!text-\[20px\] {
    @media (width >= 64rem) {
      font-size: 20px !important;
    }
  }
  .lg\:\!text-\[22px\] {
    @media (width >= 64rem) {
      font-size: 22px !important;
    }
  }
  .lg\:\!text-\[44px\] {
    @media (width >= 64rem) {
      font-size: 44px !important;
    }
  }
  .lg\:\!text-\[46px\] {
    @media (width >= 64rem) {
      font-size: 46px !important;
    }
  }
  .lg\:\!text-\[47px\] {
    @media (width >= 64rem) {
      font-size: 47px !important;
    }
  }
  .lg\:\!text-\[50px\] {
    @media (width >= 64rem) {
      font-size: 50px !important;
    }
  }
  .lg\:\!text-\[52px\] {
    @media (width >= 64rem) {
      font-size: 52px !important;
    }
  }
  .lg\:\!text-\[53px\] {
    @media (width >= 64rem) {
      font-size: 53px !important;
    }
  }
  .lg\:\!text-\[55px\] {
    @media (width >= 64rem) {
      font-size: 55px !important;
    }
  }
  .lg\:\!text-\[56px\] {
    @media (width >= 64rem) {
      font-size: 56px !important;
    }
  }
  .lg\:\!text-\[60px\] {
    @media (width >= 64rem) {
      font-size: 60px !important;
    }
  }
  .lg\:\!text-\[72px\] {
    @media (width >= 64rem) {
      font-size: 72px !important;
    }
  }
  .lg\:\!text-\[76px\] {
    @media (width >= 64rem) {
      font-size: 76px !important;
    }
  }
  .lg\:\!text-\[80px\] {
    @media (width >= 64rem) {
      font-size: 80px !important;
    }
  }
  .lg\:\!text-\[100px\] {
    @media (width >= 64rem) {
      font-size: 100px !important;
    }
  }
  .lg\:\!text-\[120px\] {
    @media (width >= 64rem) {
      font-size: 120px !important;
    }
  }
  .lg\:\!text-\[130px\] {
    @media (width >= 64rem) {
      font-size: 130px !important;
    }
  }
  .lg\:\!text-md {
    @media (width >= 64rem) {
      font-size: var(--text-md) !important;
    }
  }
  .lg\:text-\[15px\] {
    @media (width >= 64rem) {
      font-size: 15px;
    }
  }
  .lg\:text-\[17px\] {
    @media (width >= 64rem) {
      font-size: 17px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 64rem) {
      font-size: 20px;
    }
  }
  .lg\:text-\[22px\] {
    @media (width >= 64rem) {
      font-size: 22px;
    }
  }
  .lg\:text-\[26px\] {
    @media (width >= 64rem) {
      font-size: 26px;
    }
  }
  .lg\:text-\[30px\] {
    @media (width >= 64rem) {
      font-size: 30px;
    }
  }
  .lg\:text-\[46px\] {
    @media (width >= 64rem) {
      font-size: 46px;
    }
  }
  .lg\:text-\[50px\] {
    @media (width >= 64rem) {
      font-size: 50px;
    }
  }
  .lg\:text-\[60px\] {
    @media (width >= 64rem) {
      font-size: 60px;
    }
  }
  .lg\:text-\[64px\] {
    @media (width >= 64rem) {
      font-size: 64px;
    }
  }
  .lg\:text-\[70px\] {
    @media (width >= 64rem) {
      font-size: 70px;
    }
  }
  .lg\:text-\[80px\] {
    @media (width >= 64rem) {
      font-size: 80px;
    }
  }
  .lg\:text-\[155px\] {
    @media (width >= 64rem) {
      font-size: 155px;
    }
  }
  .lg\:text-\[295px\] {
    @media (width >= 64rem) {
      font-size: 295px;
    }
  }
  .lg\:text-md {
    @media (width >= 64rem) {
      font-size: var(--text-md);
    }
  }
  .lg\:leading-\[1\.8\] {
    @media (width >= 64rem) {
      --tw-leading: 1.8;
      line-height: 1.8;
    }
  }
  .lg\:-tracking-\[\.4px\] {
    @media (width >= 64rem) {
      --tw-tracking: calc(.4px * -1);
      letter-spacing: calc(.4px * -1);
    }
  }
  .lg\:-tracking-\[\.8px\] {
    @media (width >= 64rem) {
      --tw-tracking: calc(.8px * -1);
      letter-spacing: calc(.8px * -1);
    }
  }
  .lg\:-tracking-\[0\.16px\] {
    @media (width >= 64rem) {
      --tw-tracking: calc(0.16px * -1);
      letter-spacing: calc(0.16px * -1);
    }
  }
  .lg\:-tracking-\[0\.22px\] {
    @media (width >= 64rem) {
      --tw-tracking: calc(0.22px * -1);
      letter-spacing: calc(0.22px * -1);
    }
  }
  .lg\:-tracking-\[0\.32px\] {
    @media (width >= 64rem) {
      --tw-tracking: calc(0.32px * -1);
      letter-spacing: calc(0.32px * -1);
    }
  }
  .lg\:-tracking-\[0\.96px\] {
    @media (width >= 64rem) {
      --tw-tracking: calc(0.96px * -1);
      letter-spacing: calc(0.96px * -1);
    }
  }
  .lg\:-tracking-\[1\.5px\] {
    @media (width >= 64rem) {
      --tw-tracking: calc(1.5px * -1);
      letter-spacing: calc(1.5px * -1);
    }
  }
  .lg\:-tracking-\[1\.6px\] {
    @media (width >= 64rem) {
      --tw-tracking: calc(1.6px * -1);
      letter-spacing: calc(1.6px * -1);
    }
  }
  .lg\:-tracking-\[1\.22px\] {
    @media (width >= 64rem) {
      --tw-tracking: calc(1.22px * -1);
      letter-spacing: calc(1.22px * -1);
    }
  }
  .lg\:-tracking-\[1\.34px\] {
    @media (width >= 64rem) {
      --tw-tracking: calc(1.34px * -1);
      letter-spacing: calc(1.34px * -1);
    }
  }
  .lg\:-tracking-\[1\.44px\] {
    @media (width >= 64rem) {
      --tw-tracking: calc(1.44px * -1);
      letter-spacing: calc(1.44px * -1);
    }
  }
  .lg\:-tracking-\[1px\] {
    @media (width >= 64rem) {
      --tw-tracking: calc(1px * -1);
      letter-spacing: calc(1px * -1);
    }
  }
  .lg\:-tracking-\[2\.3px\] {
    @media (width >= 64rem) {
      --tw-tracking: calc(2.3px * -1);
      letter-spacing: calc(2.3px * -1);
    }
  }
  .lg\:-tracking-\[2\.76px\] {
    @media (width >= 64rem) {
      --tw-tracking: calc(2.76px * -1);
      letter-spacing: calc(2.76px * -1);
    }
  }
  .lg\:-tracking-\[2px\] {
    @media (width >= 64rem) {
      --tw-tracking: calc(2px * -1);
      letter-spacing: calc(2px * -1);
    }
  }
  .lg\:-tracking-\[3\.84px\] {
    @media (width >= 64rem) {
      --tw-tracking: calc(3.84px * -1);
      letter-spacing: calc(3.84px * -1);
    }
  }
  .lg\:-tracking-\[3px\] {
    @media (width >= 64rem) {
      --tw-tracking: calc(3px * -1);
      letter-spacing: calc(3px * -1);
    }
  }
  .lg\:-tracking-\[4\.8px\] {
    @media (width >= 64rem) {
      --tw-tracking: calc(4.8px * -1);
      letter-spacing: calc(4.8px * -1);
    }
  }
  .lg\:-tracking-\[4px\] {
    @media (width >= 64rem) {
      --tw-tracking: calc(4px * -1);
      letter-spacing: calc(4px * -1);
    }
  }
  .lg\:-tracking-\[5px\] {
    @media (width >= 64rem) {
      --tw-tracking: calc(5px * -1);
      letter-spacing: calc(5px * -1);
    }
  }
  .lg\:-tracking-\[7\.5px\] {
    @media (width >= 64rem) {
      --tw-tracking: calc(7.5px * -1);
      letter-spacing: calc(7.5px * -1);
    }
  }
  .lg\:\!text-\[\#7ea0c2\] {
    @media (width >= 64rem) {
      color: #7ea0c2 !important;
    }
  }
  .lg\:\!text-gray-100 {
    @media (width >= 64rem) {
      color: var(--color-gray-100) !important;
    }
  }
  .lg\:\!text-white {
    @media (width >= 64rem) {
      color: var(--color-white) !important;
    }
  }
  .lg\:text-white {
    @media (width >= 64rem) {
      color: var(--color-white);
    }
  }
  .xl\:absolute {
    @media (width >= 80rem) {
      position: absolute;
    }
  }
  .xl\:relative {
    @media (width >= 80rem) {
      position: relative;
    }
  }
  .xl\:sticky {
    @media (width >= 80rem) {
      position: sticky;
    }
  }
  .xl\:-top-\[40px\] {
    @media (width >= 80rem) {
      top: calc(40px * -1);
    }
  }
  .xl\:-top-\[46px\] {
    @media (width >= 80rem) {
      top: calc(46px * -1);
    }
  }
  .xl\:-top-\[80px\] {
    @media (width >= 80rem) {
      top: calc(80px * -1);
    }
  }
  .xl\:-top-\[100px\] {
    @media (width >= 80rem) {
      top: calc(100px * -1);
    }
  }
  .xl\:-top-\[180px\] {
    @media (width >= 80rem) {
      top: calc(180px * -1);
    }
  }
  .xl\:top-0 {
    @media (width >= 80rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .xl\:top-1\/2 {
    @media (width >= 80rem) {
      top: calc(1/2 * 100%);
    }
  }
  .xl\:top-\[7px\] {
    @media (width >= 80rem) {
      top: 7px;
    }
  }
  .xl\:top-\[20px\] {
    @media (width >= 80rem) {
      top: 20px;
    }
  }
  .xl\:top-\[26\%\] {
    @media (width >= 80rem) {
      top: 26%;
    }
  }
  .xl\:top-\[30px\] {
    @media (width >= 80rem) {
      top: 30px;
    }
  }
  .xl\:top-\[35px\] {
    @media (width >= 80rem) {
      top: 35px;
    }
  }
  .xl\:top-\[40px\] {
    @media (width >= 80rem) {
      top: 40px;
    }
  }
  .xl\:top-\[65\%\] {
    @media (width >= 80rem) {
      top: 65%;
    }
  }
  .xl\:top-\[75px\] {
    @media (width >= 80rem) {
      top: 75px;
    }
  }
  .xl\:top-\[80px\] {
    @media (width >= 80rem) {
      top: 80px;
    }
  }
  .xl\:top-\[90px\] {
    @media (width >= 80rem) {
      top: 90px;
    }
  }
  .xl\:top-\[100px\] {
    @media (width >= 80rem) {
      top: 100px;
    }
  }
  .xl\:top-\[135px\] {
    @media (width >= 80rem) {
      top: 135px;
    }
  }
  .xl\:top-\[140px\] {
    @media (width >= 80rem) {
      top: 140px;
    }
  }
  .xl\:top-\[150px\] {
    @media (width >= 80rem) {
      top: 150px;
    }
  }
  .xl\:top-\[165px\] {
    @media (width >= 80rem) {
      top: 165px;
    }
  }
  .xl\:top-\[200px\] {
    @media (width >= 80rem) {
      top: 200px;
    }
  }
  .xl\:top-\[220px\] {
    @media (width >= 80rem) {
      top: 220px;
    }
  }
  .xl\:top-\[255px\] {
    @media (width >= 80rem) {
      top: 255px;
    }
  }
  .xl\:top-\[330px\] {
    @media (width >= 80rem) {
      top: 330px;
    }
  }
  .xl\:right-\[40px\] {
    @media (width >= 80rem) {
      right: 40px;
    }
  }
  .xl\:bottom-0 {
    @media (width >= 80rem) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .xl\:bottom-\[13\%\] {
    @media (width >= 80rem) {
      bottom: 13%;
    }
  }
  .xl\:bottom-\[15\%\] {
    @media (width >= 80rem) {
      bottom: 15%;
    }
  }
  .xl\:bottom-\[20px\] {
    @media (width >= 80rem) {
      bottom: 20px;
    }
  }
  .xl\:bottom-\[22\%\] {
    @media (width >= 80rem) {
      bottom: 22%;
    }
  }
  .xl\:bottom-\[35px\] {
    @media (width >= 80rem) {
      bottom: 35px;
    }
  }
  .xl\:bottom-\[40px\] {
    @media (width >= 80rem) {
      bottom: 40px;
    }
  }
  .xl\:bottom-\[50px\] {
    @media (width >= 80rem) {
      bottom: 50px;
    }
  }
  .xl\:bottom-\[80px\] {
    @media (width >= 80rem) {
      bottom: 80px;
    }
  }
  .xl\:bottom-\[115px\] {
    @media (width >= 80rem) {
      bottom: 115px;
    }
  }
  .xl\:bottom-\[125px\] {
    @media (width >= 80rem) {
      bottom: 125px;
    }
  }
  .xl\:bottom-\[132px\] {
    @media (width >= 80rem) {
      bottom: 132px;
    }
  }
  .xl\:bottom-\[138px\] {
    @media (width >= 80rem) {
      bottom: 138px;
    }
  }
  .xl\:bottom-\[220px\] {
    @media (width >= 80rem) {
      bottom: 220px;
    }
  }
  .xl\:bottom-\[238px\] {
    @media (width >= 80rem) {
      bottom: 238px;
    }
  }
  .xl\:left-1\/2 {
    @media (width >= 80rem) {
      left: calc(1/2 * 100%);
    }
  }
  .xl\:order-1 {
    @media (width >= 80rem) {
      order: 1;
    }
  }
  .xl\:order-2 {
    @media (width >= 80rem) {
      order: 2;
    }
  }
  .xl\:order-3 {
    @media (width >= 80rem) {
      order: 3;
    }
  }
  .xl\:order-\[1\] {
    @media (width >= 80rem) {
      order: 1;
    }
  }
  .xl\:order-\[2\] {
    @media (width >= 80rem) {
      order: 2;
    }
  }
  .xl\:col-span-1 {
    @media (width >= 80rem) {
      grid-column: span 1 / span 1;
    }
  }
  .xl\:col-span-2 {
    @media (width >= 80rem) {
      grid-column: span 2 / span 2;
    }
  }
  .xl\:m-\[50px\] {
    @media (width >= 80rem) {
      margin: 50px;
    }
  }
  .xl\:m-\[100px\] {
    @media (width >= 80rem) {
      margin: 100px;
    }
  }
  .xl\:m-\[150px\] {
    @media (width >= 80rem) {
      margin: 150px;
    }
  }
  .xl\:m-\[200px\] {
    @media (width >= 80rem) {
      margin: 200px;
    }
  }
  .xl\:m-\[250px\] {
    @media (width >= 80rem) {
      margin: 250px;
    }
  }
  .xl\:-mx-\[1\.8px\] {
    @media (width >= 80rem) {
      margin-inline: calc(1.8px * -1);
    }
  }
  .xl\:-mx-\[200px\] {
    @media (width >= 80rem) {
      margin-inline: calc(200px * -1);
    }
  }
  .xl\:mx-0 {
    @media (width >= 80rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .xl\:mx-\[5px\] {
    @media (width >= 80rem) {
      margin-inline: 5px;
    }
  }
  .xl\:mx-\[20px\] {
    @media (width >= 80rem) {
      margin-inline: 20px;
    }
  }
  .xl\:mx-\[22px\] {
    @media (width >= 80rem) {
      margin-inline: 22px;
    }
  }
  .xl\:mx-\[25px\] {
    @media (width >= 80rem) {
      margin-inline: 25px;
    }
  }
  .xl\:mx-\[30px\] {
    @media (width >= 80rem) {
      margin-inline: 30px;
    }
  }
  .xl\:mx-\[40px\] {
    @media (width >= 80rem) {
      margin-inline: 40px;
    }
  }
  .xl\:mx-\[50px\] {
    @media (width >= 80rem) {
      margin-inline: 50px;
    }
  }
  .xl\:mx-auto {
    @media (width >= 80rem) {
      margin-inline: auto;
    }
  }
  .xl\:-my-\[25px\] {
    @media (width >= 80rem) {
      margin-block: calc(25px * -1);
    }
  }
  .xl\:my-\[30px\] {
    @media (width >= 80rem) {
      margin-block: 30px;
    }
  }
  .xl\:my-\[35px\] {
    @media (width >= 80rem) {
      margin-block: 35px;
    }
  }
  .xl\:my-\[40px\] {
    @media (width >= 80rem) {
      margin-block: 40px;
    }
  }
  .xl\:my-\[45px\] {
    @media (width >= 80rem) {
      margin-block: 45px;
    }
  }
  .xl\:my-\[60px\] {
    @media (width >= 80rem) {
      margin-block: 60px;
    }
  }
  .xl\:-mt-\[15px\] {
    @media (width >= 80rem) {
      margin-top: calc(15px * -1);
    }
  }
  .xl\:-mt-\[30px\] {
    @media (width >= 80rem) {
      margin-top: calc(30px * -1);
    }
  }
  .xl\:-mt-\[38px\] {
    @media (width >= 80rem) {
      margin-top: calc(38px * -1);
    }
  }
  .xl\:-mt-\[50px\] {
    @media (width >= 80rem) {
      margin-top: calc(50px * -1);
    }
  }
  .xl\:-mt-\[60px\] {
    @media (width >= 80rem) {
      margin-top: calc(60px * -1);
    }
  }
  .xl\:-mt-\[75px\] {
    @media (width >= 80rem) {
      margin-top: calc(75px * -1);
    }
  }
  .xl\:-mt-\[80px\] {
    @media (width >= 80rem) {
      margin-top: calc(80px * -1);
    }
  }
  .xl\:-mt-\[95px\] {
    @media (width >= 80rem) {
      margin-top: calc(95px * -1);
    }
  }
  .xl\:-mt-\[140px\] {
    @media (width >= 80rem) {
      margin-top: calc(140px * -1);
    }
  }
  .xl\:-mt-\[150px\] {
    @media (width >= 80rem) {
      margin-top: calc(150px * -1);
    }
  }
  .xl\:-mt-\[180px\] {
    @media (width >= 80rem) {
      margin-top: calc(180px * -1);
    }
  }
  .xl\:-mt-\[200px\] {
    @media (width >= 80rem) {
      margin-top: calc(200px * -1);
    }
  }
  .xl\:-mt-\[206px\] {
    @media (width >= 80rem) {
      margin-top: calc(206px * -1);
    }
  }
  .xl\:-mt-\[209px\] {
    @media (width >= 80rem) {
      margin-top: calc(209px * -1);
    }
  }
  .xl\:-mt-\[260px\] {
    @media (width >= 80rem) {
      margin-top: calc(260px * -1);
    }
  }
  .xl\:-mt-\[272px\] {
    @media (width >= 80rem) {
      margin-top: calc(272px * -1);
    }
  }
  .xl\:-mt-\[420px\] {
    @media (width >= 80rem) {
      margin-top: calc(420px * -1);
    }
  }
  .xl\:-mt-\[455\.66px\] {
    @media (width >= 80rem) {
      margin-top: calc(455.66px * -1);
    }
  }
  .xl\:-mt-\[470px\] {
    @media (width >= 80rem) {
      margin-top: calc(470px * -1);
    }
  }
  .xl\:-mt-\[594px\] {
    @media (width >= 80rem) {
      margin-top: calc(594px * -1);
    }
  }
  .xl\:-mt-\[744px\] {
    @media (width >= 80rem) {
      margin-top: calc(744px * -1);
    }
  }
  .xl\:mt-0 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .xl\:mt-\[15px\] {
    @media (width >= 80rem) {
      margin-top: 15px;
    }
  }
  .xl\:mt-\[18px\] {
    @media (width >= 80rem) {
      margin-top: 18px;
    }
  }
  .xl\:mt-\[20px\] {
    @media (width >= 80rem) {
      margin-top: 20px;
    }
  }
  .xl\:mt-\[25px\] {
    @media (width >= 80rem) {
      margin-top: 25px;
    }
  }
  .xl\:mt-\[28px\] {
    @media (width >= 80rem) {
      margin-top: 28px;
    }
  }
  .xl\:mt-\[30px\] {
    @media (width >= 80rem) {
      margin-top: 30px;
    }
  }
  .xl\:mt-\[35px\] {
    @media (width >= 80rem) {
      margin-top: 35px;
    }
  }
  .xl\:mt-\[40px\] {
    @media (width >= 80rem) {
      margin-top: 40px;
    }
  }
  .xl\:mt-\[45px\] {
    @media (width >= 80rem) {
      margin-top: 45px;
    }
  }
  .xl\:mt-\[50px\] {
    @media (width >= 80rem) {
      margin-top: 50px;
    }
  }
  .xl\:mt-\[52px\] {
    @media (width >= 80rem) {
      margin-top: 52px;
    }
  }
  .xl\:mt-\[55px\] {
    @media (width >= 80rem) {
      margin-top: 55px;
    }
  }
  .xl\:mt-\[60px\] {
    @media (width >= 80rem) {
      margin-top: 60px;
    }
  }
  .xl\:mt-\[65px\] {
    @media (width >= 80rem) {
      margin-top: 65px;
    }
  }
  .xl\:mt-\[70px\] {
    @media (width >= 80rem) {
      margin-top: 70px;
    }
  }
  .xl\:mt-\[75px\] {
    @media (width >= 80rem) {
      margin-top: 75px;
    }
  }
  .xl\:mt-\[80px\] {
    @media (width >= 80rem) {
      margin-top: 80px;
    }
  }
  .xl\:mt-\[85px\] {
    @media (width >= 80rem) {
      margin-top: 85px;
    }
  }
  .xl\:mt-\[95px\] {
    @media (width >= 80rem) {
      margin-top: 95px;
    }
  }
  .xl\:mt-\[100px\] {
    @media (width >= 80rem) {
      margin-top: 100px;
    }
  }
  .xl\:mt-\[110px\] {
    @media (width >= 80rem) {
      margin-top: 110px;
    }
  }
  .xl\:mt-\[120px\] {
    @media (width >= 80rem) {
      margin-top: 120px;
    }
  }
  .xl\:mt-\[135px\] {
    @media (width >= 80rem) {
      margin-top: 135px;
    }
  }
  .xl\:mt-\[200px\] {
    @media (width >= 80rem) {
      margin-top: 200px;
    }
  }
  .xl\:mt-\[290px\] {
    @media (width >= 80rem) {
      margin-top: 290px;
    }
  }
  .xl\:mt-\[300px\] {
    @media (width >= 80rem) {
      margin-top: 300px;
    }
  }
  .xl\:mt-\[390px\] {
    @media (width >= 80rem) {
      margin-top: 390px;
    }
  }
  .xl\:mt-\[450px\] {
    @media (width >= 80rem) {
      margin-top: 450px;
    }
  }
  .xl\:mt-\[580px\] {
    @media (width >= 80rem) {
      margin-top: 580px;
    }
  }
  .xl\:\!mb-\[10px\] {
    @media (width >= 80rem) {
      margin-bottom: 10px !important;
    }
  }
  .xl\:\!mb-\[15px\] {
    @media (width >= 80rem) {
      margin-bottom: 15px !important;
    }
  }
  .xl\:\!mb-\[17px\] {
    @media (width >= 80rem) {
      margin-bottom: 17px !important;
    }
  }
  .xl\:\!mb-\[18px\] {
    @media (width >= 80rem) {
      margin-bottom: 18px !important;
    }
  }
  .xl\:\!mb-\[20px\] {
    @media (width >= 80rem) {
      margin-bottom: 20px !important;
    }
  }
  .xl\:\!mb-\[25px\] {
    @media (width >= 80rem) {
      margin-bottom: 25px !important;
    }
  }
  .xl\:\!mb-\[30px\] {
    @media (width >= 80rem) {
      margin-bottom: 30px !important;
    }
  }
  .xl\:\!mb-\[35px\] {
    @media (width >= 80rem) {
      margin-bottom: 35px !important;
    }
  }
  .xl\:\!mb-\[40px\] {
    @media (width >= 80rem) {
      margin-bottom: 40px !important;
    }
  }
  .xl\:\!mb-\[50px\] {
    @media (width >= 80rem) {
      margin-bottom: 50px !important;
    }
  }
  .xl\:\!mb-\[55px\] {
    @media (width >= 80rem) {
      margin-bottom: 55px !important;
    }
  }
  .xl\:\!mb-\[80px\] {
    @media (width >= 80rem) {
      margin-bottom: 80px !important;
    }
  }
  .xl\:\!mb-\[85px\] {
    @media (width >= 80rem) {
      margin-bottom: 85px !important;
    }
  }
  .xl\:\!mb-\[125px\] {
    @media (width >= 80rem) {
      margin-bottom: 125px !important;
    }
  }
  .xl\:\!mb-\[240px\] {
    @media (width >= 80rem) {
      margin-bottom: 240px !important;
    }
  }
  .xl\:-mb-\[84px\] {
    @media (width >= 80rem) {
      margin-bottom: calc(84px * -1);
    }
  }
  .xl\:-mb-\[110px\] {
    @media (width >= 80rem) {
      margin-bottom: calc(110px * -1);
    }
  }
  .xl\:mb-0 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .xl\:mb-\[5px\] {
    @media (width >= 80rem) {
      margin-bottom: 5px;
    }
  }
  .xl\:mb-\[15px\] {
    @media (width >= 80rem) {
      margin-bottom: 15px;
    }
  }
  .xl\:mb-\[18px\] {
    @media (width >= 80rem) {
      margin-bottom: 18px;
    }
  }
  .xl\:mb-\[20px\] {
    @media (width >= 80rem) {
      margin-bottom: 20px;
    }
  }
  .xl\:mb-\[22px\] {
    @media (width >= 80rem) {
      margin-bottom: 22px;
    }
  }
  .xl\:mb-\[25px\] {
    @media (width >= 80rem) {
      margin-bottom: 25px;
    }
  }
  .xl\:mb-\[28px\] {
    @media (width >= 80rem) {
      margin-bottom: 28px;
    }
  }
  .xl\:mb-\[30px\] {
    @media (width >= 80rem) {
      margin-bottom: 30px;
    }
  }
  .xl\:mb-\[35px\] {
    @media (width >= 80rem) {
      margin-bottom: 35px;
    }
  }
  .xl\:mb-\[37px\] {
    @media (width >= 80rem) {
      margin-bottom: 37px;
    }
  }
  .xl\:mb-\[40px\] {
    @media (width >= 80rem) {
      margin-bottom: 40px;
    }
  }
  .xl\:mb-\[45px\] {
    @media (width >= 80rem) {
      margin-bottom: 45px;
    }
  }
  .xl\:mb-\[50px\] {
    @media (width >= 80rem) {
      margin-bottom: 50px;
    }
  }
  .xl\:mb-\[60px\] {
    @media (width >= 80rem) {
      margin-bottom: 60px;
    }
  }
  .xl\:mb-\[65px\] {
    @media (width >= 80rem) {
      margin-bottom: 65px;
    }
  }
  .xl\:mb-\[70px\] {
    @media (width >= 80rem) {
      margin-bottom: 70px;
    }
  }
  .xl\:mb-\[79px\] {
    @media (width >= 80rem) {
      margin-bottom: 79px;
    }
  }
  .xl\:mb-\[90px\] {
    @media (width >= 80rem) {
      margin-bottom: 90px;
    }
  }
  .xl\:mb-\[100px\] {
    @media (width >= 80rem) {
      margin-bottom: 100px;
    }
  }
  .xl\:mb-\[105px\] {
    @media (width >= 80rem) {
      margin-bottom: 105px;
    }
  }
  .xl\:mb-\[120px\] {
    @media (width >= 80rem) {
      margin-bottom: 120px;
    }
  }
  .xl\:mb-\[130px\] {
    @media (width >= 80rem) {
      margin-bottom: 130px;
    }
  }
  .xl\:mb-\[155px\] {
    @media (width >= 80rem) {
      margin-bottom: 155px;
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:inline-block {
    @media (width >= 80rem) {
      display: inline-block;
    }
  }
  .xl\:h-\[20px\] {
    @media (width >= 80rem) {
      height: 20px;
    }
  }
  .xl\:h-\[54px\] {
    @media (width >= 80rem) {
      height: 54px;
    }
  }
  .xl\:h-\[56px\] {
    @media (width >= 80rem) {
      height: 56px;
    }
  }
  .xl\:h-\[77px\] {
    @media (width >= 80rem) {
      height: 77px;
    }
  }
  .xl\:h-\[95\.5px\] {
    @media (width >= 80rem) {
      height: 95.5px;
    }
  }
  .xl\:h-\[95px\] {
    @media (width >= 80rem) {
      height: 95px;
    }
  }
  .xl\:h-\[96\.5px\] {
    @media (width >= 80rem) {
      height: 96.5px;
    }
  }
  .xl\:h-\[97\.5px\] {
    @media (width >= 80rem) {
      height: 97.5px;
    }
  }
  .xl\:h-\[97px\] {
    @media (width >= 80rem) {
      height: 97px;
    }
  }
  .xl\:h-\[100px\] {
    @media (width >= 80rem) {
      height: 100px;
    }
  }
  .xl\:h-\[102\.5px\] {
    @media (width >= 80rem) {
      height: 102.5px;
    }
  }
  .xl\:h-\[110\.09px\] {
    @media (width >= 80rem) {
      height: 110.09px;
    }
  }
  .xl\:h-\[111px\] {
    @media (width >= 80rem) {
      height: 111px;
    }
  }
  .xl\:h-\[150px\] {
    @media (width >= 80rem) {
      height: 150px;
    }
  }
  .xl\:h-\[200px\] {
    @media (width >= 80rem) {
      height: 200px;
    }
  }
  .xl\:h-\[350px\] {
    @media (width >= 80rem) {
      height: 350px;
    }
  }
  .xl\:h-\[470px\] {
    @media (width >= 80rem) {
      height: 470px;
    }
  }
  .xl\:h-\[500px\] {
    @media (width >= 80rem) {
      height: 500px;
    }
  }
  .xl\:h-\[600px\] {
    @media (width >= 80rem) {
      height: 600px;
    }
  }
  .xl\:w-\[12\%\] {
    @media (width >= 80rem) {
      width: 12%;
    }
  }
  .xl\:w-\[54px\] {
    @media (width >= 80rem) {
      width: 54px;
    }
  }
  .xl\:w-\[56px\] {
    @media (width >= 80rem) {
      width: 56px;
    }
  }
  .xl\:w-\[70px\] {
    @media (width >= 80rem) {
      width: 70px;
    }
  }
  .xl\:w-\[77px\] {
    @media (width >= 80rem) {
      width: 77px;
    }
  }
  .xl\:w-\[80px\] {
    @media (width >= 80rem) {
      width: 80px;
    }
  }
  .xl\:w-\[88px\] {
    @media (width >= 80rem) {
      width: 88px;
    }
  }
  .xl\:w-\[100px\] {
    @media (width >= 80rem) {
      width: 100px;
    }
  }
  .xl\:w-\[150px\] {
    @media (width >= 80rem) {
      width: 150px;
    }
  }
  .xl\:w-\[200px\] {
    @media (width >= 80rem) {
      width: 200px;
    }
  }
  .xl\:w-\[500px\] {
    @media (width >= 80rem) {
      width: 500px;
    }
  }
  .xl\:w-\[600px\] {
    @media (width >= 80rem) {
      width: 600px;
    }
  }
  .xl\:max-w-\[120px\] {
    @media (width >= 80rem) {
      max-width: 120px;
    }
  }
  .xl\:max-w-\[140px\] {
    @media (width >= 80rem) {
      max-width: 140px;
    }
  }
  .xl\:max-w-\[178px\] {
    @media (width >= 80rem) {
      max-width: 178px;
    }
  }
  .xl\:max-w-\[200px\] {
    @media (width >= 80rem) {
      max-width: 200px;
    }
  }
  .xl\:max-w-\[205px\] {
    @media (width >= 80rem) {
      max-width: 205px;
    }
  }
  .xl\:max-w-\[220px\] {
    @media (width >= 80rem) {
      max-width: 220px;
    }
  }
  .xl\:max-w-\[239px\] {
    @media (width >= 80rem) {
      max-width: 239px;
    }
  }
  .xl\:max-w-\[255px\] {
    @media (width >= 80rem) {
      max-width: 255px;
    }
  }
  .xl\:max-w-\[262px\] {
    @media (width >= 80rem) {
      max-width: 262px;
    }
  }
  .xl\:max-w-\[265px\] {
    @media (width >= 80rem) {
      max-width: 265px;
    }
  }
  .xl\:max-w-\[280px\] {
    @media (width >= 80rem) {
      max-width: 280px;
    }
  }
  .xl\:max-w-\[282px\] {
    @media (width >= 80rem) {
      max-width: 282px;
    }
  }
  .xl\:max-w-\[290px\] {
    @media (width >= 80rem) {
      max-width: 290px;
    }
  }
  .xl\:max-w-\[300px\] {
    @media (width >= 80rem) {
      max-width: 300px;
    }
  }
  .xl\:max-w-\[305px\] {
    @media (width >= 80rem) {
      max-width: 305px;
    }
  }
  .xl\:max-w-\[312px\] {
    @media (width >= 80rem) {
      max-width: 312px;
    }
  }
  .xl\:max-w-\[315px\] {
    @media (width >= 80rem) {
      max-width: 315px;
    }
  }
  .xl\:max-w-\[318px\] {
    @media (width >= 80rem) {
      max-width: 318px;
    }
  }
  .xl\:max-w-\[319px\] {
    @media (width >= 80rem) {
      max-width: 319px;
    }
  }
  .xl\:max-w-\[320px\] {
    @media (width >= 80rem) {
      max-width: 320px;
    }
  }
  .xl\:max-w-\[330px\] {
    @media (width >= 80rem) {
      max-width: 330px;
    }
  }
  .xl\:max-w-\[354\.22px\] {
    @media (width >= 80rem) {
      max-width: 354.22px;
    }
  }
  .xl\:max-w-\[358px\] {
    @media (width >= 80rem) {
      max-width: 358px;
    }
  }
  .xl\:max-w-\[380px\] {
    @media (width >= 80rem) {
      max-width: 380px;
    }
  }
  .xl\:max-w-\[400px\] {
    @media (width >= 80rem) {
      max-width: 400px;
    }
  }
  .xl\:max-w-\[405px\] {
    @media (width >= 80rem) {
      max-width: 405px;
    }
  }
  .xl\:max-w-\[410px\] {
    @media (width >= 80rem) {
      max-width: 410px;
    }
  }
  .xl\:max-w-\[414px\] {
    @media (width >= 80rem) {
      max-width: 414px;
    }
  }
  .xl\:max-w-\[415px\] {
    @media (width >= 80rem) {
      max-width: 415px;
    }
  }
  .xl\:max-w-\[416px\] {
    @media (width >= 80rem) {
      max-width: 416px;
    }
  }
  .xl\:max-w-\[420px\] {
    @media (width >= 80rem) {
      max-width: 420px;
    }
  }
  .xl\:max-w-\[424px\] {
    @media (width >= 80rem) {
      max-width: 424px;
    }
  }
  .xl\:max-w-\[425px\] {
    @media (width >= 80rem) {
      max-width: 425px;
    }
  }
  .xl\:max-w-\[426px\] {
    @media (width >= 80rem) {
      max-width: 426px;
    }
  }
  .xl\:max-w-\[440px\] {
    @media (width >= 80rem) {
      max-width: 440px;
    }
  }
  .xl\:max-w-\[445px\] {
    @media (width >= 80rem) {
      max-width: 445px;
    }
  }
  .xl\:max-w-\[446px\] {
    @media (width >= 80rem) {
      max-width: 446px;
    }
  }
  .xl\:max-w-\[450px\] {
    @media (width >= 80rem) {
      max-width: 450px;
    }
  }
  .xl\:max-w-\[455px\] {
    @media (width >= 80rem) {
      max-width: 455px;
    }
  }
  .xl\:max-w-\[457px\] {
    @media (width >= 80rem) {
      max-width: 457px;
    }
  }
  .xl\:max-w-\[463px\] {
    @media (width >= 80rem) {
      max-width: 463px;
    }
  }
  .xl\:max-w-\[470px\] {
    @media (width >= 80rem) {
      max-width: 470px;
    }
  }
  .xl\:max-w-\[471px\] {
    @media (width >= 80rem) {
      max-width: 471px;
    }
  }
  .xl\:max-w-\[480px\] {
    @media (width >= 80rem) {
      max-width: 480px;
    }
  }
  .xl\:max-w-\[485px\] {
    @media (width >= 80rem) {
      max-width: 485px;
    }
  }
  .xl\:max-w-\[490px\] {
    @media (width >= 80rem) {
      max-width: 490px;
    }
  }
  .xl\:max-w-\[500px\] {
    @media (width >= 80rem) {
      max-width: 500px;
    }
  }
  .xl\:max-w-\[510px\] {
    @media (width >= 80rem) {
      max-width: 510px;
    }
  }
  .xl\:max-w-\[518px\] {
    @media (width >= 80rem) {
      max-width: 518px;
    }
  }
  .xl\:max-w-\[520px\] {
    @media (width >= 80rem) {
      max-width: 520px;
    }
  }
  .xl\:max-w-\[521px\] {
    @media (width >= 80rem) {
      max-width: 521px;
    }
  }
  .xl\:max-w-\[526px\] {
    @media (width >= 80rem) {
      max-width: 526px;
    }
  }
  .xl\:max-w-\[530px\] {
    @media (width >= 80rem) {
      max-width: 530px;
    }
  }
  .xl\:max-w-\[534px\] {
    @media (width >= 80rem) {
      max-width: 534px;
    }
  }
  .xl\:max-w-\[536px\] {
    @media (width >= 80rem) {
      max-width: 536px;
    }
  }
  .xl\:max-w-\[540px\] {
    @media (width >= 80rem) {
      max-width: 540px;
    }
  }
  .xl\:max-w-\[544px\] {
    @media (width >= 80rem) {
      max-width: 544px;
    }
  }
  .xl\:max-w-\[545px\] {
    @media (width >= 80rem) {
      max-width: 545px;
    }
  }
  .xl\:max-w-\[548px\] {
    @media (width >= 80rem) {
      max-width: 548px;
    }
  }
  .xl\:max-w-\[570px\] {
    @media (width >= 80rem) {
      max-width: 570px;
    }
  }
  .xl\:max-w-\[575px\] {
    @media (width >= 80rem) {
      max-width: 575px;
    }
  }
  .xl\:max-w-\[585px\] {
    @media (width >= 80rem) {
      max-width: 585px;
    }
  }
  .xl\:max-w-\[589px\] {
    @media (width >= 80rem) {
      max-width: 589px;
    }
  }
  .xl\:max-w-\[600px\] {
    @media (width >= 80rem) {
      max-width: 600px;
    }
  }
  .xl\:max-w-\[612px\] {
    @media (width >= 80rem) {
      max-width: 612px;
    }
  }
  .xl\:max-w-\[615px\] {
    @media (width >= 80rem) {
      max-width: 615px;
    }
  }
  .xl\:max-w-\[617px\] {
    @media (width >= 80rem) {
      max-width: 617px;
    }
  }
  .xl\:max-w-\[630px\] {
    @media (width >= 80rem) {
      max-width: 630px;
    }
  }
  .xl\:max-w-\[633px\] {
    @media (width >= 80rem) {
      max-width: 633px;
    }
  }
  .xl\:max-w-\[640px\] {
    @media (width >= 80rem) {
      max-width: 640px;
    }
  }
  .xl\:max-w-\[642px\] {
    @media (width >= 80rem) {
      max-width: 642px;
    }
  }
  .xl\:max-w-\[650px\] {
    @media (width >= 80rem) {
      max-width: 650px;
    }
  }
  .xl\:max-w-\[660px\] {
    @media (width >= 80rem) {
      max-width: 660px;
    }
  }
  .xl\:max-w-\[690px\] {
    @media (width >= 80rem) {
      max-width: 690px;
    }
  }
  .xl\:max-w-\[695px\] {
    @media (width >= 80rem) {
      max-width: 695px;
    }
  }
  .xl\:max-w-\[700px\] {
    @media (width >= 80rem) {
      max-width: 700px;
    }
  }
  .xl\:max-w-\[740px\] {
    @media (width >= 80rem) {
      max-width: 740px;
    }
  }
  .xl\:max-w-\[741px\] {
    @media (width >= 80rem) {
      max-width: 741px;
    }
  }
  .xl\:max-w-\[760px\] {
    @media (width >= 80rem) {
      max-width: 760px;
    }
  }
  .xl\:max-w-\[770px\] {
    @media (width >= 80rem) {
      max-width: 770px;
    }
  }
  .xl\:max-w-\[780px\] {
    @media (width >= 80rem) {
      max-width: 780px;
    }
  }
  .xl\:max-w-\[785px\] {
    @media (width >= 80rem) {
      max-width: 785px;
    }
  }
  .xl\:max-w-\[790px\] {
    @media (width >= 80rem) {
      max-width: 790px;
    }
  }
  .xl\:max-w-\[800px\] {
    @media (width >= 80rem) {
      max-width: 800px;
    }
  }
  .xl\:max-w-\[821px\] {
    @media (width >= 80rem) {
      max-width: 821px;
    }
  }
  .xl\:max-w-\[830px\] {
    @media (width >= 80rem) {
      max-width: 830px;
    }
  }
  .xl\:max-w-\[847px\] {
    @media (width >= 80rem) {
      max-width: 847px;
    }
  }
  .xl\:max-w-\[850px\] {
    @media (width >= 80rem) {
      max-width: 850px;
    }
  }
  .xl\:max-w-\[856px\] {
    @media (width >= 80rem) {
      max-width: 856px;
    }
  }
  .xl\:max-w-\[872px\] {
    @media (width >= 80rem) {
      max-width: 872px;
    }
  }
  .xl\:max-w-\[875px\] {
    @media (width >= 80rem) {
      max-width: 875px;
    }
  }
  .xl\:max-w-\[900px\] {
    @media (width >= 80rem) {
      max-width: 900px;
    }
  }
  .xl\:max-w-\[920px\] {
    @media (width >= 80rem) {
      max-width: 920px;
    }
  }
  .xl\:max-w-\[930px\] {
    @media (width >= 80rem) {
      max-width: 930px;
    }
  }
  .xl\:max-w-\[1000px\] {
    @media (width >= 80rem) {
      max-width: 1000px;
    }
  }
  .xl\:max-w-\[1015px\] {
    @media (width >= 80rem) {
      max-width: 1015px;
    }
  }
  .xl\:max-w-\[1020px\] {
    @media (width >= 80rem) {
      max-width: 1020px;
    }
  }
  .xl\:max-w-\[1030px\] {
    @media (width >= 80rem) {
      max-width: 1030px;
    }
  }
  .xl\:max-w-\[1050px\] {
    @media (width >= 80rem) {
      max-width: 1050px;
    }
  }
  .xl\:max-w-\[1065px\] {
    @media (width >= 80rem) {
      max-width: 1065px;
    }
  }
  .xl\:max-w-\[1066px\] {
    @media (width >= 80rem) {
      max-width: 1066px;
    }
  }
  .xl\:max-w-\[1076px\] {
    @media (width >= 80rem) {
      max-width: 1076px;
    }
  }
  .xl\:max-w-\[1095px\] {
    @media (width >= 80rem) {
      max-width: 1095px;
    }
  }
  .xl\:max-w-\[1096px\] {
    @media (width >= 80rem) {
      max-width: 1096px;
    }
  }
  .xl\:max-w-\[1097px\] {
    @media (width >= 80rem) {
      max-width: 1097px;
    }
  }
  .xl\:max-w-\[1104px\] {
    @media (width >= 80rem) {
      max-width: 1104px;
    }
  }
  .xl\:max-w-\[1110px\] {
    @media (width >= 80rem) {
      max-width: 1110px;
    }
  }
  .xl\:max-w-\[1186px\] {
    @media (width >= 80rem) {
      max-width: 1186px;
    }
  }
  .xl\:max-w-\[1200px\] {
    @media (width >= 80rem) {
      max-width: 1200px;
    }
  }
  .xl\:max-w-\[1205px\] {
    @media (width >= 80rem) {
      max-width: 1205px;
    }
  }
  .xl\:max-w-\[1220px\] {
    @media (width >= 80rem) {
      max-width: 1220px;
    }
  }
  .xl\:max-w-\[1308px\] {
    @media (width >= 80rem) {
      max-width: 1308px;
    }
  }
  .xl\:max-w-\[1345px\] {
    @media (width >= 80rem) {
      max-width: 1345px;
    }
  }
  .xl\:max-w-\[1370px\] {
    @media (width >= 80rem) {
      max-width: 1370px;
    }
  }
  .xl\:max-w-\[1400px\] {
    @media (width >= 80rem) {
      max-width: 1400px;
    }
  }
  .xl\:max-w-\[1408px\] {
    @media (width >= 80rem) {
      max-width: 1408px;
    }
  }
  .xl\:max-w-\[1414px\] {
    @media (width >= 80rem) {
      max-width: 1414px;
    }
  }
  .xl\:max-w-\[1430px\] {
    @media (width >= 80rem) {
      max-width: 1430px;
    }
  }
  .xl\:max-w-\[1450px\] {
    @media (width >= 80rem) {
      max-width: 1450px;
    }
  }
  .xl\:max-w-\[1644px\] {
    @media (width >= 80rem) {
      max-width: 1644px;
    }
  }
  .xl\:max-w-\[1645px\] {
    @media (width >= 80rem) {
      max-width: 1645px;
    }
  }
  .xl\:max-w-\[1680px\] {
    @media (width >= 80rem) {
      max-width: 1680px;
    }
  }
  .xl\:max-w-\[1702px\] {
    @media (width >= 80rem) {
      max-width: 1702px;
    }
  }
  .xl\:max-w-\[1705px\] {
    @media (width >= 80rem) {
      max-width: 1705px;
    }
  }
  .xl\:max-w-\[1720px\] {
    @media (width >= 80rem) {
      max-width: 1720px;
    }
  }
  .xl\:max-w-\[1725px\] {
    @media (width >= 80rem) {
      max-width: 1725px;
    }
  }
  .xl\:max-w-\[1785px\] {
    @media (width >= 80rem) {
      max-width: 1785px;
    }
  }
  .xl\:max-w-\[1830px\] {
    @media (width >= 80rem) {
      max-width: 1830px;
    }
  }
  .xl\:max-w-\[1832px\] {
    @media (width >= 80rem) {
      max-width: 1832px;
    }
  }
  .xl\:max-w-\[1845px\] {
    @media (width >= 80rem) {
      max-width: 1845px;
    }
  }
  .xl\:max-w-\[1920px\] {
    @media (width >= 80rem) {
      max-width: 1920px;
    }
  }
  .xl\:max-w-full {
    @media (width >= 80rem) {
      max-width: 100%;
    }
  }
  .xl\:-translate-x-1\/2 {
    @media (width >= 80rem) {
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .xl\:-translate-y-1\/2 {
    @media (width >= 80rem) {
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-5 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .xl\:items-center {
    @media (width >= 80rem) {
      align-items: center;
    }
  }
  .xl\:items-start {
    @media (width >= 80rem) {
      align-items: flex-start;
    }
  }
  .xl\:gap-\[20px\] {
    @media (width >= 80rem) {
      gap: 20px;
    }
  }
  .xl\:gap-\[25px\] {
    @media (width >= 80rem) {
      gap: 25px;
    }
  }
  .xl\:gap-\[30px\] {
    @media (width >= 80rem) {
      gap: 30px;
    }
  }
  .xl\:gap-\[35px\] {
    @media (width >= 80rem) {
      gap: 35px;
    }
  }
  .xl\:gap-\[40px\] {
    @media (width >= 80rem) {
      gap: 40px;
    }
  }
  .xl\:gap-\[45px\] {
    @media (width >= 80rem) {
      gap: 45px;
    }
  }
  .xl\:gap-\[50px\] {
    @media (width >= 80rem) {
      gap: 50px;
    }
  }
  .xl\:gap-\[80px\] {
    @media (width >= 80rem) {
      gap: 80px;
    }
  }
  .xl\:gap-\[100px\] {
    @media (width >= 80rem) {
      gap: 100px;
    }
  }
  .xl\:gap-y-\[50px\] {
    @media (width >= 80rem) {
      row-gap: 50px;
    }
  }
  .xl\:rounded-\[15px\] {
    @media (width >= 80rem) {
      border-radius: 15px;
    }
  }
  .xl\:rounded-\[20px\] {
    @media (width >= 80rem) {
      border-radius: 20px;
    }
  }
  .xl\:rounded-\[30px\] {
    @media (width >= 80rem) {
      border-radius: 30px;
    }
  }
  .xl\:rounded-\[35px\] {
    @media (width >= 80rem) {
      border-radius: 35px;
    }
  }
  .xl\:rounded-\[50px\] {
    @media (width >= 80rem) {
      border-radius: 50px;
    }
  }
  .xl\:rounded-t-\[15px\] {
    @media (width >= 80rem) {
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
    }
  }
  .xl\:rounded-b-\[15px\] {
    @media (width >= 80rem) {
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px;
    }
  }
  .xl\:p-0 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .xl\:p-\[15px\] {
    @media (width >= 80rem) {
      padding: 15px;
    }
  }
  .xl\:p-\[30px\] {
    @media (width >= 80rem) {
      padding: 30px;
    }
  }
  .xl\:p-\[33px\] {
    @media (width >= 80rem) {
      padding: 33px;
    }
  }
  .xl\:p-\[35px\] {
    @media (width >= 80rem) {
      padding: 35px;
    }
  }
  .xl\:p-\[40px\] {
    @media (width >= 80rem) {
      padding: 40px;
    }
  }
  .xl\:p-\[45px\] {
    @media (width >= 80rem) {
      padding: 45px;
    }
  }
  .xl\:p-\[50px\] {
    @media (width >= 80rem) {
      padding: 50px;
    }
  }
  .xl\:p-\[60px\] {
    @media (width >= 80rem) {
      padding: 60px;
    }
  }
  .xl\:p-\[70px\] {
    @media (width >= 80rem) {
      padding: 70px;
    }
  }
  .xl\:p-\[80px\] {
    @media (width >= 80rem) {
      padding: 80px;
    }
  }
  .xl\:p-\[110px\] {
    @media (width >= 80rem) {
      padding: 110px;
    }
  }
  .xl\:px-\[20px\] {
    @media (width >= 80rem) {
      padding-inline: 20px;
    }
  }
  .xl\:px-\[25px\] {
    @media (width >= 80rem) {
      padding-inline: 25px;
    }
  }
  .xl\:px-\[26px\] {
    @media (width >= 80rem) {
      padding-inline: 26px;
    }
  }
  .xl\:px-\[30px\] {
    @media (width >= 80rem) {
      padding-inline: 30px;
    }
  }
  .xl\:px-\[38px\] {
    @media (width >= 80rem) {
      padding-inline: 38px;
    }
  }
  .xl\:px-\[40px\] {
    @media (width >= 80rem) {
      padding-inline: 40px;
    }
  }
  .xl\:px-\[50px\] {
    @media (width >= 80rem) {
      padding-inline: 50px;
    }
  }
  .xl\:px-\[55px\] {
    @media (width >= 80rem) {
      padding-inline: 55px;
    }
  }
  .xl\:px-\[56px\] {
    @media (width >= 80rem) {
      padding-inline: 56px;
    }
  }
  .xl\:px-\[60px\] {
    @media (width >= 80rem) {
      padding-inline: 60px;
    }
  }
  .xl\:px-\[65px\] {
    @media (width >= 80rem) {
      padding-inline: 65px;
    }
  }
  .xl\:px-\[75px\] {
    @media (width >= 80rem) {
      padding-inline: 75px;
    }
  }
  .xl\:px-\[80px\] {
    @media (width >= 80rem) {
      padding-inline: 80px;
    }
  }
  .xl\:px-\[100px\] {
    @media (width >= 80rem) {
      padding-inline: 100px;
    }
  }
  .xl\:px-\[110px\] {
    @media (width >= 80rem) {
      padding-inline: 110px;
    }
  }
  .xl\:px-\[132px\] {
    @media (width >= 80rem) {
      padding-inline: 132px;
    }
  }
  .xl\:py-0 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .xl\:py-\[11\.5px\] {
    @media (width >= 80rem) {
      padding-block: 11.5px;
    }
  }
  .xl\:py-\[12px\] {
    @media (width >= 80rem) {
      padding-block: 12px;
    }
  }
  .xl\:py-\[13px\] {
    @media (width >= 80rem) {
      padding-block: 13px;
    }
  }
  .xl\:py-\[20px\] {
    @media (width >= 80rem) {
      padding-block: 20px;
    }
  }
  .xl\:py-\[22px\] {
    @media (width >= 80rem) {
      padding-block: 22px;
    }
  }
  .xl\:py-\[25px\] {
    @media (width >= 80rem) {
      padding-block: 25px;
    }
  }
  .xl\:py-\[29\.3px\] {
    @media (width >= 80rem) {
      padding-block: 29.3px;
    }
  }
  .xl\:py-\[30px\] {
    @media (width >= 80rem) {
      padding-block: 30px;
    }
  }
  .xl\:py-\[32px\] {
    @media (width >= 80rem) {
      padding-block: 32px;
    }
  }
  .xl\:py-\[35px\] {
    @media (width >= 80rem) {
      padding-block: 35px;
    }
  }
  .xl\:py-\[40px\] {
    @media (width >= 80rem) {
      padding-block: 40px;
    }
  }
  .xl\:py-\[45px\] {
    @media (width >= 80rem) {
      padding-block: 45px;
    }
  }
  .xl\:py-\[50px\] {
    @media (width >= 80rem) {
      padding-block: 50px;
    }
  }
  .xl\:py-\[55px\] {
    @media (width >= 80rem) {
      padding-block: 55px;
    }
  }
  .xl\:py-\[60px\] {
    @media (width >= 80rem) {
      padding-block: 60px;
    }
  }
  .xl\:py-\[65px\] {
    @media (width >= 80rem) {
      padding-block: 65px;
    }
  }
  .xl\:py-\[70px\] {
    @media (width >= 80rem) {
      padding-block: 70px;
    }
  }
  .xl\:py-\[74px\] {
    @media (width >= 80rem) {
      padding-block: 74px;
    }
  }
  .xl\:py-\[75px\] {
    @media (width >= 80rem) {
      padding-block: 75px;
    }
  }
  .xl\:py-\[80px\] {
    @media (width >= 80rem) {
      padding-block: 80px;
    }
  }
  .xl\:py-\[100px\] {
    @media (width >= 80rem) {
      padding-block: 100px;
    }
  }
  .xl\:py-\[110px\] {
    @media (width >= 80rem) {
      padding-block: 110px;
    }
  }
  .xl\:py-\[120px\] {
    @media (width >= 80rem) {
      padding-block: 120px;
    }
  }
  .xl\:py-\[125px\] {
    @media (width >= 80rem) {
      padding-block: 125px;
    }
  }
  .xl\:py-\[130px\] {
    @media (width >= 80rem) {
      padding-block: 130px;
    }
  }
  .xl\:py-\[135px\] {
    @media (width >= 80rem) {
      padding-block: 135px;
    }
  }
  .xl\:py-\[140px\] {
    @media (width >= 80rem) {
      padding-block: 140px;
    }
  }
  .xl\:py-\[150px\] {
    @media (width >= 80rem) {
      padding-block: 150px;
    }
  }
  .xl\:pt-0 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .xl\:pt-\[15px\] {
    @media (width >= 80rem) {
      padding-top: 15px;
    }
  }
  .xl\:pt-\[20px\] {
    @media (width >= 80rem) {
      padding-top: 20px;
    }
  }
  .xl\:pt-\[25px\] {
    @media (width >= 80rem) {
      padding-top: 25px;
    }
  }
  .xl\:pt-\[40px\] {
    @media (width >= 80rem) {
      padding-top: 40px;
    }
  }
  .xl\:pt-\[45px\] {
    @media (width >= 80rem) {
      padding-top: 45px;
    }
  }
  .xl\:pt-\[50px\] {
    @media (width >= 80rem) {
      padding-top: 50px;
    }
  }
  .xl\:pt-\[60px\] {
    @media (width >= 80rem) {
      padding-top: 60px;
    }
  }
  .xl\:pt-\[80px\] {
    @media (width >= 80rem) {
      padding-top: 80px;
    }
  }
  .xl\:pt-\[110px\] {
    @media (width >= 80rem) {
      padding-top: 110px;
    }
  }
  .xl\:pt-\[120px\] {
    @media (width >= 80rem) {
      padding-top: 120px;
    }
  }
  .xl\:pt-\[130px\] {
    @media (width >= 80rem) {
      padding-top: 130px;
    }
  }
  .xl\:pt-\[145px\] {
    @media (width >= 80rem) {
      padding-top: 145px;
    }
  }
  .xl\:pt-\[150px\] {
    @media (width >= 80rem) {
      padding-top: 150px;
    }
  }
  .xl\:pt-\[155px\] {
    @media (width >= 80rem) {
      padding-top: 155px;
    }
  }
  .xl\:pt-\[175px\] {
    @media (width >= 80rem) {
      padding-top: 175px;
    }
  }
  .xl\:pt-\[190px\] {
    @media (width >= 80rem) {
      padding-top: 190px;
    }
  }
  .xl\:pt-\[195px\] {
    @media (width >= 80rem) {
      padding-top: 195px;
    }
  }
  .xl\:pt-\[200px\] {
    @media (width >= 80rem) {
      padding-top: 200px;
    }
  }
  .xl\:pt-\[210px\] {
    @media (width >= 80rem) {
      padding-top: 210px;
    }
  }
  .xl\:pt-\[216\.5px\] {
    @media (width >= 80rem) {
      padding-top: 216.5px;
    }
  }
  .xl\:pt-\[220px\] {
    @media (width >= 80rem) {
      padding-top: 220px;
    }
  }
  .xl\:pt-\[225px\] {
    @media (width >= 80rem) {
      padding-top: 225px;
    }
  }
  .xl\:pt-\[230px\] {
    @media (width >= 80rem) {
      padding-top: 230px;
    }
  }
  .xl\:pt-\[235px\] {
    @media (width >= 80rem) {
      padding-top: 235px;
    }
  }
  .xl\:pt-\[240px\] {
    @media (width >= 80rem) {
      padding-top: 240px;
    }
  }
  .xl\:pt-\[250px\] {
    @media (width >= 80rem) {
      padding-top: 250px;
    }
  }
  .xl\:pr-\[50px\] {
    @media (width >= 80rem) {
      padding-right: 50px;
    }
  }
  .xl\:pb-0 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .xl\:pb-\[30px\] {
    @media (width >= 80rem) {
      padding-bottom: 30px;
    }
  }
  .xl\:pb-\[40px\] {
    @media (width >= 80rem) {
      padding-bottom: 40px;
    }
  }
  .xl\:pb-\[60px\] {
    @media (width >= 80rem) {
      padding-bottom: 60px;
    }
  }
  .xl\:pb-\[100px\] {
    @media (width >= 80rem) {
      padding-bottom: 100px;
    }
  }
  .xl\:pb-\[105px\] {
    @media (width >= 80rem) {
      padding-bottom: 105px;
    }
  }
  .xl\:pb-\[110px\] {
    @media (width >= 80rem) {
      padding-bottom: 110px;
    }
  }
  .xl\:pb-\[120px\] {
    @media (width >= 80rem) {
      padding-bottom: 120px;
    }
  }
  .xl\:pb-\[130px\] {
    @media (width >= 80rem) {
      padding-bottom: 130px;
    }
  }
  .xl\:pb-\[140px\] {
    @media (width >= 80rem) {
      padding-bottom: 140px;
    }
  }
  .xl\:pb-\[150px\] {
    @media (width >= 80rem) {
      padding-bottom: 150px;
    }
  }
  .xl\:\!text-4xl {
    @media (width >= 80rem) {
      font-size: var(--text-4xl) !important;
      line-height: var(--tw-leading, var(--text-4xl--line-height)) !important;
    }
  }
  .xl\:\!text-5xl {
    @media (width >= 80rem) {
      font-size: var(--text-5xl) !important;
      line-height: var(--tw-leading, var(--text-5xl--line-height)) !important;
    }
  }
  .xl\:\!text-xl {
    @media (width >= 80rem) {
      font-size: var(--text-xl) !important;
      line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
    }
  }
  .xl\:text-4xl {
    @media (width >= 80rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .xl\:text-5xl {
    @media (width >= 80rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .xl\:text-lg {
    @media (width >= 80rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .xl\:text-xl {
    @media (width >= 80rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .xl\:\!text-\[48px\] {
    @media (width >= 80rem) {
      font-size: 48px !important;
    }
  }
  .xl\:\!text-\[50px\] {
    @media (width >= 80rem) {
      font-size: 50px !important;
    }
  }
  .xl\:\!text-\[55px\] {
    @media (width >= 80rem) {
      font-size: 55px !important;
    }
  }
  .xl\:\!text-\[56px\] {
    @media (width >= 80rem) {
      font-size: 56px !important;
    }
  }
  .xl\:\!text-\[58px\] {
    @media (width >= 80rem) {
      font-size: 58px !important;
    }
  }
  .xl\:\!text-\[60px\] {
    @media (width >= 80rem) {
      font-size: 60px !important;
    }
  }
  .xl\:\!text-\[62px\] {
    @media (width >= 80rem) {
      font-size: 62px !important;
    }
  }
  .xl\:\!text-\[64px\] {
    @media (width >= 80rem) {
      font-size: 64px !important;
    }
  }
  .xl\:\!text-\[65px\] {
    @media (width >= 80rem) {
      font-size: 65px !important;
    }
  }
  .xl\:\!text-\[70px\] {
    @media (width >= 80rem) {
      font-size: 70px !important;
    }
  }
  .xl\:\!text-\[72px\] {
    @media (width >= 80rem) {
      font-size: 72px !important;
    }
  }
  .xl\:\!text-\[80px\] {
    @media (width >= 80rem) {
      font-size: 80px !important;
    }
  }
  .xl\:\!text-\[83px\] {
    @media (width >= 80rem) {
      font-size: 83px !important;
    }
  }
  .xl\:\!text-\[86px\] {
    @media (width >= 80rem) {
      font-size: 86px !important;
    }
  }
  .xl\:\!text-\[90px\] {
    @media (width >= 80rem) {
      font-size: 90px !important;
    }
  }
  .xl\:\!text-\[100px\] {
    @media (width >= 80rem) {
      font-size: 100px !important;
    }
  }
  .xl\:\!text-\[123px\] {
    @media (width >= 80rem) {
      font-size: 123px !important;
    }
  }
  .xl\:\!text-\[200px\] {
    @media (width >= 80rem) {
      font-size: 200px !important;
    }
  }
  .xl\:\!text-md {
    @media (width >= 80rem) {
      font-size: var(--text-md) !important;
    }
  }
  .xl\:text-\[15px\] {
    @media (width >= 80rem) {
      font-size: 15px;
    }
  }
  .xl\:text-\[17px\] {
    @media (width >= 80rem) {
      font-size: 17px;
    }
  }
  .xl\:text-\[20px\] {
    @media (width >= 80rem) {
      font-size: 20px;
    }
  }
  .xl\:text-\[22px\] {
    @media (width >= 80rem) {
      font-size: 22px;
    }
  }
  .xl\:text-\[35px\] {
    @media (width >= 80rem) {
      font-size: 35px;
    }
  }
  .xl\:text-\[43px\] {
    @media (width >= 80rem) {
      font-size: 43px;
    }
  }
  .xl\:text-\[46px\] {
    @media (width >= 80rem) {
      font-size: 46px;
    }
  }
  .xl\:text-\[60px\] {
    @media (width >= 80rem) {
      font-size: 60px;
    }
  }
  .xl\:text-\[90px\] {
    @media (width >= 80rem) {
      font-size: 90px;
    }
  }
  .xl\:text-\[185px\] {
    @media (width >= 80rem) {
      font-size: 185px;
    }
  }
  .xl\:text-\[205px\] {
    @media (width >= 80rem) {
      font-size: 205px;
    }
  }
  .xl\:text-\[395px\] {
    @media (width >= 80rem) {
      font-size: 395px;
    }
  }
  .xl\:text-md {
    @media (width >= 80rem) {
      font-size: var(--text-md);
    }
  }
  .xl\:\!leading-\[1\.1\] {
    @media (width >= 80rem) {
      --tw-leading: 1.1 !important;
      line-height: 1.1 !important;
    }
  }
  .xl\:\!leading-\[1\.2\] {
    @media (width >= 80rem) {
      --tw-leading: 1.2 !important;
      line-height: 1.2 !important;
    }
  }
  .xl\:-tracking-\[\.5px\] {
    @media (width >= 80rem) {
      --tw-tracking: calc(.5px * -1);
      letter-spacing: calc(.5px * -1);
    }
  }
  .xl\:-tracking-\[\.6px\] {
    @media (width >= 80rem) {
      --tw-tracking: calc(.6px * -1);
      letter-spacing: calc(.6px * -1);
    }
  }
  .xl\:-tracking-\[\.8px\] {
    @media (width >= 80rem) {
      --tw-tracking: calc(.8px * -1);
      letter-spacing: calc(.8px * -1);
    }
  }
  .xl\:-tracking-\[0\.18px\] {
    @media (width >= 80rem) {
      --tw-tracking: calc(0.18px * -1);
      letter-spacing: calc(0.18px * -1);
    }
  }
  .xl\:-tracking-\[0\.32px\] {
    @media (width >= 80rem) {
      --tw-tracking: calc(0.32px * -1);
      letter-spacing: calc(0.32px * -1);
    }
  }
  .xl\:-tracking-\[1\.44px\] {
    @media (width >= 80rem) {
      --tw-tracking: calc(1.44px * -1);
      letter-spacing: calc(1.44px * -1);
    }
  }
  .xl\:-tracking-\[2\.5px\] {
    @media (width >= 80rem) {
      --tw-tracking: calc(2.5px * -1);
      letter-spacing: calc(2.5px * -1);
    }
  }
  .xl\:-tracking-\[2px\] {
    @media (width >= 80rem) {
      --tw-tracking: calc(2px * -1);
      letter-spacing: calc(2px * -1);
    }
  }
  .xl\:-tracking-\[3\.2px\] {
    @media (width >= 80rem) {
      --tw-tracking: calc(3.2px * -1);
      letter-spacing: calc(3.2px * -1);
    }
  }
  .xl\:-tracking-\[3\.5px\] {
    @media (width >= 80rem) {
      --tw-tracking: calc(3.5px * -1);
      letter-spacing: calc(3.5px * -1);
    }
  }
  .xl\:-tracking-\[3px\] {
    @media (width >= 80rem) {
      --tw-tracking: calc(3px * -1);
      letter-spacing: calc(3px * -1);
    }
  }
  .xl\:-tracking-\[4px\] {
    @media (width >= 80rem) {
      --tw-tracking: calc(4px * -1);
      letter-spacing: calc(4px * -1);
    }
  }
  .xl\:-tracking-\[5px\] {
    @media (width >= 80rem) {
      --tw-tracking: calc(5px * -1);
      letter-spacing: calc(5px * -1);
    }
  }
  .xl\:-tracking-\[6px\] {
    @media (width >= 80rem) {
      --tw-tracking: calc(6px * -1);
      letter-spacing: calc(6px * -1);
    }
  }
  .xl\:tracking-\[1\.8px\] {
    @media (width >= 80rem) {
      --tw-tracking: 1.8px;
      letter-spacing: 1.8px;
    }
  }
  .\32 xl\:-top-\[50px\] {
    @media (width >= 96rem) {
      top: calc(50px * -1);
    }
  }
  .\32 xl\:-top-\[200px\] {
    @media (width >= 96rem) {
      top: calc(200px * -1);
    }
  }
  .\32 xl\:-top-\[220px\] {
    @media (width >= 96rem) {
      top: calc(220px * -1);
    }
  }
  .\32 xl\:top-\[15px\] {
    @media (width >= 96rem) {
      top: 15px;
    }
  }
  .\32 xl\:top-\[16\%\] {
    @media (width >= 96rem) {
      top: 16%;
    }
  }
  .\32 xl\:top-\[55\%\] {
    @media (width >= 96rem) {
      top: 55%;
    }
  }
  .\32 xl\:top-\[70px\] {
    @media (width >= 96rem) {
      top: 70px;
    }
  }
  .\32 xl\:right-\[18\%\] {
    @media (width >= 96rem) {
      right: 18%;
    }
  }
  .\32 xl\:right-\[20\%\] {
    @media (width >= 96rem) {
      right: 20%;
    }
  }
  .\32 xl\:bottom-\[26\%\] {
    @media (width >= 96rem) {
      bottom: 26%;
    }
  }
  .\32 xl\:bottom-\[190px\] {
    @media (width >= 96rem) {
      bottom: 190px;
    }
  }
  .\32 xl\:left-\[7\%\] {
    @media (width >= 96rem) {
      left: 7%;
    }
  }
  .\32 xl\:left-\[8\%\] {
    @media (width >= 96rem) {
      left: 8%;
    }
  }
  .\32 xl\:mx-0 {
    @media (width >= 96rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:mx-\[50px\] {
    @media (width >= 96rem) {
      margin-inline: 50px;
    }
  }
  .\32 xl\:mx-\[100px\] {
    @media (width >= 96rem) {
      margin-inline: 100px;
    }
  }
  .\32 xl\:mx-\[120px\] {
    @media (width >= 96rem) {
      margin-inline: 120px;
    }
  }
  .\32 xl\:mx-\[150px\] {
    @media (width >= 96rem) {
      margin-inline: 150px;
    }
  }
  .\32 xl\:mx-\[200px\] {
    @media (width >= 96rem) {
      margin-inline: 200px;
    }
  }
  .\32 xl\:-mt-\[100px\] {
    @media (width >= 96rem) {
      margin-top: calc(100px * -1);
    }
  }
  .\32 xl\:mt-\[12px\] {
    @media (width >= 96rem) {
      margin-top: 12px;
    }
  }
  .\32 xl\:mt-\[40px\] {
    @media (width >= 96rem) {
      margin-top: 40px;
    }
  }
  .\32 xl\:mt-\[45px\] {
    @media (width >= 96rem) {
      margin-top: 45px;
    }
  }
  .\32 xl\:mt-\[50px\] {
    @media (width >= 96rem) {
      margin-top: 50px;
    }
  }
  .\32 xl\:mt-\[140px\] {
    @media (width >= 96rem) {
      margin-top: 140px;
    }
  }
  .\32 xl\:mb-\[30px\] {
    @media (width >= 96rem) {
      margin-bottom: 30px;
    }
  }
  .\32 xl\:mb-\[70px\] {
    @media (width >= 96rem) {
      margin-bottom: 70px;
    }
  }
  .\32 xl\:block {
    @media (width >= 96rem) {
      display: block;
    }
  }
  .\32 xl\:h-\[243px\] {
    @media (width >= 96rem) {
      height: 243px;
    }
  }
  .\32 xl\:h-\[252px\] {
    @media (width >= 96rem) {
      height: 252px;
    }
  }
  .\32 xl\:h-\[595px\] {
    @media (width >= 96rem) {
      height: 595px;
    }
  }
  .\32 xl\:w-\[45\%\] {
    @media (width >= 96rem) {
      width: 45%;
    }
  }
  .\32 xl\:w-\[243px\] {
    @media (width >= 96rem) {
      width: 243px;
    }
  }
  .\32 xl\:w-\[252px\] {
    @media (width >= 96rem) {
      width: 252px;
    }
  }
  .\32 xl\:w-\[460px\] {
    @media (width >= 96rem) {
      width: 460px;
    }
  }
  .\32 xl\:w-\[595px\] {
    @media (width >= 96rem) {
      width: 595px;
    }
  }
  .\32 xl\:max-w-\[200px\] {
    @media (width >= 96rem) {
      max-width: 200px;
    }
  }
  .\32 xl\:max-w-\[590px\] {
    @media (width >= 96rem) {
      max-width: 590px;
    }
  }
  .\32 xl\:max-w-\[625px\] {
    @media (width >= 96rem) {
      max-width: 625px;
    }
  }
  .\32 xl\:max-w-\[630px\] {
    @media (width >= 96rem) {
      max-width: 630px;
    }
  }
  .\32 xl\:max-w-\[635px\] {
    @media (width >= 96rem) {
      max-width: 635px;
    }
  }
  .\32 xl\:max-w-\[640px\] {
    @media (width >= 96rem) {
      max-width: 640px;
    }
  }
  .\32 xl\:max-w-\[670px\] {
    @media (width >= 96rem) {
      max-width: 670px;
    }
  }
  .\32 xl\:max-w-\[680px\] {
    @media (width >= 96rem) {
      max-width: 680px;
    }
  }
  .\32 xl\:max-w-\[700px\] {
    @media (width >= 96rem) {
      max-width: 700px;
    }
  }
  .\32 xl\:max-w-\[715px\] {
    @media (width >= 96rem) {
      max-width: 715px;
    }
  }
  .\32 xl\:max-w-\[720px\] {
    @media (width >= 96rem) {
      max-width: 720px;
    }
  }
  .\32 xl\:max-w-\[725px\] {
    @media (width >= 96rem) {
      max-width: 725px;
    }
  }
  .\32 xl\:max-w-\[803px\] {
    @media (width >= 96rem) {
      max-width: 803px;
    }
  }
  .\32 xl\:max-w-\[850px\] {
    @media (width >= 96rem) {
      max-width: 850px;
    }
  }
  .\32 xl\:max-w-\[950px\] {
    @media (width >= 96rem) {
      max-width: 950px;
    }
  }
  .\32 xl\:max-w-\[1115px\] {
    @media (width >= 96rem) {
      max-width: 1115px;
    }
  }
  .\32 xl\:max-w-\[1308px\] {
    @media (width >= 96rem) {
      max-width: 1308px;
    }
  }
  .\32 xl\:max-w-\[1550px\] {
    @media (width >= 96rem) {
      max-width: 1550px;
    }
  }
  .\32 xl\:max-w-\[1645px\] {
    @media (width >= 96rem) {
      max-width: 1645px;
    }
  }
  .\32 xl\:max-w-\[1680px\] {
    @media (width >= 96rem) {
      max-width: 1680px;
    }
  }
  .\32 xl\:max-w-\[1705px\] {
    @media (width >= 96rem) {
      max-width: 1705px;
    }
  }
  .\32 xl\:max-w-\[1744px\] {
    @media (width >= 96rem) {
      max-width: 1744px;
    }
  }
  .\32 xl\:max-w-\[1745px\] {
    @media (width >= 96rem) {
      max-width: 1745px;
    }
  }
  .\32 xl\:max-w-\[1788px\] {
    @media (width >= 96rem) {
      max-width: 1788px;
    }
  }
  .\32 xl\:max-w-\[1860px\] {
    @media (width >= 96rem) {
      max-width: 1860px;
    }
  }
  .\32 xl\:max-w-\[1920px\] {
    @media (width >= 96rem) {
      max-width: 1920px;
    }
  }
  .\32 xl\:grid-cols-4 {
    @media (width >= 96rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .\32 xl\:items-center {
    @media (width >= 96rem) {
      align-items: center;
    }
  }
  .\32 xl\:justify-start {
    @media (width >= 96rem) {
      justify-content: flex-start;
    }
  }
  .\32 xl\:gap-\[25px\] {
    @media (width >= 96rem) {
      gap: 25px;
    }
  }
  .\32 xl\:\!rounded-\[15px\] {
    @media (width >= 96rem) {
      border-radius: 15px !important;
    }
  }
  .\32 xl\:rounded-\[18px\] {
    @media (width >= 96rem) {
      border-radius: 18px;
    }
  }
  .\32 xl\:rounded-\[30px\] {
    @media (width >= 96rem) {
      border-radius: 30px;
    }
  }
  .\32 xl\:border-\[10px\] {
    @media (width >= 96rem) {
      border-style: var(--tw-border-style);
      border-width: 10px;
    }
  }
  .\32 xl\:p-0 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:p-\[35px\] {
    @media (width >= 96rem) {
      padding: 35px;
    }
  }
  .\32 xl\:p-\[70px\] {
    @media (width >= 96rem) {
      padding: 70px;
    }
  }
  .\32 xl\:px-0 {
    @media (width >= 96rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .\32 xl\:px-\[24px\] {
    @media (width >= 96rem) {
      padding-inline: 24px;
    }
  }
  .\32 xl\:px-\[25px\] {
    @media (width >= 96rem) {
      padding-inline: 25px;
    }
  }
  .\32 xl\:px-\[30px\] {
    @media (width >= 96rem) {
      padding-inline: 30px;
    }
  }
  .\32 xl\:px-\[50px\] {
    @media (width >= 96rem) {
      padding-inline: 50px;
    }
  }
  .\32 xl\:px-\[100px\] {
    @media (width >= 96rem) {
      padding-inline: 100px;
    }
  }
  .\32 xl\:py-\[11px\] {
    @media (width >= 96rem) {
      padding-block: 11px;
    }
  }
  .\32 xl\:py-\[140px\] {
    @media (width >= 96rem) {
      padding-block: 140px;
    }
  }
  .\32 xl\:py-\[150px\] {
    @media (width >= 96rem) {
      padding-block: 150px;
    }
  }
  .\32 xl\:py-\[160px\] {
    @media (width >= 96rem) {
      padding-block: 160px;
    }
  }
  .\32 xl\:py-\[180px\] {
    @media (width >= 96rem) {
      padding-block: 180px;
    }
  }
  .\32 xl\:pt-\[30px\] {
    @media (width >= 96rem) {
      padding-top: 30px;
    }
  }
  .\32 xl\:pt-\[140px\] {
    @media (width >= 96rem) {
      padding-top: 140px;
    }
  }
  .\32 xl\:pt-\[150px\] {
    @media (width >= 96rem) {
      padding-top: 150px;
    }
  }
  .\32 xl\:pt-\[160px\] {
    @media (width >= 96rem) {
      padding-top: 160px;
    }
  }
  .\32 xl\:pt-\[170px\] {
    @media (width >= 96rem) {
      padding-top: 170px;
    }
  }
  .\32 xl\:pt-\[180px\] {
    @media (width >= 96rem) {
      padding-top: 180px;
    }
  }
  .\32 xl\:pt-\[260px\] {
    @media (width >= 96rem) {
      padding-top: 260px;
    }
  }
  .\32 xl\:pb-\[140px\] {
    @media (width >= 96rem) {
      padding-bottom: 140px;
    }
  }
  .\32 xl\:pb-\[150px\] {
    @media (width >= 96rem) {
      padding-bottom: 150px;
    }
  }
  .\32 xl\:pb-\[160px\] {
    @media (width >= 96rem) {
      padding-bottom: 160px;
    }
  }
  .\32 xl\:pb-\[180px\] {
    @media (width >= 96rem) {
      padding-bottom: 180px;
    }
  }
  .\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-lg {
    @media (width >= 96rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .\32 xl\:\!text-\[60px\] {
    @media (width >= 96rem) {
      font-size: 60px !important;
    }
  }
  .\32 xl\:\!text-\[70px\] {
    @media (width >= 96rem) {
      font-size: 70px !important;
    }
  }
  .\32 xl\:\!text-\[80px\] {
    @media (width >= 96rem) {
      font-size: 80px !important;
    }
  }
  .\32 xl\:\!text-\[90px\] {
    @media (width >= 96rem) {
      font-size: 90px !important;
    }
  }
  .\32 xl\:\!text-\[150px\] {
    @media (width >= 96rem) {
      font-size: 150px !important;
    }
  }
  .\32 xl\:text-\[214px\] {
    @media (width >= 96rem) {
      font-size: 214px;
    }
  }
  .\32 xl\:text-md {
    @media (width >= 96rem) {
      font-size: var(--text-md);
    }
  }
  .ltr\:-right-\[2px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: calc(2px * -1);
    }
  }
  .ltr\:-right-\[4px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: calc(4px * -1);
    }
  }
  .ltr\:-right-\[5px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: calc(5px * -1);
    }
  }
  .ltr\:-right-\[10px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: calc(10px * -1);
    }
  }
  .ltr\:-right-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: calc(15px * -1);
    }
  }
  .ltr\:-right-\[35px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: calc(35px * -1);
    }
  }
  .ltr\:-right-\[90px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: calc(90px * -1);
    }
  }
  .ltr\:-right-\[158px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: calc(158px * -1);
    }
  }
  .ltr\:-right-\[178px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: calc(178px * -1);
    }
  }
  .ltr\:-right-\[182px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: calc(182px * -1);
    }
  }
  .ltr\:right-0 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: calc(var(--spacing) * 0);
    }
  }
  .ltr\:right-\[3\.5\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 3.5%;
    }
  }
  .ltr\:right-\[5\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 5%;
    }
  }
  .ltr\:right-\[5px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 5px;
    }
  }
  .ltr\:right-\[6\.5\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 6.5%;
    }
  }
  .ltr\:right-\[7px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 7px;
    }
  }
  .ltr\:right-\[8\.5\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 8.5%;
    }
  }
  .ltr\:right-\[9\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 9%;
    }
  }
  .ltr\:right-\[10\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 10%;
    }
  }
  .ltr\:right-\[10px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 10px;
    }
  }
  .ltr\:right-\[13\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 13%;
    }
  }
  .ltr\:right-\[14\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 14%;
    }
  }
  .ltr\:right-\[15\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 15%;
    }
  }
  .ltr\:right-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 15px;
    }
  }
  .ltr\:right-\[17\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 17%;
    }
  }
  .ltr\:right-\[18\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 18%;
    }
  }
  .ltr\:right-\[20\.3\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 20.3%;
    }
  }
  .ltr\:right-\[20px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 20px;
    }
  }
  .ltr\:right-\[22\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 22%;
    }
  }
  .ltr\:right-\[22\.5\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 22.5%;
    }
  }
  .ltr\:right-\[24px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 24px;
    }
  }
  .ltr\:right-\[25\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 25%;
    }
  }
  .ltr\:right-\[28\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 28%;
    }
  }
  .ltr\:right-\[29\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 29%;
    }
  }
  .ltr\:right-\[30px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 30px;
    }
  }
  .ltr\:right-\[39\.2\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 39.2%;
    }
  }
  .ltr\:right-\[43\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 43%;
    }
  }
  .ltr\:right-\[44\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 44%;
    }
  }
  .ltr\:right-\[65px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 65px;
    }
  }
  .ltr\:right-\[105px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 105px;
    }
  }
  .ltr\:right-\[180px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 180px;
    }
  }
  .ltr\:right-\[400px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      right: 400px;
    }
  }
  .ltr\:-left-0 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: calc(var(--spacing) * -0);
    }
  }
  .ltr\:-left-\[2px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: calc(2px * -1);
    }
  }
  .ltr\:-left-\[3px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: calc(3px * -1);
    }
  }
  .ltr\:-left-\[4px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: calc(4px * -1);
    }
  }
  .ltr\:-left-\[5px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: calc(5px * -1);
    }
  }
  .ltr\:-left-\[12\.5px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: calc(12.5px * -1);
    }
  }
  .ltr\:-left-\[13px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: calc(13px * -1);
    }
  }
  .ltr\:-left-\[20px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: calc(20px * -1);
    }
  }
  .ltr\:-left-\[45px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: calc(45px * -1);
    }
  }
  .ltr\:-left-\[75px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: calc(75px * -1);
    }
  }
  .ltr\:-left-\[85px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: calc(85px * -1);
    }
  }
  .ltr\:-left-\[90px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: calc(90px * -1);
    }
  }
  .ltr\:-left-\[115px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: calc(115px * -1);
    }
  }
  .ltr\:left-0 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: calc(var(--spacing) * 0);
    }
  }
  .ltr\:left-\[5\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 5%;
    }
  }
  .ltr\:left-\[5\.5\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 5.5%;
    }
  }
  .ltr\:left-\[6\.5\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 6.5%;
    }
  }
  .ltr\:left-\[7\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 7%;
    }
  }
  .ltr\:left-\[9px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 9px;
    }
  }
  .ltr\:left-\[10\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 10%;
    }
  }
  .ltr\:left-\[13\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 13%;
    }
  }
  .ltr\:left-\[13px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 13px;
    }
  }
  .ltr\:left-\[14\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 14%;
    }
  }
  .ltr\:left-\[15\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 15%;
    }
  }
  .ltr\:left-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 15px;
    }
  }
  .ltr\:left-\[17\.6\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 17.6%;
    }
  }
  .ltr\:left-\[20\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 20%;
    }
  }
  .ltr\:left-\[20\.2\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 20.2%;
    }
  }
  .ltr\:left-\[20\.3\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 20.3%;
    }
  }
  .ltr\:left-\[20px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 20px;
    }
  }
  .ltr\:left-\[25\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 25%;
    }
  }
  .ltr\:left-\[25px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 25px;
    }
  }
  .ltr\:left-\[30\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 30%;
    }
  }
  .ltr\:left-\[31\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 31%;
    }
  }
  .ltr\:left-\[35\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 35%;
    }
  }
  .ltr\:left-\[38\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 38%;
    }
  }
  .ltr\:left-\[40\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 40%;
    }
  }
  .ltr\:left-\[46\.4\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 46.4%;
    }
  }
  .ltr\:left-\[49\.5\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 49.5%;
    }
  }
  .ltr\:left-\[90px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 90px;
    }
  }
  .ltr\:left-\[105px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      left: 105px;
    }
  }
  .ltr\:-mr-\[5px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-right: calc(5px * -1);
    }
  }
  .ltr\:-mr-\[10px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-right: calc(10px * -1);
    }
  }
  .ltr\:-mr-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-right: calc(15px * -1);
    }
  }
  .ltr\:-mr-\[20px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-right: calc(20px * -1);
    }
  }
  .ltr\:-mr-\[22px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-right: calc(22px * -1);
    }
  }
  .ltr\:mr-\[2px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-right: 2px;
    }
  }
  .ltr\:mr-\[3px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-right: 3px;
    }
  }
  .ltr\:mr-\[5px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-right: 5px;
    }
  }
  .ltr\:mr-\[8px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-right: 8px;
    }
  }
  .ltr\:mr-\[10px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-right: 10px;
    }
  }
  .ltr\:mr-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-right: 15px;
    }
  }
  .ltr\:mr-\[20px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-right: 20px;
    }
  }
  .ltr\:mr-\[25px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-right: 25px;
    }
  }
  .ltr\:mr-\[30px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-right: 30px;
    }
  }
  .ltr\:mr-\[50px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-right: 50px;
    }
  }
  .ltr\:-ml-\[4px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-left: calc(4px * -1);
    }
  }
  .ltr\:-ml-\[5px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-left: calc(5px * -1);
    }
  }
  .ltr\:-ml-\[8px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-left: calc(8px * -1);
    }
  }
  .ltr\:-ml-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-left: calc(15px * -1);
    }
  }
  .ltr\:-ml-\[50px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-left: calc(50px * -1);
    }
  }
  .ltr\:-ml-\[55px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-left: calc(55px * -1);
    }
  }
  .ltr\:-ml-\[60px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-left: calc(60px * -1);
    }
  }
  .ltr\:-ml-\[70px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-left: calc(70px * -1);
    }
  }
  .ltr\:-ml-\[100px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-left: calc(100px * -1);
    }
  }
  .ltr\:ml-0 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .ltr\:ml-\[5px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-left: 5px;
    }
  }
  .ltr\:ml-\[7px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-left: 7px;
    }
  }
  .ltr\:ml-\[10px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-left: 10px;
    }
  }
  .ltr\:ml-\[12px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-left: 12px;
    }
  }
  .ltr\:ml-\[13px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-left: 13px;
    }
  }
  .ltr\:ml-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-left: 15px;
    }
  }
  .ltr\:ml-\[17px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-left: 17px;
    }
  }
  .ltr\:ml-\[20px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-left: 20px;
    }
  }
  .ltr\:ml-\[30px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-left: 30px;
    }
  }
  .ltr\:ml-\[55px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-left: 55px;
    }
  }
  .ltr\:ml-auto {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      margin-left: auto;
    }
  }
  .ltr\:hidden {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      display: none;
    }
  }
  .ltr\:-scale-x-100 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      --tw-scale-x: calc(100% * -1);
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .ltr\:-rotate-\[9\.31deg\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      rotate: calc(9.31deg * -1);
    }
  }
  .ltr\:-rotate-\[15deg\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      rotate: calc(15deg * -1);
    }
  }
  .ltr\:rotate-\[15deg\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      rotate: 15deg;
    }
  }
  .ltr\:rotate-\[45deg\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      rotate: 45deg;
    }
  }
  .ltr\:rounded-l-\[5px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
    }
  }
  .ltr\:rounded-l-\[10px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
    }
  }
  .ltr\:rounded-l-full {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      border-top-left-radius: calc(infinity * 1px);
      border-bottom-left-radius: calc(infinity * 1px);
    }
  }
  .ltr\:rounded-tl-\[10px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      border-top-left-radius: 10px;
    }
  }
  .ltr\:rounded-tl-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      border-top-left-radius: 15px;
    }
  }
  .ltr\:rounded-tl-\[50px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      border-top-left-radius: 50px;
    }
  }
  .ltr\:rounded-r-\[5px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
    }
  }
  .ltr\:rounded-r-\[10px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
    }
  }
  .ltr\:rounded-r-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px;
    }
  }
  .ltr\:rounded-r-\[60px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      border-top-right-radius: 60px;
      border-bottom-right-radius: 60px;
    }
  }
  .ltr\:rounded-r-full {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      border-top-right-radius: calc(infinity * 1px);
      border-bottom-right-radius: calc(infinity * 1px);
    }
  }
  .ltr\:rounded-tr-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      border-top-right-radius: 15px;
    }
  }
  .ltr\:rounded-tr-\[50px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      border-top-right-radius: 50px;
    }
  }
  .ltr\:rounded-br-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      border-bottom-right-radius: 15px;
    }
  }
  .ltr\:rounded-br-\[20px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      border-bottom-right-radius: 20px;
    }
  }
  .ltr\:rounded-br-none {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      border-bottom-right-radius: 0;
    }
  }
  .ltr\:rounded-bl-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      border-bottom-left-radius: 15px;
    }
  }
  .ltr\:rounded-bl-\[20px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      border-bottom-left-radius: 20px;
    }
  }
  .ltr\:border-r {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .ltr\:border-r-0 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  .ltr\:border-l-0 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      border-left-style: var(--tw-border-style);
      border-left-width: 0px;
    }
  }
  .ltr\:border-l-\[3px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      border-left-style: var(--tw-border-style);
      border-left-width: 3px;
    }
  }
  .ltr\:pr-\[5px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-right: 5px;
    }
  }
  .ltr\:pr-\[6px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-right: 6px;
    }
  }
  .ltr\:pr-\[10px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-right: 10px;
    }
  }
  .ltr\:pr-\[12px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-right: 12px;
    }
  }
  .ltr\:pr-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-right: 15px;
    }
  }
  .ltr\:pr-\[20px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-right: 20px;
    }
  }
  .ltr\:pr-\[22px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-right: 22px;
    }
  }
  .ltr\:pr-\[25px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-right: 25px;
    }
  }
  .ltr\:pr-\[27px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-right: 27px;
    }
  }
  .ltr\:pr-\[28px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-right: 28px;
    }
  }
  .ltr\:pr-\[30px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-right: 30px;
    }
  }
  .ltr\:pr-\[45px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-right: 45px;
    }
  }
  .ltr\:pl-\[3px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 3px;
    }
  }
  .ltr\:pl-\[5px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 5px;
    }
  }
  .ltr\:pl-\[7px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 7px;
    }
  }
  .ltr\:pl-\[13px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 13px;
    }
  }
  .ltr\:pl-\[14px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 14px;
    }
  }
  .ltr\:pl-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 15px;
    }
  }
  .ltr\:pl-\[17px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 17px;
    }
  }
  .ltr\:pl-\[18px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 18px;
    }
  }
  .ltr\:pl-\[20px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 20px;
    }
  }
  .ltr\:pl-\[21px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 21px;
    }
  }
  .ltr\:pl-\[22px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 22px;
    }
  }
  .ltr\:pl-\[23px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 23px;
    }
  }
  .ltr\:pl-\[24px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 24px;
    }
  }
  .ltr\:pl-\[25px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 25px;
    }
  }
  .ltr\:pl-\[26px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 26px;
    }
  }
  .ltr\:pl-\[27px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 27px;
    }
  }
  .ltr\:pl-\[28px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 28px;
    }
  }
  .ltr\:pl-\[30px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 30px;
    }
  }
  .ltr\:pl-\[32px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 32px;
    }
  }
  .ltr\:pl-\[33px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 33px;
    }
  }
  .ltr\:pl-\[34px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 34px;
    }
  }
  .ltr\:pl-\[35px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 35px;
    }
  }
  .ltr\:pl-\[40px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 40px;
    }
  }
  .ltr\:pl-\[45px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 45px;
    }
  }
  .ltr\:pl-\[48px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 48px;
    }
  }
  .ltr\:pl-\[50px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 50px;
    }
  }
  .ltr\:pl-\[60px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 60px;
    }
  }
  .ltr\:pl-\[65px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 65px;
    }
  }
  .ltr\:pl-\[75px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 75px;
    }
  }
  .ltr\:pl-\[80px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 80px;
    }
  }
  .ltr\:pl-\[105px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      padding-left: 105px;
    }
  }
  .ltr\:text-left {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      text-align: left;
    }
  }
  .ltr\:text-right {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      text-align: right;
    }
  }
  .ltr\:first\:ml-0 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      &:first-child {
        margin-left: calc(var(--spacing) * 0);
      }
    }
  }
  .ltr\:first\:rounded-tl-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      &:first-child {
        border-top-left-radius: 15px;
      }
    }
  }
  .ltr\:first\:border-l {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      &:first-child {
        border-left-style: var(--tw-border-style);
        border-left-width: 1px;
      }
    }
  }
  .ltr\:first\:border-l-0 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      &:first-child {
        border-left-style: var(--tw-border-style);
        border-left-width: 0px;
      }
    }
  }
  .ltr\:first\:pl-0 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      &:first-child {
        padding-left: calc(var(--spacing) * 0);
      }
    }
  }
  .ltr\:last\:mr-0 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      &:last-child {
        margin-right: calc(var(--spacing) * 0);
      }
    }
  }
  .ltr\:last\:rounded-tr-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      &:last-child {
        border-top-right-radius: 15px;
      }
    }
  }
  .ltr\:last\:border-r {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      &:last-child {
        border-right-style: var(--tw-border-style);
        border-right-width: 1px;
      }
    }
  }
  .ltr\:sm\:text-left {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 40rem) {
        text-align: left;
      }
    }
  }
  .ltr\:md\:-right-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: calc(15px * -1);
      }
    }
  }
  .ltr\:md\:-right-\[35px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: calc(35px * -1);
      }
    }
  }
  .ltr\:md\:-right-\[60px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: calc(60px * -1);
      }
    }
  }
  .ltr\:md\:right-0 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: calc(var(--spacing) * 0);
      }
    }
  }
  .ltr\:md\:right-\[2px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 2px;
      }
    }
  }
  .ltr\:md\:right-\[3px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 3px;
      }
    }
  }
  .ltr\:md\:right-\[4\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 4%;
      }
    }
  }
  .ltr\:md\:right-\[4\.5px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 4.5px;
      }
    }
  }
  .ltr\:md\:right-\[5px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 5px;
      }
    }
  }
  .ltr\:md\:right-\[8px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 8px;
      }
    }
  }
  .ltr\:md\:right-\[10\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 10%;
      }
    }
  }
  .ltr\:md\:right-\[12\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 12%;
      }
    }
  }
  .ltr\:md\:right-\[13px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 13px;
      }
    }
  }
  .ltr\:md\:right-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 15px;
      }
    }
  }
  .ltr\:md\:right-\[16\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 16%;
      }
    }
  }
  .ltr\:md\:right-\[18\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 18%;
      }
    }
  }
  .ltr\:md\:right-\[20\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 20%;
      }
    }
  }
  .ltr\:md\:right-\[20px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 20px;
      }
    }
  }
  .ltr\:md\:right-\[22\.5\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 22.5%;
      }
    }
  }
  .ltr\:md\:right-\[22\.8\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 22.8%;
      }
    }
  }
  .ltr\:md\:right-\[23\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 23%;
      }
    }
  }
  .ltr\:md\:right-\[25\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 25%;
      }
    }
  }
  .ltr\:md\:right-\[25px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 25px;
      }
    }
  }
  .ltr\:md\:right-\[30\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 30%;
      }
    }
  }
  .ltr\:md\:right-\[30px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 30px;
      }
    }
  }
  .ltr\:md\:right-\[35px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 35px;
      }
    }
  }
  .ltr\:md\:right-\[50px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 50px;
      }
    }
  }
  .ltr\:md\:right-\[55px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 55px;
      }
    }
  }
  .ltr\:md\:right-\[70px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 70px;
      }
    }
  }
  .ltr\:md\:right-\[83px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 83px;
      }
    }
  }
  .ltr\:md\:right-\[90px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 90px;
      }
    }
  }
  .ltr\:md\:right-\[120px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 120px;
      }
    }
  }
  .ltr\:md\:right-\[150px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 150px;
      }
    }
  }
  .ltr\:md\:right-\[155px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 155px;
      }
    }
  }
  .ltr\:md\:right-\[185px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 185px;
      }
    }
  }
  .ltr\:md\:right-\[220px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: 220px;
      }
    }
  }
  .ltr\:md\:right-auto {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        right: auto;
      }
    }
  }
  .ltr\:md\:-left-\[13px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: calc(13px * -1);
      }
    }
  }
  .ltr\:md\:-left-\[16\.5px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: calc(16.5px * -1);
      }
    }
  }
  .ltr\:md\:-left-\[30px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: calc(30px * -1);
      }
    }
  }
  .ltr\:md\:left-0 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: calc(var(--spacing) * 0);
      }
    }
  }
  .ltr\:md\:left-1\/2 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: calc(1/2 * 100%);
      }
    }
  }
  .ltr\:md\:left-\[8\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 8%;
      }
    }
  }
  .ltr\:md\:left-\[10\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 10%;
      }
    }
  }
  .ltr\:md\:left-\[12\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 12%;
      }
    }
  }
  .ltr\:md\:left-\[12px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 12px;
      }
    }
  }
  .ltr\:md\:left-\[13\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 13%;
      }
    }
  }
  .ltr\:md\:left-\[14\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 14%;
      }
    }
  }
  .ltr\:md\:left-\[15\.6\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 15.6%;
      }
    }
  }
  .ltr\:md\:left-\[20\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 20%;
      }
    }
  }
  .ltr\:md\:left-\[20\.3\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 20.3%;
      }
    }
  }
  .ltr\:md\:left-\[20px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 20px;
      }
    }
  }
  .ltr\:md\:left-\[26\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 26%;
      }
    }
  }
  .ltr\:md\:left-\[29\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 29%;
      }
    }
  }
  .ltr\:md\:left-\[30px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 30px;
      }
    }
  }
  .ltr\:md\:left-\[40\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 40%;
      }
    }
  }
  .ltr\:md\:left-\[40px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 40px;
      }
    }
  }
  .ltr\:md\:left-\[50px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 50px;
      }
    }
  }
  .ltr\:md\:left-\[60px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 60px;
      }
    }
  }
  .ltr\:md\:left-\[70px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 70px;
      }
    }
  }
  .ltr\:md\:left-\[87px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 87px;
      }
    }
  }
  .ltr\:md\:left-\[90px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 90px;
      }
    }
  }
  .ltr\:md\:left-\[100px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 100px;
      }
    }
  }
  .ltr\:md\:left-\[140px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 140px;
      }
    }
  }
  .ltr\:md\:left-\[150px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 150px;
      }
    }
  }
  .ltr\:md\:left-\[175px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 175px;
      }
    }
  }
  .ltr\:md\:left-\[195px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 195px;
      }
    }
  }
  .ltr\:md\:left-\[250px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: 250px;
      }
    }
  }
  .ltr\:md\:left-auto {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        left: auto;
      }
    }
  }
  .ltr\:md\:-mr-\[10px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-right: calc(10px * -1);
      }
    }
  }
  .ltr\:md\:-mr-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-right: calc(15px * -1);
      }
    }
  }
  .ltr\:md\:-mr-\[38px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-right: calc(38px * -1);
      }
    }
  }
  .ltr\:md\:mr-\[9px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-right: 9px;
      }
    }
  }
  .ltr\:md\:mr-\[10px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-right: 10px;
      }
    }
  }
  .ltr\:md\:mr-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-right: 15px;
      }
    }
  }
  .ltr\:md\:mr-\[20px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-right: 20px;
      }
    }
  }
  .ltr\:md\:mr-\[25px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-right: 25px;
      }
    }
  }
  .ltr\:md\:mr-\[35px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-right: 35px;
      }
    }
  }
  .ltr\:md\:mr-\[45px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-right: 45px;
      }
    }
  }
  .ltr\:md\:mr-\[50px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-right: 50px;
      }
    }
  }
  .ltr\:md\:mr-\[60px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-right: 60px;
      }
    }
  }
  .ltr\:md\:mr-\[62px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-right: 62px;
      }
    }
  }
  .ltr\:md\:mr-\[70px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-right: 70px;
      }
    }
  }
  .ltr\:md\:mr-\[100px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-right: 100px;
      }
    }
  }
  .ltr\:md\:mr-\[105px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-right: 105px;
      }
    }
  }
  .ltr\:md\:-ml-\[20px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-left: calc(20px * -1);
      }
    }
  }
  .ltr\:md\:-ml-\[35px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-left: calc(35px * -1);
      }
    }
  }
  .ltr\:md\:-ml-\[45px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-left: calc(45px * -1);
      }
    }
  }
  .ltr\:md\:-ml-\[60px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-left: calc(60px * -1);
      }
    }
  }
  .ltr\:md\:-ml-\[62px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-left: calc(62px * -1);
      }
    }
  }
  .ltr\:md\:ml-\[10px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-left: 10px;
      }
    }
  }
  .ltr\:md\:ml-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-left: 15px;
      }
    }
  }
  .ltr\:md\:ml-\[20px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-left: 20px;
      }
    }
  }
  .ltr\:md\:ml-\[25px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-left: 25px;
      }
    }
  }
  .ltr\:md\:ml-\[30px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-left: 30px;
      }
    }
  }
  .ltr\:md\:ml-\[35px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-left: 35px;
      }
    }
  }
  .ltr\:md\:ml-\[38px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-left: 38px;
      }
    }
  }
  .ltr\:md\:ml-\[42px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-left: 42px;
      }
    }
  }
  .ltr\:md\:ml-\[45px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-left: 45px;
      }
    }
  }
  .ltr\:md\:ml-\[70px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-left: 70px;
      }
    }
  }
  .ltr\:md\:ml-\[75px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-left: 75px;
      }
    }
  }
  .ltr\:md\:ml-\[90px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-left: 90px;
      }
    }
  }
  .ltr\:md\:ml-\[100px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-left: 100px;
      }
    }
  }
  .ltr\:md\:ml-\[105px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-left: 105px;
      }
    }
  }
  .ltr\:md\:ml-\[140px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-left: 140px;
      }
    }
  }
  .ltr\:md\:ml-auto {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        margin-left: auto;
      }
    }
  }
  .ltr\:md\:border-l {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        border-left-style: var(--tw-border-style);
        border-left-width: 1px;
      }
    }
  }
  .ltr\:md\:pr-0 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-right: calc(var(--spacing) * 0);
      }
    }
  }
  .ltr\:md\:pr-\[18px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-right: 18px;
      }
    }
  }
  .ltr\:md\:pr-\[20px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-right: 20px;
      }
    }
  }
  .ltr\:md\:pr-\[23px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-right: 23px;
      }
    }
  }
  .ltr\:md\:pr-\[25px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-right: 25px;
      }
    }
  }
  .ltr\:md\:pr-\[30px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-right: 30px;
      }
    }
  }
  .ltr\:md\:pr-\[35px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-right: 35px;
      }
    }
  }
  .ltr\:md\:pr-\[45px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-right: 45px;
      }
    }
  }
  .ltr\:md\:pr-\[50px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-right: 50px;
      }
    }
  }
  .ltr\:md\:pr-\[65px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-right: 65px;
      }
    }
  }
  .ltr\:md\:pr-\[100px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-right: 100px;
      }
    }
  }
  .ltr\:md\:pr-\[140px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-right: 140px;
      }
    }
  }
  .ltr\:md\:pl-\[8px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-left: 8px;
      }
    }
  }
  .ltr\:md\:pl-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-left: 15px;
      }
    }
  }
  .ltr\:md\:pl-\[20px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-left: 20px;
      }
    }
  }
  .ltr\:md\:pl-\[23px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-left: 23px;
      }
    }
  }
  .ltr\:md\:pl-\[25px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-left: 25px;
      }
    }
  }
  .ltr\:md\:pl-\[29px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-left: 29px;
      }
    }
  }
  .ltr\:md\:pl-\[32px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-left: 32px;
      }
    }
  }
  .ltr\:md\:pl-\[34px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-left: 34px;
      }
    }
  }
  .ltr\:md\:pl-\[35px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-left: 35px;
      }
    }
  }
  .ltr\:md\:pl-\[38px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-left: 38px;
      }
    }
  }
  .ltr\:md\:pl-\[45px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-left: 45px;
      }
    }
  }
  .ltr\:md\:pl-\[50px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-left: 50px;
      }
    }
  }
  .ltr\:md\:pl-\[52px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-left: 52px;
      }
    }
  }
  .ltr\:md\:pl-\[55px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-left: 55px;
      }
    }
  }
  .ltr\:md\:pl-\[60px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-left: 60px;
      }
    }
  }
  .ltr\:md\:pl-\[64px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-left: 64px;
      }
    }
  }
  .ltr\:md\:pl-\[65px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-left: 65px;
      }
    }
  }
  .ltr\:md\:pl-\[95px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-left: 95px;
      }
    }
  }
  .ltr\:md\:pl-\[180px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-left: 180px;
      }
    }
  }
  .ltr\:md\:pl-\[195px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        padding-left: 195px;
      }
    }
  }
  .ltr\:md\:text-left {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        text-align: left;
      }
    }
  }
  .ltr\:md\:text-right {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 48rem) {
        text-align: right;
      }
    }
  }
  .ltr\:lg\:-right-\[218px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        right: calc(218px * -1);
      }
    }
  }
  .ltr\:lg\:-right-\[250px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        right: calc(250px * -1);
      }
    }
  }
  .ltr\:lg\:right-0 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        right: calc(var(--spacing) * 0);
      }
    }
  }
  .ltr\:lg\:right-\[10\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        right: 10%;
      }
    }
  }
  .ltr\:lg\:right-\[12\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        right: 12%;
      }
    }
  }
  .ltr\:lg\:right-\[16\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        right: 16%;
      }
    }
  }
  .ltr\:lg\:right-\[20px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        right: 20px;
      }
    }
  }
  .ltr\:lg\:right-\[24\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        right: 24%;
      }
    }
  }
  .ltr\:lg\:right-\[35px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        right: 35px;
      }
    }
  }
  .ltr\:lg\:right-\[40px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        right: 40px;
      }
    }
  }
  .ltr\:lg\:right-\[55px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        right: 55px;
      }
    }
  }
  .ltr\:lg\:right-\[80px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        right: 80px;
      }
    }
  }
  .ltr\:lg\:right-\[90px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        right: 90px;
      }
    }
  }
  .ltr\:lg\:right-\[110px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        right: 110px;
      }
    }
  }
  .ltr\:lg\:right-\[150px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        right: 150px;
      }
    }
  }
  .ltr\:lg\:right-\[152px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        right: 152px;
      }
    }
  }
  .ltr\:lg\:-left-\[129px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        left: calc(129px * -1);
      }
    }
  }
  .ltr\:lg\:-left-\[250px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        left: calc(250px * -1);
      }
    }
  }
  .ltr\:lg\:left-0 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        left: calc(var(--spacing) * 0);
      }
    }
  }
  .ltr\:lg\:left-\[\.5\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        left: .5%;
      }
    }
  }
  .ltr\:lg\:left-\[9\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        left: 9%;
      }
    }
  }
  .ltr\:lg\:left-\[10\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        left: 10%;
      }
    }
  }
  .ltr\:lg\:left-\[13\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        left: 13%;
      }
    }
  }
  .ltr\:lg\:left-\[20\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        left: 20%;
      }
    }
  }
  .ltr\:lg\:left-\[20px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        left: 20px;
      }
    }
  }
  .ltr\:lg\:left-\[25\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        left: 25%;
      }
    }
  }
  .ltr\:lg\:left-\[29\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        left: 29%;
      }
    }
  }
  .ltr\:lg\:left-\[40px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        left: 40px;
      }
    }
  }
  .ltr\:lg\:left-\[55px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        left: 55px;
      }
    }
  }
  .ltr\:lg\:left-\[80px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        left: 80px;
      }
    }
  }
  .ltr\:lg\:left-\[90px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        left: 90px;
      }
    }
  }
  .ltr\:lg\:left-\[130px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        left: 130px;
      }
    }
  }
  .ltr\:lg\:-mr-\[10px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-right: calc(10px * -1);
      }
    }
  }
  .ltr\:lg\:-mr-\[20px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-right: calc(20px * -1);
      }
    }
  }
  .ltr\:lg\:-mr-\[35px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-right: calc(35px * -1);
      }
    }
  }
  .ltr\:lg\:-mr-\[50px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-right: calc(50px * -1);
      }
    }
  }
  .ltr\:lg\:-mr-\[55px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-right: calc(55px * -1);
      }
    }
  }
  .ltr\:lg\:-mr-\[70px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-right: calc(70px * -1);
      }
    }
  }
  .ltr\:lg\:-mr-\[75px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-right: calc(75px * -1);
      }
    }
  }
  .ltr\:lg\:-mr-\[80px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-right: calc(80px * -1);
      }
    }
  }
  .ltr\:lg\:-mr-\[95px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-right: calc(95px * -1);
      }
    }
  }
  .ltr\:lg\:-mr-\[100px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-right: calc(100px * -1);
      }
    }
  }
  .ltr\:lg\:-mr-\[105px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-right: calc(105px * -1);
      }
    }
  }
  .ltr\:lg\:-mr-\[115px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-right: calc(115px * -1);
      }
    }
  }
  .ltr\:lg\:-mr-\[150px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-right: calc(150px * -1);
      }
    }
  }
  .ltr\:lg\:-mr-\[220px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-right: calc(220px * -1);
      }
    }
  }
  .ltr\:lg\:mr-\[5px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-right: 5px;
      }
    }
  }
  .ltr\:lg\:mr-\[25px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-right: 25px;
      }
    }
  }
  .ltr\:lg\:mr-\[30px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-right: 30px;
      }
    }
  }
  .ltr\:lg\:mr-\[45px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-right: 45px;
      }
    }
  }
  .ltr\:lg\:mr-\[50px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-right: 50px;
      }
    }
  }
  .ltr\:lg\:mr-\[80px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-right: 80px;
      }
    }
  }
  .ltr\:lg\:mr-\[87px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-right: 87px;
      }
    }
  }
  .ltr\:lg\:mr-\[100px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-right: 100px;
      }
    }
  }
  .ltr\:lg\:-ml-\[11px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: calc(11px * -1);
      }
    }
  }
  .ltr\:lg\:-ml-\[20px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: calc(20px * -1);
      }
    }
  }
  .ltr\:lg\:-ml-\[25px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: calc(25px * -1);
      }
    }
  }
  .ltr\:lg\:-ml-\[30px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: calc(30px * -1);
      }
    }
  }
  .ltr\:lg\:-ml-\[35px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: calc(35px * -1);
      }
    }
  }
  .ltr\:lg\:-ml-\[50px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: calc(50px * -1);
      }
    }
  }
  .ltr\:lg\:-ml-\[60px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: calc(60px * -1);
      }
    }
  }
  .ltr\:lg\:-ml-\[70px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: calc(70px * -1);
      }
    }
  }
  .ltr\:lg\:-ml-\[75px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: calc(75px * -1);
      }
    }
  }
  .ltr\:lg\:-ml-\[80px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: calc(80px * -1);
      }
    }
  }
  .ltr\:lg\:-ml-\[87px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: calc(87px * -1);
      }
    }
  }
  .ltr\:lg\:-ml-\[95px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: calc(95px * -1);
      }
    }
  }
  .ltr\:lg\:-ml-\[110px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: calc(110px * -1);
      }
    }
  }
  .ltr\:lg\:-ml-\[120px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: calc(120px * -1);
      }
    }
  }
  .ltr\:lg\:-ml-\[125px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: calc(125px * -1);
      }
    }
  }
  .ltr\:lg\:-ml-\[130px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: calc(130px * -1);
      }
    }
  }
  .ltr\:lg\:-ml-\[200px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: calc(200px * -1);
      }
    }
  }
  .ltr\:lg\:-ml-\[300px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: calc(300px * -1);
      }
    }
  }
  .ltr\:lg\:ml-\[12px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: 12px;
      }
    }
  }
  .ltr\:lg\:ml-\[30px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: 30px;
      }
    }
  }
  .ltr\:lg\:ml-\[40px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: 40px;
      }
    }
  }
  .ltr\:lg\:ml-\[45px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: 45px;
      }
    }
  }
  .ltr\:lg\:ml-\[80px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: 80px;
      }
    }
  }
  .ltr\:lg\:ml-\[90px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: 90px;
      }
    }
  }
  .ltr\:lg\:ml-\[125px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: 125px;
      }
    }
  }
  .ltr\:lg\:ml-\[180px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: 180px;
      }
    }
  }
  .ltr\:lg\:ml-auto {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        margin-left: auto;
      }
    }
  }
  .ltr\:lg\:justify-end {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        justify-content: flex-end;
      }
    }
  }
  .ltr\:lg\:rounded-l-none {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
      }
    }
  }
  .ltr\:lg\:rounded-tl-\[100px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        border-top-left-radius: 100px;
      }
    }
  }
  .ltr\:lg\:rounded-tr-\[100px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        border-top-right-radius: 100px;
      }
    }
  }
  .ltr\:lg\:rounded-br-none {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        border-bottom-right-radius: 0;
      }
    }
  }
  .ltr\:lg\:rounded-bl-none {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        border-bottom-left-radius: 0;
      }
    }
  }
  .ltr\:lg\:pr-0 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-right: calc(var(--spacing) * 0);
      }
    }
  }
  .ltr\:lg\:pr-\[25px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-right: 25px;
      }
    }
  }
  .ltr\:lg\:pr-\[30px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-right: 30px;
      }
    }
  }
  .ltr\:lg\:pr-\[35px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-right: 35px;
      }
    }
  }
  .ltr\:lg\:pr-\[50px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-right: 50px;
      }
    }
  }
  .ltr\:lg\:pr-\[75px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-right: 75px;
      }
    }
  }
  .ltr\:lg\:pr-\[110px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-right: 110px;
      }
    }
  }
  .ltr\:lg\:pr-\[120px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-right: 120px;
      }
    }
  }
  .ltr\:lg\:pr-\[130px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-right: 130px;
      }
    }
  }
  .ltr\:lg\:pr-\[170px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-right: 170px;
      }
    }
  }
  .ltr\:lg\:pr-\[218px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-right: 218px;
      }
    }
  }
  .ltr\:lg\:pl-\[10px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-left: 10px;
      }
    }
  }
  .ltr\:lg\:pl-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-left: 15px;
      }
    }
  }
  .ltr\:lg\:pl-\[18px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-left: 18px;
      }
    }
  }
  .ltr\:lg\:pl-\[20px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-left: 20px;
      }
    }
  }
  .ltr\:lg\:pl-\[25px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-left: 25px;
      }
    }
  }
  .ltr\:lg\:pl-\[30px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-left: 30px;
      }
    }
  }
  .ltr\:lg\:pl-\[32px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-left: 32px;
      }
    }
  }
  .ltr\:lg\:pl-\[33px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-left: 33px;
      }
    }
  }
  .ltr\:lg\:pl-\[35px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-left: 35px;
      }
    }
  }
  .ltr\:lg\:pl-\[40px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-left: 40px;
      }
    }
  }
  .ltr\:lg\:pl-\[50px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-left: 50px;
      }
    }
  }
  .ltr\:lg\:pl-\[55px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-left: 55px;
      }
    }
  }
  .ltr\:lg\:pl-\[60px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-left: 60px;
      }
    }
  }
  .ltr\:lg\:pl-\[70px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-left: 70px;
      }
    }
  }
  .ltr\:lg\:pl-\[95px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-left: 95px;
      }
    }
  }
  .ltr\:lg\:pl-\[100px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-left: 100px;
      }
    }
  }
  .ltr\:lg\:pl-\[105px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-left: 105px;
      }
    }
  }
  .ltr\:lg\:pl-\[110px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-left: 110px;
      }
    }
  }
  .ltr\:lg\:pl-\[115px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-left: 115px;
      }
    }
  }
  .ltr\:lg\:pl-\[120px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-left: 120px;
      }
    }
  }
  .ltr\:lg\:pl-\[140px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        padding-left: 140px;
      }
    }
  }
  .ltr\:lg\:text-left {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        text-align: left;
      }
    }
  }
  .ltr\:lg\:text-right {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 64rem) {
        text-align: right;
      }
    }
  }
  .ltr\:xl\:-right-\[10px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        right: calc(10px * -1);
      }
    }
  }
  .ltr\:xl\:-right-\[43px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        right: calc(43px * -1);
      }
    }
  }
  .ltr\:xl\:-right-\[60px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        right: calc(60px * -1);
      }
    }
  }
  .ltr\:xl\:right-0 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        right: calc(var(--spacing) * 0);
      }
    }
  }
  .ltr\:xl\:right-\[7px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        right: 7px;
      }
    }
  }
  .ltr\:xl\:right-\[15\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        right: 15%;
      }
    }
  }
  .ltr\:xl\:right-\[16\.6\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        right: 16.6%;
      }
    }
  }
  .ltr\:xl\:right-\[17\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        right: 17%;
      }
    }
  }
  .ltr\:xl\:right-\[21\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        right: 21%;
      }
    }
  }
  .ltr\:xl\:right-\[22\.9\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        right: 22.9%;
      }
    }
  }
  .ltr\:xl\:right-\[23\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        right: 23%;
      }
    }
  }
  .ltr\:xl\:right-\[30px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        right: 30px;
      }
    }
  }
  .ltr\:xl\:right-\[40px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        right: 40px;
      }
    }
  }
  .ltr\:xl\:right-\[45px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        right: 45px;
      }
    }
  }
  .ltr\:xl\:right-\[50px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        right: 50px;
      }
    }
  }
  .ltr\:xl\:right-\[60px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        right: 60px;
      }
    }
  }
  .ltr\:xl\:right-\[73px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        right: 73px;
      }
    }
  }
  .ltr\:xl\:right-\[80px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        right: 80px;
      }
    }
  }
  .ltr\:xl\:right-\[85px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        right: 85px;
      }
    }
  }
  .ltr\:xl\:right-\[90px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        right: 90px;
      }
    }
  }
  .ltr\:xl\:right-\[150px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        right: 150px;
      }
    }
  }
  .ltr\:xl\:right-\[155px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        right: 155px;
      }
    }
  }
  .ltr\:xl\:right-\[185px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        right: 185px;
      }
    }
  }
  .ltr\:xl\:right-\[220px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        right: 220px;
      }
    }
  }
  .ltr\:xl\:right-\[256px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        right: 256px;
      }
    }
  }
  .ltr\:xl\:-left-\[10px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: calc(10px * -1);
      }
    }
  }
  .ltr\:xl\:-left-\[25px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: calc(25px * -1);
      }
    }
  }
  .ltr\:xl\:-left-\[330px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: calc(330px * -1);
      }
    }
  }
  .ltr\:xl\:left-0 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: calc(var(--spacing) * 0);
      }
    }
  }
  .ltr\:xl\:left-\[4\.5\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: 4.5%;
      }
    }
  }
  .ltr\:xl\:left-\[13\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: 13%;
      }
    }
  }
  .ltr\:xl\:left-\[16\.5\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: 16.5%;
      }
    }
  }
  .ltr\:xl\:left-\[19\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: 19%;
      }
    }
  }
  .ltr\:xl\:left-\[20\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: 20%;
      }
    }
  }
  .ltr\:xl\:left-\[22\.2\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: 22.2%;
      }
    }
  }
  .ltr\:xl\:left-\[25\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: 25%;
      }
    }
  }
  .ltr\:xl\:left-\[30px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: 30px;
      }
    }
  }
  .ltr\:xl\:left-\[35\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: 35%;
      }
    }
  }
  .ltr\:xl\:left-\[43px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: 43px;
      }
    }
  }
  .ltr\:xl\:left-\[50px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: 50px;
      }
    }
  }
  .ltr\:xl\:left-\[55px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: 55px;
      }
    }
  }
  .ltr\:xl\:left-\[63px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: 63px;
      }
    }
  }
  .ltr\:xl\:left-\[80px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: 80px;
      }
    }
  }
  .ltr\:xl\:left-\[90px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: 90px;
      }
    }
  }
  .ltr\:xl\:left-\[100px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: 100px;
      }
    }
  }
  .ltr\:xl\:left-\[140px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: 140px;
      }
    }
  }
  .ltr\:xl\:left-\[150px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: 150px;
      }
    }
  }
  .ltr\:xl\:left-\[155px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: 155px;
      }
    }
  }
  .ltr\:xl\:left-\[175px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: 175px;
      }
    }
  }
  .ltr\:xl\:left-\[195px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: 195px;
      }
    }
  }
  .ltr\:xl\:left-\[256px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        left: 256px;
      }
    }
  }
  .ltr\:xl\:-mr-\[5px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-right: calc(5px * -1);
      }
    }
  }
  .ltr\:xl\:-mr-\[10px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-right: calc(10px * -1);
      }
    }
  }
  .ltr\:xl\:-mr-\[25px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-right: calc(25px * -1);
      }
    }
  }
  .ltr\:xl\:-mr-\[30px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-right: calc(30px * -1);
      }
    }
  }
  .ltr\:xl\:-mr-\[35px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-right: calc(35px * -1);
      }
    }
  }
  .ltr\:xl\:-mr-\[40px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-right: calc(40px * -1);
      }
    }
  }
  .ltr\:xl\:-mr-\[75px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-right: calc(75px * -1);
      }
    }
  }
  .ltr\:xl\:-mr-\[80px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-right: calc(80px * -1);
      }
    }
  }
  .ltr\:xl\:-mr-\[100px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-right: calc(100px * -1);
      }
    }
  }
  .ltr\:xl\:-mr-\[130px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-right: calc(130px * -1);
      }
    }
  }
  .ltr\:xl\:-mr-\[175px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-right: calc(175px * -1);
      }
    }
  }
  .ltr\:xl\:mr-0 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-right: calc(var(--spacing) * 0);
      }
    }
  }
  .ltr\:xl\:mr-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-right: 15px;
      }
    }
  }
  .ltr\:xl\:mr-\[25px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-right: 25px;
      }
    }
  }
  .ltr\:xl\:mr-\[30px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-right: 30px;
      }
    }
  }
  .ltr\:xl\:mr-\[40px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-right: 40px;
      }
    }
  }
  .ltr\:xl\:mr-\[50px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-right: 50px;
      }
    }
  }
  .ltr\:xl\:mr-\[60px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-right: 60px;
      }
    }
  }
  .ltr\:xl\:mr-\[65px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-right: 65px;
      }
    }
  }
  .ltr\:xl\:mr-\[85px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-right: 85px;
      }
    }
  }
  .ltr\:xl\:mr-\[90px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-right: 90px;
      }
    }
  }
  .ltr\:xl\:mr-\[100px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-right: 100px;
      }
    }
  }
  .ltr\:xl\:mr-\[108px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-right: 108px;
      }
    }
  }
  .ltr\:xl\:mr-\[215px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-right: 215px;
      }
    }
  }
  .xl\:ltr\:mr-0 {
    @media (width >= 80rem) {
      &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
        margin-right: calc(var(--spacing) * 0);
      }
    }
  }
  .ltr\:xl\:-ml-\[10px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-left: calc(10px * -1);
      }
    }
  }
  .ltr\:xl\:-ml-\[35px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-left: calc(35px * -1);
      }
    }
  }
  .ltr\:xl\:-ml-\[40px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-left: calc(40px * -1);
      }
    }
  }
  .ltr\:xl\:-ml-\[45px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-left: calc(45px * -1);
      }
    }
  }
  .ltr\:xl\:-ml-\[50px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-left: calc(50px * -1);
      }
    }
  }
  .ltr\:xl\:-ml-\[53px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-left: calc(53px * -1);
      }
    }
  }
  .ltr\:xl\:-ml-\[75px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-left: calc(75px * -1);
      }
    }
  }
  .ltr\:xl\:-ml-\[85px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-left: calc(85px * -1);
      }
    }
  }
  .ltr\:xl\:-ml-\[100px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-left: calc(100px * -1);
      }
    }
  }
  .ltr\:xl\:-ml-\[108px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-left: calc(108px * -1);
      }
    }
  }
  .ltr\:xl\:-ml-\[110px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-left: calc(110px * -1);
      }
    }
  }
  .ltr\:xl\:-ml-\[112px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-left: calc(112px * -1);
      }
    }
  }
  .ltr\:xl\:-ml-\[120px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-left: calc(120px * -1);
      }
    }
  }
  .ltr\:xl\:-ml-\[150px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-left: calc(150px * -1);
      }
    }
  }
  .ltr\:xl\:-ml-\[267px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-left: calc(267px * -1);
      }
    }
  }
  .ltr\:xl\:ml-0 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-left: calc(var(--spacing) * 0);
      }
    }
  }
  .ltr\:xl\:ml-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-left: 15px;
      }
    }
  }
  .ltr\:xl\:ml-\[22px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-left: 22px;
      }
    }
  }
  .ltr\:xl\:ml-\[25px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-left: 25px;
      }
    }
  }
  .ltr\:xl\:ml-\[40px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-left: 40px;
      }
    }
  }
  .ltr\:xl\:ml-\[50px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-left: 50px;
      }
    }
  }
  .ltr\:xl\:ml-\[60px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-left: 60px;
      }
    }
  }
  .ltr\:xl\:ml-\[100px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-left: 100px;
      }
    }
  }
  .ltr\:xl\:ml-\[110px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-left: 110px;
      }
    }
  }
  .ltr\:xl\:ml-auto {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        margin-left: auto;
      }
    }
  }
  .xl\:ltr\:ml-0 {
    @media (width >= 80rem) {
      &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
        margin-left: calc(var(--spacing) * 0);
      }
    }
  }
  .ltr\:xl\:rounded-l-none {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
      }
    }
  }
  .ltr\:xl\:rounded-r-none {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
      }
    }
  }
  .ltr\:xl\:border-r {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        border-right-style: var(--tw-border-style);
        border-right-width: 1px;
      }
    }
  }
  .ltr\:xl\:pr-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-right: 15px;
      }
    }
  }
  .ltr\:xl\:pr-\[20px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-right: 20px;
      }
    }
  }
  .ltr\:xl\:pr-\[25px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-right: 25px;
      }
    }
  }
  .ltr\:xl\:pr-\[35px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-right: 35px;
      }
    }
  }
  .ltr\:xl\:pr-\[45px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-right: 45px;
      }
    }
  }
  .ltr\:xl\:pr-\[50px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-right: 50px;
      }
    }
  }
  .ltr\:xl\:pr-\[53px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-right: 53px;
      }
    }
  }
  .ltr\:xl\:pr-\[65px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-right: 65px;
      }
    }
  }
  .ltr\:xl\:pr-\[75px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-right: 75px;
      }
    }
  }
  .ltr\:xl\:pr-\[85px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-right: 85px;
      }
    }
  }
  .ltr\:xl\:pr-\[90px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-right: 90px;
      }
    }
  }
  .ltr\:xl\:pr-\[100px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-right: 100px;
      }
    }
  }
  .ltr\:xl\:pr-\[215px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-right: 215px;
      }
    }
  }
  .ltr\:xl\:pl-0 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: calc(var(--spacing) * 0);
      }
    }
  }
  .ltr\:xl\:pl-\[10px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 10px;
      }
    }
  }
  .ltr\:xl\:pl-\[15px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 15px;
      }
    }
  }
  .ltr\:xl\:pl-\[20px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 20px;
      }
    }
  }
  .ltr\:xl\:pl-\[23px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 23px;
      }
    }
  }
  .ltr\:xl\:pl-\[25px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 25px;
      }
    }
  }
  .ltr\:xl\:pl-\[30px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 30px;
      }
    }
  }
  .ltr\:xl\:pl-\[35px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 35px;
      }
    }
  }
  .ltr\:xl\:pl-\[38px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 38px;
      }
    }
  }
  .ltr\:xl\:pl-\[40px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 40px;
      }
    }
  }
  .ltr\:xl\:pl-\[45px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 45px;
      }
    }
  }
  .ltr\:xl\:pl-\[50px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 50px;
      }
    }
  }
  .ltr\:xl\:pl-\[55px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 55px;
      }
    }
  }
  .ltr\:xl\:pl-\[60px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 60px;
      }
    }
  }
  .ltr\:xl\:pl-\[70px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 70px;
      }
    }
  }
  .ltr\:xl\:pl-\[80px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 80px;
      }
    }
  }
  .ltr\:xl\:pl-\[90px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 90px;
      }
    }
  }
  .ltr\:xl\:pl-\[100px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 100px;
      }
    }
  }
  .ltr\:xl\:pl-\[105px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 105px;
      }
    }
  }
  .ltr\:xl\:pl-\[108px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 108px;
      }
    }
  }
  .ltr\:xl\:pl-\[110px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 110px;
      }
    }
  }
  .ltr\:xl\:pl-\[115px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 115px;
      }
    }
  }
  .ltr\:xl\:pl-\[130px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 130px;
      }
    }
  }
  .ltr\:xl\:pl-\[135px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 135px;
      }
    }
  }
  .ltr\:xl\:pl-\[140px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 140px;
      }
    }
  }
  .ltr\:xl\:pl-\[150px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 150px;
      }
    }
  }
  .ltr\:xl\:pl-\[195px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 195px;
      }
    }
  }
  .ltr\:xl\:pl-\[200px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        padding-left: 200px;
      }
    }
  }
  .ltr\:xl\:text-left {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        text-align: left;
      }
    }
  }
  .ltr\:xl\:text-right {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 80rem) {
        text-align: right;
      }
    }
  }
  .ltr\:2xl\:-right-\[100px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        right: calc(100px * -1);
      }
    }
  }
  .ltr\:2xl\:right-\[7\.5\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        right: 7.5%;
      }
    }
  }
  .ltr\:2xl\:right-\[11\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        right: 11%;
      }
    }
  }
  .ltr\:2xl\:right-\[73px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        right: 73px;
      }
    }
  }
  .ltr\:2xl\:left-0 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        left: calc(var(--spacing) * 0);
      }
    }
  }
  .ltr\:2xl\:left-\[8\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        left: 8%;
      }
    }
  }
  .ltr\:2xl\:left-\[10\.5\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        left: 10.5%;
      }
    }
  }
  .ltr\:2xl\:left-\[10px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        left: 10px;
      }
    }
  }
  .ltr\:2xl\:left-\[12\.2\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        left: 12.2%;
      }
    }
  }
  .ltr\:2xl\:left-\[14\.5\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        left: 14.5%;
      }
    }
  }
  .ltr\:2xl\:left-\[15\.6\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        left: 15.6%;
      }
    }
  }
  .ltr\:2xl\:left-\[38\%\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        left: 38%;
      }
    }
  }
  .ltr\:2xl\:-mr-\[75px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        margin-right: calc(75px * -1);
      }
    }
  }
  .ltr\:2xl\:mr-0 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        margin-right: calc(var(--spacing) * 0);
      }
    }
  }
  .ltr\:2xl\:mr-\[40px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        margin-right: 40px;
      }
    }
  }
  .ltr\:2xl\:-ml-\[150px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        margin-left: calc(150px * -1);
      }
    }
  }
  .ltr\:2xl\:ml-0 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        margin-left: calc(var(--spacing) * 0);
      }
    }
  }
  .ltr\:2xl\:ml-\[40px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        margin-left: 40px;
      }
    }
  }
  .ltr\:2xl\:ml-\[50px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        margin-left: 50px;
      }
    }
  }
  .ltr\:2xl\:ml-\[60px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        margin-left: 60px;
      }
    }
  }
  .ltr\:2xl\:ml-auto {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        margin-left: auto;
      }
    }
  }
  .ltr\:2xl\:pr-0 {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        padding-right: calc(var(--spacing) * 0);
      }
    }
  }
  .ltr\:2xl\:pr-\[35px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        padding-right: 35px;
      }
    }
  }
  .ltr\:2xl\:pr-\[45px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        padding-right: 45px;
      }
    }
  }
  .ltr\:2xl\:pr-\[90px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        padding-right: 90px;
      }
    }
  }
  .ltr\:2xl\:pr-\[150px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        padding-right: 150px;
      }
    }
  }
  .ltr\:2xl\:pl-\[17px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        padding-left: 17px;
      }
    }
  }
  .ltr\:2xl\:pl-\[60px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        padding-left: 60px;
      }
    }
  }
  .ltr\:2xl\:pl-\[70px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        padding-left: 70px;
      }
    }
  }
  .ltr\:2xl\:pl-\[95px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        padding-left: 95px;
      }
    }
  }
  .ltr\:2xl\:pl-\[220px\] {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        padding-left: 220px;
      }
    }
  }
  .ltr\:2xl\:text-left {
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      @media (width >= 96rem) {
        text-align: left;
      }
    }
  }
  .rtl\:-right-0 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: calc(var(--spacing) * -0);
    }
  }
  .rtl\:-right-\[2px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: calc(2px * -1);
    }
  }
  .rtl\:-right-\[3px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: calc(3px * -1);
    }
  }
  .rtl\:-right-\[4px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: calc(4px * -1);
    }
  }
  .rtl\:-right-\[5px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: calc(5px * -1);
    }
  }
  .rtl\:-right-\[12\.5px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: calc(12.5px * -1);
    }
  }
  .rtl\:-right-\[13px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: calc(13px * -1);
    }
  }
  .rtl\:-right-\[20px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: calc(20px * -1);
    }
  }
  .rtl\:-right-\[45px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: calc(45px * -1);
    }
  }
  .rtl\:-right-\[75px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: calc(75px * -1);
    }
  }
  .rtl\:-right-\[85px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: calc(85px * -1);
    }
  }
  .rtl\:-right-\[90px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: calc(90px * -1);
    }
  }
  .rtl\:-right-\[115px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: calc(115px * -1);
    }
  }
  .rtl\:right-0 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: calc(var(--spacing) * 0);
    }
  }
  .rtl\:right-\[5\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 5%;
    }
  }
  .rtl\:right-\[5\.5\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 5.5%;
    }
  }
  .rtl\:right-\[6\.5\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 6.5%;
    }
  }
  .rtl\:right-\[7\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 7%;
    }
  }
  .rtl\:right-\[9px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 9px;
    }
  }
  .rtl\:right-\[10\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 10%;
    }
  }
  .rtl\:right-\[13\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 13%;
    }
  }
  .rtl\:right-\[13px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 13px;
    }
  }
  .rtl\:right-\[14\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 14%;
    }
  }
  .rtl\:right-\[15\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 15%;
    }
  }
  .rtl\:right-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 15px;
    }
  }
  .rtl\:right-\[17\.6\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 17.6%;
    }
  }
  .rtl\:right-\[20\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 20%;
    }
  }
  .rtl\:right-\[20\.2\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 20.2%;
    }
  }
  .rtl\:right-\[20\.3\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 20.3%;
    }
  }
  .rtl\:right-\[20px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 20px;
    }
  }
  .rtl\:right-\[25\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 25%;
    }
  }
  .rtl\:right-\[25px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 25px;
    }
  }
  .rtl\:right-\[30\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 30%;
    }
  }
  .rtl\:right-\[31\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 31%;
    }
  }
  .rtl\:right-\[35\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 35%;
    }
  }
  .rtl\:right-\[38\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 38%;
    }
  }
  .rtl\:right-\[40\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 40%;
    }
  }
  .rtl\:right-\[46\.4\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 46.4%;
    }
  }
  .rtl\:right-\[49\.5\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 49.5%;
    }
  }
  .rtl\:right-\[90px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 90px;
    }
  }
  .rtl\:right-\[105px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      right: 105px;
    }
  }
  .rtl\:bottom-\[18\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      bottom: 18%;
    }
  }
  .rtl\:bottom-\[20\.3\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      bottom: 20.3%;
    }
  }
  .rtl\:bottom-\[22\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      bottom: 22%;
    }
  }
  .rtl\:bottom-\[22\.5\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      bottom: 22.5%;
    }
  }
  .rtl\:-left-\[2px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: calc(2px * -1);
    }
  }
  .rtl\:-left-\[4px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: calc(4px * -1);
    }
  }
  .rtl\:-left-\[5px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: calc(5px * -1);
    }
  }
  .rtl\:-left-\[10px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: calc(10px * -1);
    }
  }
  .rtl\:-left-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: calc(15px * -1);
    }
  }
  .rtl\:-left-\[35px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: calc(35px * -1);
    }
  }
  .rtl\:-left-\[90px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: calc(90px * -1);
    }
  }
  .rtl\:-left-\[158px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: calc(158px * -1);
    }
  }
  .rtl\:-left-\[178px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: calc(178px * -1);
    }
  }
  .rtl\:-left-\[182px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: calc(182px * -1);
    }
  }
  .rtl\:left-0 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: calc(var(--spacing) * 0);
    }
  }
  .rtl\:left-\[3\.5\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 3.5%;
    }
  }
  .rtl\:left-\[5\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 5%;
    }
  }
  .rtl\:left-\[5px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 5px;
    }
  }
  .rtl\:left-\[6\.5\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 6.5%;
    }
  }
  .rtl\:left-\[7px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 7px;
    }
  }
  .rtl\:left-\[8\.5\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 8.5%;
    }
  }
  .rtl\:left-\[9\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 9%;
    }
  }
  .rtl\:left-\[10\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 10%;
    }
  }
  .rtl\:left-\[10px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 10px;
    }
  }
  .rtl\:left-\[13\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 13%;
    }
  }
  .rtl\:left-\[14\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 14%;
    }
  }
  .rtl\:left-\[15\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 15%;
    }
  }
  .rtl\:left-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 15px;
    }
  }
  .rtl\:left-\[17\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 17%;
    }
  }
  .rtl\:left-\[20px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 20px;
    }
  }
  .rtl\:left-\[24px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 24px;
    }
  }
  .rtl\:left-\[25\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 25%;
    }
  }
  .rtl\:left-\[28\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 28%;
    }
  }
  .rtl\:left-\[29\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 29%;
    }
  }
  .rtl\:left-\[30px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 30px;
    }
  }
  .rtl\:left-\[39\.2\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 39.2%;
    }
  }
  .rtl\:left-\[43\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 43%;
    }
  }
  .rtl\:left-\[44\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 44%;
    }
  }
  .rtl\:left-\[65px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 65px;
    }
  }
  .rtl\:left-\[105px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 105px;
    }
  }
  .rtl\:left-\[180px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 180px;
    }
  }
  .rtl\:left-\[400px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      left: 400px;
    }
  }
  .rtl\:-mr-\[4px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-right: calc(4px * -1);
    }
  }
  .rtl\:-mr-\[5px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-right: calc(5px * -1);
    }
  }
  .rtl\:-mr-\[8px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-right: calc(8px * -1);
    }
  }
  .rtl\:-mr-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-right: calc(15px * -1);
    }
  }
  .rtl\:-mr-\[50px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-right: calc(50px * -1);
    }
  }
  .rtl\:-mr-\[60px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-right: calc(60px * -1);
    }
  }
  .rtl\:-mr-\[70px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-right: calc(70px * -1);
    }
  }
  .rtl\:mr-0 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  .rtl\:mr-\[5px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-right: 5px;
    }
  }
  .rtl\:mr-\[7px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-right: 7px;
    }
  }
  .rtl\:mr-\[10px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-right: 10px;
    }
  }
  .rtl\:mr-\[12px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-right: 12px;
    }
  }
  .rtl\:mr-\[13px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-right: 13px;
    }
  }
  .rtl\:mr-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-right: 15px;
    }
  }
  .rtl\:mr-\[17px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-right: 17px;
    }
  }
  .rtl\:mr-\[20px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-right: 20px;
    }
  }
  .rtl\:mr-\[30px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-right: 30px;
    }
  }
  .rtl\:mr-\[55px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-right: 55px;
    }
  }
  .rtl\:mr-auto {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-right: auto;
    }
  }
  .rtl\:-ml-\[5px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-left: calc(5px * -1);
    }
  }
  .rtl\:-ml-\[10px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-left: calc(10px * -1);
    }
  }
  .rtl\:-ml-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-left: calc(15px * -1);
    }
  }
  .rtl\:-ml-\[20px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-left: calc(20px * -1);
    }
  }
  .rtl\:-ml-\[22px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-left: calc(22px * -1);
    }
  }
  .rtl\:ml-\[2px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-left: 2px;
    }
  }
  .rtl\:ml-\[3px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-left: 3px;
    }
  }
  .rtl\:ml-\[5px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-left: 5px;
    }
  }
  .rtl\:ml-\[8px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-left: 8px;
    }
  }
  .rtl\:ml-\[10px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-left: 10px;
    }
  }
  .rtl\:ml-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-left: 15px;
    }
  }
  .rtl\:ml-\[20px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-left: 20px;
    }
  }
  .rtl\:ml-\[25px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-left: 25px;
    }
  }
  .rtl\:ml-\[30px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-left: 30px;
    }
  }
  .rtl\:ml-\[50px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      margin-left: 50px;
    }
  }
  .rtl\:hidden {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      display: none;
    }
  }
  .rtl\:-scale-x-100 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      --tw-scale-x: calc(100% * -1);
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .rtl\:-scale-x-110 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      --tw-scale-x: calc(110% * -1);
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .rtl\:-scale-x-\[1\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      --tw-scale-x: calc(1 * -1);
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .rtl\:-rotate-\[15deg\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      rotate: calc(15deg * -1);
    }
  }
  .rtl\:-rotate-\[45deg\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      rotate: calc(45deg * -1);
    }
  }
  .rtl\:rotate-\[9\.31deg\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      rotate: 9.31deg;
    }
  }
  .rtl\:rotate-\[15deg\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      rotate: 15deg;
    }
  }
  .rtl\:-rotate-y-180 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      --tw-rotate-y: rotateY(calc(180deg * -1));
      transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
  }
  .rtl\:rounded-l-\[5px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
    }
  }
  .rtl\:rounded-l-\[10px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
    }
  }
  .rtl\:rounded-l-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px;
    }
  }
  .rtl\:rounded-l-\[60px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      border-top-left-radius: 60px;
      border-bottom-left-radius: 60px;
    }
  }
  .rtl\:rounded-l-full {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      border-top-left-radius: calc(infinity * 1px);
      border-bottom-left-radius: calc(infinity * 1px);
    }
  }
  .rtl\:rounded-tl-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      border-top-left-radius: 15px;
    }
  }
  .rtl\:rounded-tl-\[50px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      border-top-left-radius: 50px;
    }
  }
  .rtl\:rounded-r-\[5px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
    }
  }
  .rtl\:rounded-r-\[10px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
    }
  }
  .rtl\:rounded-r-full {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      border-top-right-radius: calc(infinity * 1px);
      border-bottom-right-radius: calc(infinity * 1px);
    }
  }
  .rtl\:rounded-tr-\[10px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      border-top-right-radius: 10px;
    }
  }
  .rtl\:rounded-tr-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      border-top-right-radius: 15px;
    }
  }
  .rtl\:rounded-tr-\[50px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      border-top-right-radius: 50px;
    }
  }
  .rtl\:rounded-br-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      border-bottom-right-radius: 15px;
    }
  }
  .rtl\:rounded-br-\[20px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      border-bottom-right-radius: 20px;
    }
  }
  .rtl\:rounded-bl-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      border-bottom-left-radius: 15px;
    }
  }
  .rtl\:rounded-bl-\[20px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      border-bottom-left-radius: 20px;
    }
  }
  .rtl\:rounded-bl-none {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      border-bottom-left-radius: 0;
    }
  }
  .rtl\:border-r-0 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  .rtl\:border-r-\[3px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      border-right-style: var(--tw-border-style);
      border-right-width: 3px;
    }
  }
  .rtl\:border-l {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .rtl\:border-l-0 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      border-left-style: var(--tw-border-style);
      border-left-width: 0px;
    }
  }
  .rtl\:pr-\[3px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 3px;
    }
  }
  .rtl\:pr-\[5px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 5px;
    }
  }
  .rtl\:pr-\[7px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 7px;
    }
  }
  .rtl\:pr-\[13px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 13px;
    }
  }
  .rtl\:pr-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 15px;
    }
  }
  .rtl\:pr-\[17px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 17px;
    }
  }
  .rtl\:pr-\[18px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 18px;
    }
  }
  .rtl\:pr-\[20px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 20px;
    }
  }
  .rtl\:pr-\[21px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 21px;
    }
  }
  .rtl\:pr-\[22px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 22px;
    }
  }
  .rtl\:pr-\[23px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 23px;
    }
  }
  .rtl\:pr-\[24px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 24px;
    }
  }
  .rtl\:pr-\[25px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 25px;
    }
  }
  .rtl\:pr-\[26px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 26px;
    }
  }
  .rtl\:pr-\[27px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 27px;
    }
  }
  .rtl\:pr-\[28px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 28px;
    }
  }
  .rtl\:pr-\[30px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 30px;
    }
  }
  .rtl\:pr-\[32px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 32px;
    }
  }
  .rtl\:pr-\[33px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 33px;
    }
  }
  .rtl\:pr-\[34px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 34px;
    }
  }
  .rtl\:pr-\[35px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 35px;
    }
  }
  .rtl\:pr-\[40px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 40px;
    }
  }
  .rtl\:pr-\[45px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 45px;
    }
  }
  .rtl\:pr-\[48px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 48px;
    }
  }
  .rtl\:pr-\[50px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 50px;
    }
  }
  .rtl\:pr-\[60px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 60px;
    }
  }
  .rtl\:pr-\[65px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 65px;
    }
  }
  .rtl\:pr-\[75px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 75px;
    }
  }
  .rtl\:pr-\[80px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 80px;
    }
  }
  .rtl\:pr-\[105px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-right: 105px;
    }
  }
  .rtl\:pl-\[5px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-left: 5px;
    }
  }
  .rtl\:pl-\[6px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-left: 6px;
    }
  }
  .rtl\:pl-\[10px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-left: 10px;
    }
  }
  .rtl\:pl-\[12px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-left: 12px;
    }
  }
  .rtl\:pl-\[14px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-left: 14px;
    }
  }
  .rtl\:pl-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-left: 15px;
    }
  }
  .rtl\:pl-\[20px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-left: 20px;
    }
  }
  .rtl\:pl-\[22px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-left: 22px;
    }
  }
  .rtl\:pl-\[25px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-left: 25px;
    }
  }
  .rtl\:pl-\[27px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-left: 27px;
    }
  }
  .rtl\:pl-\[28px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-left: 28px;
    }
  }
  .rtl\:pl-\[30px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-left: 30px;
    }
  }
  .rtl\:pl-\[35px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-left: 35px;
    }
  }
  .rtl\:pl-\[45px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      padding-left: 45px;
    }
  }
  .rtl\:text-left {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      text-align: left;
    }
  }
  .rtl\:text-right {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      text-align: right;
    }
  }
  .rtl\:first\:mr-0 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      &:first-child {
        margin-right: calc(var(--spacing) * 0);
      }
    }
  }
  .rtl\:first\:rounded-tr-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      &:first-child {
        border-top-right-radius: 15px;
      }
    }
  }
  .rtl\:first\:border-r {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      &:first-child {
        border-right-style: var(--tw-border-style);
        border-right-width: 1px;
      }
    }
  }
  .rtl\:first\:border-r-0 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      &:first-child {
        border-right-style: var(--tw-border-style);
        border-right-width: 0px;
      }
    }
  }
  .rtl\:first\:pr-0 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      &:first-child {
        padding-right: calc(var(--spacing) * 0);
      }
    }
  }
  .rtl\:last\:ml-0 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      &:last-child {
        margin-left: calc(var(--spacing) * 0);
      }
    }
  }
  .rtl\:last\:rounded-tl-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      &:last-child {
        border-top-left-radius: 15px;
      }
    }
  }
  .rtl\:last\:border-l {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      &:last-child {
        border-left-style: var(--tw-border-style);
        border-left-width: 1px;
      }
    }
  }
  .rtl\:sm\:text-right {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 40rem) {
        text-align: right;
      }
    }
  }
  .rtl\:md\:-right-\[13px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: calc(13px * -1);
      }
    }
  }
  .rtl\:md\:-right-\[16\.5px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: calc(16.5px * -1);
      }
    }
  }
  .rtl\:md\:-right-\[30px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: calc(30px * -1);
      }
    }
  }
  .rtl\:md\:right-0 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: calc(var(--spacing) * 0);
      }
    }
  }
  .rtl\:md\:right-1\/2 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: calc(1/2 * 100%);
      }
    }
  }
  .rtl\:md\:right-\[8\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: 8%;
      }
    }
  }
  .rtl\:md\:right-\[10\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: 10%;
      }
    }
  }
  .rtl\:md\:right-\[12\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: 12%;
      }
    }
  }
  .rtl\:md\:right-\[12px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: 12px;
      }
    }
  }
  .rtl\:md\:right-\[13\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: 13%;
      }
    }
  }
  .rtl\:md\:right-\[14\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: 14%;
      }
    }
  }
  .rtl\:md\:right-\[15\.6\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: 15.6%;
      }
    }
  }
  .rtl\:md\:right-\[20\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: 20%;
      }
    }
  }
  .rtl\:md\:right-\[20\.3\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: 20.3%;
      }
    }
  }
  .rtl\:md\:right-\[20px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: 20px;
      }
    }
  }
  .rtl\:md\:right-\[26\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: 26%;
      }
    }
  }
  .rtl\:md\:right-\[29\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: 29%;
      }
    }
  }
  .rtl\:md\:right-\[30px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: 30px;
      }
    }
  }
  .rtl\:md\:right-\[40\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: 40%;
      }
    }
  }
  .rtl\:md\:right-\[40px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: 40px;
      }
    }
  }
  .rtl\:md\:right-\[50px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: 50px;
      }
    }
  }
  .rtl\:md\:right-\[60px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: 60px;
      }
    }
  }
  .rtl\:md\:right-\[70px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: 70px;
      }
    }
  }
  .rtl\:md\:right-\[87px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: 87px;
      }
    }
  }
  .rtl\:md\:right-\[100px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: 100px;
      }
    }
  }
  .rtl\:md\:right-\[140px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: 140px;
      }
    }
  }
  .rtl\:md\:right-\[150px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: 150px;
      }
    }
  }
  .rtl\:md\:right-\[175px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: 175px;
      }
    }
  }
  .rtl\:md\:right-\[195px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: 195px;
      }
    }
  }
  .rtl\:md\:right-\[250px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: 250px;
      }
    }
  }
  .rtl\:md\:right-auto {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        right: auto;
      }
    }
  }
  .rtl\:md\:bottom-\[22\.5\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        bottom: 22.5%;
      }
    }
  }
  .rtl\:md\:-left-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: calc(15px * -1);
      }
    }
  }
  .rtl\:md\:-left-\[35px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: calc(35px * -1);
      }
    }
  }
  .rtl\:md\:-left-\[60px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: calc(60px * -1);
      }
    }
  }
  .rtl\:md\:left-0 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: calc(var(--spacing) * 0);
      }
    }
  }
  .rtl\:md\:left-\[2px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 2px;
      }
    }
  }
  .rtl\:md\:left-\[3px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 3px;
      }
    }
  }
  .rtl\:md\:left-\[4\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 4%;
      }
    }
  }
  .rtl\:md\:left-\[4\.5px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 4.5px;
      }
    }
  }
  .rtl\:md\:left-\[5px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 5px;
      }
    }
  }
  .rtl\:md\:left-\[8px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 8px;
      }
    }
  }
  .rtl\:md\:left-\[10\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 10%;
      }
    }
  }
  .rtl\:md\:left-\[12\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 12%;
      }
    }
  }
  .rtl\:md\:left-\[13px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 13px;
      }
    }
  }
  .rtl\:md\:left-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 15px;
      }
    }
  }
  .rtl\:md\:left-\[16\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 16%;
      }
    }
  }
  .rtl\:md\:left-\[18\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 18%;
      }
    }
  }
  .rtl\:md\:left-\[20\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 20%;
      }
    }
  }
  .rtl\:md\:left-\[20px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 20px;
      }
    }
  }
  .rtl\:md\:left-\[22\.8\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 22.8%;
      }
    }
  }
  .rtl\:md\:left-\[23\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 23%;
      }
    }
  }
  .rtl\:md\:left-\[25\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 25%;
      }
    }
  }
  .rtl\:md\:left-\[25px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 25px;
      }
    }
  }
  .rtl\:md\:left-\[30\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 30%;
      }
    }
  }
  .rtl\:md\:left-\[30px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 30px;
      }
    }
  }
  .rtl\:md\:left-\[35px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 35px;
      }
    }
  }
  .rtl\:md\:left-\[50px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 50px;
      }
    }
  }
  .rtl\:md\:left-\[55px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 55px;
      }
    }
  }
  .rtl\:md\:left-\[70px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 70px;
      }
    }
  }
  .rtl\:md\:left-\[83px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 83px;
      }
    }
  }
  .rtl\:md\:left-\[90px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 90px;
      }
    }
  }
  .rtl\:md\:left-\[120px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 120px;
      }
    }
  }
  .rtl\:md\:left-\[150px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 150px;
      }
    }
  }
  .rtl\:md\:left-\[155px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 155px;
      }
    }
  }
  .rtl\:md\:left-\[185px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 185px;
      }
    }
  }
  .rtl\:md\:left-\[220px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: 220px;
      }
    }
  }
  .rtl\:md\:left-auto {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        left: auto;
      }
    }
  }
  .rtl\:md\:-mr-\[20px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-right: calc(20px * -1);
      }
    }
  }
  .rtl\:md\:-mr-\[35px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-right: calc(35px * -1);
      }
    }
  }
  .rtl\:md\:-mr-\[45px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-right: calc(45px * -1);
      }
    }
  }
  .rtl\:md\:-mr-\[60px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-right: calc(60px * -1);
      }
    }
  }
  .rtl\:md\:-mr-\[62px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-right: calc(62px * -1);
      }
    }
  }
  .rtl\:md\:mr-\[10px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-right: 10px;
      }
    }
  }
  .rtl\:md\:mr-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-right: 15px;
      }
    }
  }
  .rtl\:md\:mr-\[20px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-right: 20px;
      }
    }
  }
  .rtl\:md\:mr-\[25px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-right: 25px;
      }
    }
  }
  .rtl\:md\:mr-\[30px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-right: 30px;
      }
    }
  }
  .rtl\:md\:mr-\[35px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-right: 35px;
      }
    }
  }
  .rtl\:md\:mr-\[38px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-right: 38px;
      }
    }
  }
  .rtl\:md\:mr-\[42px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-right: 42px;
      }
    }
  }
  .rtl\:md\:mr-\[45px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-right: 45px;
      }
    }
  }
  .rtl\:md\:mr-\[70px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-right: 70px;
      }
    }
  }
  .rtl\:md\:mr-\[75px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-right: 75px;
      }
    }
  }
  .rtl\:md\:mr-\[90px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-right: 90px;
      }
    }
  }
  .rtl\:md\:mr-\[100px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-right: 100px;
      }
    }
  }
  .rtl\:md\:mr-\[105px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-right: 105px;
      }
    }
  }
  .rtl\:md\:mr-\[140px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-right: 140px;
      }
    }
  }
  .rtl\:md\:mr-auto {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-right: auto;
      }
    }
  }
  .rtl\:md\:-ml-\[10px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-left: calc(10px * -1);
      }
    }
  }
  .rtl\:md\:-ml-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-left: calc(15px * -1);
      }
    }
  }
  .rtl\:md\:-ml-\[38px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-left: calc(38px * -1);
      }
    }
  }
  .rtl\:md\:-ml-\[55px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-left: calc(55px * -1);
      }
    }
  }
  .rtl\:md\:ml-\[9px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-left: 9px;
      }
    }
  }
  .rtl\:md\:ml-\[10px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-left: 10px;
      }
    }
  }
  .rtl\:md\:ml-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-left: 15px;
      }
    }
  }
  .rtl\:md\:ml-\[20px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-left: 20px;
      }
    }
  }
  .rtl\:md\:ml-\[25px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-left: 25px;
      }
    }
  }
  .rtl\:md\:ml-\[35px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-left: 35px;
      }
    }
  }
  .rtl\:md\:ml-\[45px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-left: 45px;
      }
    }
  }
  .rtl\:md\:ml-\[50px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-left: 50px;
      }
    }
  }
  .rtl\:md\:ml-\[60px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-left: 60px;
      }
    }
  }
  .rtl\:md\:ml-\[62px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-left: 62px;
      }
    }
  }
  .rtl\:md\:ml-\[70px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-left: 70px;
      }
    }
  }
  .rtl\:md\:ml-\[100px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-left: 100px;
      }
    }
  }
  .rtl\:md\:ml-\[105px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        margin-left: 105px;
      }
    }
  }
  .rtl\:md\:border-r {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        border-right-style: var(--tw-border-style);
        border-right-width: 1px;
      }
    }
  }
  .rtl\:md\:pr-\[8px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-right: 8px;
      }
    }
  }
  .rtl\:md\:pr-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-right: 15px;
      }
    }
  }
  .rtl\:md\:pr-\[20px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-right: 20px;
      }
    }
  }
  .rtl\:md\:pr-\[23px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-right: 23px;
      }
    }
  }
  .rtl\:md\:pr-\[25px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-right: 25px;
      }
    }
  }
  .rtl\:md\:pr-\[29px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-right: 29px;
      }
    }
  }
  .rtl\:md\:pr-\[32px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-right: 32px;
      }
    }
  }
  .rtl\:md\:pr-\[34px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-right: 34px;
      }
    }
  }
  .rtl\:md\:pr-\[35px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-right: 35px;
      }
    }
  }
  .rtl\:md\:pr-\[38px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-right: 38px;
      }
    }
  }
  .rtl\:md\:pr-\[45px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-right: 45px;
      }
    }
  }
  .rtl\:md\:pr-\[50px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-right: 50px;
      }
    }
  }
  .rtl\:md\:pr-\[52px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-right: 52px;
      }
    }
  }
  .rtl\:md\:pr-\[55px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-right: 55px;
      }
    }
  }
  .rtl\:md\:pr-\[60px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-right: 60px;
      }
    }
  }
  .rtl\:md\:pr-\[64px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-right: 64px;
      }
    }
  }
  .rtl\:md\:pr-\[65px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-right: 65px;
      }
    }
  }
  .rtl\:md\:pr-\[95px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-right: 95px;
      }
    }
  }
  .rtl\:md\:pr-\[180px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-right: 180px;
      }
    }
  }
  .rtl\:md\:pr-\[195px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-right: 195px;
      }
    }
  }
  .rtl\:md\:pl-0 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-left: calc(var(--spacing) * 0);
      }
    }
  }
  .rtl\:md\:pl-\[18px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-left: 18px;
      }
    }
  }
  .rtl\:md\:pl-\[20px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-left: 20px;
      }
    }
  }
  .rtl\:md\:pl-\[23px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-left: 23px;
      }
    }
  }
  .rtl\:md\:pl-\[25px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-left: 25px;
      }
    }
  }
  .rtl\:md\:pl-\[30px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-left: 30px;
      }
    }
  }
  .rtl\:md\:pl-\[35px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-left: 35px;
      }
    }
  }
  .rtl\:md\:pl-\[45px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-left: 45px;
      }
    }
  }
  .rtl\:md\:pl-\[50px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-left: 50px;
      }
    }
  }
  .rtl\:md\:pl-\[65px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-left: 65px;
      }
    }
  }
  .rtl\:md\:pl-\[100px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-left: 100px;
      }
    }
  }
  .rtl\:md\:pl-\[140px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        padding-left: 140px;
      }
    }
  }
  .rtl\:md\:text-left {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        text-align: left;
      }
    }
  }
  .rtl\:md\:text-right {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 48rem) {
        text-align: right;
      }
    }
  }
  .rtl\:lg\:-right-\[129px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        right: calc(129px * -1);
      }
    }
  }
  .rtl\:lg\:-right-\[250px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        right: calc(250px * -1);
      }
    }
  }
  .rtl\:lg\:right-0 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        right: calc(var(--spacing) * 0);
      }
    }
  }
  .rtl\:lg\:right-\[\.5\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        right: .5%;
      }
    }
  }
  .rtl\:lg\:right-\[9\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        right: 9%;
      }
    }
  }
  .rtl\:lg\:right-\[10\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        right: 10%;
      }
    }
  }
  .rtl\:lg\:right-\[13\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        right: 13%;
      }
    }
  }
  .rtl\:lg\:right-\[20\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        right: 20%;
      }
    }
  }
  .rtl\:lg\:right-\[20px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        right: 20px;
      }
    }
  }
  .rtl\:lg\:right-\[25\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        right: 25%;
      }
    }
  }
  .rtl\:lg\:right-\[29\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        right: 29%;
      }
    }
  }
  .rtl\:lg\:right-\[40px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        right: 40px;
      }
    }
  }
  .rtl\:lg\:right-\[55px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        right: 55px;
      }
    }
  }
  .rtl\:lg\:right-\[80px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        right: 80px;
      }
    }
  }
  .rtl\:lg\:right-\[90px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        right: 90px;
      }
    }
  }
  .rtl\:lg\:right-\[130px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        right: 130px;
      }
    }
  }
  .rtl\:lg\:-left-\[218px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        left: calc(218px * -1);
      }
    }
  }
  .rtl\:lg\:-left-\[250px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        left: calc(250px * -1);
      }
    }
  }
  .rtl\:lg\:left-0 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        left: calc(var(--spacing) * 0);
      }
    }
  }
  .rtl\:lg\:left-\[10\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        left: 10%;
      }
    }
  }
  .rtl\:lg\:left-\[12\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        left: 12%;
      }
    }
  }
  .rtl\:lg\:left-\[16\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        left: 16%;
      }
    }
  }
  .rtl\:lg\:left-\[20px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        left: 20px;
      }
    }
  }
  .rtl\:lg\:left-\[24\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        left: 24%;
      }
    }
  }
  .rtl\:lg\:left-\[35px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        left: 35px;
      }
    }
  }
  .rtl\:lg\:left-\[40px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        left: 40px;
      }
    }
  }
  .rtl\:lg\:left-\[55px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        left: 55px;
      }
    }
  }
  .rtl\:lg\:left-\[80px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        left: 80px;
      }
    }
  }
  .rtl\:lg\:left-\[90px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        left: 90px;
      }
    }
  }
  .rtl\:lg\:left-\[110px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        left: 110px;
      }
    }
  }
  .rtl\:lg\:left-\[150px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        left: 150px;
      }
    }
  }
  .rtl\:lg\:left-\[152px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        left: 152px;
      }
    }
  }
  .rtl\:lg\:-mr-\[11px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: calc(11px * -1);
      }
    }
  }
  .rtl\:lg\:-mr-\[20px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: calc(20px * -1);
      }
    }
  }
  .rtl\:lg\:-mr-\[25px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: calc(25px * -1);
      }
    }
  }
  .rtl\:lg\:-mr-\[30px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: calc(30px * -1);
      }
    }
  }
  .rtl\:lg\:-mr-\[35px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: calc(35px * -1);
      }
    }
  }
  .rtl\:lg\:-mr-\[50px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: calc(50px * -1);
      }
    }
  }
  .rtl\:lg\:-mr-\[60px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: calc(60px * -1);
      }
    }
  }
  .rtl\:lg\:-mr-\[70px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: calc(70px * -1);
      }
    }
  }
  .rtl\:lg\:-mr-\[75px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: calc(75px * -1);
      }
    }
  }
  .rtl\:lg\:-mr-\[80px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: calc(80px * -1);
      }
    }
  }
  .rtl\:lg\:-mr-\[87px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: calc(87px * -1);
      }
    }
  }
  .rtl\:lg\:-mr-\[95px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: calc(95px * -1);
      }
    }
  }
  .rtl\:lg\:-mr-\[110px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: calc(110px * -1);
      }
    }
  }
  .rtl\:lg\:-mr-\[120px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: calc(120px * -1);
      }
    }
  }
  .rtl\:lg\:-mr-\[125px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: calc(125px * -1);
      }
    }
  }
  .rtl\:lg\:-mr-\[130px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: calc(130px * -1);
      }
    }
  }
  .rtl\:lg\:-mr-\[200px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: calc(200px * -1);
      }
    }
  }
  .rtl\:lg\:-mr-\[300px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: calc(300px * -1);
      }
    }
  }
  .rtl\:lg\:mr-\[12px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: 12px;
      }
    }
  }
  .rtl\:lg\:mr-\[30px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: 30px;
      }
    }
  }
  .rtl\:lg\:mr-\[40px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: 40px;
      }
    }
  }
  .rtl\:lg\:mr-\[45px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: 45px;
      }
    }
  }
  .rtl\:lg\:mr-\[80px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: 80px;
      }
    }
  }
  .rtl\:lg\:mr-\[90px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: 90px;
      }
    }
  }
  .rtl\:lg\:mr-\[125px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: 125px;
      }
    }
  }
  .rtl\:lg\:mr-\[180px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: 180px;
      }
    }
  }
  .rtl\:lg\:mr-auto {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-right: auto;
      }
    }
  }
  .rtl\:lg\:-ml-\[10px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-left: calc(10px * -1);
      }
    }
  }
  .rtl\:lg\:-ml-\[20px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-left: calc(20px * -1);
      }
    }
  }
  .rtl\:lg\:-ml-\[35px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-left: calc(35px * -1);
      }
    }
  }
  .rtl\:lg\:-ml-\[50px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-left: calc(50px * -1);
      }
    }
  }
  .rtl\:lg\:-ml-\[70px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-left: calc(70px * -1);
      }
    }
  }
  .rtl\:lg\:-ml-\[75px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-left: calc(75px * -1);
      }
    }
  }
  .rtl\:lg\:-ml-\[80px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-left: calc(80px * -1);
      }
    }
  }
  .rtl\:lg\:-ml-\[95px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-left: calc(95px * -1);
      }
    }
  }
  .rtl\:lg\:-ml-\[100px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-left: calc(100px * -1);
      }
    }
  }
  .rtl\:lg\:-ml-\[105px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-left: calc(105px * -1);
      }
    }
  }
  .rtl\:lg\:-ml-\[115px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-left: calc(115px * -1);
      }
    }
  }
  .rtl\:lg\:-ml-\[150px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-left: calc(150px * -1);
      }
    }
  }
  .rtl\:lg\:-ml-\[220px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-left: calc(220px * -1);
      }
    }
  }
  .rtl\:lg\:ml-\[5px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-left: 5px;
      }
    }
  }
  .rtl\:lg\:ml-\[25px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-left: 25px;
      }
    }
  }
  .rtl\:lg\:ml-\[30px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-left: 30px;
      }
    }
  }
  .rtl\:lg\:ml-\[45px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-left: 45px;
      }
    }
  }
  .rtl\:lg\:ml-\[50px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-left: 50px;
      }
    }
  }
  .rtl\:lg\:ml-\[80px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-left: 80px;
      }
    }
  }
  .rtl\:lg\:ml-\[87px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-left: 87px;
      }
    }
  }
  .rtl\:lg\:ml-\[100px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        margin-left: 100px;
      }
    }
  }
  .rtl\:lg\:justify-start {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        justify-content: flex-start;
      }
    }
  }
  .rtl\:lg\:rounded-tl-\[100px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        border-top-left-radius: 100px;
      }
    }
  }
  .rtl\:lg\:rounded-r-none {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
      }
    }
  }
  .rtl\:lg\:rounded-tr-\[100px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        border-top-right-radius: 100px;
      }
    }
  }
  .rtl\:lg\:rounded-br-none {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        border-bottom-right-radius: 0;
      }
    }
  }
  .rtl\:lg\:rounded-bl-none {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        border-bottom-left-radius: 0;
      }
    }
  }
  .rtl\:lg\:pr-\[10px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-right: 10px;
      }
    }
  }
  .rtl\:lg\:pr-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-right: 15px;
      }
    }
  }
  .rtl\:lg\:pr-\[18px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-right: 18px;
      }
    }
  }
  .rtl\:lg\:pr-\[20px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-right: 20px;
      }
    }
  }
  .rtl\:lg\:pr-\[25px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-right: 25px;
      }
    }
  }
  .rtl\:lg\:pr-\[30px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-right: 30px;
      }
    }
  }
  .rtl\:lg\:pr-\[32px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-right: 32px;
      }
    }
  }
  .rtl\:lg\:pr-\[33px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-right: 33px;
      }
    }
  }
  .rtl\:lg\:pr-\[35px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-right: 35px;
      }
    }
  }
  .rtl\:lg\:pr-\[40px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-right: 40px;
      }
    }
  }
  .rtl\:lg\:pr-\[50px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-right: 50px;
      }
    }
  }
  .rtl\:lg\:pr-\[55px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-right: 55px;
      }
    }
  }
  .rtl\:lg\:pr-\[60px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-right: 60px;
      }
    }
  }
  .rtl\:lg\:pr-\[70px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-right: 70px;
      }
    }
  }
  .rtl\:lg\:pr-\[95px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-right: 95px;
      }
    }
  }
  .rtl\:lg\:pr-\[100px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-right: 100px;
      }
    }
  }
  .rtl\:lg\:pr-\[105px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-right: 105px;
      }
    }
  }
  .rtl\:lg\:pr-\[110px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-right: 110px;
      }
    }
  }
  .rtl\:lg\:pr-\[115px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-right: 115px;
      }
    }
  }
  .rtl\:lg\:pr-\[120px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-right: 120px;
      }
    }
  }
  .rtl\:lg\:pr-\[140px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-right: 140px;
      }
    }
  }
  .rtl\:lg\:pl-0 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-left: calc(var(--spacing) * 0);
      }
    }
  }
  .rtl\:lg\:pl-\[25px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-left: 25px;
      }
    }
  }
  .rtl\:lg\:pl-\[30px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-left: 30px;
      }
    }
  }
  .rtl\:lg\:pl-\[35px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-left: 35px;
      }
    }
  }
  .rtl\:lg\:pl-\[50px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-left: 50px;
      }
    }
  }
  .rtl\:lg\:pl-\[75px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-left: 75px;
      }
    }
  }
  .rtl\:lg\:pl-\[110px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-left: 110px;
      }
    }
  }
  .rtl\:lg\:pl-\[120px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-left: 120px;
      }
    }
  }
  .rtl\:lg\:pl-\[130px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-left: 130px;
      }
    }
  }
  .rtl\:lg\:pl-\[170px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-left: 170px;
      }
    }
  }
  .rtl\:lg\:pl-\[218px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        padding-left: 218px;
      }
    }
  }
  .rtl\:lg\:text-left {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        text-align: left;
      }
    }
  }
  .rtl\:lg\:text-right {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 64rem) {
        text-align: right;
      }
    }
  }
  .rtl\:xl\:-right-\[10px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: calc(10px * -1);
      }
    }
  }
  .rtl\:xl\:-right-\[25px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: calc(25px * -1);
      }
    }
  }
  .rtl\:xl\:-right-\[330px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: calc(330px * -1);
      }
    }
  }
  .rtl\:xl\:right-0 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: calc(var(--spacing) * 0);
      }
    }
  }
  .rtl\:xl\:right-\[4\.5\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: 4.5%;
      }
    }
  }
  .rtl\:xl\:right-\[13\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: 13%;
      }
    }
  }
  .rtl\:xl\:right-\[16\.5\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: 16.5%;
      }
    }
  }
  .rtl\:xl\:right-\[19\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: 19%;
      }
    }
  }
  .rtl\:xl\:right-\[20\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: 20%;
      }
    }
  }
  .rtl\:xl\:right-\[22\.2\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: 22.2%;
      }
    }
  }
  .rtl\:xl\:right-\[25\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: 25%;
      }
    }
  }
  .rtl\:xl\:right-\[30px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: 30px;
      }
    }
  }
  .rtl\:xl\:right-\[35\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: 35%;
      }
    }
  }
  .rtl\:xl\:right-\[43px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: 43px;
      }
    }
  }
  .rtl\:xl\:right-\[50px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: 50px;
      }
    }
  }
  .rtl\:xl\:right-\[55px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: 55px;
      }
    }
  }
  .rtl\:xl\:right-\[63px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: 63px;
      }
    }
  }
  .rtl\:xl\:right-\[80px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: 80px;
      }
    }
  }
  .rtl\:xl\:right-\[90px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: 90px;
      }
    }
  }
  .rtl\:xl\:right-\[100px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: 100px;
      }
    }
  }
  .rtl\:xl\:right-\[140px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: 140px;
      }
    }
  }
  .rtl\:xl\:right-\[150px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: 150px;
      }
    }
  }
  .rtl\:xl\:right-\[155px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: 155px;
      }
    }
  }
  .rtl\:xl\:right-\[175px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: 175px;
      }
    }
  }
  .rtl\:xl\:right-\[195px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: 195px;
      }
    }
  }
  .rtl\:xl\:right-\[256px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        right: 256px;
      }
    }
  }
  .rtl\:xl\:-left-\[10px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        left: calc(10px * -1);
      }
    }
  }
  .rtl\:xl\:-left-\[43px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        left: calc(43px * -1);
      }
    }
  }
  .rtl\:xl\:-left-\[60px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        left: calc(60px * -1);
      }
    }
  }
  .rtl\:xl\:left-0 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        left: calc(var(--spacing) * 0);
      }
    }
  }
  .rtl\:xl\:left-\[7px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        left: 7px;
      }
    }
  }
  .rtl\:xl\:left-\[15\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        left: 15%;
      }
    }
  }
  .rtl\:xl\:left-\[16\.6\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        left: 16.6%;
      }
    }
  }
  .rtl\:xl\:left-\[17\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        left: 17%;
      }
    }
  }
  .rtl\:xl\:left-\[21\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        left: 21%;
      }
    }
  }
  .rtl\:xl\:left-\[22\.9\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        left: 22.9%;
      }
    }
  }
  .rtl\:xl\:left-\[23\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        left: 23%;
      }
    }
  }
  .rtl\:xl\:left-\[30px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        left: 30px;
      }
    }
  }
  .rtl\:xl\:left-\[40px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        left: 40px;
      }
    }
  }
  .rtl\:xl\:left-\[45px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        left: 45px;
      }
    }
  }
  .rtl\:xl\:left-\[50px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        left: 50px;
      }
    }
  }
  .rtl\:xl\:left-\[60px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        left: 60px;
      }
    }
  }
  .rtl\:xl\:left-\[73px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        left: 73px;
      }
    }
  }
  .rtl\:xl\:left-\[80px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        left: 80px;
      }
    }
  }
  .rtl\:xl\:left-\[85px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        left: 85px;
      }
    }
  }
  .rtl\:xl\:left-\[90px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        left: 90px;
      }
    }
  }
  .rtl\:xl\:left-\[150px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        left: 150px;
      }
    }
  }
  .rtl\:xl\:left-\[155px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        left: 155px;
      }
    }
  }
  .rtl\:xl\:left-\[185px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        left: 185px;
      }
    }
  }
  .rtl\:xl\:left-\[220px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        left: 220px;
      }
    }
  }
  .rtl\:xl\:left-\[256px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        left: 256px;
      }
    }
  }
  .rtl\:xl\:-mr-\[10px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-right: calc(10px * -1);
      }
    }
  }
  .rtl\:xl\:-mr-\[35px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-right: calc(35px * -1);
      }
    }
  }
  .rtl\:xl\:-mr-\[40px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-right: calc(40px * -1);
      }
    }
  }
  .rtl\:xl\:-mr-\[45px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-right: calc(45px * -1);
      }
    }
  }
  .rtl\:xl\:-mr-\[50px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-right: calc(50px * -1);
      }
    }
  }
  .rtl\:xl\:-mr-\[53px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-right: calc(53px * -1);
      }
    }
  }
  .rtl\:xl\:-mr-\[75px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-right: calc(75px * -1);
      }
    }
  }
  .rtl\:xl\:-mr-\[85px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-right: calc(85px * -1);
      }
    }
  }
  .rtl\:xl\:-mr-\[100px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-right: calc(100px * -1);
      }
    }
  }
  .rtl\:xl\:-mr-\[108px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-right: calc(108px * -1);
      }
    }
  }
  .rtl\:xl\:-mr-\[110px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-right: calc(110px * -1);
      }
    }
  }
  .rtl\:xl\:-mr-\[112px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-right: calc(112px * -1);
      }
    }
  }
  .rtl\:xl\:-mr-\[120px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-right: calc(120px * -1);
      }
    }
  }
  .rtl\:xl\:-mr-\[150px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-right: calc(150px * -1);
      }
    }
  }
  .rtl\:xl\:-mr-\[267px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-right: calc(267px * -1);
      }
    }
  }
  .rtl\:xl\:mr-0 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-right: calc(var(--spacing) * 0);
      }
    }
  }
  .rtl\:xl\:mr-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-right: 15px;
      }
    }
  }
  .rtl\:xl\:mr-\[22px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-right: 22px;
      }
    }
  }
  .rtl\:xl\:mr-\[25px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-right: 25px;
      }
    }
  }
  .rtl\:xl\:mr-\[40px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-right: 40px;
      }
    }
  }
  .rtl\:xl\:mr-\[50px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-right: 50px;
      }
    }
  }
  .rtl\:xl\:mr-\[60px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-right: 60px;
      }
    }
  }
  .rtl\:xl\:mr-\[100px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-right: 100px;
      }
    }
  }
  .rtl\:xl\:mr-\[110px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-right: 110px;
      }
    }
  }
  .rtl\:xl\:mr-auto {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-right: auto;
      }
    }
  }
  .xl\:rtl\:mr-0 {
    @media (width >= 80rem) {
      &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
        margin-right: calc(var(--spacing) * 0);
      }
    }
  }
  .rtl\:xl\:-ml-\[5px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-left: calc(5px * -1);
      }
    }
  }
  .rtl\:xl\:-ml-\[10px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-left: calc(10px * -1);
      }
    }
  }
  .rtl\:xl\:-ml-\[25px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-left: calc(25px * -1);
      }
    }
  }
  .rtl\:xl\:-ml-\[30px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-left: calc(30px * -1);
      }
    }
  }
  .rtl\:xl\:-ml-\[35px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-left: calc(35px * -1);
      }
    }
  }
  .rtl\:xl\:-ml-\[40px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-left: calc(40px * -1);
      }
    }
  }
  .rtl\:xl\:-ml-\[75px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-left: calc(75px * -1);
      }
    }
  }
  .rtl\:xl\:-ml-\[80px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-left: calc(80px * -1);
      }
    }
  }
  .rtl\:xl\:-ml-\[100px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-left: calc(100px * -1);
      }
    }
  }
  .rtl\:xl\:-ml-\[130px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-left: calc(130px * -1);
      }
    }
  }
  .rtl\:xl\:-ml-\[175px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-left: calc(175px * -1);
      }
    }
  }
  .rtl\:xl\:ml-0 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-left: calc(var(--spacing) * 0);
      }
    }
  }
  .rtl\:xl\:ml-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-left: 15px;
      }
    }
  }
  .rtl\:xl\:ml-\[25px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-left: 25px;
      }
    }
  }
  .rtl\:xl\:ml-\[30px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-left: 30px;
      }
    }
  }
  .rtl\:xl\:ml-\[40px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-left: 40px;
      }
    }
  }
  .rtl\:xl\:ml-\[50px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-left: 50px;
      }
    }
  }
  .rtl\:xl\:ml-\[60px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-left: 60px;
      }
    }
  }
  .rtl\:xl\:ml-\[65px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-left: 65px;
      }
    }
  }
  .rtl\:xl\:ml-\[85px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-left: 85px;
      }
    }
  }
  .rtl\:xl\:ml-\[90px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-left: 90px;
      }
    }
  }
  .rtl\:xl\:ml-\[100px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-left: 100px;
      }
    }
  }
  .rtl\:xl\:ml-\[108px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-left: 108px;
      }
    }
  }
  .rtl\:xl\:ml-\[215px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-left: 215px;
      }
    }
  }
  .rtl\:xl\:ml-auto {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        margin-left: auto;
      }
    }
  }
  .xl\:rtl\:ml-0 {
    @media (width >= 80rem) {
      &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
        margin-left: calc(var(--spacing) * 0);
      }
    }
  }
  .rtl\:xl\:rounded-l-none {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
      }
    }
  }
  .rtl\:xl\:rounded-r-none {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
      }
    }
  }
  .rtl\:xl\:border-l {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        border-left-style: var(--tw-border-style);
        border-left-width: 1px;
      }
    }
  }
  .rtl\:xl\:pr-0 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: calc(var(--spacing) * 0);
      }
    }
  }
  .rtl\:xl\:pr-\[10px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 10px;
      }
    }
  }
  .rtl\:xl\:pr-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 15px;
      }
    }
  }
  .rtl\:xl\:pr-\[20px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 20px;
      }
    }
  }
  .rtl\:xl\:pr-\[23px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 23px;
      }
    }
  }
  .rtl\:xl\:pr-\[25px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 25px;
      }
    }
  }
  .rtl\:xl\:pr-\[30px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 30px;
      }
    }
  }
  .rtl\:xl\:pr-\[35px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 35px;
      }
    }
  }
  .rtl\:xl\:pr-\[38px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 38px;
      }
    }
  }
  .rtl\:xl\:pr-\[40px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 40px;
      }
    }
  }
  .rtl\:xl\:pr-\[45px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 45px;
      }
    }
  }
  .rtl\:xl\:pr-\[50px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 50px;
      }
    }
  }
  .rtl\:xl\:pr-\[55px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 55px;
      }
    }
  }
  .rtl\:xl\:pr-\[60px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 60px;
      }
    }
  }
  .rtl\:xl\:pr-\[70px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 70px;
      }
    }
  }
  .rtl\:xl\:pr-\[80px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 80px;
      }
    }
  }
  .rtl\:xl\:pr-\[90px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 90px;
      }
    }
  }
  .rtl\:xl\:pr-\[100px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 100px;
      }
    }
  }
  .rtl\:xl\:pr-\[105px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 105px;
      }
    }
  }
  .rtl\:xl\:pr-\[108px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 108px;
      }
    }
  }
  .rtl\:xl\:pr-\[110px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 110px;
      }
    }
  }
  .rtl\:xl\:pr-\[115px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 115px;
      }
    }
  }
  .rtl\:xl\:pr-\[130px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 130px;
      }
    }
  }
  .rtl\:xl\:pr-\[135px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 135px;
      }
    }
  }
  .rtl\:xl\:pr-\[140px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 140px;
      }
    }
  }
  .rtl\:xl\:pr-\[150px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 150px;
      }
    }
  }
  .rtl\:xl\:pr-\[195px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 195px;
      }
    }
  }
  .rtl\:xl\:pr-\[200px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-right: 200px;
      }
    }
  }
  .rtl\:xl\:pl-\[15px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-left: 15px;
      }
    }
  }
  .rtl\:xl\:pl-\[20px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-left: 20px;
      }
    }
  }
  .rtl\:xl\:pl-\[25px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-left: 25px;
      }
    }
  }
  .rtl\:xl\:pl-\[35px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-left: 35px;
      }
    }
  }
  .rtl\:xl\:pl-\[45px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-left: 45px;
      }
    }
  }
  .rtl\:xl\:pl-\[50px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-left: 50px;
      }
    }
  }
  .rtl\:xl\:pl-\[53px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-left: 53px;
      }
    }
  }
  .rtl\:xl\:pl-\[65px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-left: 65px;
      }
    }
  }
  .rtl\:xl\:pl-\[75px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-left: 75px;
      }
    }
  }
  .rtl\:xl\:pl-\[85px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-left: 85px;
      }
    }
  }
  .rtl\:xl\:pl-\[90px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-left: 90px;
      }
    }
  }
  .rtl\:xl\:pl-\[100px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-left: 100px;
      }
    }
  }
  .rtl\:xl\:pl-\[110px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-left: 110px;
      }
    }
  }
  .rtl\:xl\:pl-\[215px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        padding-left: 215px;
      }
    }
  }
  .rtl\:xl\:text-left {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        text-align: left;
      }
    }
  }
  .rtl\:xl\:text-right {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 80rem) {
        text-align: right;
      }
    }
  }
  .rtl\:2xl\:right-0 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        right: calc(var(--spacing) * 0);
      }
    }
  }
  .rtl\:2xl\:right-\[8\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        right: 8%;
      }
    }
  }
  .rtl\:2xl\:right-\[10\.5\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        right: 10.5%;
      }
    }
  }
  .rtl\:2xl\:right-\[10px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        right: 10px;
      }
    }
  }
  .rtl\:2xl\:right-\[12\.2\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        right: 12.2%;
      }
    }
  }
  .rtl\:2xl\:right-\[14\.5\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        right: 14.5%;
      }
    }
  }
  .rtl\:2xl\:right-\[15\.6\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        right: 15.6%;
      }
    }
  }
  .rtl\:2xl\:right-\[38\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        right: 38%;
      }
    }
  }
  .rtl\:2xl\:-left-\[100px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        left: calc(100px * -1);
      }
    }
  }
  .rtl\:2xl\:left-\[7\.5\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        left: 7.5%;
      }
    }
  }
  .rtl\:2xl\:left-\[11\%\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        left: 11%;
      }
    }
  }
  .rtl\:2xl\:left-\[73px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        left: 73px;
      }
    }
  }
  .rtl\:2xl\:-mr-\[150px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        margin-right: calc(150px * -1);
      }
    }
  }
  .rtl\:2xl\:mr-0 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        margin-right: calc(var(--spacing) * 0);
      }
    }
  }
  .rtl\:2xl\:mr-\[40px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        margin-right: 40px;
      }
    }
  }
  .rtl\:2xl\:mr-\[50px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        margin-right: 50px;
      }
    }
  }
  .rtl\:2xl\:mr-\[60px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        margin-right: 60px;
      }
    }
  }
  .rtl\:2xl\:mr-auto {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        margin-right: auto;
      }
    }
  }
  .rtl\:2xl\:-ml-\[75px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        margin-left: calc(75px * -1);
      }
    }
  }
  .rtl\:2xl\:ml-0 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        margin-left: calc(var(--spacing) * 0);
      }
    }
  }
  .rtl\:2xl\:ml-\[40px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        margin-left: 40px;
      }
    }
  }
  .rtl\:2xl\:pr-\[17px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        padding-right: 17px;
      }
    }
  }
  .rtl\:2xl\:pr-\[60px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        padding-right: 60px;
      }
    }
  }
  .rtl\:2xl\:pr-\[70px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        padding-right: 70px;
      }
    }
  }
  .rtl\:2xl\:pr-\[95px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        padding-right: 95px;
      }
    }
  }
  .rtl\:2xl\:pr-\[220px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        padding-right: 220px;
      }
    }
  }
  .rtl\:2xl\:pl-0 {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        padding-left: calc(var(--spacing) * 0);
      }
    }
  }
  .rtl\:2xl\:pl-\[35px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        padding-left: 35px;
      }
    }
  }
  .rtl\:2xl\:pl-\[45px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        padding-left: 45px;
      }
    }
  }
  .rtl\:2xl\:pl-\[90px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        padding-left: 90px;
      }
    }
  }
  .rtl\:2xl\:pl-\[150px\] {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        padding-left: 150px;
      }
    }
  }
  .rtl\:2xl\:text-right {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      @media (width >= 96rem) {
        text-align: right;
      }
    }
  }
  .dark\:block {
    &:where([class=dark], [class=dark] *) {
      display: block;
    }
  }
  .dark\:hidden {
    &:where([class=dark], [class=dark] *) {
      display: none;
    }
  }
  .dark\:inline-block {
    &:where([class=dark], [class=dark] *) {
      display: inline-block;
    }
  }
  .dark\:border {
    &:where([class=dark], [class=dark] *) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .dark\:border-\[\#0B55E5\]\/35 {
    &:where([class=dark], [class=dark] *) {
      border-color: color-mix(in oklab, #0B55E5 35%, transparent);
    }
  }
  .dark\:border-\[\#0a0e19\] {
    &:where([class=dark], [class=dark] *) {
      border-color: #0a0e19;
    }
  }
  .dark\:border-\[\#202c4b\] {
    &:where([class=dark], [class=dark] *) {
      border-color: #202c4b;
    }
  }
  .dark\:border-\[\#172036\] {
    &:where([class=dark], [class=dark] *) {
      border-color: #172036;
    }
  }
  .dark\:border-black {
    &:where([class=dark], [class=dark] *) {
      border-color: var(--color-black);
    }
  }
  .dark\:border-dark {
    &:where([class=dark], [class=dark] *) {
      border-color: var(--color-dark);
    }
  }
  .dark\:border-gray-700 {
    &:where([class=dark], [class=dark] *) {
      border-color: var(--color-gray-700);
    }
  }
  .dark\:border-gray-800 {
    &:where([class=dark], [class=dark] *) {
      border-color: var(--color-gray-800);
    }
  }
  .dark\:border-gray-800\/50 {
    &:where([class=dark], [class=dark] *) {
      border-color: color-mix(in srgb, #3a4252 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-gray-800) 50%, transparent);
      }
    }
  }
  .dark\:border-gray-900 {
    &:where([class=dark], [class=dark] *) {
      border-color: var(--color-gray-900);
    }
  }
  .dark\:border-white\/10 {
    &:where([class=dark], [class=dark] *) {
      border-color: color-mix(in srgb, #ffffff 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
  }
  .dark\:border-white\/15 {
    &:where([class=dark], [class=dark] *) {
      border-color: color-mix(in srgb, #ffffff 15%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
      }
    }
  }
  .dark\:\!bg-\[\#0a0e19\] {
    &:where([class=dark], [class=dark] *) {
      background-color: #0a0e19 !important;
    }
  }
  .dark\:\!bg-dark {
    &:where([class=dark], [class=dark] *) {
      background-color: var(--color-dark) !important;
    }
  }
  .dark\:bg-\[\#0a0e19\] {
    &:where([class=dark], [class=dark] *) {
      background-color: #0a0e19;
    }
  }
  .dark\:bg-\[\#0e1321\] {
    &:where([class=dark], [class=dark] *) {
      background-color: #0e1321;
    }
  }
  .dark\:bg-\[\#0f1422\] {
    &:where([class=dark], [class=dark] *) {
      background-color: #0f1422;
    }
  }
  .dark\:bg-\[\#4E200C\] {
    &:where([class=dark], [class=dark] *) {
      background-color: #4E200C;
    }
  }
  .dark\:bg-\[\#8EC0EE\]\/10 {
    &:where([class=dark], [class=dark] *) {
      background-color: color-mix(in oklab, #8EC0EE 10%, transparent);
    }
  }
  .dark\:bg-\[\#8EC0EE\]\/20 {
    &:where([class=dark], [class=dark] *) {
      background-color: color-mix(in oklab, #8EC0EE 20%, transparent);
    }
  }
  .dark\:bg-\[\#202c4b\] {
    &:where([class=dark], [class=dark] *) {
      background-color: #202c4b;
    }
  }
  .dark\:bg-\[\#08090a\] {
    &:where([class=dark], [class=dark] *) {
      background-color: #08090a;
    }
  }
  .dark\:bg-\[\#15203c\] {
    &:where([class=dark], [class=dark] *) {
      background-color: #15203c;
    }
  }
  .dark\:bg-\[\#26120A\] {
    &:where([class=dark], [class=dark] *) {
      background-color: #26120A;
    }
  }
  .dark\:bg-\[\#26120A\]\/60 {
    &:where([class=dark], [class=dark] *) {
      background-color: color-mix(in oklab, #26120A 60%, transparent);
    }
  }
  .dark\:bg-\[\#26120A\]\/70 {
    &:where([class=dark], [class=dark] *) {
      background-color: color-mix(in oklab, #26120A 70%, transparent);
    }
  }
  .dark\:bg-\[\#172036\] {
    &:where([class=dark], [class=dark] *) {
      background-color: #172036;
    }
  }
  .dark\:bg-\[\#221006\] {
    &:where([class=dark], [class=dark] *) {
      background-color: #221006;
    }
  }
  .dark\:bg-\[\#312829\] {
    &:where([class=dark], [class=dark] *) {
      background-color: #312829;
    }
  }
  .dark\:bg-black {
    &:where([class=dark], [class=dark] *) {
      background-color: var(--color-black);
    }
  }
  .dark\:bg-black\/20 {
    &:where([class=dark], [class=dark] *) {
      background-color: color-mix(in srgb, #23272e 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
      }
    }
  }
  .dark\:bg-black\/90 {
    &:where([class=dark], [class=dark] *) {
      background-color: color-mix(in srgb, #23272e 90%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-black) 90%, transparent);
      }
    }
  }
  .dark\:bg-dark {
    &:where([class=dark], [class=dark] *) {
      background-color: var(--color-dark);
    }
  }
  .dark\:bg-dark\/20 {
    &:where([class=dark], [class=dark] *) {
      background-color: color-mix(in srgb, #000000 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-dark) 20%, transparent);
      }
    }
  }
  .dark\:bg-dark\/28 {
    &:where([class=dark], [class=dark] *) {
      background-color: color-mix(in srgb, #000000 28%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-dark) 28%, transparent);
      }
    }
  }
  .dark\:bg-dark\/30 {
    &:where([class=dark], [class=dark] *) {
      background-color: color-mix(in srgb, #000000 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-dark) 30%, transparent);
      }
    }
  }
  .dark\:bg-dark\/38 {
    &:where([class=dark], [class=dark] *) {
      background-color: color-mix(in srgb, #000000 38%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-dark) 38%, transparent);
      }
    }
  }
  .dark\:bg-dark\/40 {
    &:where([class=dark], [class=dark] *) {
      background-color: color-mix(in srgb, #000000 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-dark) 40%, transparent);
      }
    }
  }
  .dark\:bg-gray-600 {
    &:where([class=dark], [class=dark] *) {
      background-color: var(--color-gray-600);
    }
  }
  .dark\:bg-gray-800 {
    &:where([class=dark], [class=dark] *) {
      background-color: var(--color-gray-800);
    }
  }
  .dark\:bg-gray-900 {
    &:where([class=dark], [class=dark] *) {
      background-color: var(--color-gray-900);
    }
  }
  .dark\:bg-white {
    &:where([class=dark], [class=dark] *) {
      background-color: var(--color-white);
    }
  }
  .dark\:bg-white\/10 {
    &:where([class=dark], [class=dark] *) {
      background-color: color-mix(in srgb, #ffffff 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
      }
    }
  }
  .dark\:bg-white\/20 {
    &:where([class=dark], [class=dark] *) {
      background-color: color-mix(in srgb, #ffffff 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
      }
    }
  }
  .dark\:\!text-gray-100 {
    &:where([class=dark], [class=dark] *) {
      color: var(--color-gray-100) !important;
    }
  }
  .dark\:\!text-gray-400 {
    &:where([class=dark], [class=dark] *) {
      color: var(--color-gray-400) !important;
    }
  }
  .dark\:\!text-white {
    &:where([class=dark], [class=dark] *) {
      color: var(--color-white) !important;
    }
  }
  .dark\:text-\[\#0e1321\] {
    &:where([class=dark], [class=dark] *) {
      color: #0e1321;
    }
  }
  .dark\:text-dark {
    &:where([class=dark], [class=dark] *) {
      color: var(--color-dark);
    }
  }
  .dark\:text-gray-100 {
    &:where([class=dark], [class=dark] *) {
      color: var(--color-gray-100);
    }
  }
  .dark\:text-gray-200 {
    &:where([class=dark], [class=dark] *) {
      color: var(--color-gray-200);
    }
  }
  .dark\:text-gray-300 {
    &:where([class=dark], [class=dark] *) {
      color: var(--color-gray-300);
    }
  }
  .dark\:text-gray-400 {
    &:where([class=dark], [class=dark] *) {
      color: var(--color-gray-400);
    }
  }
  .dark\:text-gray-700 {
    &:where([class=dark], [class=dark] *) {
      color: var(--color-gray-700);
    }
  }
  .dark\:text-lime-700 {
    &:where([class=dark], [class=dark] *) {
      color: var(--color-lime-700);
    }
  }
  .dark\:text-orange-600 {
    &:where([class=dark], [class=dark] *) {
      color: var(--color-orange-600);
    }
  }
  .dark\:text-primary-600 {
    &:where([class=dark], [class=dark] *) {
      color: var(--color-primary-600);
    }
  }
  .dark\:text-white {
    &:where([class=dark], [class=dark] *) {
      color: var(--color-white);
    }
  }
  .dark\:text-white\/15 {
    &:where([class=dark], [class=dark] *) {
      color: color-mix(in srgb, #ffffff 15%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-white) 15%, transparent);
      }
    }
  }
  .dark\:opacity-1 {
    &:where([class=dark], [class=dark] *) {
      opacity: 1%;
    }
  }
  .dark\:opacity-5 {
    &:where([class=dark], [class=dark] *) {
      opacity: 5%;
    }
  }
  .dark\:opacity-10 {
    &:where([class=dark], [class=dark] *) {
      opacity: 10%;
    }
  }
  .dark\:opacity-15 {
    &:where([class=dark], [class=dark] *) {
      opacity: 15%;
    }
  }
  .dark\:opacity-20 {
    &:where([class=dark], [class=dark] *) {
      opacity: 20%;
    }
  }
  .dark\:opacity-30 {
    &:where([class=dark], [class=dark] *) {
      opacity: 30%;
    }
  }
  .dark\:opacity-35 {
    &:where([class=dark], [class=dark] *) {
      opacity: 35%;
    }
  }
  .dark\:opacity-80 {
    &:where([class=dark], [class=dark] *) {
      opacity: 80%;
    }
  }
  .dark\:opacity-100 {
    &:where([class=dark], [class=dark] *) {
      opacity: 100%;
    }
  }
  .dark\:opacity-\[0\.08\] {
    &:where([class=dark], [class=dark] *) {
      opacity: 0.08;
    }
  }
  .dark\:shadow-\[none\] {
    &:where([class=dark], [class=dark] *) {
      --tw-shadow: none;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .dark\:\!brightness-15 {
    &:where([class=dark], [class=dark] *) {
      --tw-brightness: brightness(15%) !important;
      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,) !important;
    }
  }
  .dark\:brightness-15 {
    &:where([class=dark], [class=dark] *) {
      --tw-brightness: brightness(15%);
      filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
  }
  .dark\:brightness-20 {
    &:where([class=dark], [class=dark] *) {
      --tw-brightness: brightness(20%);
      filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
  }
  .dark\:invert {
    &:where([class=dark], [class=dark] *) {
      --tw-invert: invert(100%);
      filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }
  }
  .dark\:invert-\[1\] {
    &:where([class=dark], [class=dark] *) {
      --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\:dark\:bg-gray-800 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        &:where([class=dark], [class=dark] *) {
          background-color: var(--color-gray-800);
        }
      }
    }
  }
  .dark\:placeholder\:text-\[\#7D6B61\] {
    &:where([class=dark], [class=dark] *) {
      &::placeholder {
        color: #7D6B61;
      }
    }
  }
  .dark\:placeholder\:text-gray-400 {
    &:where([class=dark], [class=dark] *) {
      &::placeholder {
        color: var(--color-gray-400);
      }
    }
  }
  .dark\:placeholder\:text-white {
    &:where([class=dark], [class=dark] *) {
      &::placeholder {
        color: var(--color-white);
      }
    }
  }
  .dark\:before\:\!bg-black {
    &:where([class=dark], [class=dark] *) {
      &::before {
        content: var(--tw-content);
        background-color: var(--color-black) !important;
      }
    }
  }
  .dark\:hover\:bg-\[\#26120A\] {
    &:where([class=dark], [class=dark] *) {
      &:hover {
        @media (hover: hover) {
          background-color: #26120A;
        }
      }
    }
  }
  .dark\:hover\:bg-black {
    &:where([class=dark], [class=dark] *) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-black);
        }
      }
    }
  }
  .dark\:hover\:bg-black\/40 {
    &:where([class=dark], [class=dark] *) {
      &:hover {
        @media (hover: hover) {
          background-color: color-mix(in srgb, #23272e 40%, transparent);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
          }
        }
      }
    }
  }
  .hover\:dark\:bg-black {
    &:hover {
      @media (hover: hover) {
        &:where([class=dark], [class=dark] *) {
          background-color: var(--color-black);
        }
      }
    }
  }
  .dark\:hover\:text-white {
    &:where([class=dark], [class=dark] *) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-white);
        }
      }
    }
  }
  .hover\:dark\:text-white {
    &:hover {
      @media (hover: hover) {
        &:where([class=dark], [class=dark] *) {
          color: var(--color-white);
        }
      }
    }
  }
  .dark\:lg\:\!text-gray-400 {
    &:where([class=dark], [class=dark] *) {
      @media (width >= 64rem) {
        color: var(--color-gray-400) !important;
      }
    }
  }
  .dark\:lg\:\!text-gray-800 {
    &:where([class=dark], [class=dark] *) {
      @media (width >= 64rem) {
        color: var(--color-gray-800) !important;
      }
    }
  }
  .\[\&\:not\(\:first-child\)\]\:mt-\[20px\] {
    &:not(:first-child) {
      margin-top: 20px;
    }
  }
  .\[\&\:not\(\:first-child\)\]\:mt-\[25px\] {
    &:not(:first-child) {
      margin-top: 25px;
    }
  }
  .\[\&\:not\(\:first-child\)\]\:md\:mt-\[25px\] {
    &:not(:first-child) {
      @media (width >= 48rem) {
        margin-top: 25px;
      }
    }
  }
  .\[\&\:not\(\:first-child\)\]\:md\:mt-\[35px\] {
    &:not(:first-child) {
      @media (width >= 48rem) {
        margin-top: 35px;
      }
    }
  }
  .md\:\[\&\:not\(\:first-child\)\]\:mt-\[35px\] {
    @media (width >= 48rem) {
      &:not(:first-child) {
        margin-top: 35px;
      }
    }
  }
  .\[\&\:not\(\:first-child\)\]\:lg\:mt-\[40px\] {
    &:not(:first-child) {
      @media (width >= 64rem) {
        margin-top: 40px;
      }
    }
  }
  .\[\&\:not\(\:first-child\)\]\:lg\:mt-\[45px\] {
    &:not(:first-child) {
      @media (width >= 64rem) {
        margin-top: 45px;
      }
    }
  }
  .\[\&\:not\(\:first-child\)\]\:lg\:mt-\[50px\] {
    &:not(:first-child) {
      @media (width >= 64rem) {
        margin-top: 50px;
      }
    }
  }
  .lg\:\[\&\:not\(\:first-child\)\]\:mt-\[45px\] {
    @media (width >= 64rem) {
      &:not(:first-child) {
        margin-top: 45px;
      }
    }
  }
}
body {
  background-color: var(--color-white);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  color: var(--color-gray-500);
  @media (width >= 48rem) {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  &:where([class=dark], [class=dark] *) {
    background-color: var(--color-dark);
  }
  &:where([class=dark], [class=dark] *) {
    color: var(--color-gray-400);
  }
}
p {
  margin-bottom: 15px;
  --tw-leading: 1.6;
  line-height: 1.6;
  &:last-child {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1, .display-6, .display-5, .display-4, .display-3, .display-2, .display-1 {
  margin-bottom: 10px;
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-black);
  &:where([class=dark], [class=dark] *) {
    color: var(--color-white);
  }
}
.h6, h6, .display-6 {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.h5, h5, .display-5 {
  font-size: var(--text-md);
  @media (width >= 48rem) {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
.h4, h4, .display-4 {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.h3, h3, .display-3 {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.h2, h2, .display-2 {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.h1, h1, .display-1 {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
}
button {
  cursor: pointer;
}
#navbar {
  &.is-sticky {
    z-index: 999;
    background-color: var(--color-white);
    &:where([class=dark], [class=dark] *) {
      background-color: var(--color-dark);
    }
    &.lms-navbar {
      padding-block: 15px;
      @media (width >= 48rem) {
        padding-block: 20px;
      }
    }
    &.marketing-navbar {
      background-color: transparent;
      padding-block: calc(var(--spacing) * 0);
      .navbar {
        --tw-shadow: 0px 4px 30px 0px var(--tw-shadow-color, rgba(146, 139, 221, 0.10));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
    &.ecommerce-navbar {
      position: fixed;
      background-color: var(--color-black);
      padding-block: 15px;
      @media (width >= 48rem) {
        padding-block: 20px;
      }
    }
    &.helpdesk-navbar {
      padding-block: 15px;
      @media (width >= 48rem) {
        padding-block: 20px;
      }
    }
    &.sales-navbar {
      padding-block: 15px;
      --tw-shadow: 0px 4px 30px 0px var(--tw-shadow-color, rgba(146, 139, 221, 0.10));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      @media (width >= 48rem) {
        padding-block: 20px;
      }
      &:where([class=dark], [class=dark] *) {
        background-color: #06201b;
      }
    }
    &.school-navbar {
      padding-block: 15px;
      --tw-shadow: 0px 4px 30px 0px var(--tw-shadow-color, rgba(146, 139, 221, 0.10));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      @media (width >= 48rem) {
        padding-block: 20px;
      }
    }
    &.saas-navbar {
      padding-block: calc(var(--spacing) * 0);
      --tw-shadow: 0px 4px 30px 0px var(--tw-shadow-color, rgba(146, 139, 221, 0.10));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      .inner-navbar {
        padding-inline: calc(var(--spacing) * 0);
      }
    }
    &.shipment-navbar {
      padding-block: 15px;
      --tw-shadow: 0px 4px 30px 0px var(--tw-shadow-color, rgba(146, 139, 221, 0.10));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      @media (width >= 48rem) {
        padding-block: 20px;
      }
      &:where([class=dark], [class=dark] *) {
        background-color: #0a0e19;
      }
    }
    &.social-media-navbar {
      padding-block: 15px;
      --tw-shadow: 0px 4px 30px 0px var(--tw-shadow-color, rgba(146, 139, 221, 0.10));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      @media (width >= 48rem) {
        padding-block: 20px;
      }
      &:where([class=dark], [class=dark] *) {
        background-color: #0a0e19;
      }
    }
    &.store-analysis-navbar {
      padding-block: 10px;
      --tw-shadow: 0px 4px 30px 0px var(--tw-shadow-color, rgba(146, 139, 221, 0.10));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      @media (width >= 48rem) {
        padding-block: 15px;
      }
    }
    &.credit-card-navbar {
      padding-block: 10px;
      @media (width >= 48rem) {
        padding-block: 15px;
      }
    }
    &.doctor-navbar {
      padding-block: 15px;
      --tw-shadow: 0px 4px 30px 0px var(--tw-shadow-color, rgba(146, 139, 221, 0.10));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      @media (width >= 48rem) {
        padding-block: 20px;
      }
      &:where([class=dark], [class=dark] *) {
        background-color: #0a0e19;
      }
    }
    &.finance-navbar {
      padding-block: 15px;
      box-shadow: 0px 4px 30px 0px rgba(146, 139, 221, 0.10);
      .navbar-nav {
        padding: calc(var(--spacing) * 0);
        --tw-shadow: 0 0 #0000 !important;
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
      }
    }
    &.crm-navbar {
      padding-block: 15px;
      @media (width >= 48rem) {
        padding-block: 20px;
      }
    }
    &.pm-navbar {
      background-color: transparent;
      padding-block: calc(var(--spacing) * 0);
    }
    &.crypto-navbar {
      padding-block: 15px;
      @media (width >= 48rem) {
        padding-block: 20px;
      }
    }
    &.analytics-navbar {
      position: sticky;
    }
    &.call-center-navbar {
      padding-block: 15px;
      --tw-shadow: 0px 4px 30px 0px var(--tw-shadow-color, rgba(146, 139, 221, 0.10));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      @media (width >= 48rem) {
        padding-block: 20px;
      }
      &:where([class=dark], [class=dark] *) {
        background-color: #0a0e19;
      }
    }
    &.real-estate-navbar {
      background-color: transparent;
      padding-block: calc(var(--spacing) * 0);
    }
    &.hrm-navbar {
      padding-block: 15px;
      --tw-shadow: 0px 4px 30px 0px var(--tw-shadow-color, rgba(146, 139, 221, 0.10));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      @media (width >= 48rem) {
        padding-block: 20px;
      }
      &:where([class=dark], [class=dark] *) {
        background-color: #0a0e19;
      }
    }
    &.pos-system-navbar {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
      padding-block: 15px;
      --tw-shadow: 0px 4px 30px 0px var(--tw-shadow-color, rgba(146, 139, 221, 0.10));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      @media (width >= 48rem) {
        padding-block: 20px;
      }
      &:where([class=dark], [class=dark] *) {
        background-color: #0a0e19;
      }
    }
    &.hotel-navbar {
      padding-block: 15px;
      --tw-shadow: 0px 4px 30px 0px var(--tw-shadow-color, rgba(146, 139, 221, 0.10));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      @media (width >= 48rem) {
        padding-block: 20px;
      }
    }
    &.crypto-trader-navbar {
      background-color: transparent;
      padding-block: calc(var(--spacing) * 0);
      .navbar-inner {
        --tw-shadow: 0px 4px 30px 0px var(--tw-shadow-color, rgba(146, 139, 221, 0.10));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
    &.beauty-salon-navbar {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
      padding-block: 15px;
      --tw-shadow: 0px 4px 30px 0px var(--tw-shadow-color, rgba(146, 139, 221, 0.10));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      @media (width >= 48rem) {
        padding-block: 20px;
      }
    }
    &.hospital-navbar {
      position: fixed;
      background-color: transparent;
      padding-block: calc(var(--spacing) * 0);
    }
    &.nft-navbar {
      padding-block: 15px;
      --tw-shadow: 0px 4px 30px 0px var(--tw-shadow-color, rgba(146, 139, 221, 0.10));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      @media (width >= 48rem) {
        padding-block: 20px;
      }
      @media (width >= 64rem) {
        padding-block: 15px;
      }
    }
    &.podcast-navbar {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0;
      padding-block: 15px;
      @media (width >= 48rem) {
        padding-block: 20px;
      }
    }
    &.restaurant-navbar {
      position: sticky;
      --tw-shadow: 0px 4px 30px 0px var(--tw-shadow-color, rgba(146, 139, 221, 0.10));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &.real-estate-agent-navbar {
      padding-block: 15px;
      --tw-shadow: 0px 4px 30px 0px var(--tw-shadow-color, rgba(146, 139, 221, 0.10));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    &.crypto-performance-navbar {
      background-color: var(--color-dark);
      padding-block: 15px;
    }
  }
  #navbar-burger-menu {
    &.active {
      span {
        &:first-child {
          transform-origin: 10% 10%;
          rotate: 45deg;
        }
        &:nth-child(2) {
          opacity: 0;
        }
        &:last-child {
          transform-origin: 10% 90%;
          rotate: calc(45deg * -1);
        }
      }
    }
  }
  #navbar-collapse {
    &.active {
      display: block;
    }
  }
}
.table-responsive {
  -webkit-overflow-scrolling: touch;
  &::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 6px;
    width: 6px;
  }
  &::-webkit-scrollbar-thumb {
    cursor: pointer;
    border-radius: var(--radius-md);
    background-color: var(--color-black);
  }
  &::-webkit-scrollbar-track {
    border-radius: var(--radius-md);
    background-color: var(--color-gray-50);
    &:where([class=dark], [class=dark] *) {
      background-color: #15203c;
    }
  }
  &.order-table {
    tbody {
      tr {
        &:first-child {
          td {
            border-top-style: var(--tw-border-style);
            border-top-width: 1px;
            border-color: var(--color-gray-100);
            &:where([class=dark], [class=dark] *) {
              border-color: #172036;
            }
          }
        }
      }
    }
  }
}
.form-check {
  input {
    &[type=checkbox] {
      -webkit-appearance: none;
      position: relative;
      height: 15px;
      width: 15px;
      border-radius: 2px;
      border-style: var(--tw-border-style);
      border-width: 2px;
      border-color: var(--color-black);
      &:disabled {
        opacity: .35;
      }
      &:where([class=dark], [class=dark] *) {
        border-color: var(--color-white);
      }
      &::before {
        content: '';
        border: solid transparent;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg) translate(-50%, -50%);
        position: absolute;
        top: calc(1/2 * 100%);
        right: calc(1/2 * 100%);
        margin-top: -1px;
        margin-right: calc(.5px * -1);
        margin-left: -1px;
        height: 10px;
        width: 4px;
      }
      &:checked {
        background-color: var(--color-black);
        &::before {
          border-color: var(--color-white);
        }
      }
      &:disabled~label {
        opacity: .35;
      }
    }
  }
}
.trezo-tabs {
  .navs {
    .nav-item {
      .nav-link {
        &::before {
          content: '';
          position: absolute;
          right: calc(var(--spacing) * 0);
          bottom: calc(var(--spacing) * 0);
          left: calc(var(--spacing) * 0);
          height: 2px;
          background-color: var(--color-primary-500);
          opacity: 0%;
          transition-property: all;
          transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
          transition-duration: var(--tw-duration, var(--default-transition-duration));
        }
        &.active {
          color: var(--color-primary-500);
          &::before {
            opacity: 100%;
          }
        }
      }
    }
    &.pricing-tabs {
      .nav-item {
        .nav-link {
          &::before {
            position: absolute;
            top: calc(var(--spacing) * 0);
            right: calc(68px * -1);
            bottom: auto;
            left: auto;
            height: 24px;
            width: 53px;
            border-radius: 30px;
            background-color: var(--color-primary-500);
            opacity: 100%;
          }
          &::after {
            content: '';
            position: absolute;
            top: 2.2px;
            right: calc(65px * -1);
            height: 19px;
            width: 19px;
            border-radius: calc(infinity * 1px);
            background-color: var(--color-white);
            transition-property: all;
            transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
            transition-duration: var(--tw-duration, var(--default-transition-duration));
            @media (width >= 48rem) {
              top: 2.5px;
            }
          }
          &.active {
            &::after {
              right: calc(37px * -1);
            }
          }
        }
        &:last-child {
          .nav-link {
            &::before, &::after {
              display: none;
            }
          }
        }
      }
      &.nft-pricing-tabs {
        .nav-item {
          .nav-link {
            &::before {
              margin-top: calc(4px * -1);
              background-color: #F2EDEB;
            }
            &::after {
              margin-top: calc(4px * -1);
              background-color: #C96910;
            }
            &.active {
              color: #C96910;
            }
          }
        }
      }
    }
    &.crm-pricing-navs {
      .nav-item {
        .nav-link {
          &.active {
            border-color: #C9FE6E;
            background-color: #C9FE6E;
            color: var(--color-black);
          }
        }
      }
    }
    &.crypto-faq-navs {
      .nav-item {
        .nav-link {
          &.active {
            border-color: #0052FF;
            background-color: #0052FF;
            color: var(--color-white);
          }
        }
      }
    }
    &.beauty-salon-faq-tabs {
      li {
        .nav-link {
          &.active {
            background-color: #ca9099;
            color: var(--color-white);
          }
        }
      }
    }
    &.bs-book-salon-tabs {
      .nav-link {
        &.active {
          .number {
            background-color: #A26871;
            color: var(--color-white);
          }
        }
      }
    }
  }
  .tab-content {
    .tab-pane {
      display: none;
      &.active {
        display: block;
      }
      .bs-service-box {
        &:has(input[type="radio"]:checked) {
          border-color: #A26871;
        }
      }
      .bs-stylist-box {
        &:has(input[type="radio"]:checked) {
          border-color: #A26871;
        }
      }
    }
  }
}
html[dir="rtl"] {
  .trezo-tabs {
    .navs {
      &.pricing-tabs {
        .nav-item {
          .nav-link {
            &::before {
              right: auto;
              left: calc(68px * -1);
            }
            &::after {
              right: auto;
              left: calc(65px * -1);
            }
            &.active {
              &::after {
                right: auto;
                left: calc(37px * -1);
              }
            }
          }
        }
      }
    }
  }
}
.form-radio {
  input {
    &[type=radio] {
      accent-color: var(--color-black);
      &:where([class=dark], [class=dark] *) {
        accent-color: var(--color-white);
      }
      &:disabled~label {
        opacity: .35;
      }
    }
  }
}
.sidebar-settings {
  .rtl-mode-toggle {
    span {
      span {
        left: 5px;
      }
    }
    &:hover {
      span {
        span {
          background-color: var(--color-primary-500);
        }
      }
    }
    &.open {
      span {
        span {
          left: 17px;
        }
      }
    }
  }
}
#demosPopup {
  .demos-list {
    &::-webkit-scrollbar {
      display: none;
    }
  }
}
.checkout-payment-method {
  div {
    &:has(input:checked) {
      border-color: var(--color-primary-500);
      background-color: var(--color-gray-100);
      &:where([class=dark], [class=dark] *) {
        background-color: var(--color-dark);
      }
    }
  }
}
.accordion {
  .accordion-item {
    .accordion-button {
      &.open {
        i {
          &::before {
            content: "\ea78";
          }
        }
      }
    }
  }
}
.gradient-color {
  background: linear-gradient(90deg, #FF4747 25.77%, #FF6A09 41.3%, #D800B9 54.54%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-color2 {
  background: linear-gradient(91deg, #7EDB66 34.94%, #F5953E 79.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
html[dir="rtl"] {
  .swiper {
    direction: ltr;
    .swiper-slide {
      * {
        direction: rtl;
      }
    }
  }
}
.crm-feedback-swiper-pagination {
  .swiper-pagination-bullet {
    margin-inline: 3px !important;
    height: 10px;
    width: 10px;
    border-radius: calc(infinity * 1px);
    background-color: var(--color-gray-200);
    opacity: 100%;
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      &:first-child {
        margin-left: calc(var(--spacing) * 0);
      }
    }
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      &:last-child {
        margin-right: calc(var(--spacing) * 0);
      }
    }
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      &:first-child {
        margin-right: calc(var(--spacing) * 0);
      }
    }
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      &:last-child {
        margin-left: calc(var(--spacing) * 0);
      }
    }
    &:where([class=dark], [class=dark] *) {
      background-color: var(--color-gray-700);
    }
    &.swiper-pagination-bullet-active {
      background-color: var(--color-warning-700);
    }
  }
}
#backToTopBtn {
  display: none;
  &.show {
    display: flex;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-content: "";
    }
  }
}
