/*! tailwindcss v4.1.11 | 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-amber-500: oklch(76.9% 0.188 70.08);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-heading: "Montserrat", sans-serif;
    --font-display: "Poppins", sans-serif;
    --color-main: #056cb9;
    --color-heading: #133959;
    --color-para: #374151;
    --color-highlight: #35ad4c;
    --color-highlight2: #e2a705;
    --color-highlight3: #dd4242;
    --color-highlight4: #766FB4;
    --color-mainHover: #033c68;
    --color-highlight2Hover: #dd8700;
    --color-hover: #ebf3f9;
    --color-highlightHover: #007116;
    --color-darkmain: #05253C;
    --color-input: #EFF3F6;
    --color-para2: #717D91;
    --color-disabled: #B9BFC8;
  }
}
@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;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .-top-6 {
    top: calc(var(--spacing) * -6);
  }
  .-top-15 {
    top: calc(var(--spacing) * -15);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\.5 {
    top: calc(var(--spacing) * 1.5);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-3\.5 {
    top: calc(var(--spacing) * 3.5);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .top-8 {
    top: calc(var(--spacing) * 8);
  }
  .top-8\.5 {
    top: calc(var(--spacing) * 8.5);
  }
  .top-16 {
    top: calc(var(--spacing) * 16);
  }
  .top-\[-13px\] {
    top: -13px;
  }
  .top-\[7px\] {
    top: 7px;
  }
  .top-px {
    top: 1px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .right-\[4\%\] {
    right: 4%;
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .bottom-\[-3px\] {
    bottom: -3px;
  }
  .bottom-\[-13px\] {
    bottom: -13px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-3\.5 {
    left: calc(var(--spacing) * 3.5);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-999 {
    z-index: 999;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .z-\[99999\] {
    z-index: 99999;
  }
  .z-\[9999999\] {
    z-index: 9999999;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .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;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mx-auto\! {
    margin-inline: auto !important;
  }
  .my-1\.5 {
    margin-block: calc(var(--spacing) * 1.5);
  }
  .ms-1 {
    margin-inline-start: calc(var(--spacing) * 1);
  }
  .ms-1\.5 {
    margin-inline-start: calc(var(--spacing) * 1.5);
  }
  .ms-5 {
    margin-inline-start: calc(var(--spacing) * 5);
  }
  .me-0\.5 {
    margin-inline-end: calc(var(--spacing) * 0.5);
  }
  .me-1 {
    margin-inline-end: calc(var(--spacing) * 1);
  }
  .me-1\.5 {
    margin-inline-end: calc(var(--spacing) * 1.5);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .me-2\.5 {
    margin-inline-end: calc(var(--spacing) * 2.5);
  }
  .me-\[5px\] {
    margin-inline-end: 5px;
  }
  .-mt-35 {
    margin-top: calc(var(--spacing) * -35);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-26 {
    margin-top: calc(var(--spacing) * 26);
  }
  .mt-\[3px\] {
    margin-top: 3px;
  }
  .mt-\[4\.5px\] {
    margin-top: 4.5px;
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-px {
    margin-top: 1px;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * 0.5);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-1\! {
    margin-bottom: calc(var(--spacing) * 1) !important;
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-3\.5 {
    margin-bottom: calc(var(--spacing) * 3.5);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-6\.5 {
    margin-bottom: calc(var(--spacing) * 6.5);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-13 {
    margin-bottom: calc(var(--spacing) * 13);
  }
  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .mb-18 {
    margin-bottom: calc(var(--spacing) * 18);
  }
  .mb-19 {
    margin-bottom: calc(var(--spacing) * 19);
  }
  .mb-24 {
    margin-bottom: calc(var(--spacing) * 24);
  }
  .mb-35\.5 {
    margin-bottom: calc(var(--spacing) * 35.5);
  }
  .mb-px {
    margin-bottom: 1px;
  }
  .ml-2\.5 {
    margin-left: calc(var(--spacing) * 2.5);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-flex\! {
    display: inline-flex !important;
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-17\.5 {
    width: calc(var(--spacing) * 17.5);
    height: calc(var(--spacing) * 17.5);
  }
  .size-\[17px\] {
    width: 17px;
    height: 17px;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-4\.5 {
    height: calc(var(--spacing) * 4.5);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-5\.5 {
    height: calc(var(--spacing) * 5.5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-6\.5 {
    height: calc(var(--spacing) * 6.5);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-9\.5 {
    height: calc(var(--spacing) * 9.5);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-13 {
    height: calc(var(--spacing) * 13);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-25 {
    height: calc(var(--spacing) * 25);
  }
  .h-26 {
    height: calc(var(--spacing) * 26);
  }
  .h-58\.5 {
    height: calc(var(--spacing) * 58.5);
  }
  .h-65 {
    height: calc(var(--spacing) * 65);
  }
  .h-70 {
    height: calc(var(--spacing) * 70);
  }
  .h-120 {
    height: calc(var(--spacing) * 120);
  }
  .h-\[7px\] {
    height: 7px;
  }
  .h-\[13px\] {
    height: 13px;
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[19px\] {
    height: 19px;
  }
  .h-\[27px\] {
    height: 27px;
  }
  .h-\[80\%\] {
    height: 80%;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-full\! {
    height: 100% !important;
  }
  .max-h-90 {
    max-height: calc(var(--spacing) * 90);
  }
  .max-h-none {
    max-height: none;
  }
  .min-h-46 {
    min-height: calc(var(--spacing) * 46);
  }
  .min-h-80 {
    min-height: calc(var(--spacing) * 80);
  }
  .min-h-125 {
    min-height: calc(var(--spacing) * 125);
  }
  .min-h-dvh {
    min-height: 100dvh;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-4\.5 {
    width: calc(var(--spacing) * 4.5);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-5\.5 {
    width: calc(var(--spacing) * 5.5);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-13 {
    width: calc(var(--spacing) * 13);
  }
  .w-15 {
    width: calc(var(--spacing) * 15);
  }
  .w-22 {
    width: calc(var(--spacing) * 22);
  }
  .w-25 {
    width: calc(var(--spacing) * 25);
  }
  .w-26 {
    width: calc(var(--spacing) * 26);
  }
  .w-42 {
    width: calc(var(--spacing) * 42);
  }
  .w-\[13px\] {
    width: 13px;
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[17px\] {
    width: 17px;
  }
  .w-\[19px\] {
    width: 19px;
  }
  .w-\[29px\] {
    width: 29px;
  }
  .w-\[72\%\] {
    width: 72%;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-full\! {
    width: 100% !important;
  }
  .max-w-23 {
    max-width: calc(var(--spacing) * 23);
  }
  .max-w-24 {
    max-width: calc(var(--spacing) * 24);
  }
  .max-w-44 {
    max-width: calc(var(--spacing) * 44);
  }
  .max-w-47 {
    max-width: calc(var(--spacing) * 47);
  }
  .max-w-48 {
    max-width: calc(var(--spacing) * 48);
  }
  .max-w-50 {
    max-width: calc(var(--spacing) * 50);
  }
  .max-w-55 {
    max-width: calc(var(--spacing) * 55);
  }
  .max-w-70 {
    max-width: calc(var(--spacing) * 70);
  }
  .max-w-80 {
    max-width: calc(var(--spacing) * 80);
  }
  .max-w-82 {
    max-width: calc(var(--spacing) * 82);
  }
  .max-w-92\.5 {
    max-width: calc(var(--spacing) * 92.5);
  }
  .max-w-100 {
    max-width: calc(var(--spacing) * 100);
  }
  .max-w-101\.5 {
    max-width: calc(var(--spacing) * 101.5);
  }
  .max-w-105 {
    max-width: calc(var(--spacing) * 105);
  }
  .max-w-108 {
    max-width: calc(var(--spacing) * 108);
  }
  .max-w-109 {
    max-width: calc(var(--spacing) * 109);
  }
  .max-w-110 {
    max-width: calc(var(--spacing) * 110);
  }
  .max-w-114 {
    max-width: calc(var(--spacing) * 114);
  }
  .max-w-118 {
    max-width: calc(var(--spacing) * 118);
  }
  .max-w-120 {
    max-width: calc(var(--spacing) * 120);
  }
  .max-w-122\.5 {
    max-width: calc(var(--spacing) * 122.5);
  }
  .max-w-123 {
    max-width: calc(var(--spacing) * 123);
  }
  .max-w-124 {
    max-width: calc(var(--spacing) * 124);
  }
  .max-w-128 {
    max-width: calc(var(--spacing) * 128);
  }
  .max-w-130 {
    max-width: calc(var(--spacing) * 130);
  }
  .max-w-135 {
    max-width: calc(var(--spacing) * 135);
  }
  .max-w-145 {
    max-width: calc(var(--spacing) * 145);
  }
  .max-w-300 {
    max-width: calc(var(--spacing) * 300);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-full\! {
    max-width: 100% !important;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-5 {
    min-width: calc(var(--spacing) * 5);
  }
  .min-w-22 {
    min-width: calc(var(--spacing) * 22);
  }
  .min-w-33\! {
    min-width: calc(var(--spacing) * 33) !important;
  }
  .min-w-34 {
    min-width: calc(var(--spacing) * 34);
  }
  .min-w-45 {
    min-width: calc(var(--spacing) * 45);
  }
  .min-w-51 {
    min-width: calc(var(--spacing) * 51);
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .shrink-1 {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .grow-0 {
    flex-grow: 0;
  }
  .basis-3\.5 {
    flex-basis: calc(var(--spacing) * 3.5);
  }
  .basis-4 {
    flex-basis: calc(var(--spacing) * 4);
  }
  .basis-4\.5 {
    flex-basis: calc(var(--spacing) * 4.5);
  }
  .basis-5\.5 {
    flex-basis: calc(var(--spacing) * 5.5);
  }
  .basis-7 {
    flex-basis: calc(var(--spacing) * 7);
  }
  .basis-101\.5 {
    flex-basis: calc(var(--spacing) * 101.5);
  }
  .basis-\[17px\] {
    flex-basis: 17px;
  }
  .basis-\[19px\] {
    flex-basis: 19px;
  }
  .basis-auto {
    flex-basis: auto;
  }
  .basis-full {
    flex-basis: 100%;
  }
  .-translate-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-1 {
    --tw-scale-x: 1%;
    --tw-scale-y: 1%;
    --tw-scale-z: 1%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-2 {
    --tw-scale-x: 2%;
    --tw-scale-y: 2%;
    --tw-scale-z: 2%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-3 {
    --tw-scale-x: 3%;
    --tw-scale-y: 3%;
    --tw-scale-z: 3%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-4 {
    --tw-scale-x: 4%;
    --tw-scale-y: 4%;
    --tw-scale-z: 4%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-5 {
    --tw-scale-x: 5%;
    --tw-scale-y: 5%;
    --tw-scale-z: 5%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-6 {
    --tw-scale-x: 6%;
    --tw-scale-y: 6%;
    --tw-scale-z: 6%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-7 {
    --tw-scale-x: 7%;
    --tw-scale-y: 7%;
    --tw-scale-z: 7%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-8 {
    --tw-scale-x: 8%;
    --tw-scale-y: 8%;
    --tw-scale-z: 8%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-9 {
    --tw-scale-x: 9%;
    --tw-scale-y: 9%;
    --tw-scale-z: 9%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-10 {
    --tw-scale-x: 10%;
    --tw-scale-y: 10%;
    --tw-scale-z: 10%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-11 {
    --tw-scale-x: 11%;
    --tw-scale-y: 11%;
    --tw-scale-z: 11%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-12 {
    --tw-scale-x: 12%;
    --tw-scale-y: 12%;
    --tw-scale-z: 12%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-13 {
    --tw-scale-x: 13%;
    --tw-scale-y: 13%;
    --tw-scale-z: 13%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-14 {
    --tw-scale-x: 14%;
    --tw-scale-y: 14%;
    --tw-scale-z: 14%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-15 {
    --tw-scale-x: 15%;
    --tw-scale-y: 15%;
    --tw-scale-z: 15%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-16 {
    --tw-scale-x: 16%;
    --tw-scale-y: 16%;
    --tw-scale-z: 16%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-17 {
    --tw-scale-x: 17%;
    --tw-scale-y: 17%;
    --tw-scale-z: 17%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-18 {
    --tw-scale-x: 18%;
    --tw-scale-y: 18%;
    --tw-scale-z: 18%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-19 {
    --tw-scale-x: 19%;
    --tw-scale-y: 19%;
    --tw-scale-z: 19%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-20 {
    --tw-scale-x: 20%;
    --tw-scale-y: 20%;
    --tw-scale-z: 20%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-21 {
    --tw-scale-x: 21%;
    --tw-scale-y: 21%;
    --tw-scale-z: 21%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-22 {
    --tw-scale-x: 22%;
    --tw-scale-y: 22%;
    --tw-scale-z: 22%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-23 {
    --tw-scale-x: 23%;
    --tw-scale-y: 23%;
    --tw-scale-z: 23%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-24 {
    --tw-scale-x: 24%;
    --tw-scale-y: 24%;
    --tw-scale-z: 24%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-25 {
    --tw-scale-x: 25%;
    --tw-scale-y: 25%;
    --tw-scale-z: 25%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-26 {
    --tw-scale-x: 26%;
    --tw-scale-y: 26%;
    --tw-scale-z: 26%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-27 {
    --tw-scale-x: 27%;
    --tw-scale-y: 27%;
    --tw-scale-z: 27%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-28 {
    --tw-scale-x: 28%;
    --tw-scale-y: 28%;
    --tw-scale-z: 28%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-29 {
    --tw-scale-x: 29%;
    --tw-scale-y: 29%;
    --tw-scale-z: 29%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-30 {
    --tw-scale-x: 30%;
    --tw-scale-y: 30%;
    --tw-scale-z: 30%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-31 {
    --tw-scale-x: 31%;
    --tw-scale-y: 31%;
    --tw-scale-z: 31%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-32 {
    --tw-scale-x: 32%;
    --tw-scale-y: 32%;
    --tw-scale-z: 32%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-33 {
    --tw-scale-x: 33%;
    --tw-scale-y: 33%;
    --tw-scale-z: 33%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-34 {
    --tw-scale-x: 34%;
    --tw-scale-y: 34%;
    --tw-scale-z: 34%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-35 {
    --tw-scale-x: 35%;
    --tw-scale-y: 35%;
    --tw-scale-z: 35%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-36 {
    --tw-scale-x: 36%;
    --tw-scale-y: 36%;
    --tw-scale-z: 36%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-37 {
    --tw-scale-x: 37%;
    --tw-scale-y: 37%;
    --tw-scale-z: 37%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-38 {
    --tw-scale-x: 38%;
    --tw-scale-y: 38%;
    --tw-scale-z: 38%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-39 {
    --tw-scale-x: 39%;
    --tw-scale-y: 39%;
    --tw-scale-z: 39%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-40 {
    --tw-scale-x: 40%;
    --tw-scale-y: 40%;
    --tw-scale-z: 40%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-41 {
    --tw-scale-x: 41%;
    --tw-scale-y: 41%;
    --tw-scale-z: 41%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-42 {
    --tw-scale-x: 42%;
    --tw-scale-y: 42%;
    --tw-scale-z: 42%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-43 {
    --tw-scale-x: 43%;
    --tw-scale-y: 43%;
    --tw-scale-z: 43%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-44 {
    --tw-scale-x: 44%;
    --tw-scale-y: 44%;
    --tw-scale-z: 44%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-45 {
    --tw-scale-x: 45%;
    --tw-scale-y: 45%;
    --tw-scale-z: 45%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-46 {
    --tw-scale-x: 46%;
    --tw-scale-y: 46%;
    --tw-scale-z: 46%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-47 {
    --tw-scale-x: 47%;
    --tw-scale-y: 47%;
    --tw-scale-z: 47%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-48 {
    --tw-scale-x: 48%;
    --tw-scale-y: 48%;
    --tw-scale-z: 48%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-49 {
    --tw-scale-x: 49%;
    --tw-scale-y: 49%;
    --tw-scale-z: 49%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-50 {
    --tw-scale-x: 50%;
    --tw-scale-y: 50%;
    --tw-scale-z: 50%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-51 {
    --tw-scale-x: 51%;
    --tw-scale-y: 51%;
    --tw-scale-z: 51%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-52 {
    --tw-scale-x: 52%;
    --tw-scale-y: 52%;
    --tw-scale-z: 52%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-53 {
    --tw-scale-x: 53%;
    --tw-scale-y: 53%;
    --tw-scale-z: 53%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-54 {
    --tw-scale-x: 54%;
    --tw-scale-y: 54%;
    --tw-scale-z: 54%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-55 {
    --tw-scale-x: 55%;
    --tw-scale-y: 55%;
    --tw-scale-z: 55%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-56 {
    --tw-scale-x: 56%;
    --tw-scale-y: 56%;
    --tw-scale-z: 56%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-57 {
    --tw-scale-x: 57%;
    --tw-scale-y: 57%;
    --tw-scale-z: 57%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-58 {
    --tw-scale-x: 58%;
    --tw-scale-y: 58%;
    --tw-scale-z: 58%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-59 {
    --tw-scale-x: 59%;
    --tw-scale-y: 59%;
    --tw-scale-z: 59%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-60 {
    --tw-scale-x: 60%;
    --tw-scale-y: 60%;
    --tw-scale-z: 60%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-61 {
    --tw-scale-x: 61%;
    --tw-scale-y: 61%;
    --tw-scale-z: 61%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-62 {
    --tw-scale-x: 62%;
    --tw-scale-y: 62%;
    --tw-scale-z: 62%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-63 {
    --tw-scale-x: 63%;
    --tw-scale-y: 63%;
    --tw-scale-z: 63%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-64 {
    --tw-scale-x: 64%;
    --tw-scale-y: 64%;
    --tw-scale-z: 64%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-65 {
    --tw-scale-x: 65%;
    --tw-scale-y: 65%;
    --tw-scale-z: 65%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-66 {
    --tw-scale-x: 66%;
    --tw-scale-y: 66%;
    --tw-scale-z: 66%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-67 {
    --tw-scale-x: 67%;
    --tw-scale-y: 67%;
    --tw-scale-z: 67%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-68 {
    --tw-scale-x: 68%;
    --tw-scale-y: 68%;
    --tw-scale-z: 68%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-69 {
    --tw-scale-x: 69%;
    --tw-scale-y: 69%;
    --tw-scale-z: 69%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-70 {
    --tw-scale-x: 70%;
    --tw-scale-y: 70%;
    --tw-scale-z: 70%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-71 {
    --tw-scale-x: 71%;
    --tw-scale-y: 71%;
    --tw-scale-z: 71%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-72 {
    --tw-scale-x: 72%;
    --tw-scale-y: 72%;
    --tw-scale-z: 72%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-73 {
    --tw-scale-x: 73%;
    --tw-scale-y: 73%;
    --tw-scale-z: 73%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-74 {
    --tw-scale-x: 74%;
    --tw-scale-y: 74%;
    --tw-scale-z: 74%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-75 {
    --tw-scale-x: 75%;
    --tw-scale-y: 75%;
    --tw-scale-z: 75%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-76 {
    --tw-scale-x: 76%;
    --tw-scale-y: 76%;
    --tw-scale-z: 76%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-77 {
    --tw-scale-x: 77%;
    --tw-scale-y: 77%;
    --tw-scale-z: 77%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-78 {
    --tw-scale-x: 78%;
    --tw-scale-y: 78%;
    --tw-scale-z: 78%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-79 {
    --tw-scale-x: 79%;
    --tw-scale-y: 79%;
    --tw-scale-z: 79%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-80 {
    --tw-scale-x: 80%;
    --tw-scale-y: 80%;
    --tw-scale-z: 80%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-81 {
    --tw-scale-x: 81%;
    --tw-scale-y: 81%;
    --tw-scale-z: 81%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-82 {
    --tw-scale-x: 82%;
    --tw-scale-y: 82%;
    --tw-scale-z: 82%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-83 {
    --tw-scale-x: 83%;
    --tw-scale-y: 83%;
    --tw-scale-z: 83%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-84 {
    --tw-scale-x: 84%;
    --tw-scale-y: 84%;
    --tw-scale-z: 84%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-85 {
    --tw-scale-x: 85%;
    --tw-scale-y: 85%;
    --tw-scale-z: 85%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-86 {
    --tw-scale-x: 86%;
    --tw-scale-y: 86%;
    --tw-scale-z: 86%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-87 {
    --tw-scale-x: 87%;
    --tw-scale-y: 87%;
    --tw-scale-z: 87%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-88 {
    --tw-scale-x: 88%;
    --tw-scale-y: 88%;
    --tw-scale-z: 88%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-89 {
    --tw-scale-x: 89%;
    --tw-scale-y: 89%;
    --tw-scale-z: 89%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-90 {
    --tw-scale-x: 90%;
    --tw-scale-y: 90%;
    --tw-scale-z: 90%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-91 {
    --tw-scale-x: 91%;
    --tw-scale-y: 91%;
    --tw-scale-z: 91%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-92 {
    --tw-scale-x: 92%;
    --tw-scale-y: 92%;
    --tw-scale-z: 92%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-93 {
    --tw-scale-x: 93%;
    --tw-scale-y: 93%;
    --tw-scale-z: 93%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-94 {
    --tw-scale-x: 94%;
    --tw-scale-y: 94%;
    --tw-scale-z: 94%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-96 {
    --tw-scale-x: 96%;
    --tw-scale-y: 96%;
    --tw-scale-z: 96%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-97 {
    --tw-scale-x: 97%;
    --tw-scale-y: 97%;
    --tw-scale-z: 97%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-98 {
    --tw-scale-x: 98%;
    --tw-scale-y: 98%;
    --tw-scale-z: 98%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-99 {
    --tw-scale-x: 99%;
    --tw-scale-y: 99%;
    --tw-scale-z: 99%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .-rotate-45 {
    rotate: calc(45deg * -1);
  }
  .-rotate-180 {
    rotate: calc(180deg * -1);
  }
  .-rotate-\[2deg\] {
    rotate: calc(2deg * -1);
  }
  .-rotate-\[5deg\] {
    rotate: calc(5deg * -1);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-\[fadeInUp_0\.4s_ease-in-out_0\.2s_both\] {
    animation: fadeInUp 0.4s ease-in-out 0.2s both;
  }
  .animate-\[fadeInUp_0\.4s_ease-in-out_0\.4s_both\] {
    animation: fadeInUp 0.4s ease-in-out 0.4s both;
  }
  .animate-\[fadeInUp_0\.4s_ease-in-out_0\.6s_both\] {
    animation: fadeInUp 0.4s ease-in-out 0.6s both;
  }
  .animate-\[fadeInUp_0\.4s_ease-in-out_both\] {
    animation: fadeInUp 0.4s ease-in-out both;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .appearance-none {
    appearance: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-center {
    align-content: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .self-center {
    align-self: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-tl-3xl {
    border-top-left-radius: var(--radius-3xl);
  }
  .rounded-tr-3xl {
    border-top-right-radius: var(--radius-3xl);
  }
  .rounded-br-3xl {
    border-bottom-right-radius: var(--radius-3xl);
  }
  .rounded-br-\[20px\] {
    border-bottom-right-radius: 20px;
  }
  .rounded-br-lg {
    border-bottom-right-radius: var(--radius-lg);
  }
  .rounded-bl-3xl {
    border-bottom-left-radius: var(--radius-3xl);
  }
  .rounded-bl-\[20px\] {
    border-bottom-left-radius: 20px;
  }
  .rounded-bl-lg {
    border-bottom-left-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-b-3 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 3px;
  }
  .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-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-l-3 {
    border-left-style: var(--tw-border-style);
    border-left-width: 3px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-heading {
    border-color: var(--color-heading);
  }
  .border-highlight {
    border-color: var(--color-highlight);
  }
  .border-highlight2 {
    border-color: var(--color-highlight2);
  }
  .border-main {
    border-color: var(--color-main);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-t-highlight {
    border-top-color: var(--color-highlight);
  }
  .bg-\[\#F4F8FB\] {
    background-color: #F4F8FB;
  }
  .bg-\[\#f0f4f9\] {
    background-color: #f0f4f9;
  }
  .bg-\[rgba\(0\,0\,0\,\.6\)\] {
    background-color: rgba(0,0,0,.6);
  }
  .bg-\[rgba\(0\,0\,0\,\.9\)\] {
    background-color: rgba(0,0,0,.9);
  }
  .bg-\[rgba\(0\,0\,0\,\.75\)\] {
    background-color: rgba(0,0,0,.75);
  }
  .bg-\[rgba\(5\,108\,185\,0\.95\)\] {
    background-color: rgba(5,108,185,0.95);
  }
  .bg-\[rgba\(50\,164\,72\,0\.95\)\] {
    background-color: rgba(50,164,72,0.95);
  }
  .bg-\[rgba\(215\,148\,5\,0\.95\)\] {
    background-color: rgba(215,148,5,0.95);
  }
  .bg-darkmain {
    background-color: var(--color-darkmain);
  }
  .bg-disabled {
    background-color: var(--color-disabled);
  }
  .bg-heading {
    background-color: var(--color-heading);
  }
  .bg-highlight {
    background-color: var(--color-highlight);
  }
  .bg-highlight\! {
    background-color: var(--color-highlight) !important;
  }
  .bg-highlight2 {
    background-color: var(--color-highlight2);
  }
  .bg-highlight2\/8 {
    background-color: color-mix(in srgb, #e2a705 8%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-highlight2) 8%, transparent);
    }
  }
  .bg-highlight2\/15 {
    background-color: color-mix(in srgb, #e2a705 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-highlight2) 15%, transparent);
    }
  }
  .bg-input {
    background-color: var(--color-input);
  }
  .bg-main {
    background-color: var(--color-main);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\! {
    background-color: var(--color-white) !important;
  }
  .bg-\[url\(\'\.\.\/img\/explore-padel-montreal-contact\.webp\'\)\] {
    background-image: url('../img/explore-padel-montreal-contact.webp');
  }
  .bg-\[url\(\'\.\.\/img\/flat-lay-people-playing-paddle-tennis\.webp\'\)\] {
    background-image: url('../img/flat-lay-people-playing-paddle-tennis.webp');
  }
  .bg-\[url\(\'\.\.\/img\/icons\/line\.png\'\)\] {
    background-image: url('../img/icons/line.png');
  }
  .bg-\[url\(\.\.\/img\/icons\/flags\.webp\)\] {
    background-image: url(../img/icons/flags.webp);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-size-\[54px\] {
    background-size: 54px;
  }
  .bg-size-\[62px\] {
    background-size: 62px;
  }
  .bg-size-\[1280px\] {
    background-size: 1280px;
  }
  .bg-\[-18\.5px_0px\] {
    background-position: -18.5px 0px;
  }
  .bg-\[-21px_0px\] {
    background-position: -21px 0px;
  }
  .bg-\[-37\.5px_0px\] {
    background-position: -37.5px 0px;
  }
  .bg-\[-42\.5px_0px\] {
    background-position: -42.5px 0px;
  }
  .bg-\[0px_0px\] {
    background-position: 0px 0px;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .bg-repeat-x {
    background-repeat: repeat-x;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-\[65\%\] {
    object-position: 65%;
  }
  .object-\[80\%\] {
    object-position: 80%;
  }
  .object-\[85\%\] {
    object-position: 85%;
  }
  .object-center {
    object-position: center;
  }
  .object-right {
    object-position: right;
  }
  .object-top {
    object-position: top;
  }
  .p-0\.5 {
    padding: calc(var(--spacing) * 0.5);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3\.5 {
    padding: calc(var(--spacing) * 3.5);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-\[6px\] {
    padding: 6px;
  }
  .p-\[9px\] {
    padding: 9px;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .ps-3 {
    padding-inline-start: calc(var(--spacing) * 3);
  }
  .ps-3\.5 {
    padding-inline-start: calc(var(--spacing) * 3.5);
  }
  .ps-4 {
    padding-inline-start: calc(var(--spacing) * 4);
  }
  .ps-5 {
    padding-inline-start: calc(var(--spacing) * 5);
  }
  .ps-5\.5 {
    padding-inline-start: calc(var(--spacing) * 5.5);
  }
  .ps-6\.5 {
    padding-inline-start: calc(var(--spacing) * 6.5);
  }
  .ps-\[27px\] {
    padding-inline-start: 27px;
  }
  .ps-px {
    padding-inline-start: 1px;
  }
  .pe-3 {
    padding-inline-end: calc(var(--spacing) * 3);
  }
  .pe-3\.5 {
    padding-inline-end: calc(var(--spacing) * 3.5);
  }
  .pe-4 {
    padding-inline-end: calc(var(--spacing) * 4);
  }
  .pe-5 {
    padding-inline-end: calc(var(--spacing) * 5);
  }
  .pe-6 {
    padding-inline-end: calc(var(--spacing) * 6);
  }
  .pe-6\.5 {
    padding-inline-end: calc(var(--spacing) * 6.5);
  }
  .pe-8 {
    padding-inline-end: calc(var(--spacing) * 8);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-2\! {
    padding-top: calc(var(--spacing) * 2) !important;
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pt-13 {
    padding-top: calc(var(--spacing) * 13);
  }
  .pt-18 {
    padding-top: calc(var(--spacing) * 18);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-40 {
    padding-top: calc(var(--spacing) * 40);
  }
  .pt-px {
    padding-top: 1px;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-5\.5 {
    padding-bottom: calc(var(--spacing) * 5.5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pb-15 {
    padding-bottom: calc(var(--spacing) * 15);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-18 {
    padding-bottom: calc(var(--spacing) * 18);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pb-30 {
    padding-bottom: calc(var(--spacing) * 30);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-start {
    text-align: start;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .font-heading {
    font-family: var(--font-heading);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[1\.7rem\] {
    font-size: 1.7rem;
  }
  .text-\[1\.19rem\] {
    font-size: 1.19rem;
  }
  .text-\[1\.38rem\]\! {
    font-size: 1.38rem !important;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .leading-\[1\.75rem\] {
    --tw-leading: 1.75rem;
    line-height: 1.75rem;
  }
  .leading-\[1\.96rem\]\! {
    --tw-leading: 1.96rem !important;
    line-height: 1.96rem !important;
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-amber-500 {
    color: var(--color-amber-500);
  }
  .text-disabled {
    color: var(--color-disabled);
  }
  .text-heading {
    color: var(--color-heading);
  }
  .text-heading\! {
    color: var(--color-heading) !important;
  }
  .text-highlight {
    color: var(--color-highlight);
  }
  .text-highlight2 {
    color: var(--color-highlight2);
  }
  .text-highlight3 {
    color: var(--color-highlight3);
  }
  .text-highlight4 {
    color: var(--color-highlight4);
  }
  .text-main {
    color: var(--color-main);
  }
  .text-main\! {
    color: var(--color-main) !important;
  }
  .text-para {
    color: var(--color-para);
  }
  .text-white {
    color: var(--color-white);
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-0 {
    text-decoration-thickness: 0px;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-95 {
    opacity: 95%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .opacity-100\! {
    opacity: 100% !important;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_0px_8px_0px_rgba\(0\,0\,0\,\.1\)\] {
    --tw-shadow: 0px 0px 8px 0px var(--tw-shadow-color, rgba(0,0,0,.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_1px_15px_0px_rgba\(25\,25\,25\,0\.27\)\] {
    --tw-shadow: 0px 1px 15px 0px var(--tw-shadow-color, rgba(25,25,25,0.27));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_2px_6px_0px_rgba\(0\,0\,0\,\.25\)\] {
    --tw-shadow: 0px 2px 6px 0px var(--tw-shadow-color, rgba(0,0,0,.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_2px_8px_0px_rgba\(0\,0\,0\,\.25\)\] {
    --tw-shadow: 0px 2px 8px 0px var(--tw-shadow-color, rgba(0,0,0,.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_2px_14px_-1px_rgba\(0\,0\,0\,\.4\)\]\! {
    --tw-shadow: 0px 2px 14px -1px var(--tw-shadow-color, rgba(0,0,0,.4)) !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;
  }
  .shadow-\[0px_2px_16px_0px_rgba\(0\,0\,0\,\.4\)\] {
    --tw-shadow: 0px 2px 16px 0px var(--tw-shadow-color, rgba(0,0,0,.4));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[2px_0px_12px_0px_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-shadow: 2px 0px 12px 0px var(--tw-shadow-color, rgba(0,0,0,0.2));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[inset_0_-4px_0_-0\.5px\] {
    --tw-shadow: inset 0 -4px 0 -0.5px var(--tw-shadow-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline-0 {
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
  .outline-1 {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-transparent {
    outline-color: transparent;
  }
  .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-\[35px\] {
    --tw-backdrop-blur: blur(35px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[top\] {
    transition-property: top;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-\[0\.3s\] {
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .duration-\[0\.15s\] {
    --tw-duration: 0.15s;
    transition-duration: 0.15s;
  }
  .duration-\[0\.25s\] {
    --tw-duration: 0.25s;
    transition-duration: 0.25s;
  }
  .duration-\[0\.35s\] {
    --tw-duration: 0.35s;
    transition-duration: 0.35s;
  }
  .duration-\[1\.2s\] {
    --tw-duration: 1.2s;
    transition-duration: 1.2s;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-focus-within\:rotate-180 {
    &:is(:where(.group):focus-within *) {
      rotate: 180deg;
    }
  }
  .group-hover\:left-1 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        left: calc(var(--spacing) * 1);
      }
    }
  }
  .group-hover\:rotate-180 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        rotate: 180deg;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-hover\:outline-main {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        outline-color: var(--color-main);
      }
    }
  }
  .group-\[\.active\]\:rotate-180 {
    &:is(:where(.group):is(.active) *) {
      rotate: 180deg;
    }
  }
  .group-\[\.active\]\:rounded-3xl\! {
    &:is(:where(.group):is(.active) *) {
      border-radius: var(--radius-3xl) !important;
    }
  }
  .group-\[\.active\]\:border-main {
    &:is(:where(.group):is(.active) *) {
      border-color: var(--color-main);
    }
  }
  .group-\[\.active\]\:text-main {
    &:is(:where(.group):is(.active) *) {
      color: var(--color-main);
    }
  }
  .group-\[\.active\]\:opacity-0 {
    &:is(:where(.group):is(.active) *) {
      opacity: 0%;
    }
  }
  .group-\[\.active\]\:opacity-100 {
    &:is(:where(.group):is(.active) *) {
      opacity: 100%;
    }
  }
  .group-\[\.active\]\:outline-main {
    &:is(:where(.group):is(.active) *) {
      outline-color: var(--color-main);
    }
  }
  .group-\[\.active\]\/nav\:mt-\[17\.5px\] {
    &:is(:where(.group\/nav):is(.active) *) {
      margin-top: 17.5px;
    }
  }
  .group-\[\.active\]\/nav\:mt-\[24\.5px\] {
    &:is(:where(.group\/nav):is(.active) *) {
      margin-top: 24.5px;
    }
  }
  .group-\[\.active\]\/nav\:h-22 {
    &:is(:where(.group\/nav):is(.active) *) {
      height: calc(var(--spacing) * 22);
    }
  }
  .group-\[\.active\]\/nav\:w-40 {
    &:is(:where(.group\/nav):is(.active) *) {
      width: calc(var(--spacing) * 40);
    }
  }
  .group-\[\.active\]\/nav\:items-start {
    &:is(:where(.group\/nav):is(.active) *) {
      align-items: flex-start;
    }
  }
  .group-\[\.active\]\/nav\:rounded-br-\[16px\] {
    &:is(:where(.group\/nav):is(.active) *) {
      border-bottom-right-radius: 16px;
    }
  }
  .group-\[\.active\]\/nav\:rounded-bl-\[16px\] {
    &:is(:where(.group\/nav):is(.active) *) {
      border-bottom-left-radius: 16px;
    }
  }
  .group-\[\.active\]\/nav\:px-2 {
    &:is(:where(.group\/nav):is(.active) *) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .group-\[\.active\]\/nav\:py-1\.5 {
    &:is(:where(.group\/nav):is(.active) *) {
      padding-block: calc(var(--spacing) * 1.5);
    }
  }
  .group-\[\.noresults\]\:block {
    &:is(:where(.group):is(.noresults) *) {
      display: block;
    }
  }
  .group-\[\.noresults\]\:hidden {
    &:is(:where(.group):is(.noresults) *) {
      display: none;
    }
  }
  .peer-checked\:border-main {
    &:is(:where(.peer):checked ~ *) {
      border-color: var(--color-main);
    }
  }
  .peer-checked\:bg-main {
    &:is(:where(.peer):checked ~ *) {
      background-color: var(--color-main);
    }
  }
  .placeholder\:italic {
    &::placeholder {
      font-style: italic;
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-0 {
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .before\:h-full {
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_ease-in-out_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 0.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_ease-in-out_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 0.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_ease-in-out_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 0.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_ease-in-out_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 0.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_ease-in-out_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 0.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_ease-in-out_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 0.6s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_ease-in-out_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 0.7s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_ease-in-out_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 0.8s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_ease-in-out_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 0.9s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_ease-in-out_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 1.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_ease-in-out_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 1.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_ease-in-out_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 1.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_ease-in-out_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 1.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_ease-in-out_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 1.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.1s_ease-in-out_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_ease-in-out_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 0.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_ease-in-out_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 0.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_ease-in-out_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 0.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_ease-in-out_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 0.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_ease-in-out_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 0.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_ease-in-out_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 0.6s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_ease-in-out_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 0.7s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_ease-in-out_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 0.8s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_ease-in-out_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 0.9s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_ease-in-out_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 1.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_ease-in-out_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 1.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_ease-in-out_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 1.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_ease-in-out_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 1.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_ease-in-out_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 1.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.2s_ease-in-out_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_ease-in-out_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 0.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_ease-in-out_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 0.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_ease-in-out_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 0.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_ease-in-out_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 0.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_ease-in-out_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 0.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_ease-in-out_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 0.6s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_ease-in-out_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 0.7s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_ease-in-out_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 0.8s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_ease-in-out_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 0.9s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_ease-in-out_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 1.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_ease-in-out_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 1.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_ease-in-out_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 1.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_ease-in-out_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 1.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_ease-in-out_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 1.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.3s_ease-in-out_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_ease-in-out_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 0.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_ease-in-out_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 0.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_ease-in-out_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 0.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_ease-in-out_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 0.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_ease-in-out_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 0.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_ease-in-out_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 0.6s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_ease-in-out_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 0.7s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_ease-in-out_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 0.8s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_ease-in-out_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 0.9s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_ease-in-out_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 1.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_ease-in-out_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 1.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_ease-in-out_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 1.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_ease-in-out_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 1.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_ease-in-out_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 1.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.4s_ease-in-out_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_ease-in-out_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 0.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_ease-in-out_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 0.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_ease-in-out_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 0.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_ease-in-out_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 0.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_ease-in-out_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 0.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_ease-in-out_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 0.6s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_ease-in-out_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 0.7s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_ease-in-out_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 0.8s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_ease-in-out_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 0.9s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_ease-in-out_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 1.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_ease-in-out_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 1.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_ease-in-out_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 1.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_ease-in-out_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 1.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_ease-in-out_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 1.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.5s_ease-in-out_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_ease-in-out_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 0.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_ease-in-out_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 0.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_ease-in-out_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 0.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_ease-in-out_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 0.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_ease-in-out_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 0.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_ease-in-out_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 0.6s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_ease-in-out_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 0.7s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_ease-in-out_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 0.8s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_ease-in-out_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 0.9s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_ease-in-out_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 1.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_ease-in-out_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 1.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_ease-in-out_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 1.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_ease-in-out_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 1.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_ease-in-out_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 1.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.6s_ease-in-out_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_ease-in-out_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 0.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_ease-in-out_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 0.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_ease-in-out_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 0.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_ease-in-out_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 0.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_ease-in-out_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 0.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_ease-in-out_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 0.6s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_ease-in-out_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 0.7s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_ease-in-out_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 0.8s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_ease-in-out_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 0.9s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_ease-in-out_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 1.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_ease-in-out_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 1.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_ease-in-out_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 1.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_ease-in-out_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 1.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_ease-in-out_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 1.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.7s_ease-in-out_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_ease-in-out_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 0.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_ease-in-out_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 0.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_ease-in-out_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 0.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_ease-in-out_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 0.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_ease-in-out_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 0.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_ease-in-out_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 0.6s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_ease-in-out_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 0.7s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_ease-in-out_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 0.8s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_ease-in-out_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 0.9s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_ease-in-out_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 1.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_ease-in-out_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 1.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_ease-in-out_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 1.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_ease-in-out_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 1.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_ease-in-out_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 1.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.8s_ease-in-out_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_ease-in-out_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 0.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_ease-in-out_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 0.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_ease-in-out_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 0.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_ease-in-out_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 0.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_ease-in-out_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 0.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_ease-in-out_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 0.6s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_ease-in-out_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 0.7s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_ease-in-out_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 0.8s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_ease-in-out_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 0.9s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_ease-in-out_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 1.1s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_ease-in-out_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 1.2s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_ease-in-out_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 1.3s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_ease-in-out_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 1.4s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_ease-in-out_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 1.5s both;
    }
  }
  .before\:animate-\[fadeInUp_0\.9s_ease-in-out_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 1s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_ease-in-out_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 0.1s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_ease-in-out_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 0.2s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_ease-in-out_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 0.3s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_ease-in-out_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 0.4s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_ease-in-out_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 0.5s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_ease-in-out_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 0.6s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_ease-in-out_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 0.7s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_ease-in-out_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 0.8s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_ease-in-out_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 0.9s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_ease-in-out_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 1.1s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_ease-in-out_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 1.2s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_ease-in-out_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 1.3s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_ease-in-out_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 1.4s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_ease-in-out_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 1.5s both;
    }
  }
  .before\:animate-\[fadeInUp_1s_ease-in-out_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_ease-in-out_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 0.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_ease-in-out_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 0.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_ease-in-out_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 0.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_ease-in-out_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 0.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_ease-in-out_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 0.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_ease-in-out_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 0.6s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_ease-in-out_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 0.7s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_ease-in-out_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 0.8s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_ease-in-out_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 0.9s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_ease-in-out_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 1.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_ease-in-out_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 1.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_ease-in-out_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 1.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_ease-in-out_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 1.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_ease-in-out_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 1.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.1s_ease-in-out_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_ease-in-out_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 0.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_ease-in-out_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 0.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_ease-in-out_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 0.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_ease-in-out_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 0.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_ease-in-out_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 0.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_ease-in-out_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 0.6s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_ease-in-out_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 0.7s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_ease-in-out_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 0.8s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_ease-in-out_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 0.9s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_ease-in-out_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 1.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_ease-in-out_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 1.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_ease-in-out_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 1.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_ease-in-out_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 1.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_ease-in-out_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 1.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.2s_ease-in-out_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_ease-in-out_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 0.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_ease-in-out_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 0.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_ease-in-out_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 0.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_ease-in-out_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 0.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_ease-in-out_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 0.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_ease-in-out_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 0.6s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_ease-in-out_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 0.7s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_ease-in-out_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 0.8s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_ease-in-out_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 0.9s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_ease-in-out_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 1.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_ease-in-out_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 1.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_ease-in-out_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 1.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_ease-in-out_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 1.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_ease-in-out_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 1.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.3s_ease-in-out_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_ease-in-out_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 0.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_ease-in-out_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 0.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_ease-in-out_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 0.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_ease-in-out_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 0.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_ease-in-out_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 0.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_ease-in-out_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 0.6s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_ease-in-out_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 0.7s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_ease-in-out_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 0.8s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_ease-in-out_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 0.9s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_ease-in-out_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 1.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_ease-in-out_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 1.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_ease-in-out_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 1.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_ease-in-out_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 1.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_ease-in-out_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 1.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.4s_ease-in-out_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_ease-in-out_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 0.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_ease-in-out_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 0.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_ease-in-out_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 0.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_ease-in-out_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 0.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_ease-in-out_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 0.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_ease-in-out_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 0.6s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_ease-in-out_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 0.7s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_ease-in-out_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 0.8s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_ease-in-out_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 0.9s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_ease-in-out_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 1.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_ease-in-out_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 1.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_ease-in-out_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 1.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_ease-in-out_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 1.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_ease-in-out_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 1.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.5s_ease-in-out_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_ease-in-out_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 0.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_ease-in-out_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 0.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_ease-in-out_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 0.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_ease-in-out_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 0.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_ease-in-out_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 0.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_ease-in-out_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 0.6s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_ease-in-out_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 0.7s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_ease-in-out_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 0.8s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_ease-in-out_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 0.9s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_ease-in-out_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 1.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_ease-in-out_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 1.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_ease-in-out_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 1.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_ease-in-out_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 1.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_ease-in-out_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 1.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.6s_ease-in-out_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_ease-in-out_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 0.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_ease-in-out_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 0.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_ease-in-out_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 0.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_ease-in-out_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 0.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_ease-in-out_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 0.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_ease-in-out_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 0.6s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_ease-in-out_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 0.7s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_ease-in-out_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 0.8s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_ease-in-out_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 0.9s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_ease-in-out_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 1.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_ease-in-out_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 1.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_ease-in-out_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 1.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_ease-in-out_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 1.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_ease-in-out_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 1.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.7s_ease-in-out_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_ease-in-out_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 0.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_ease-in-out_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 0.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_ease-in-out_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 0.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_ease-in-out_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 0.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_ease-in-out_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 0.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_ease-in-out_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 0.6s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_ease-in-out_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 0.7s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_ease-in-out_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 0.8s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_ease-in-out_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 0.9s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_ease-in-out_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 1.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_ease-in-out_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 1.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_ease-in-out_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 1.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_ease-in-out_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 1.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_ease-in-out_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 1.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.8s_ease-in-out_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_ease-in-out_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 0.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_ease-in-out_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 0.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_ease-in-out_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 0.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_ease-in-out_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 0.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_ease-in-out_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 0.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_ease-in-out_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 0.6s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_ease-in-out_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 0.7s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_ease-in-out_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 0.8s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_ease-in-out_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 0.9s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_ease-in-out_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 1.1s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_ease-in-out_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 1.2s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_ease-in-out_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 1.3s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_ease-in-out_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 1.4s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_ease-in-out_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 1.5s both;
    }
  }
  .before\:animate-\[fullWidth_0\.9s_ease-in-out_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 1s both;
    }
  }
  .before\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .before\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .before\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .before\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .before\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .before\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .before\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .before\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .before\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .before\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .before\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .before\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .before\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .before\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .before\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .before\:animate-\[fullWidth_1s_ease-in-out_0\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 0.1s both;
    }
  }
  .before\:animate-\[fullWidth_1s_ease-in-out_0\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 0.2s both;
    }
  }
  .before\:animate-\[fullWidth_1s_ease-in-out_0\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 0.3s both;
    }
  }
  .before\:animate-\[fullWidth_1s_ease-in-out_0\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 0.4s both;
    }
  }
  .before\:animate-\[fullWidth_1s_ease-in-out_0\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 0.5s both;
    }
  }
  .before\:animate-\[fullWidth_1s_ease-in-out_0\.6s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 0.6s both;
    }
  }
  .before\:animate-\[fullWidth_1s_ease-in-out_0\.7s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 0.7s both;
    }
  }
  .before\:animate-\[fullWidth_1s_ease-in-out_0\.8s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 0.8s both;
    }
  }
  .before\:animate-\[fullWidth_1s_ease-in-out_0\.9s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 0.9s both;
    }
  }
  .before\:animate-\[fullWidth_1s_ease-in-out_1\.1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 1.1s both;
    }
  }
  .before\:animate-\[fullWidth_1s_ease-in-out_1\.2s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 1.2s both;
    }
  }
  .before\:animate-\[fullWidth_1s_ease-in-out_1\.3s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 1.3s both;
    }
  }
  .before\:animate-\[fullWidth_1s_ease-in-out_1\.4s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 1.4s both;
    }
  }
  .before\:animate-\[fullWidth_1s_ease-in-out_1\.5s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 1.5s both;
    }
  }
  .before\:animate-\[fullWidth_1s_ease-in-out_1s_both\] {
    &::before {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 1s both;
    }
  }
  .before\:bg-\[linear-gradient\(to_bottom\,_rgba\(0\,0\,0\,0\.2\)_80\%\,rgba\(0\,0\,0\,0\)_110\%\)\]\! {
    &::before {
      content: var(--tw-content);
      background-image: linear-gradient(to bottom, rgba(0,0,0,0.2) 80%,rgba(0,0,0,0) 110%) !important;
    }
  }
  .before\:bg-\[linear-gradient\(to_bottom\,_rgba\(15\,26\,17\,0\.55\)_80\%\,rgba\(15\,26\,17\,0\)_110\%\)\]\! {
    &::before {
      content: var(--tw-content);
      background-image: linear-gradient(to bottom, rgba(15,26,17,0.55) 80%,rgba(15,26,17,0) 110%) !important;
    }
  }
  .before\:opacity-40 {
    &::before {
      content: var(--tw-content);
      opacity: 40%;
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:-top-2 {
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * -2);
    }
  }
  .after\:top-0 {
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .after\:right-0 {
    &::after {
      content: var(--tw-content);
      right: calc(var(--spacing) * 0);
    }
  }
  .after\:left-0 {
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .after\:left-0\! {
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0) !important;
    }
  }
  .after\:left-3 {
    &::after {
      content: var(--tw-content);
      left: calc(var(--spacing) * 3);
    }
  }
  .after\:h-\[89\%\]\! {
    &::after {
      content: var(--tw-content);
      height: 89% !important;
    }
  }
  .after\:h-full {
    &::after {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .after\:w-full {
    &::after {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .after\:w-full\! {
    &::after {
      content: var(--tw-content);
      width: 100% !important;
    }
  }
  .after\:-rotate-45 {
    &::after {
      content: var(--tw-content);
      rotate: calc(45deg * -1);
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_ease-in-out_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 0.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_ease-in-out_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 0.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_ease-in-out_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 0.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_ease-in-out_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 0.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_ease-in-out_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 0.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_ease-in-out_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 0.6s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_ease-in-out_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 0.7s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_ease-in-out_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 0.8s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_ease-in-out_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 0.9s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_ease-in-out_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 1.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_ease-in-out_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 1.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_ease-in-out_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 1.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_ease-in-out_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 1.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_ease-in-out_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 1.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.1s_ease-in-out_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.1s ease-in-out 1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_ease-in-out_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 0.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_ease-in-out_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 0.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_ease-in-out_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 0.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_ease-in-out_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 0.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_ease-in-out_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 0.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_ease-in-out_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 0.6s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_ease-in-out_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 0.7s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_ease-in-out_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 0.8s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_ease-in-out_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 0.9s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_ease-in-out_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 1.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_ease-in-out_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 1.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_ease-in-out_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 1.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_ease-in-out_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 1.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_ease-in-out_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 1.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.2s_ease-in-out_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.2s ease-in-out 1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_ease-in-out_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 0.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_ease-in-out_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 0.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_ease-in-out_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 0.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_ease-in-out_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 0.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_ease-in-out_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 0.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_ease-in-out_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 0.6s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_ease-in-out_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 0.7s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_ease-in-out_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 0.8s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_ease-in-out_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 0.9s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_ease-in-out_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 1.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_ease-in-out_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 1.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_ease-in-out_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 1.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_ease-in-out_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 1.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_ease-in-out_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 1.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.3s_ease-in-out_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.3s ease-in-out 1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_ease-in-out_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 0.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_ease-in-out_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 0.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_ease-in-out_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 0.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_ease-in-out_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 0.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_ease-in-out_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 0.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_ease-in-out_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 0.6s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_ease-in-out_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 0.7s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_ease-in-out_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 0.8s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_ease-in-out_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 0.9s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_ease-in-out_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 1.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_ease-in-out_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 1.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_ease-in-out_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 1.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_ease-in-out_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 1.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_ease-in-out_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 1.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.4s_ease-in-out_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.4s ease-in-out 1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_ease-in-out_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 0.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_ease-in-out_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 0.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_ease-in-out_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 0.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_ease-in-out_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 0.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_ease-in-out_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 0.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_ease-in-out_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 0.6s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_ease-in-out_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 0.7s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_ease-in-out_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 0.8s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_ease-in-out_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 0.9s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_ease-in-out_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 1.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_ease-in-out_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 1.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_ease-in-out_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 1.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_ease-in-out_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 1.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_ease-in-out_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 1.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.5s_ease-in-out_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.5s ease-in-out 1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_ease-in-out_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 0.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_ease-in-out_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 0.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_ease-in-out_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 0.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_ease-in-out_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 0.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_ease-in-out_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 0.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_ease-in-out_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 0.6s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_ease-in-out_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 0.7s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_ease-in-out_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 0.8s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_ease-in-out_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 0.9s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_ease-in-out_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 1.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_ease-in-out_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 1.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_ease-in-out_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 1.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_ease-in-out_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 1.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_ease-in-out_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 1.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.6s_ease-in-out_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.6s ease-in-out 1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_ease-in-out_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 0.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_ease-in-out_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 0.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_ease-in-out_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 0.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_ease-in-out_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 0.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_ease-in-out_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 0.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_ease-in-out_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 0.6s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_ease-in-out_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 0.7s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_ease-in-out_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 0.8s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_ease-in-out_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 0.9s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_ease-in-out_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 1.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_ease-in-out_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 1.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_ease-in-out_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 1.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_ease-in-out_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 1.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_ease-in-out_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 1.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.7s_ease-in-out_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.7s ease-in-out 1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_ease-in-out_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 0.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_ease-in-out_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 0.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_ease-in-out_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 0.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_ease-in-out_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 0.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_ease-in-out_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 0.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_ease-in-out_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 0.6s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_ease-in-out_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 0.7s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_ease-in-out_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 0.8s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_ease-in-out_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 0.9s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_ease-in-out_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 1.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_ease-in-out_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 1.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_ease-in-out_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 1.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_ease-in-out_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 1.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_ease-in-out_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 1.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.8s_ease-in-out_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.8s ease-in-out 1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_ease-in-out_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 0.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_ease-in-out_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 0.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_ease-in-out_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 0.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_ease-in-out_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 0.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_ease-in-out_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 0.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_ease-in-out_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 0.6s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_ease-in-out_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 0.7s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_ease-in-out_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 0.8s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_ease-in-out_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 0.9s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_ease-in-out_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 1.1s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_ease-in-out_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 1.2s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_ease-in-out_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 1.3s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_ease-in-out_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 1.4s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_ease-in-out_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 1.5s both;
    }
  }
  .after\:animate-\[fadeInUp_0\.9s_ease-in-out_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 0.9s ease-in-out 1s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_ease-in-out_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 0.1s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_ease-in-out_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 0.2s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_ease-in-out_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 0.3s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_ease-in-out_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 0.4s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_ease-in-out_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 0.5s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_ease-in-out_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 0.6s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_ease-in-out_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 0.7s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_ease-in-out_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 0.8s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_ease-in-out_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 0.9s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_ease-in-out_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 1.1s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_ease-in-out_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 1.2s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_ease-in-out_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 1.3s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_ease-in-out_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 1.4s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_ease-in-out_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 1.5s both;
    }
  }
  .after\:animate-\[fadeInUp_1s_ease-in-out_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fadeInUp 1s ease-in-out 1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_ease-in-out_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 0.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_ease-in-out_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 0.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_ease-in-out_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 0.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_ease-in-out_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 0.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_ease-in-out_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 0.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_ease-in-out_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 0.6s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_ease-in-out_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 0.7s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_ease-in-out_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 0.8s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_ease-in-out_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 0.9s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_ease-in-out_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 1.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_ease-in-out_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 1.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_ease-in-out_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 1.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_ease-in-out_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 1.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_ease-in-out_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 1.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.1s_ease-in-out_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.1s ease-in-out 1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_ease-in-out_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 0.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_ease-in-out_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 0.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_ease-in-out_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 0.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_ease-in-out_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 0.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_ease-in-out_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 0.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_ease-in-out_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 0.6s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_ease-in-out_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 0.7s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_ease-in-out_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 0.8s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_ease-in-out_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 0.9s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_ease-in-out_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 1.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_ease-in-out_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 1.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_ease-in-out_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 1.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_ease-in-out_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 1.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_ease-in-out_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 1.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.2s_ease-in-out_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.2s ease-in-out 1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_ease-in-out_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 0.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_ease-in-out_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 0.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_ease-in-out_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 0.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_ease-in-out_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 0.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_ease-in-out_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 0.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_ease-in-out_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 0.6s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_ease-in-out_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 0.7s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_ease-in-out_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 0.8s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_ease-in-out_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 0.9s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_ease-in-out_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 1.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_ease-in-out_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 1.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_ease-in-out_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 1.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_ease-in-out_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 1.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_ease-in-out_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 1.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.3s_ease-in-out_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.3s ease-in-out 1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_ease-in-out_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 0.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_ease-in-out_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 0.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_ease-in-out_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 0.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_ease-in-out_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 0.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_ease-in-out_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 0.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_ease-in-out_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 0.6s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_ease-in-out_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 0.7s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_ease-in-out_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 0.8s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_ease-in-out_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 0.9s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_ease-in-out_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 1.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_ease-in-out_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 1.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_ease-in-out_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 1.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_ease-in-out_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 1.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_ease-in-out_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 1.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.4s_ease-in-out_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.4s ease-in-out 1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_ease-in-out_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 0.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_ease-in-out_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 0.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_ease-in-out_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 0.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_ease-in-out_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 0.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_ease-in-out_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 0.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_ease-in-out_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 0.6s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_ease-in-out_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 0.7s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_ease-in-out_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 0.8s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_ease-in-out_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 0.9s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_ease-in-out_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 1.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_ease-in-out_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 1.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_ease-in-out_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 1.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_ease-in-out_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 1.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_ease-in-out_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 1.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.5s_ease-in-out_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.5s ease-in-out 1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_ease-in-out_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 0.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_ease-in-out_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 0.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_ease-in-out_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 0.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_ease-in-out_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 0.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_ease-in-out_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 0.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_ease-in-out_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 0.6s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_ease-in-out_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 0.7s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_ease-in-out_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 0.8s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_ease-in-out_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 0.9s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_ease-in-out_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 1.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_ease-in-out_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 1.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_ease-in-out_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 1.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_ease-in-out_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 1.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_ease-in-out_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 1.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.6s_ease-in-out_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.6s ease-in-out 1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_ease-in-out_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 0.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_ease-in-out_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 0.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_ease-in-out_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 0.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_ease-in-out_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 0.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_ease-in-out_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 0.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_ease-in-out_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 0.6s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_ease-in-out_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 0.7s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_ease-in-out_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 0.8s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_ease-in-out_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 0.9s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_ease-in-out_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 1.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_ease-in-out_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 1.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_ease-in-out_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 1.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_ease-in-out_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 1.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_ease-in-out_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 1.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.7s_ease-in-out_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.7s ease-in-out 1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_ease-in-out_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 0.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_ease-in-out_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 0.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_ease-in-out_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 0.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_ease-in-out_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 0.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_ease-in-out_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 0.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_ease-in-out_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 0.6s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_ease-in-out_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 0.7s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_ease-in-out_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 0.8s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_ease-in-out_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 0.9s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_ease-in-out_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 1.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_ease-in-out_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 1.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_ease-in-out_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 1.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_ease-in-out_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 1.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_ease-in-out_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 1.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.8s_ease-in-out_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.8s ease-in-out 1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_ease-in-out_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 0.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_ease-in-out_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 0.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_ease-in-out_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 0.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_ease-in-out_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 0.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_ease-in-out_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 0.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_ease-in-out_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 0.6s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_ease-in-out_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 0.7s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_ease-in-out_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 0.8s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_ease-in-out_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 0.9s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_ease-in-out_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 1.1s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_ease-in-out_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 1.2s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_ease-in-out_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 1.3s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_ease-in-out_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 1.4s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_ease-in-out_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 1.5s both;
    }
  }
  .after\:animate-\[fullWidth_0\.9s_ease-in-out_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 0.9s ease-in-out 1s both;
    }
  }
  .after\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 0.1s both;
    }
  }
  .after\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 0.2s both;
    }
  }
  .after\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 0.3s both;
    }
  }
  .after\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 0.4s both;
    }
  }
  .after\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 0.5s both;
    }
  }
  .after\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .after\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 0.7s both;
    }
  }
  .after\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .after\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 0.9s both;
    }
  }
  .after\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 1.1s both;
    }
  }
  .after\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 1.2s both;
    }
  }
  .after\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 1.3s both;
    }
  }
  .after\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 1.4s both;
    }
  }
  .after\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 1.5s both;
    }
  }
  .after\:animate-\[fullWidth_1s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s cubic-bezier(0.25,1,0.30,1) 1s both;
    }
  }
  .after\:animate-\[fullWidth_1s_ease-in-out_0\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 0.1s both;
    }
  }
  .after\:animate-\[fullWidth_1s_ease-in-out_0\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 0.2s both;
    }
  }
  .after\:animate-\[fullWidth_1s_ease-in-out_0\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 0.3s both;
    }
  }
  .after\:animate-\[fullWidth_1s_ease-in-out_0\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 0.4s both;
    }
  }
  .after\:animate-\[fullWidth_1s_ease-in-out_0\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 0.5s both;
    }
  }
  .after\:animate-\[fullWidth_1s_ease-in-out_0\.6s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 0.6s both;
    }
  }
  .after\:animate-\[fullWidth_1s_ease-in-out_0\.7s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 0.7s both;
    }
  }
  .after\:animate-\[fullWidth_1s_ease-in-out_0\.8s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 0.8s both;
    }
  }
  .after\:animate-\[fullWidth_1s_ease-in-out_0\.9s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 0.9s both;
    }
  }
  .after\:animate-\[fullWidth_1s_ease-in-out_1\.1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 1.1s both;
    }
  }
  .after\:animate-\[fullWidth_1s_ease-in-out_1\.2s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 1.2s both;
    }
  }
  .after\:animate-\[fullWidth_1s_ease-in-out_1\.3s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 1.3s both;
    }
  }
  .after\:animate-\[fullWidth_1s_ease-in-out_1\.4s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 1.4s both;
    }
  }
  .after\:animate-\[fullWidth_1s_ease-in-out_1\.5s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 1.5s both;
    }
  }
  .after\:animate-\[fullWidth_1s_ease-in-out_1s_both\] {
    &::after {
      content: var(--tw-content);
      animation: fullWidth 1s ease-in-out 1s both;
    }
  }
  .after\:rounded-\[2px\] {
    &::after {
      content: var(--tw-content);
      border-radius: 2px;
    }
  }
  .after\:border-10 {
    &::after {
      content: var(--tw-content);
      border-style: var(--tw-border-style);
      border-width: 10px;
    }
  }
  .after\:border-\[white_white_transparent_transparent\] {
    &::after {
      content: var(--tw-content);
      border-color: white white transparent transparent;
    }
  }
  .after\:bg-\[rgba\(0\,0\,0\,0\.4\)\]\! {
    &::after {
      content: var(--tw-content);
      background-color: rgba(0,0,0,0.4) !important;
    }
  }
  .after\:bg-\[rgba\(5\,108\,185\,0\.95\)\]\! {
    &::after {
      content: var(--tw-content);
      background-color: rgba(5,108,185,0.95) !important;
    }
  }
  .after\:bg-\[rgba\(50\,164\,72\,0\.95\)\]\! {
    &::after {
      content: var(--tw-content);
      background-color: rgba(50,164,72,0.95) !important;
    }
  }
  .after\:bg-\[rgba\(215\,148\,5\,0\.95\)\]\! {
    &::after {
      content: var(--tw-content);
      background-color: rgba(215,148,5,0.95) !important;
    }
  }
  .after\:bg-\[linear-gradient\(90deg\,rgba\(19\,57\,89\,0\.9\)\,rgba\(19\,57\,89\,0\.9\)\)\] {
    &::after {
      content: var(--tw-content);
      background-image: linear-gradient(90deg,rgba(19,57,89,0.9),rgba(19,57,89,0.9));
    }
  }
  .after\:bg-\[linear-gradient\(180deg\,rgba\(0\,0\,0\,0\)_44\%\,rgba\(0\,0\,0\,0\.14\)_63\%\)\] {
    &::after {
      content: var(--tw-content);
      background-image: linear-gradient(180deg,rgba(0,0,0,0) 44%,rgba(0,0,0,0.14) 63%);
    }
  }
  .after\:bg-\[linear-gradient\(to_right\,_rgba\(14\,29\,42\,0\.6\)\,rgba\(14\,29\,42\,0\.6\)\)\]\! {
    &::after {
      content: var(--tw-content);
      background-image: linear-gradient(to right, rgba(14,29,42,0.6),rgba(14,29,42,0.6)) !important;
    }
  }
  .after\:bg-\[linear-gradient\(to_right\,_rgba\(14\,29\,42\,0\.6\)_21\%\,rgba\(5\,108\,185\,0\)_100\%\)\]\! {
    &::after {
      content: var(--tw-content);
      background-image: linear-gradient(to right, rgba(14,29,42,0.6) 21%,rgba(5,108,185,0) 100%) !important;
    }
  }
  .after\:bg-\[linear-gradient\(to_right\,_rgba\(15\,26\,17\,0\.55\)_70\%\,rgba\(15\,26\,17\,0\)_100\%\)\]\! {
    &::after {
      content: var(--tw-content);
      background-image: linear-gradient(to right, rgba(15,26,17,0.55) 70%,rgba(15,26,17,0) 100%) !important;
    }
  }
  .after\:bg-\[linear-gradient\(to_right\,rgba\(0\,0\,0\,0\.2\)_88\%\,rgba\(0\,0\,0\,0\)_100\%\)\]\! {
    &::after {
      content: var(--tw-content);
      background-image: linear-gradient(to right,rgba(0,0,0,0.2) 88%,rgba(0,0,0,0) 100%) !important;
    }
  }
  .after\:shadow-\[3px\,-3px\,6px\,-3px\,rgba\(0\,0\,0\,\.25\)\] {
    &::after {
      content: var(--tw-content);
      --tw-shadow: 3px, -3px, 6px, -3px, rgba(0,0,0,.25);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .after\:backdrop-blur\! {
    &::after {
      content: var(--tw-content);
      --tw-backdrop-blur: blur(8px) !important;
      -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,) !important;
      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,) !important;
    }
  }
  .focus-within\:text-highlight2 {
    &:focus-within {
      color: var(--color-highlight2);
    }
  }
  .hover\:scale-\[1\.1\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.1;
      }
    }
  }
  .hover\:scale-\[105\%\] {
    &:hover {
      @media (hover: hover) {
        scale: 105%;
      }
    }
  }
  .hover\:border-highlight2 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-highlight2);
      }
    }
  }
  .hover\:bg-highlight2Hover {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-highlight2Hover);
      }
    }
  }
  .hover\:bg-highlightHover\! {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-highlightHover) !important;
      }
    }
  }
  .hover\:bg-hover {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-hover);
      }
    }
  }
  .hover\:bg-main\! {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-main) !important;
      }
    }
  }
  .hover\:bg-mainHover {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-mainHover);
      }
    }
  }
  .hover\:text-highlight {
    &:hover {
      @media (hover: hover) {
        color: var(--color-highlight);
      }
    }
  }
  .hover\:text-highlight2 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-highlight2);
      }
    }
  }
  .hover\:text-highlight3 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-highlight3);
      }
    }
  }
  .hover\:text-main {
    &:hover {
      @media (hover: hover) {
        color: var(--color-main);
      }
    }
  }
  .hover\:text-white\! {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white) !important;
      }
    }
  }
  .group-\[\.active\]\/nav\:hover\:border-white {
    &:is(:where(.group\/nav):is(.active) *) {
      &:hover {
        @media (hover: hover) {
          border-color: var(--color-white);
        }
      }
    }
  }
  .focus\:shadow-\[0px_0px_4px_0px_rgba\(7\,109\,185\,0\.6\)\] {
    &:focus {
      --tw-shadow: 0px 0px 4px 0px var(--tw-shadow-color, rgba(7,109,185,0.6));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .max-\[1700px\]\:right-0 {
    @media (width < 1700px) {
      right: calc(var(--spacing) * 0);
    }
  }
  .max-\[1700px\]\:left-auto {
    @media (width < 1700px) {
      left: auto;
    }
  }
  .max-\[1700px\]\:translate-x-0 {
    @media (width < 1700px) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .max-\[500px\]\:px-4 {
    @media (width < 500px) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .max-\[500px\]\:pe-0 {
    @media (width < 500px) {
      padding-inline-end: calc(var(--spacing) * 0);
    }
  }
  .max-\[450px\]\:mb-6 {
    @media (width < 450px) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .max-\[450px\]\:mb-8 {
    @media (width < 450px) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .max-\[400px\]\:min-h-60 {
    @media (width < 400px) {
      min-height: calc(var(--spacing) * 60);
    }
  }
  .sm\:-top-7\.5 {
    @media (width >= 40rem) {
      top: calc(var(--spacing) * -7.5);
    }
  }
  .sm\:me-1\.5 {
    @media (width >= 40rem) {
      margin-inline-end: calc(var(--spacing) * 1.5);
    }
  }
  .sm\:mt-10 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .sm\:mt-35 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 35);
    }
  }
  .sm\:mb-2\.5 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .sm\:mb-3 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .sm\:mb-5 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .sm\:mb-7\.5 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 7.5);
    }
  }
  .sm\:mb-8 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .sm\:mb-10 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .sm\:mb-12 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .sm\:mb-15 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 15);
    }
  }
  .sm\:mb-16 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .sm\:mb-17 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 17);
    }
  }
  .sm\:mb-20 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:inline-block {
    @media (width >= 40rem) {
      display: inline-block;
    }
  }
  .sm\:inline-flex {
    @media (width >= 40rem) {
      display: inline-flex;
    }
  }
  .sm\:h-6 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 6);
    }
  }
  .sm\:h-8 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 8);
    }
  }
  .sm\:h-13 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 13);
    }
  }
  .sm\:h-85 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 85);
    }
  }
  .sm\:min-h-48 {
    @media (width >= 40rem) {
      min-height: calc(var(--spacing) * 48);
    }
  }
  .sm\:min-h-107 {
    @media (width >= 40rem) {
      min-height: calc(var(--spacing) * 107);
    }
  }
  .sm\:w-6 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 6);
    }
  }
  .sm\:w-8 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 8);
    }
  }
  .sm\:w-18 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 18);
    }
  }
  .sm\:max-w-35 {
    @media (width >= 40rem) {
      max-width: calc(var(--spacing) * 35);
    }
  }
  .sm\:max-w-54 {
    @media (width >= 40rem) {
      max-width: calc(var(--spacing) * 54);
    }
  }
  .sm\:max-w-86 {
    @media (width >= 40rem) {
      max-width: calc(var(--spacing) * 86);
    }
  }
  .sm\:max-w-88 {
    @media (width >= 40rem) {
      max-width: calc(var(--spacing) * 88);
    }
  }
  .sm\:max-w-116 {
    @media (width >= 40rem) {
      max-width: calc(var(--spacing) * 116);
    }
  }
  .sm\:min-w-5\.5 {
    @media (width >= 40rem) {
      min-width: calc(var(--spacing) * 5.5);
    }
  }
  .sm\:basis-6 {
    @media (width >= 40rem) {
      flex-basis: calc(var(--spacing) * 6);
    }
  }
  .sm\:basis-8 {
    @media (width >= 40rem) {
      flex-basis: calc(var(--spacing) * 8);
    }
  }
  .sm\:cursor-auto {
    @media (width >= 40rem) {
      cursor: auto;
    }
  }
  .sm\:border-none\! {
    @media (width >= 40rem) {
      --tw-border-style: none !important;
      border-style: none !important;
    }
  }
  .sm\:p-1\.5 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 1.5);
    }
  }
  .sm\:p-5 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .sm\:p-8 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-4 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .sm\:ps-7\.5 {
    @media (width >= 40rem) {
      padding-inline-start: calc(var(--spacing) * 7.5);
    }
  }
  .sm\:pe-15 {
    @media (width >= 40rem) {
      padding-inline-end: calc(var(--spacing) * 15);
    }
  }
  .sm\:pt-8 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .sm\:pt-20 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .sm\:pt-22 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 22);
    }
  }
  .sm\:pt-24 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .sm\:pb-0 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:pb-2 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 2);
    }
  }
  .sm\:pb-6 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .sm\:pb-7 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 7);
    }
  }
  .sm\:pb-10 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .sm\:pb-12 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .sm\:pb-18 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 18);
    }
  }
  .sm\:pb-20 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .sm\:pb-22 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 22);
    }
  }
  .sm\:pb-25 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 25);
    }
  }
  .sm\:pb-26 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 26);
    }
  }
  .sm\:text-start {
    @media (width >= 40rem) {
      text-align: start;
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .sm\:text-\[1\.07rem\]\! {
    @media (width >= 40rem) {
      font-size: 1.07rem !important;
    }
  }
  .sm\:leading-\[30px\] {
    @media (width >= 40rem) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .sm\:after\:w-136 {
    @media (width >= 40rem) {
      &::after {
        content: var(--tw-content);
        width: calc(var(--spacing) * 136);
      }
    }
  }
  .sm\:after\:bg-\[linear-gradient\(90deg\,rgba\(19\,57\,89\,0\.9\)_81\%\,rgba\(19\,57\,89\,0\.75\)_89\%\,rgba\(19\,57\,89\,0\)_100\%\)\] {
    @media (width >= 40rem) {
      &::after {
        content: var(--tw-content);
        background-image: linear-gradient(90deg,rgba(19,57,89,0.9) 81%,rgba(19,57,89,0.75) 89%,rgba(19,57,89,0) 100%);
      }
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:-top-\[33px\] {
    @media (width >= 48rem) {
      top: calc(33px * -1);
    }
  }
  .md\:-mx-4 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * -4);
    }
  }
  .md\:mt-\[91px\] {
    @media (width >= 48rem) {
      margin-top: 91px;
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-6\.5 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 6.5);
    }
  }
  .md\:mb-8 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:mb-8\.5 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 8.5);
    }
  }
  .md\:mb-10 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:mb-14 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 14);
    }
  }
  .md\:mb-15 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 15);
    }
  }
  .md\:mb-17 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 17);
    }
  }
  .md\:mb-22 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 22);
    }
  }
  .md\:mb-28 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 28);
    }
  }
  .md\:mb-37\.5 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 37.5);
    }
  }
  .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-90 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 90);
    }
  }
  .md\:h-\[57px\] {
    @media (width >= 48rem) {
      height: 57px;
    }
  }
  .md\:h-\[85\%\] {
    @media (width >= 48rem) {
      height: 85%;
    }
  }
  .md\:h-auto\! {
    @media (width >= 48rem) {
      height: auto !important;
    }
  }
  .md\:max-h-100 {
    @media (width >= 48rem) {
      max-height: calc(var(--spacing) * 100);
    }
  }
  .md\:max-h-108 {
    @media (width >= 48rem) {
      max-height: calc(var(--spacing) * 108);
    }
  }
  .md\:max-h-112\.5 {
    @media (width >= 48rem) {
      max-height: calc(var(--spacing) * 112.5);
    }
  }
  .md\:max-h-114 {
    @media (width >= 48rem) {
      max-height: calc(var(--spacing) * 114);
    }
  }
  .md\:max-h-115 {
    @media (width >= 48rem) {
      max-height: calc(var(--spacing) * 115);
    }
  }
  .md\:max-h-116 {
    @media (width >= 48rem) {
      max-height: calc(var(--spacing) * 116);
    }
  }
  .md\:max-h-118 {
    @media (width >= 48rem) {
      max-height: calc(var(--spacing) * 118);
    }
  }
  .md\:max-h-120 {
    @media (width >= 48rem) {
      max-height: calc(var(--spacing) * 120);
    }
  }
  .md\:max-h-121 {
    @media (width >= 48rem) {
      max-height: calc(var(--spacing) * 121);
    }
  }
  .md\:max-h-128 {
    @media (width >= 48rem) {
      max-height: calc(var(--spacing) * 128);
    }
  }
  .md\:max-h-138 {
    @media (width >= 48rem) {
      max-height: calc(var(--spacing) * 138);
    }
  }
  .md\:max-h-140 {
    @media (width >= 48rem) {
      max-height: calc(var(--spacing) * 140);
    }
  }
  .md\:w-5\/12 {
    @media (width >= 48rem) {
      width: calc(5/12 * 100%);
    }
  }
  .md\:w-10\/12 {
    @media (width >= 48rem) {
      width: calc(10/12 * 100%);
    }
  }
  .md\:w-19\.5 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 19.5);
    }
  }
  .md\:w-36 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 36);
    }
  }
  .md\:w-\[85\%\] {
    @media (width >= 48rem) {
      width: 85%;
    }
  }
  .md\:w-\[376px\] {
    @media (width >= 48rem) {
      width: 376px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:max-w-40 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 40);
    }
  }
  .md\:max-w-43\.5 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 43.5);
    }
  }
  .md\:max-w-44 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 44);
    }
  }
  .md\:max-w-47 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 47);
    }
  }
  .md\:max-w-50 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 50);
    }
  }
  .md\:max-w-52 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 52);
    }
  }
  .md\:max-w-53 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 53);
    }
  }
  .md\:max-w-54 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 54);
    }
  }
  .md\:max-w-55 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 55);
    }
  }
  .md\:max-w-56 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 56);
    }
  }
  .md\:max-w-58 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 58);
    }
  }
  .md\:max-w-59 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 59);
    }
  }
  .md\:max-w-62 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 62);
    }
  }
  .md\:max-w-63 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 63);
    }
  }
  .md\:max-w-64 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 64);
    }
  }
  .md\:max-w-68 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 68);
    }
  }
  .md\:max-w-73 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 73);
    }
  }
  .md\:max-w-88 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 88);
    }
  }
  .md\:max-w-90 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 90);
    }
  }
  .md\:max-w-91 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 91);
    }
  }
  .md\:max-w-118 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 118);
    }
  }
  .md\:max-w-130 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 130);
    }
  }
  .md\:max-w-135 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 135);
    }
  }
  .md\:max-w-140 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 140);
    }
  }
  .md\:max-w-142\.5 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 142.5);
    }
  }
  .md\:max-w-145 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 145);
    }
  }
  .md\:max-w-246 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 246);
    }
  }
  .md\:max-w-286 {
    @media (width >= 48rem) {
      max-width: calc(var(--spacing) * 286);
    }
  }
  .md\:max-w-full {
    @media (width >= 48rem) {
      max-width: 100%;
    }
  }
  .md\:-rotate-\[4deg\] {
    @media (width >= 48rem) {
      rotate: calc(4deg * -1);
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:overflow-hidden {
    @media (width >= 48rem) {
      overflow: hidden;
    }
  }
  .md\:overflow-visible\! {
    @media (width >= 48rem) {
      overflow: visible !important;
    }
  }
  .md\:rounded-md {
    @media (width >= 48rem) {
      border-radius: var(--radius-md);
    }
  }
  .md\:rounded-br-md {
    @media (width >= 48rem) {
      border-bottom-right-radius: var(--radius-md);
    }
  }
  .md\:rounded-br-none {
    @media (width >= 48rem) {
      border-bottom-right-radius: 0;
    }
  }
  .md\:rounded-bl-md {
    @media (width >= 48rem) {
      border-bottom-left-radius: var(--radius-md);
    }
  }
  .md\:rounded-bl-none {
    @media (width >= 48rem) {
      border-bottom-left-radius: 0;
    }
  }
  .md\:border-t-0 {
    @media (width >= 48rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
  }
  .md\:bg-transparent {
    @media (width >= 48rem) {
      background-color: transparent;
    }
  }
  .md\:bg-white {
    @media (width >= 48rem) {
      background-color: var(--color-white);
    }
  }
  .md\:object-\[75\%\] {
    @media (width >= 48rem) {
      object-position: 75%;
    }
  }
  .md\:object-\[80\%\] {
    @media (width >= 48rem) {
      object-position: 80%;
    }
  }
  .md\:ps-8 {
    @media (width >= 48rem) {
      padding-inline-start: calc(var(--spacing) * 8);
    }
  }
  .md\:pe-0 {
    @media (width >= 48rem) {
      padding-inline-end: calc(var(--spacing) * 0);
    }
  }
  .md\:pe-4 {
    @media (width >= 48rem) {
      padding-inline-end: calc(var(--spacing) * 4);
    }
  }
  .md\:pe-24 {
    @media (width >= 48rem) {
      padding-inline-end: calc(var(--spacing) * 24);
    }
  }
  .md\:pt-2 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 2);
    }
  }
  .md\:pt-15 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 15);
    }
  }
  .md\:pt-20 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .md\:pt-22 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 22);
    }
  }
  .md\:pt-24 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .md\:pt-26 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 26);
    }
  }
  .md\:pt-52\.5 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 52.5);
    }
  }
  .md\:pb-9 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 9);
    }
  }
  .md\:pb-12 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .md\:pb-14 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 14);
    }
  }
  .md\:pb-16 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .md\:pb-24 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }
  .md\:pb-26 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 26);
    }
  }
  .md\:pb-30 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 30);
    }
  }
  .md\:pb-40 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 40);
    }
  }
  .md\:text-right {
    @media (width >= 48rem) {
      text-align: right;
    }
  }
  .md\:text-start {
    @media (width >= 48rem) {
      text-align: start;
    }
  }
  .md\:text-white {
    @media (width >= 48rem) {
      color: var(--color-white);
    }
  }
  .md\:opacity-0 {
    @media (width >= 48rem) {
      opacity: 0%;
    }
  }
  .md\:shadow-none {
    @media (width >= 48rem) {
      --tw-shadow: 0 0 #0000;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .md\:before\:bg-\[linear-gradient\(to_bottom\,_rgba\(8\,27\,43\,0\.5\)_80\%\,rgba\(8\,27\,43\,0\)_110\%\)\]\! {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        background-image: linear-gradient(to bottom, rgba(8,27,43,0.5) 80%,rgba(8,27,43,0) 110%) !important;
      }
    }
  }
  .md\:before\:opacity-65 {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        opacity: 65%;
      }
    }
  }
  .md\:before\:opacity-75 {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        opacity: 75%;
      }
    }
  }
  .md\:before\:opacity-80 {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        opacity: 80%;
      }
    }
  }
  .md\:before\:opacity-85 {
    @media (width >= 48rem) {
      &::before {
        content: var(--tw-content);
        opacity: 85%;
      }
    }
  }
  .md\:after\:w-\[80\%\]\! {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        width: 80% !important;
      }
    }
  }
  .md\:after\:bg-\[rgba\(0\,0\,0\,0\.5\)\]\! {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        background-color: rgba(0,0,0,0.5) !important;
      }
    }
  }
  .md\:after\:bg-\[linear-gradient\(to_right\,_rgba\(14\,29\,42\,0\.6\)_21\%\,rgba\(5\,108\,185\,0\)_100\%\)\]\! {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        background-image: linear-gradient(to right, rgba(14,29,42,0.6) 21%,rgba(5,108,185,0) 100%) !important;
      }
    }
  }
  .md\:after\:bg-\[linear-gradient\(to_right\,rgba\(8\,27\,43\,0\.5\)_88\%\,rgba\(8\,27\,43\,0\)_100\%\)\]\! {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        background-image: linear-gradient(to right,rgba(8,27,43,0.5) 88%,rgba(8,27,43,0) 100%) !important;
      }
    }
  }
  .md\:after\:\[mask-image\:linear-gradient\(to_right\,\#000\,\#000\,\#000\,\#000\,transparent\)\]\! {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        mask-image: linear-gradient(to right,#000,#000,#000,#000,transparent) !important;
      }
    }
  }
  .md\:after\:opacity-75 {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        opacity: 75%;
      }
    }
  }
  .md\:after\:opacity-80 {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        opacity: 80%;
      }
    }
  }
  .md\:after\:opacity-85 {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        opacity: 85%;
      }
    }
  }
  .md\:hover\:overflow-visible {
    @media (width >= 48rem) {
      &:hover {
        @media (hover: hover) {
          overflow: visible;
        }
      }
    }
  }
  .lg\:static {
    @media (width >= 64rem) {
      position: static;
    }
  }
  .lg\:-top-\[37px\] {
    @media (width >= 64rem) {
      top: calc(37px * -1);
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:mx-auto {
    @media (width >= 64rem) {
      margin-inline: auto;
    }
  }
  .lg\:ms-0 {
    @media (width >= 64rem) {
      margin-inline-start: calc(var(--spacing) * 0);
    }
  }
  .lg\:me-2 {
    @media (width >= 64rem) {
      margin-inline-end: calc(var(--spacing) * 2);
    }
  }
  .lg\:me-2\.5 {
    @media (width >= 64rem) {
      margin-inline-end: calc(var(--spacing) * 2.5);
    }
  }
  .lg\:me-3\.5 {
    @media (width >= 64rem) {
      margin-inline-end: calc(var(--spacing) * 3.5);
    }
  }
  .lg\:-mt-px {
    @media (width >= 64rem) {
      margin-top: -1px;
    }
  }
  .lg\:mt-\[3px\] {
    @media (width >= 64rem) {
      margin-top: 3px;
    }
  }
  .lg\:mt-\[91px\] {
    @media (width >= 64rem) {
      margin-top: 91px;
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .lg\:mb-1\.5\! {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 1.5) !important;
    }
  }
  .lg\:mb-6 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .lg\:mb-18 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 18);
    }
  }
  .lg\:mb-22 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 22);
    }
  }
  .lg\:mb-26 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 26);
    }
  }
  .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-4\.5 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 4.5);
    }
  }
  .lg\:h-7 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 7);
    }
  }
  .lg\:h-27 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 27);
    }
  }
  .lg\:h-100 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 100);
    }
  }
  .lg\:h-\[61px\] {
    @media (width >= 64rem) {
      height: 61px;
    }
  }
  .lg\:min-h-auto {
    @media (width >= 64rem) {
      min-height: auto;
    }
  }
  .lg\:w-4\.5 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 4.5);
    }
  }
  .lg\:w-8\/12 {
    @media (width >= 64rem) {
      width: calc(8/12 * 100%);
    }
  }
  .lg\:w-21 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 21);
    }
  }
  .lg\:w-27 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 27);
    }
  }
  .lg\:w-48 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 48);
    }
  }
  .lg\:w-120 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 120);
    }
  }
  .lg\:w-\[550px\] {
    @media (width >= 64rem) {
      width: 550px;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:max-w-25 {
    @media (width >= 64rem) {
      max-width: calc(var(--spacing) * 25);
    }
  }
  .lg\:max-w-120 {
    @media (width >= 64rem) {
      max-width: calc(var(--spacing) * 120);
    }
  }
  .lg\:max-w-full {
    @media (width >= 64rem) {
      max-width: 100%;
    }
  }
  .lg\:min-w-5 {
    @media (width >= 64rem) {
      min-width: calc(var(--spacing) * 5);
    }
  }
  .lg\:min-w-6\.5 {
    @media (width >= 64rem) {
      min-width: calc(var(--spacing) * 6.5);
    }
  }
  .lg\:basis-4\.5 {
    @media (width >= 64rem) {
      flex-basis: calc(var(--spacing) * 4.5);
    }
  }
  .lg\:basis-120 {
    @media (width >= 64rem) {
      flex-basis: calc(var(--spacing) * 120);
    }
  }
  .lg\:basis-auto {
    @media (width >= 64rem) {
      flex-basis: auto;
    }
  }
  .lg\:flex-nowrap {
    @media (width >= 64rem) {
      flex-wrap: nowrap;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:object-\[80\%\] {
    @media (width >= 64rem) {
      object-position: 80%;
    }
  }
  .lg\:object-\[85\%\] {
    @media (width >= 64rem) {
      object-position: 85%;
    }
  }
  .lg\:object-center {
    @media (width >= 64rem) {
      object-position: center;
    }
  }
  .lg\:px-6 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:ps-6 {
    @media (width >= 64rem) {
      padding-inline-start: calc(var(--spacing) * 6);
    }
  }
  .lg\:ps-6\.5 {
    @media (width >= 64rem) {
      padding-inline-start: calc(var(--spacing) * 6.5);
    }
  }
  .lg\:ps-7 {
    @media (width >= 64rem) {
      padding-inline-start: calc(var(--spacing) * 7);
    }
  }
  .lg\:ps-7\.5 {
    @media (width >= 64rem) {
      padding-inline-start: calc(var(--spacing) * 7.5);
    }
  }
  .lg\:ps-8\.5 {
    @media (width >= 64rem) {
      padding-inline-start: calc(var(--spacing) * 8.5);
    }
  }
  .lg\:ps-9\.5 {
    @media (width >= 64rem) {
      padding-inline-start: calc(var(--spacing) * 9.5);
    }
  }
  .lg\:ps-10\! {
    @media (width >= 64rem) {
      padding-inline-start: calc(var(--spacing) * 10) !important;
    }
  }
  .lg\:pe-18 {
    @media (width >= 64rem) {
      padding-inline-end: calc(var(--spacing) * 18);
    }
  }
  .lg\:pt-3 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 3);
    }
  }
  .lg\:pt-22 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 22);
    }
  }
  .lg\:pt-24 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .lg\:pt-26 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 26);
    }
  }
  .lg\:pt-30 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 30);
    }
  }
  .lg\:pb-5 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }
  .lg\:pb-6 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .lg\:pb-8 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:pb-10 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:pb-12 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:pb-14 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 14);
    }
  }
  .lg\:pb-18 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 18);
    }
  }
  .lg\:pb-22 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 22);
    }
  }
  .lg\:pb-24 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }
  .lg\:pb-26 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 26);
    }
  }
  .lg\:pb-28 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 28);
    }
  }
  .lg\:pb-30 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 30);
    }
  }
  .lg\:pb-34 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 34);
    }
  }
  .lg\:text-start {
    @media (width >= 64rem) {
      text-align: start;
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:before\:opacity-70 {
    @media (width >= 64rem) {
      &::before {
        content: var(--tw-content);
        opacity: 70%;
      }
    }
  }
  .lg\:after\:w-\[70\%\]\! {
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        width: 70% !important;
      }
    }
  }
  .lg\:after\:opacity-70 {
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        opacity: 70%;
      }
    }
  }
  .lg\:after\:opacity-75 {
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        opacity: 75%;
      }
    }
  }
  .xl\:top-8 {
    @media (width >= 80rem) {
      top: calc(var(--spacing) * 8);
    }
  }
  .xl\:right-8 {
    @media (width >= 80rem) {
      right: calc(var(--spacing) * 8);
    }
  }
  .xl\:left-8 {
    @media (width >= 80rem) {
      left: calc(var(--spacing) * 8);
    }
  }
  .xl\:-mx-5 {
    @media (width >= 80rem) {
      margin-inline: calc(var(--spacing) * -5);
    }
  }
  .xl\:mt-40 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 40);
    }
  }
  .xl\:mb-5 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .xl\:mb-8 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .xl\:mb-10 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .xl\:mb-12 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .xl\:mb-14 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 14);
    }
  }
  .xl\:mb-15 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 15);
    }
  }
  .xl\:mb-16 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .xl\:mb-18 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 18);
    }
  }
  .xl\:mb-19 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 19);
    }
  }
  .xl\:mb-20 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .xl\:mb-24 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 24);
    }
  }
  .xl\:mb-26 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 26);
    }
  }
  .xl\:mb-32 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 32);
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:inline-block {
    @media (width >= 80rem) {
      display: inline-block;
    }
  }
  .xl\:h-28 {
    @media (width >= 80rem) {
      height: calc(var(--spacing) * 28);
    }
  }
  .xl\:h-70 {
    @media (width >= 80rem) {
      height: calc(var(--spacing) * 70);
    }
  }
  .xl\:h-124 {
    @media (width >= 80rem) {
      height: calc(var(--spacing) * 124);
    }
  }
  .xl\:w-28 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 28);
    }
  }
  .xl\:w-\[660px\] {
    @media (width >= 80rem) {
      width: 660px;
    }
  }
  .xl\:max-w-28 {
    @media (width >= 80rem) {
      max-width: calc(var(--spacing) * 28);
    }
  }
  .xl\:max-w-35 {
    @media (width >= 80rem) {
      max-width: calc(var(--spacing) * 35);
    }
  }
  .xl\:max-w-40 {
    @media (width >= 80rem) {
      max-width: calc(var(--spacing) * 40);
    }
  }
  .xl\:max-w-75 {
    @media (width >= 80rem) {
      max-width: calc(var(--spacing) * 75);
    }
  }
  .xl\:max-w-112 {
    @media (width >= 80rem) {
      max-width: calc(var(--spacing) * 112);
    }
  }
  .xl\:max-w-136 {
    @media (width >= 80rem) {
      max-width: calc(var(--spacing) * 136);
    }
  }
  .xl\:max-w-145 {
    @media (width >= 80rem) {
      max-width: calc(var(--spacing) * 145);
    }
  }
  .xl\:object-\[80\%\] {
    @media (width >= 80rem) {
      object-position: 80%;
    }
  }
  .xl\:object-\[85\%\] {
    @media (width >= 80rem) {
      object-position: 85%;
    }
  }
  .xl\:object-\[90\%\] {
    @media (width >= 80rem) {
      object-position: 90%;
    }
  }
  .xl\:object-\[95\%\] {
    @media (width >= 80rem) {
      object-position: 95%;
    }
  }
  .xl\:p-4 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .xl\:p-6 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .xl\:p-10 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .xl\:px-4 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .xl\:py-5 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .xl\:ps-4 {
    @media (width >= 80rem) {
      padding-inline-start: calc(var(--spacing) * 4);
    }
  }
  .xl\:ps-16\! {
    @media (width >= 80rem) {
      padding-inline-start: calc(var(--spacing) * 16) !important;
    }
  }
  .xl\:pe-8 {
    @media (width >= 80rem) {
      padding-inline-end: calc(var(--spacing) * 8);
    }
  }
  .xl\:pe-12 {
    @media (width >= 80rem) {
      padding-inline-end: calc(var(--spacing) * 12);
    }
  }
  .xl\:pt-6 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .xl\:pt-10 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .xl\:pt-24 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .xl\:pt-26 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 26);
    }
  }
  .xl\:pt-30 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 30);
    }
  }
  .xl\:pt-34 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 34);
    }
  }
  .xl\:pb-3 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 3);
    }
  }
  .xl\:pb-5 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }
  .xl\:pb-7 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 7);
    }
  }
  .xl\:pb-8 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .xl\:pb-10 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .xl\:pb-11 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 11);
    }
  }
  .xl\:pb-16 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .xl\:pb-18 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 18);
    }
  }
  .xl\:pb-22 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 22);
    }
  }
  .xl\:pb-24 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }
  .xl\:pb-28 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 28);
    }
  }
  .xl\:pb-30 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 30);
    }
  }
  .xl\:pb-34 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 34);
    }
  }
  .xl\:text-2xl {
    @media (width >= 80rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .xl\:text-3xl {
    @media (width >= 80rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .xl\:text-lg {
    @media (width >= 80rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .xl\:before\:opacity-60 {
    @media (width >= 80rem) {
      &::before {
        content: var(--tw-content);
        opacity: 60%;
      }
    }
  }
  .xl\:after\:w-150 {
    @media (width >= 80rem) {
      &::after {
        content: var(--tw-content);
        width: calc(var(--spacing) * 150);
      }
    }
  }
  .xl\:after\:w-\[60\%\]\! {
    @media (width >= 80rem) {
      &::after {
        content: var(--tw-content);
        width: 60% !important;
      }
    }
  }
  .xl\:after\:opacity-60 {
    @media (width >= 80rem) {
      &::after {
        content: var(--tw-content);
        opacity: 60%;
      }
    }
  }
  .xl\:after\:opacity-65 {
    @media (width >= 80rem) {
      &::after {
        content: var(--tw-content);
        opacity: 65%;
      }
    }
  }
  .xl\:after\:opacity-67 {
    @media (width >= 80rem) {
      &::after {
        content: var(--tw-content);
        opacity: 67%;
      }
    }
  }
  .\32 xl\:-mx-6 {
    @media (width >= 96rem) {
      margin-inline: calc(var(--spacing) * -6);
    }
  }
  .\32 xl\:mb-28 {
    @media (width >= 96rem) {
      margin-bottom: calc(var(--spacing) * 28);
    }
  }
  .\32 xl\:h-75 {
    @media (width >= 96rem) {
      height: calc(var(--spacing) * 75);
    }
  }
  .\32 xl\:h-135 {
    @media (width >= 96rem) {
      height: calc(var(--spacing) * 135);
    }
  }
  .\32 xl\:h-\[21px\] {
    @media (width >= 96rem) {
      height: 21px;
    }
  }
  .\32 xl\:w-1\/2 {
    @media (width >= 96rem) {
      width: calc(1/2 * 100%);
    }
  }
  .\32 xl\:w-137\.5 {
    @media (width >= 96rem) {
      width: calc(var(--spacing) * 137.5);
    }
  }
  .\32 xl\:w-\[105px\] {
    @media (width >= 96rem) {
      width: 105px;
    }
  }
  .\32 xl\:w-\[800px\] {
    @media (width >= 96rem) {
      width: 800px;
    }
  }
  .\32 xl\:max-w-122 {
    @media (width >= 96rem) {
      max-width: calc(var(--spacing) * 122);
    }
  }
  .\32 xl\:max-w-138 {
    @media (width >= 96rem) {
      max-width: calc(var(--spacing) * 138);
    }
  }
  .\32 xl\:basis-137\.5 {
    @media (width >= 96rem) {
      flex-basis: calc(var(--spacing) * 137.5);
    }
  }
  .\32 xl\:object-right {
    @media (width >= 96rem) {
      object-position: right;
    }
  }
  .\32 xl\:p-5 {
    @media (width >= 96rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .\32 xl\:px-7 {
    @media (width >= 96rem) {
      padding-inline: calc(var(--spacing) * 7);
    }
  }
  .\32 xl\:py-52\.5 {
    @media (width >= 96rem) {
      padding-block: calc(var(--spacing) * 52.5);
    }
  }
  .\32 xl\:pe-19 {
    @media (width >= 96rem) {
      padding-inline-end: calc(var(--spacing) * 19);
    }
  }
  .\32 xl\:pb-30 {
    @media (width >= 96rem) {
      padding-bottom: calc(var(--spacing) * 30);
    }
  }
  .\32 xl\:pb-34 {
    @media (width >= 96rem) {
      padding-bottom: calc(var(--spacing) * 34);
    }
  }
  .\32 xl\:text-2xl {
    @media (width >= 96rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .\32 xl\:before\:bg-\[linear-gradient\(to_bottom\,_rgba\(0\,0\,0\,0\.3\)_80\%\,rgba\(0\,0\,0\,0\)_110\%\)\]\! {
    @media (width >= 96rem) {
      &::before {
        content: var(--tw-content);
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.3) 80%,rgba(0,0,0,0) 110%) !important;
      }
    }
  }
  .\32 xl\:before\:opacity-100 {
    @media (width >= 96rem) {
      &::before {
        content: var(--tw-content);
        opacity: 100%;
      }
    }
  }
  .\32 xl\:after\:w-160 {
    @media (width >= 96rem) {
      &::after {
        content: var(--tw-content);
        width: calc(var(--spacing) * 160);
      }
    }
  }
  .\32 xl\:after\:w-\[70\%\]\! {
    @media (width >= 96rem) {
      &::after {
        content: var(--tw-content);
        width: 70% !important;
      }
    }
  }
  .\32 xl\:after\:bg-\[linear-gradient\(to_right\,rgba\(0\,0\,0\,0\.4\)_88\%\,rgba\(0\,0\,0\,0\)_100\%\)\]\! {
    @media (width >= 96rem) {
      &::after {
        content: var(--tw-content);
        background-image: linear-gradient(to right,rgba(0,0,0,0.4) 88%,rgba(0,0,0,0) 100%) !important;
      }
    }
  }
  .\32 xl\:after\:opacity-85 {
    @media (width >= 96rem) {
      &::after {
        content: var(--tw-content);
        opacity: 85%;
      }
    }
  }
  .\32 xl\:after\:opacity-100 {
    @media (width >= 96rem) {
      &::after {
        content: var(--tw-content);
        opacity: 100%;
      }
    }
  }
  .\[\&_\>_\*\]\:block {
    & > * {
      display: block;
    }
  }
  .\[\&_\>_\*\]\:h-px {
    & > * {
      height: 1px;
    }
  }
  .\[\&_\>_\*\]\:w-full {
    & > * {
      width: 100%;
    }
  }
  .\[\&_\>_\*\]\:bg-white {
    & > * {
      background-color: var(--color-white);
    }
  }
  .\[\&_\>_\*\]\: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));
    }
  }
  .\[\&_\>_\*_\>_a\]\:flex {
    & > * > a {
      display: flex;
    }
  }
  .\[\&_\>_\*_\>_a\]\:px-4 {
    & > * > a {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .\[\&_\>_\*_\>_a\]\:py-2\.5 {
    & > * > a {
      padding-block: calc(var(--spacing) * 2.5);
    }
  }
  .md\:\[\&_\>_\*_\>_a\]\:flex {
    @media (width >= 48rem) {
      & > * > a {
        display: flex;
      }
    }
  }
  .md\:\[\&_\>_\*_\>_a\]\:p-0 {
    @media (width >= 48rem) {
      & > * > a {
        padding: calc(var(--spacing) * 0);
      }
    }
  }
  .\[\&_\>_\*\:first-child_\>_a\]\:pt-4 {
    & > *:first-child > a {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  .md\:\[\&_\>_\*\:first-child_\>_a\]\:py-0 {
    @media (width >= 48rem) {
      & > *:first-child > a {
        padding-block: calc(var(--spacing) * 0);
      }
    }
  }
  .\[\&_\>_\*\:first-child_a\]\:pt-3 {
    & > *:first-child a {
      padding-top: calc(var(--spacing) * 3);
    }
  }
  .\[\&_\>_\*\:last-child_\>_a\]\:pb-4 {
    & > *:last-child > a {
      padding-bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:\[\&_\>_\*\:last-child_\>_a\]\:py-0 {
    @media (width >= 48rem) {
      & > *:last-child > a {
        padding-block: calc(var(--spacing) * 0);
      }
    }
  }
  .\[\&_\>_\*\:last-child_a\]\:pb-3 {
    & > *:last-child a {
      padding-bottom: calc(var(--spacing) * 3);
    }
  }
  .\[\&_\>_\*\:not\(\:last-child\)\]\:border-b {
    & > *:not(:last-child) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .\[\&_\>_\*\:not\(\:last-child\)\]\:border-gray-200 {
    & > *:not(:last-child) {
      border-color: var(--color-gray-200);
    }
  }
  .md\:\[\&_\>_\*\:not\(\:last-child\)\]\:me-9 {
    @media (width >= 48rem) {
      & > *:not(:last-child) {
        margin-inline-end: calc(var(--spacing) * 9);
      }
    }
  }
  .md\:\[\&_\>_\*\:not\(\:last-child\)\]\:border-b-0 {
    @media (width >= 48rem) {
      & > *:not(:last-child) {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 0px;
      }
    }
  }
  .group-\[\.active\]\/inner\:\[\&_\>_\*\:nth-child\(2\)\]\:opacity-0 {
    &:is(:where(.group\/inner):is(.active) *) {
      & > *:nth-child(2) {
        opacity: 0%;
      }
    }
  }
  .hover\:\[\&_\>_\.nav-dropdown-list\]\:inline-block {
    &:hover {
      @media (hover: hover) {
        & > .nav-dropdown-list {
          display: inline-block;
        }
      }
    }
  }
  .hover\:\[\&_\>_\.nav-dropdown-list\]\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        & > .nav-dropdown-list {
          opacity: 100%;
        }
      }
    }
  }
  .\[\&\+footer\]\:mt-0\! {
    &+footer {
      margin-top: calc(var(--spacing) * 0) !important;
    }
  }
  .focus\:\[\&\+span\]\:rotate-180 {
    &:focus {
      &+span {
        rotate: 180deg;
      }
    }
  }
  .\[\&\.active\]\:block {
    &.active {
      display: block;
    }
  }
  .\[\&\.active\]\:cursor-pointer {
    &.active {
      cursor: pointer;
    }
  }
  .\[\&\.active\]\:bg-highlight2 {
    &.active {
      background-color: var(--color-highlight2);
    }
  }
  .\[\&\.active\]\:text-main {
    &.active {
      color: var(--color-main);
    }
  }
  .\[\&\.active\+\.option-dropdown\]\:block {
    &.active+.option-dropdown {
      display: block;
    }
  }
  .\[\&\.active\+\.option-dropdown\]\:animate-\[fadeInUp_0\.4s_ease-in-out_both\] {
    &.active+.option-dropdown {
      animation: fadeInUp 0.4s ease-in-out both;
    }
  }
  .\[\&\.active2\]\:opacity-100 {
    &.active2 {
      opacity: 100%;
    }
  }
  .\[\&\.active\>\*\]\:outline-main {
    &.active>* {
      outline-color: var(--color-main);
    }
  }
  .\[\&\.noresults\]\:max-w-9\/12 {
    &.noresults {
      max-width: calc(9/12 * 100%);
    }
  }
  .sm\:\[\&\.noresults\]\:max-w-114 {
    @media (width >= 40rem) {
      &.noresults {
        max-width: calc(var(--spacing) * 114);
      }
    }
  }
  .\[\&\.shownav\]\:\!top-0 {
    &.shownav {
      top: calc(var(--spacing) * 0) !important;
    }
  }
  .\[\&\:\:after\]\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.6s_both\] {
    &::after {
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 0.6s both;
    }
  }
  .\[\&\:\:after\]\:animate-\[fullWidth_0\.4s_cubic-bezier\(0\.25\,1\,0\.30\,1\)_0\.8s_both\] {
    &::after {
      animation: fullWidth 0.4s cubic-bezier(0.25,1,0.30,1) 0.8s both;
    }
  }
  .\[\&\:\:after\,\&\:\:before\]\:absolute {
    &::after,&::before {
      position: absolute;
    }
  }
  .\[\&\:\:after\,\&\:\:before\]\:top-0 {
    &::after,&::before {
      top: calc(var(--spacing) * 0);
    }
  }
  .\[\&\:\:after\,\&\:\:before\]\:z-10 {
    &::after,&::before {
      z-index: 10;
    }
  }
  .\[\&\:\:after\,\&\:\:before\]\:hidden {
    &::after,&::before {
      display: none;
    }
  }
  .\[\&\:\:after\,\&\:\:before\]\:h-full {
    &::after,&::before {
      height: 100%;
    }
  }
  .\[\&\:\:after\,\&\:\:before\]\:w-0\.5 {
    &::after,&::before {
      width: calc(var(--spacing) * 0.5);
    }
  }
  .\[\&\:\:after\,\&\:\:before\]\:bg-\[\#F4F8FB\] {
    &::after,&::before {
      background-color: #F4F8FB;
    }
  }
  .sm\:\[\&\:\:after\,\&\:\:before\]\:block {
    @media (width >= 40rem) {
      &::after,&::before {
        display: block;
      }
    }
  }
  .\[\&\:hover_\>_\*\]\:bg-highlight2 {
    &:hover > * {
      background-color: var(--color-highlight2);
    }
  }
  .group-\[\.active\]\/nav\:\[\&\:hover_\>_\*\]\:bg-white {
    &:is(:where(.group\/nav):is(.active) *) {
      &:hover > * {
        background-color: var(--color-white);
      }
    }
  }
  .\[\&\>\*\]\:absolute {
    &>* {
      position: absolute;
    }
  }
  .\[\&\>\*\]\:relative {
    &>* {
      position: relative;
    }
  }
  .\[\&\>\*\]\:top-0 {
    &>* {
      top: calc(var(--spacing) * 0);
    }
  }
  .\[\&\>\*\]\:top-1\/2 {
    &>* {
      top: calc(1/2 * 100%);
    }
  }
  .\[\&\>\*\]\:left-0 {
    &>* {
      left: calc(var(--spacing) * 0);
    }
  }
  .\[\&\>\*\]\:left-1\/2 {
    &>* {
      left: calc(1/2 * 100%);
    }
  }
  .\[\&\>\*\]\:mx-4 {
    &>* {
      margin-inline: calc(var(--spacing) * 4);
    }
  }
  .\[\&\>\*\]\:mb-2 {
    &>* {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .\[\&\>\*\]\:mb-2\.5 {
    &>* {
      margin-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .\[\&\>\*\]\:mb-3 {
    &>* {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .\[\&\>\*\]\:mb-4 {
    &>* {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .\[\&\>\*\]\:mb-4\.5 {
    &>* {
      margin-bottom: calc(var(--spacing) * 4.5);
    }
  }
  .\[\&\>\*\]\:mb-8 {
    &>* {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .\[\&\>\*\]\:mb-10 {
    &>* {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .\[\&\>\*\]\:mb-11 {
    &>* {
      margin-bottom: calc(var(--spacing) * 11);
    }
  }
  .\[\&\>\*\]\:block {
    &>* {
      display: block;
    }
  }
  .\[\&\>\*\]\:h-0\.5 {
    &>* {
      height: calc(var(--spacing) * 0.5);
    }
  }
  .\[\&\>\*\]\:h-105 {
    &>* {
      height: calc(var(--spacing) * 105);
    }
  }
  .\[\&\>\*\]\:h-\[3px\] {
    &>* {
      height: 3px;
    }
  }
  .\[\&\>\*\]\:h-full {
    &>* {
      height: 100%;
    }
  }
  .\[\&\>\*\]\:w-95 {
    &>* {
      width: calc(var(--spacing) * 95);
    }
  }
  .\[\&\>\*\]\:w-\[74\%\] {
    &>* {
      width: 74%;
    }
  }
  .\[\&\>\*\]\:w-full {
    &>* {
      width: 100%;
    }
  }
  .\[\&\>\*\]\:max-w-68 {
    &>* {
      max-width: calc(var(--spacing) * 68);
    }
  }
  .\[\&\>\*\]\:shrink-0 {
    &>* {
      flex-shrink: 0;
    }
  }
  .\[\&\>\*\]\:grow-0 {
    &>* {
      flex-grow: 0;
    }
  }
  .\[\&\>\*\]\:basis-full {
    &>* {
      flex-basis: 100%;
    }
  }
  .\[\&\>\*\]\:-translate-1\/2 {
    &>* {
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .\[\&\>\*\]\:cursor-pointer {
    &>* {
      cursor: pointer;
    }
  }
  .\[\&\>\*\]\:justify-center {
    &>* {
      justify-content: center;
    }
  }
  .\[\&\>\*\]\:rounded-full {
    &>* {
      border-radius: calc(infinity * 1px);
    }
  }
  .\[\&\>\*\]\:rounded-lg {
    &>* {
      border-radius: var(--radius-lg);
    }
  }
  .\[\&\>\*\]\:bg-heading {
    &>* {
      background-color: var(--color-heading);
    }
  }
  .\[\&\>\*\]\:bg-white {
    &>* {
      background-color: var(--color-white);
    }
  }
  .\[\&\>\*\]\:px-2 {
    &>* {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .\[\&\>\*\]\:px-2\.5 {
    &>* {
      padding-inline: calc(var(--spacing) * 2.5);
    }
  }
  .\[\&\>\*\]\:px-4 {
    &>* {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .\[\&\>\*\]\:py-1\.5 {
    &>* {
      padding-block: calc(var(--spacing) * 1.5);
    }
  }
  .\[\&\>\*\]\:ps-10\.5 {
    &>* {
      padding-inline-start: calc(var(--spacing) * 10.5);
    }
  }
  .\[\&\>\*\]\:pe-4 {
    &>* {
      padding-inline-end: calc(var(--spacing) * 4);
    }
  }
  .\[\&\>\*\]\:pt-2\.5 {
    &>* {
      padding-top: calc(var(--spacing) * 2.5);
    }
  }
  .\[\&\>\*\]\:pb-2\.5 {
    &>* {
      padding-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .\[\&\>\*\]\:text-center {
    &>* {
      text-align: center;
    }
  }
  .\[\&\>\*\]\:text-\[0\.94rem\] {
    &>* {
      font-size: 0.94rem;
    }
  }
  .\[\&\>\*\]\:font-medium {
    &>* {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .\[\&\>\*\]\:text-para2 {
    &>* {
      color: var(--color-para2);
    }
  }
  .\[\&\>\*\]\:text-white {
    &>* {
      color: var(--color-white);
    }
  }
  .\[\&\>\*\]\:opacity-0 {
    &>* {
      opacity: 0%;
    }
  }
  .\[\&\>\*\]\: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));
    }
  }
  .\[\&\>\*\]\:duration-\[0\.25s\] {
    &>* {
      --tw-duration: 0.25s;
      transition-duration: 0.25s;
    }
  }
  .\[\&\>\*\]\:ease-in-out {
    &>* {
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
    }
  }
  .\[\&\>\*\]\:select-none {
    &>* {
      -webkit-user-select: none;
      user-select: none;
    }
  }
  .group-\[\.active\]\:\[\&\>\*\]\:bg-main {
    &:is(:where(.group):is(.active) *) {
      &>* {
        background-color: var(--color-main);
      }
    }
  }
  .peer-checked\:\[\&\>\*\]\:opacity-100 {
    &:is(:where(.peer):checked ~ *) {
      &>* {
        opacity: 100%;
      }
    }
  }
  .\[\&\>\*\]\:after\:absolute {
    &>* {
      &::after {
        content: var(--tw-content);
        position: absolute;
      }
    }
  }
  .\[\&\>\*\]\:after\:top-2 {
    &>* {
      &::after {
        content: var(--tw-content);
        top: calc(var(--spacing) * 2);
      }
    }
  }
  .\[\&\>\*\]\:after\:left-\[25px\] {
    &>* {
      &::after {
        content: var(--tw-content);
        left: 25px;
      }
    }
  }
  .\[\&\>\*\]\:after\:size-2 {
    &>* {
      &::after {
        content: var(--tw-content);
        width: calc(var(--spacing) * 2);
        height: calc(var(--spacing) * 2);
      }
    }
  }
  .\[\&\>\*\]\:after\:rounded-full {
    &>* {
      &::after {
        content: var(--tw-content);
        border-radius: calc(infinity * 1px);
      }
    }
  }
  .\[\&\>\*\]\:after\:bg-para {
    &>* {
      &::after {
        content: var(--tw-content);
        background-color: var(--color-para);
      }
    }
  }
  .\[\&\>\*\]\:hover\:bg-hover {
    &>* {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-hover);
        }
      }
    }
  }
  .sm\:\[\&\>\*\]\:mx-0 {
    @media (width >= 40rem) {
      &>* {
        margin-inline: calc(var(--spacing) * 0);
      }
    }
  }
  .sm\:\[\&\>\*\]\:mb-3\.5 {
    @media (width >= 40rem) {
      &>* {
        margin-bottom: calc(var(--spacing) * 3.5);
      }
    }
  }
  .sm\:\[\&\>\*\]\:mb-12\.5 {
    @media (width >= 40rem) {
      &>* {
        margin-bottom: calc(var(--spacing) * 12.5);
      }
    }
  }
  .sm\:\[\&\>\*\]\:w-1\/2 {
    @media (width >= 40rem) {
      &>* {
        width: calc(1/2 * 100%);
      }
    }
  }
  .sm\:\[\&\>\*\]\:max-w-85 {
    @media (width >= 40rem) {
      &>* {
        max-width: calc(var(--spacing) * 85);
      }
    }
  }
  .sm\:\[\&\>\*\]\:px-4 {
    @media (width >= 40rem) {
      &>* {
        padding-inline: calc(var(--spacing) * 4);
      }
    }
  }
  .md\:\[\&\>\*\]\:mb-0 {
    @media (width >= 48rem) {
      &>* {
        margin-bottom: calc(var(--spacing) * 0);
      }
    }
  }
  .md\:\[\&\>\*\]\:mb-10 {
    @media (width >= 48rem) {
      &>* {
        margin-bottom: calc(var(--spacing) * 10);
      }
    }
  }
  .md\:\[\&\>\*\]\:mb-15 {
    @media (width >= 48rem) {
      &>* {
        margin-bottom: calc(var(--spacing) * 15);
      }
    }
  }
  .md\:\[\&\>\*\]\:w-1\/2 {
    @media (width >= 48rem) {
      &>* {
        width: calc(1/2 * 100%);
      }
    }
  }
  .md\:\[\&\>\*\]\:max-w-76 {
    @media (width >= 48rem) {
      &>* {
        max-width: calc(var(--spacing) * 76);
      }
    }
  }
  .md\:\[\&\>\*\]\:basis-1\/2 {
    @media (width >= 48rem) {
      &>* {
        flex-basis: calc(1/2 * 100%);
      }
    }
  }
  .md\:\[\&\>\*\]\:basis-76 {
    @media (width >= 48rem) {
      &>* {
        flex-basis: calc(var(--spacing) * 76);
      }
    }
  }
  .md\:\[\&\>\*\]\:justify-start {
    @media (width >= 48rem) {
      &>* {
        justify-content: flex-start;
      }
    }
  }
  .md\:\[\&\>\*\]\:px-4 {
    @media (width >= 48rem) {
      &>* {
        padding-inline: calc(var(--spacing) * 4);
      }
    }
  }
  .lg\:\[\&\>\*\]\:flex {
    @media (width >= 64rem) {
      &>* {
        display: flex;
      }
    }
  }
  .lg\:\[\&\>\*\]\:w-1\/2 {
    @media (width >= 64rem) {
      &>* {
        width: calc(1/2 * 100%);
      }
    }
  }
  .lg\:\[\&\>\*\]\:w-1\/3 {
    @media (width >= 64rem) {
      &>* {
        width: calc(1/3 * 100%);
      }
    }
  }
  .lg\:\[\&\>\*\]\:w-4\/12 {
    @media (width >= 64rem) {
      &>* {
        width: calc(4/12 * 100%);
      }
    }
  }
  .lg\:\[\&\>\*\]\:max-w-86 {
    @media (width >= 64rem) {
      &>* {
        max-width: calc(var(--spacing) * 86);
      }
    }
  }
  .lg\:\[\&\>\*\]\:basis-86 {
    @media (width >= 64rem) {
      &>* {
        flex-basis: calc(var(--spacing) * 86);
      }
    }
  }
  .lg\:\[\&\>\*\]\:justify-start {
    @media (width >= 64rem) {
      &>* {
        justify-content: flex-start;
      }
    }
  }
  .lg\:\[\&\>\*\]\:px-0 {
    @media (width >= 64rem) {
      &>* {
        padding-inline: calc(var(--spacing) * 0);
      }
    }
  }
  .xl\:\[\&\>\*\]\:mb-6 {
    @media (width >= 80rem) {
      &>* {
        margin-bottom: calc(var(--spacing) * 6);
      }
    }
  }
  .xl\:\[\&\>\*\]\:h-120 {
    @media (width >= 80rem) {
      &>* {
        height: calc(var(--spacing) * 120);
      }
    }
  }
  .xl\:\[\&\>\*\]\:h-126 {
    @media (width >= 80rem) {
      &>* {
        height: calc(var(--spacing) * 126);
      }
    }
  }
  .xl\:\[\&\>\*\]\:w-3\/12 {
    @media (width >= 80rem) {
      &>* {
        width: calc(3/12 * 100%);
      }
    }
  }
  .xl\:\[\&\>\*\]\:px-4 {
    @media (width >= 80rem) {
      &>* {
        padding-inline: calc(var(--spacing) * 4);
      }
    }
  }
  .xl\:\[\&\>\*\]\:px-5 {
    @media (width >= 80rem) {
      &>* {
        padding-inline: calc(var(--spacing) * 5);
      }
    }
  }
  .\32 xl\:\[\&\>\*\]\:max-w-90 {
    @media (width >= 96rem) {
      &>* {
        max-width: calc(var(--spacing) * 90);
      }
    }
  }
  .\32 xl\:\[\&\>\*\]\:max-w-96 {
    @media (width >= 96rem) {
      &>* {
        max-width: calc(var(--spacing) * 96);
      }
    }
  }
  .\32 xl\:\[\&\>\*\]\:basis-96 {
    @media (width >= 96rem) {
      &>* {
        flex-basis: calc(var(--spacing) * 96);
      }
    }
  }
  .\32 xl\:\[\&\>\*\]\:px-6 {
    @media (width >= 96rem) {
      &>* {
        padding-inline: calc(var(--spacing) * 6);
      }
    }
  }
  .\[\&\>\*\:not\(\:last-child\)\]\:me-2 {
    &>*:not(:last-child) {
      margin-inline-end: calc(var(--spacing) * 2);
    }
  }
  .\[\&\>\*\:not\(\:last-child\)\]\:me-6 {
    &>*:not(:last-child) {
      margin-inline-end: calc(var(--spacing) * 6);
    }
  }
  .\[\&\>\*\:not\(\:last-child\)\]\:mb-1 {
    &>*:not(:last-child) {
      margin-bottom: calc(var(--spacing) * 1);
    }
  }
  .\[\&\>\*\:not\(\:last-child\)\]\:mb-1\.5 {
    &>*:not(:last-child) {
      margin-bottom: calc(var(--spacing) * 1.5);
    }
  }
  .\[\&\>\*\:not\(\:last-child\)\]\:mb-2 {
    &>*:not(:last-child) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .\[\&\>\*\:not\(\:last-child\)\]\:mb-3 {
    &>*:not(:last-child) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .\[\&\>\*\:not\(\:last-child\)\]\:mb-3\.5 {
    &>*:not(:last-child) {
      margin-bottom: calc(var(--spacing) * 3.5);
    }
  }
  .\[\&\>\*\:not\(\:last-child\)\]\:mb-4 {
    &>*:not(:last-child) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .\[\&\>\*\:not\(\:last-child\)\]\:border-b {
    &>*:not(:last-child) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .\[\&\>\*\:not\(\:last-child\)\]\:border-\[\#eaf0f5\] {
    &>*:not(:last-child) {
      border-color: #eaf0f5;
    }
  }
  .\[\&\>\*\:not\(\:last-child\)\]\:border-gray-200 {
    &>*:not(:last-child) {
      border-color: var(--color-gray-200);
    }
  }
  .\[\&\>\*\:not\(\:last-child\)\]\:pb-1 {
    &>*:not(:last-child) {
      padding-bottom: calc(var(--spacing) * 1);
    }
  }
  .\[\&\>\*\:not\(\:last-child\)\]\:pb-3\.5 {
    &>*:not(:last-child) {
      padding-bottom: calc(var(--spacing) * 3.5);
    }
  }
  .sm\:\[\&\>\*\:not\(\:last-child\)\]\:me-4\.5 {
    @media (width >= 40rem) {
      &>*:not(:last-child) {
        margin-inline-end: calc(var(--spacing) * 4.5);
      }
    }
  }
  .sm\:\[\&\>\*\:not\(\:last-child\)\]\:pe-5 {
    @media (width >= 40rem) {
      &>*:not(:last-child) {
        padding-inline-end: calc(var(--spacing) * 5);
      }
    }
  }
  .\[\&\>\*\>span\]\:text-base {
    &>*>span {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .\[\&\>\*\>span\]\:font-bold {
    &>*>span {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .\[\&\>\*\>span\]\:text-heading {
    &>*>span {
      color: var(--color-heading);
    }
  }
  .\[\&\>\.active\]\:bg-hover {
    &>.active {
      background-color: var(--color-hover);
    }
  }
  .\[\&\>\.title\]\:mt-3\.5 {
    &>.title {
      margin-top: calc(var(--spacing) * 3.5);
    }
  }
  .\[\&\>\.title\]\:mt-5 {
    &>.title {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .sm\:\[\&\>\.title\]\:mt-5 {
    @media (width >= 40rem) {
      &>.title {
        margin-top: calc(var(--spacing) * 5);
      }
    }
  }
  .\[\&\>\.title2\]\:mt-3\.5 {
    &>.title2 {
      margin-top: calc(var(--spacing) * 3.5);
    }
  }
  .sm\:\[\&\>\.title2\]\:mt-3 {
    @media (width >= 40rem) {
      &>.title2 {
        margin-top: calc(var(--spacing) * 3);
      }
    }
  }
  .\[\&\>a\]\:me-3 {
    &>a {
      margin-inline-end: calc(var(--spacing) * 3);
    }
  }
  .\[\&\>a\]\:font-semibold {
    &>a {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .\[\&\>a\]\:text-highlight2 {
    &>a {
      color: var(--color-highlight2);
    }
  }
  .\[\&\>a\]\:underline {
    &>a {
      text-decoration-line: underline;
    }
  }
  .\[\&\>a\.btn\]\:mt-3 {
    &>a.btn {
      margin-top: calc(var(--spacing) * 3);
    }
  }
  .\[\&\>button\]\:absolute {
    &>button {
      position: absolute;
    }
  }
  .\[\&\>button\]\:rounded-full {
    &>button {
      border-radius: calc(infinity * 1px);
    }
  }
  .\[\&\>iframe\]\:mx-auto {
    &>iframe {
      margin-inline: auto;
    }
  }
  .\[\&\>iframe\]\:h-163 {
    &>iframe {
      height: calc(var(--spacing) * 163);
    }
  }
  .\[\&\>iframe\]\:w-full {
    &>iframe {
      width: 100%;
    }
  }
  .\[\&\>li\]\:relative {
    &>li {
      position: relative;
    }
  }
  .\[\&\>li\]\:ps-4 {
    &>li {
      padding-inline-start: calc(var(--spacing) * 4);
    }
  }
  .\[\&\>li\]\:after\:absolute {
    &>li {
      &::after {
        content: var(--tw-content);
        position: absolute;
      }
    }
  }
  .\[\&\>li\]\:after\:top-\[9px\] {
    &>li {
      &::after {
        content: var(--tw-content);
        top: 9px;
      }
    }
  }
  .\[\&\>li\]\:after\:left-0 {
    &>li {
      &::after {
        content: var(--tw-content);
        left: calc(var(--spacing) * 0);
      }
    }
  }
  .\[\&\>li\]\:after\:h-2 {
    &>li {
      &::after {
        content: var(--tw-content);
        height: calc(var(--spacing) * 2);
      }
    }
  }
  .\[\&\>li\]\:after\:w-2 {
    &>li {
      &::after {
        content: var(--tw-content);
        width: calc(var(--spacing) * 2);
      }
    }
  }
  .\[\&\>li\]\:after\:rounded-full {
    &>li {
      &::after {
        content: var(--tw-content);
        border-radius: calc(infinity * 1px);
      }
    }
  }
  .\[\&\>li\]\:after\:bg-main {
    &>li {
      &::after {
        content: var(--tw-content);
        background-color: var(--color-main);
      }
    }
  }
  .\[\&\>li\>a\]\:font-medium\! {
    &>li>a {
      --tw-font-weight: var(--font-weight-medium) !important;
      font-weight: var(--font-weight-medium) !important;
    }
  }
  .\[\&\>li\>a\>span\]\:font-medium\! {
    &>li>a>span {
      --tw-font-weight: var(--font-weight-medium) !important;
      font-weight: var(--font-weight-medium) !important;
    }
  }
  .\[\&\>li\>label\]\:px-3 {
    &>li>label {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .\[\&\>li\>label\]\:py-1\.5 {
    &>li>label {
      padding-block: calc(var(--spacing) * 1.5);
    }
  }
  .\[\&\>li\>strong\]\:me-px {
    &>li>strong {
      margin-inline-end: 1px;
    }
  }
  .\[\&\>li\>strong\]\:text-main {
    &>li>strong {
      color: var(--color-main);
    }
  }
  .\[\&\>p\]\:mb-0\.5 {
    &>p {
      margin-bottom: calc(var(--spacing) * 0.5);
    }
  }
  .\[\&\>p\]\:mb-2 {
    &>p {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .\[\&\>p\]\:text-sm {
    &>p {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .\[\&\>p\]\:text-\[0\.94rem\] {
    &>p {
      font-size: 0.94rem;
    }
  }
  .\[\&\>p\]\:font-semibold {
    &>p {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .\[\&\>p\+a\.btn\]\:mt-3 {
    &>p+a.btn {
      margin-top: calc(var(--spacing) * 3);
    }
  }
  .\[\&\>p\:last-child\]\:mb-0 {
    &>p:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .\[\&\>p\:not\(\:last-child\)\]\:mb-0 {
    &>p:not(:last-child) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .\[\&\>p\>\.icon\]\:me-1 {
    &>p>.icon {
      margin-inline-end: calc(var(--spacing) * 1);
    }
  }
  .\[\&\>p\>\.icon\]\:me-1\.5 {
    &>p>.icon {
      margin-inline-end: calc(var(--spacing) * 1.5);
    }
  }
  .\[\&\>p\>\.icon\]\:mt-1\.5 {
    &>p>.icon {
      margin-top: calc(var(--spacing) * 1.5);
    }
  }
  .\[\&\>p\>\.icon\]\:mt-\[7px\] {
    &>p>.icon {
      margin-top: 7px;
    }
  }
  .\[\&\>p\>\.icon\]\:h-2\.5 {
    &>p>.icon {
      height: calc(var(--spacing) * 2.5);
    }
  }
  .\[\&\>p\>\.icon\]\:h-\[13px\] {
    &>p>.icon {
      height: 13px;
    }
  }
  .\[\&\>p\>\.icon\]\:w-2\.5 {
    &>p>.icon {
      width: calc(var(--spacing) * 2.5);
    }
  }
  .\[\&\>p\>\.icon\]\:w-4\.5 {
    &>p>.icon {
      width: calc(var(--spacing) * 4.5);
    }
  }
  .\[\&\>p\>\.icon\]\:shrink-0 {
    &>p>.icon {
      flex-shrink: 0;
    }
  }
  .\[\&\>p\>\.icon\]\:grow-0 {
    &>p>.icon {
      flex-grow: 0;
    }
  }
  .\[\&\>p\>\.icon\]\:basis-2\.5 {
    &>p>.icon {
      flex-basis: calc(var(--spacing) * 2.5);
    }
  }
  .\[\&\>p\>\.icon\]\:basis-4\.5 {
    &>p>.icon {
      flex-basis: calc(var(--spacing) * 4.5);
    }
  }
  .\[\&\>p\>\.icon\]\:rounded-full {
    &>p>.icon {
      border-radius: calc(infinity * 1px);
    }
  }
  .\[\&\>p\>\.icon\]\:bg-white {
    &>p>.icon {
      background-color: var(--color-white);
    }
  }
  .lg\:\[\&\>p\>\.icon\]\:me-2\.5 {
    @media (width >= 64rem) {
      &>p>.icon {
        margin-inline-end: calc(var(--spacing) * 2.5);
      }
    }
  }
  .\[\&\>ul\]\:list-none {
    &>ul {
      list-style-type: none;
    }
  }
  .\[\&\>ul\>li\]\:cursor-pointer {
    &>ul>li {
      cursor: pointer;
    }
  }
}
@layer base {
  html, body {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #374151;
    line-height: 1.6;
  }
  h1,h2,h3,h4,h5,h6 {
    font-family: "Montserrat", sans-serif;
    color: #133959;
  }
  h1 {
    font-size: 4.5rem;
    line-height: 1.375;
    font-weight: 900;
  }
  h2 {
    font-size: 2.25rem;
    line-height: 1.375;
    font-weight: 700;
  }
  h3 {
    font-size: 1.875rem;
    line-height: 1.375;
    font-weight: 700;
  }
  h4 {
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 700;
  }
  h5 {
    font-size: 1.25rem;
    line-height: 1.25;
    font-weight: 700;
  }
  h6 {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700;
  }
}
@layer utilities {
  .scrollbar-thin {
    scrollbar-width: thin;
    scrollbar-color: rgb(203 213 225) rgb(241 245 249);
  }
  .scrollbar-thin::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .scrollbar-thin::-webkit-scrollbar-track {
    background: rgb(224, 228, 231);
  }
  .scrollbar-thin::-webkit-scrollbar-thumb {
    background: rgb(192, 200, 209);
    border-radius: 4px;
  }
  .scrollbar-thin::-webkit-scrollbar-thumb:hover {
    background: rgb(148 163 184);
  }
}
.container {
  margin-inline: auto;
  padding-inline: calc(var(--spacing) * 5);
}
.container > .row {
  margin-inline: calc(var(--spacing) * -4);
}
.description > p {
  margin-bottom: calc(var(--spacing) * 2);
}
.img-fluid {
  height: auto;
  width: 100%;
}
.navbar.active {
  position: fixed;
  top: -90px;
  left: 0;
}
.navbar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 73px;
  background: linear-gradient(to right, #35ad4c, #056cb9);
  opacity: 0;
}
.navbar.active::after {
  opacity: 1;
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,.22);
}
.hero-section {
  min-height: 100vh;
  min-height: 100dvh;
}
.hero-section::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  backdrop-filter: blur(14px);
  mask-image: linear-gradient(to right, #000, transparent);
  background-color: rgba(0,0,0,.4);
}
.hero-section.top-overlay::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 110px;
  top: 0;
  left: 0;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(to bottom, #000, transparent);
  background-color: rgba(0,0,0,.4);
  z-index: 1;
}
.hero-section.before-color::before, .hero-section.after-color::after {
  background-color: transparent !important;
}
.btn {
  display: inline-block;
  min-width: calc(var(--spacing) * 40);
  cursor: pointer;
  justify-content: center;
  border-radius: var(--radius-md);
  background-color: var(--color-main);
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 3.5);
  text-align: center;
  font-size: 15px;
  color: var(--color-white);
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 0.25s;
  transition-duration: 0.25s;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-mainHover);
    }
  }
}
.highlight-heading span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  width: 95%;
  height: 79%;
  transform: translateY(-50%) skewX(-28deg);
  background-color: #35ad4c;
  z-index: -1;
}
.highlight-heading span:nth-child(2):after {
  background-color: #e2a705;
}
.shadow-card {
  box-shadow: 0px 4px 14px 0.5px rgba(31,31,31,.12);
}
.shadow-card2 {
  box-shadow: 0px 4px 14px 0.5px rgba(31,31,31,.22);
}
.shadow-img {
  box-shadow: 0px 4px 15px 0px rgba(59, 59, 59, 0.3);
}
.z-999 {
  z-index: 999;
}
.leaflet-control-attribution {
  display: none;
}
.leaflet-map .leaflet-top.leaflet-left {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.leaflet-map .leaflet-control-zoom {
  margin: 0 10px 10px 0;
}
.leaflet-map .leaflet-marker-pane .leaflet-marker-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  width: 22px !important;
  height: 22px !important;
  margin: -11px 0 0 -11px !important;
  border-radius: 100%;
  background-color: #056cb9;
  border: 1px solid #fff;
  box-shadow: 0px 0px 1px 0.5px rgba(0, 0, 0, .3);
  transition: all 0.15s linear;
}
.leaflet-map .leaflet-marker-pane .leaflet-marker-icon.active {
  width: 28px !important;
  height: 28px !important;
  margin: -14px 0 0 -14px !important;
  box-shadow: 0px 0px 0px 4px rgb(255, 255, 255), 0px 0px 7px 4px rgba(0, 0, 0, 0.25);
}
.leaflet-map .leaflet-marker-pane .leaflet-marker-icon::after {
  content: '';
  display: block;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../img/icons/padel-ball.png');
}
.bg-content-section::before {
  opacity: 0.92;
  background: linear-gradient(135deg, #133959, #0B2B44);
}
.bg-content-section p {
  color: white;
  font-weight: 400;
}
section.elementor-article {
  min-height: calc(var(--spacing) * 175);
  padding-top: calc(var(--spacing) * 50);
}
section.top-banner-section {
  min-height: calc(var(--spacing) * 205);
}
section.recommended-articles .heading {
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 16);
  }
}
section.recommended-articles .share-article {
  padding-top: calc(var(--spacing) * 8);
  @media (width >= 64rem) {
    width: 92%;
  }
}
section.recommended-articles .share-article p {
  margin-inline-end: calc(var(--spacing) * 3.5);
}
section.recommended-articles .share-article .share-icons a {
  width: calc(var(--spacing) * 9);
  height: calc(var(--spacing) * 9);
  border-color: var(--color-gray-300);
  padding: 3px;
}
.all-articles-section .all-articles-title svg {
  @media (width >= 48rem) {
    max-width: calc(var(--spacing) * 74);
  }
}
.all-articles-section .articles-filter-container {
  @media (width >= 48rem) {
    margin-bottom: calc(var(--spacing) * 12);
  }
}
.all-articles-section .articles-filter-container .filter-data:not(:last-child) {
  position: relative;
  margin-inline-end: calc(var(--spacing) * 5);
  padding-inline-end: calc(var(--spacing) * 5);
}
.all-articles-section .articles-filter-container .filter-data:not(:last-child)::after {
  content: '';
  position: absolute;
  top: calc(1/2 * 100%);
  right: calc(var(--spacing) * 0);
  height: calc(var(--spacing) * 5);
  width: 1px;
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  background-color: var(--color-gray-300);
}
.all-articles-section .articles-filter-container select, .all-articles-section .articles-filter-container input {
  margin-left: calc(var(--spacing) * 1.5);
  min-width: calc(var(--spacing) * 48);
  border-radius: calc(infinity * 1px);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gray-300);
  padding-inline: calc(var(--spacing) * 2.5);
  padding-block: calc(var(--spacing) * 1.5);
  font-family: var(--font-display);
  font-size: 0.94rem;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-duration: 0.18s;
  transition-duration: 0.18s;
  --tw-ease: linear;
  transition-timing-function: linear;
  --tw-outline-style: none;
  outline-style: none;
  &:focus {
    border-color: var(--color-heading);
  }
  &:active {
    border-color: var(--color-heading);
  }
}
.all-articles-section .articles-filter-container select {
  cursor: pointer;
  padding-right: calc(var(--spacing) * 8);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
}
.all-articles-section .articles-filter-container select option {
  font-family: var(--font-display);
  font-size: 0.94rem;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.all-articles-section .articles-filter-container input[type='number'] {
  max-width: calc(var(--spacing) * 18);
  min-width: auto;
  -moz-appearance: textfield;
  appearance: textfield;
}
.all-articles-section .articles-filter-container input[type='number']::-webkit-outer-spin-button, .all-articles-section .articles-filter-container input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.all-articles-section .articles-filter-container .arrow {
  right: calc(var(--spacing) * 3);
}
.all-articles-section .articles-filter-container .arrow svg {
  height: 7px;
  width: calc(var(--spacing) * 3);
}
.all-articles-section .pagination-container .arrow-btn svg {
  width: 20px;
  height: 11px;
}
.all-articles-section .pagination-container .prev-btn {
  margin-right: calc(var(--spacing) * 3);
}
.all-articles-section .pagination-container .next-btn {
  margin-left: calc(var(--spacing) * 3);
}
.all-articles-section .pagination-container .prev-btn svg {
  rotate: 90deg;
}
.all-articles-section .pagination-container .next-btn svg {
  rotate: calc(90deg * -1);
}
.all-articles-section .pagination-container .num-boxs > a {
  height: calc(var(--spacing) * 7);
  min-width: calc(var(--spacing) * 7.5);
  border-radius: 4px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gray-300);
  padding-inline: calc(var(--spacing) * 1);
  padding-top: 3.5px;
  padding-bottom: calc(var(--spacing) * 0.5);
  font-size: 0.94rem;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 0.18s;
  transition-duration: 0.18s;
  --tw-ease: linear;
  transition-timing-function: linear;
  &:hover {
    @media (hover: hover) {
      border-color: var(--color-main);
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-main);
    }
  }
}
.all-articles-section .pagination-container .num-boxs > a.active {
  border-color: var(--color-main);
  background-color: var(--color-main);
  color: var(--color-white);
}
.all-articles-section .pagination-container .num-boxs > a:not(:last-child) {
  margin-right: calc(var(--spacing) * 2.5);
}
@media only screen and (max-width: 1535px) {
  .hero-section::after {
    width: 70%;
    backdrop-filter: blur(7px);
    mask-image: linear-gradient(to right, #000, #000, #000, #000, #000, transparent);
    background-color: rgba(0, 0, 0, 0.35);
  }
}
@media only screen and (max-width: 1279px) {
  h1 {
    font-size: 4rem;
  }
  section.elementor-article {
    padding-top: calc(var(--spacing) * 40);
  }
  section.top-banner-section {
    min-height: calc(var(--spacing) * 180);
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  section.elementor-article .article-headline {
    width: 80% !important;
  }
  section.elementor-article .article-headline h1 {
    line-height: 1.35 !important;
  }
  section.elementor-article .article-banner img {
    height: 600px !important;
  }
}
@media only screen and (max-width: 1100px) {
  .imgviewer-container .arrow {
    width: 48px;
    height: 48px;
  }
  .imgviewer-container .arrow.prev-arrow {
    left: 16px;
  }
  .imgviewer-container .arrow.next-arrow {
    right: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  h1 {
    font-size: 3.5rem;
  }
  .hero-section::after {
    width: 90%;
  }
  section.elementor-article {
    padding-top: calc(var(--spacing) * 35);
  }
  section.top-banner-section {
    min-height: calc(var(--spacing) * 165);
  }
  .all-articles-section .articles-filter-container .filter-data:not(:first-child) {
    border-style: var(--tw-border-style);
    border-width: 0px;
    padding-right: calc(var(--spacing) * 0);
    &::after {
      content: var(--tw-content);
      display: none;
    }
  }
  .all-articles-section .articles-filter-container .filter-data {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .all-articles-section .articles-filter-container {
    margin-bottom: calc(var(--spacing) * 7);
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 2rem;
    line-height: 1.375;
  }
  h3 {
    font-size: 1.7rem;
  }
  h5 {
    font-size: 1.1rem;
  }
  .navbar .inner-nav .nav-links {
    position: absolute;
    top: calc(var(--spacing) * 24.5);
    left: calc(var(--spacing) * 0);
    width: 100%;
  }
  .navbar .inner-nav .nav-links .inner-nav-links {
    height: 0;
    overflow: hidden;
    transition: all 0.25s ease-in-out;
  }
  .navbar .nav-dropdown .nav-dropdown-list {
    display: none;
  }
  .navbar .nav-dropdown:hover .nav-dropdown-list {
    display: block;
  }
  .navbar .nav-dropdown .nav-dropdown-list ul {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, .11);
  }
  .navbar .nav-dropdown .nav-dropdown-list ul li:not(:last-child) {
    border-bottom-color: rgba(226, 167, 5, 0.3);
  }
  .navbar .nav-dropdown .nav-dropdown-list ul a {
    padding-inline-start: calc(var(--spacing) * 7);
  }
  .navbar.active .inner-nav .nav-links {
    margin-top: calc(var(--spacing) * 0);
    top: 73px;
  }
  .navbar.active .inner-nav .nav-links ul {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .navbar.active .inner-nav .logo {
    z-index: 10;
  }
  .navbar.active .inner-nav .nav-links .nav-list {
    padding-top: calc(var(--spacing) * 5);
  }
  .navbar .inner-nav.active .nav-mob-btn span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
  }
  .navbar .inner-nav.active .nav-mob-btn span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }
  .hero-section::after {
    width: 100%;
    mask-image: none;
    background-color: rgba(0, 0, 0, 0.5);
  }
  section.elementor-article {
    padding-top: calc(var(--spacing) * 27.5);
  }
  section.top-banner-section {
    min-height: calc(var(--spacing) * 125);
  }
  .all-articles-section .articles-filter-container {
    padding-inline: calc(var(--spacing) * 0) !important;
  }
  .all-articles-section .articles-filter-container .filter-data {
    margin-right: calc(var(--spacing) * 0) !important;
    width: 100%;
    flex-basis: 100%;
    justify-content: center;
    padding-right: calc(var(--spacing) * 0) !important;
    &::after {
      content: var(--tw-content);
      display: none;
    }
  }
}
@media only screen and (max-width: 639px) {
  h1 {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .hero-section h1 span:not(:last-child) {
    position: static;
  }
  .highlight-heading span::after {
    left: 10px;
    height: 95%;
  }
  .hero-section::after {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .hero-section h1 span:last-child::after {
    display: none;
  }
  .imgviewer-container .arrow {
    width: 42px;
    height: 42px;
  }
  .imgviewer-container .arrow.prev-arrow {
    left: 10px;
  }
  .imgviewer-container .arrow.next-arrow {
    right: 10px;
  }
  .slider-container .slider-list .slide {
    max-width: 340px;
    flex-basis: auto;
  }
  .slider-container .slider-list .slide .slide-inner {
    box-shadow: none;
    border-radius: 0;
    height: 100%;
  }
  .slider-container .slider-list {
    max-width: 340px;
    width: 82%;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    box-shadow: 0px 4px 14px 0.5px rgba(31,31,31,.12);
    overflow: hidden;
    border-radius: var(--radius-3xl);
  }
  .slider-container .slider-control {
    padding-bottom: calc(var(--spacing) * 7);
  }
  .slider-container .slider-note:not(.noresults) {
    padding-top: calc(var(--spacing) * 10);
  }
  .slider-container .slider-arrow {
    position: absolute;
    width: 95%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    pointer-events: none;
  }
  .slider-container .slider-arrow .slider-btn {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: white;
    background-color: #B9BFC8;
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,.3);
    pointer-events: auto;
  }
  .slider-container .slider-arrow .slider-btn.active {
    background-color: #056cb9;
  }
  .slider-container .slider-arrow .slider-btn.prev-arrow {
    box-shadow: -2px 2px 8px 0px rgba(0,0,0,.3);
  }
  .slider-container .slider-arrow .slider-btn svg {
    width: 28px;
    height: 21px;
  }
  .slider-container .top-slide {
    height: calc(var(--spacing) * 50);
  }
  .slider-container .btm-outer-slider {
    overflow: visible;
  }
}
@media only screen and (max-width: 500px) {
  .hero-section {
    min-height: 770px;
  }
  .slider-container .slider-arrow {
    width: 106%;
  }
  .slider-container .slider-arrow .slider-btn {
    width: 48px;
    height: 48px;
  }
  section.top-banner-section {
    min-height: calc(var(--spacing) * 135);
  }
}
@media only screen and (max-width: 430px) {
  .slider-container .slider-arrow .slider-btn {
    width: 36px;
    height: 36px;
  }
  section.top-banner-section {
    min-height: calc(var(--spacing) * 147.5);
  }
}
@media only screen and (max-width: 399px) {
  .slider-container .slider-list {
    width: 90%;
  }
}
@media only screen and (max-width: 380px) {
  .slider-container .slider-list {
    width: 86%;
  }
}
@media only screen and (max-width: 370px) {
  .slider-container .btm-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fullWidth {
  from {
    width: 0%;
  }
  to {
    width: 95%;
  }
}
@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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@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-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
