/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --spacing: 0.25rem;
    --breakpoint-lg: 64rem;
    --container-md: 28rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-normal: 0em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-3xl: 1.5rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .\!absolute {
    position: absolute !important;
  }
  .\!relative {
    position: relative !important;
  }
  .absolute {
    position: absolute;
  }
  .absolute\! {
    position: absolute !important;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .relative\! {
    position: relative !important;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0;
  }
  .\!top-0 {
    top: 0 !important;
  }
  .\!top-\[-5px\] {
    top: -5px !important;
  }
  .top-0 {
    top: 0;
  }
  .top-1 {
    top: var(--spacing);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-11 {
    top: calc(var(--spacing) * 11);
  }
  .top-\[-10px\] {
    top: -10px;
  }
  .top-\[-25px\] {
    top: -25px;
  }
  .top-\[0\.5em\] {
    top: 0.5em;
  }
  .top-\[5px\] {
    top: 5px;
  }
  .top-\[7px\] {
    top: 7px;
  }
  .top-\[11\%\] {
    top: 11%;
  }
  .top-\[50vh\] {
    top: 50vh;
  }
  .top-\[54px\] {
    top: 54px;
  }
  .top-full {
    top: 100%;
  }
  .\!right-0 {
    right: 0 !important;
  }
  .right-0 {
    right: 0;
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-0 {
    bottom: 0;
  }
  .bottom-28 {
    bottom: calc(var(--spacing) * 28);
  }
  .bottom-\[-19px\] {
    bottom: -19px;
  }
  .bottom-auto {
    bottom: auto;
  }
  .\!left-0 {
    left: 0 !important;
  }
  .left-0 {
    left: 0;
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-18 {
    left: calc(var(--spacing) * 18);
  }
  .left-\[-5px\] {
    left: -5px;
  }
  .left-\[-14\.50\%\] {
    left: -14.50%;
  }
  .left-\[1em\] {
    left: 1em;
  }
  .left-\[35px\] {
    left: 35px;
  }
  .left-\[83px\] {
    left: 83px;
  }
  .isolate {
    isolation: isolate;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[10\] {
    z-index: 10;
  }
  .z-\[99\] {
    z-index: 99;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .z-\[1300\] {
    z-index: 1300;
  }
  .z-\[2000\] {
    z-index: 2000;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-7 {
    grid-column: span 7 / span 7;
  }
  .col-span-11 {
    grid-column: span 11 / span 11;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .row-span-2 {
    grid-row: span 2 / span 2;
  }
  .\!float-end {
    float: inline-end !important;
  }
  .\!clear-both {
    clear: both !important;
  }
  .container {
    width: 100%;
    @media (width >= 1440px) {
      max-width: 1440px;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .\!m-0 {
    margin: 0 !important;
  }
  .\!m-4 {
    margin: calc(var(--spacing) * 4) !important;
  }
  .\!m-auto {
    margin: auto !important;
  }
  .m-0 {
    margin: 0;
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .m-5 {
    margin: calc(var(--spacing) * 5);
  }
  .m-10 {
    margin: calc(var(--spacing) * 10);
  }
  .m-\[0\.2rem\] {
    margin: 0.2rem;
  }
  .m-\[0\.75rem\] {
    margin: 0.75rem;
  }
  .m-auto {
    margin: auto;
  }
  .\!mx-5 {
    margin-inline: calc(var(--spacing) * 5) !important;
  }
  .\!mx-auto {
    margin-inline: auto !important;
  }
  .-mx-2 {
    margin-inline: calc(var(--spacing) * -2);
  }
  .-mx-\[25px\] {
    margin-inline: calc(25px * -1);
  }
  .mx-0 {
    margin-inline: 0;
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-6 {
    margin-inline: calc(var(--spacing) * 6);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .\!my-0 {
    margin-block: 0 !important;
  }
  .\!my-1 {
    margin-block: var(--spacing) !important;
  }
  .\!my-2 {
    margin-block: calc(var(--spacing) * 2) !important;
  }
  .\!my-4 {
    margin-block: calc(var(--spacing) * 4) !important;
  }
  .\!my-5 {
    margin-block: calc(var(--spacing) * 5) !important;
  }
  .\!my-\[0\.7rem\] {
    margin-block: 0.7rem !important;
  }
  .-my-2 {
    margin-block: calc(var(--spacing) * -2);
  }
  .my-1 {
    margin-block: var(--spacing);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-2\! {
    margin-block: calc(var(--spacing) * 2) !important;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-24 {
    margin-block: calc(var(--spacing) * 24);
  }
  .my-\[0\.75rem\] {
    margin-block: 0.75rem;
  }
  .my-\[1rem\] {
    margin-block: 1rem;
  }
  .\!-mt-\[0\.25rem\] {
    margin-top: calc(0.25rem * -1) !important;
  }
  .\!mt-2 {
    margin-top: calc(var(--spacing) * 2) !important;
  }
  .\!mt-4 {
    margin-top: calc(var(--spacing) * 4) !important;
  }
  .-mt-0\.5 {
    margin-top: calc(var(--spacing) * -0.5);
  }
  .-mt-6 {
    margin-top: calc(var(--spacing) * -6);
  }
  .-mt-8 {
    margin-top: calc(var(--spacing) * -8);
  }
  .-mt-\[0\.1em\] {
    margin-top: calc(0.1em * -1);
  }
  .mt-0\.75 {
    margin-top: calc(var(--spacing) * 0.75);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\! {
    margin-top: calc(var(--spacing) * 2) !important;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .mt-46 {
    margin-top: calc(var(--spacing) * 46);
  }
  .mt-68 {
    margin-top: calc(var(--spacing) * 68);
  }
  .mt-\[1em\] {
    margin-top: 1em;
  }
  .mt-\[1rem\] {
    margin-top: 1rem;
  }
  .mt-auto {
    margin-top: auto;
  }
  .\!mr-4 {
    margin-right: calc(var(--spacing) * 4) !important;
  }
  .mr-0 {
    margin-right: 0;
  }
  .mr-0\! {
    margin-right: 0 !important;
  }
  .mr-1\! {
    margin-right: var(--spacing) !important;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-3\.5 {
    margin-right: calc(var(--spacing) * 3.5);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-4\! {
    margin-right: calc(var(--spacing) * 4) !important;
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .\!mb-0 {
    margin-bottom: 0 !important;
  }
  .\!mb-2 {
    margin-bottom: calc(var(--spacing) * 2) !important;
  }
  .\!mb-3 {
    margin-bottom: calc(var(--spacing) * 3) !important;
  }
  .\!mb-4 {
    margin-bottom: calc(var(--spacing) * 4) !important;
  }
  .\!mb-6 {
    margin-bottom: calc(var(--spacing) * 6) !important;
  }
  .\!mb-\[0\.200rem\] {
    margin-bottom: 0.200rem !important;
  }
  .mb-0 {
    margin-bottom: 0;
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-6\! {
    margin-bottom: calc(var(--spacing) * 6) !important;
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-10\! {
    margin-bottom: calc(var(--spacing) * 10) !important;
  }
  .mb-24 {
    margin-bottom: calc(var(--spacing) * 24);
  }
  .mb-\[1em\] {
    margin-bottom: 1em;
  }
  .mb-\[1rem\] {
    margin-bottom: 1rem;
  }
  .mb-\[2rem\] {
    margin-bottom: 2rem;
  }
  .\!ml-0 {
    margin-left: 0 !important;
  }
  .\!ml-1 {
    margin-left: var(--spacing) !important;
  }
  .\!ml-2 {
    margin-left: calc(var(--spacing) * 2) !important;
  }
  .-ml-2\! {
    margin-left: calc(var(--spacing) * -2) !important;
  }
  .-ml-3\! {
    margin-left: calc(var(--spacing) * -3) !important;
  }
  .-ml-6 {
    margin-left: calc(var(--spacing) * -6);
  }
  .ml-0\.5 {
    margin-left: calc(var(--spacing) * 0.5);
  }
  .ml-1 {
    margin-left: var(--spacing);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-2\! {
    margin-left: calc(var(--spacing) * 2) !important;
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-3\.5 {
    margin-left: calc(var(--spacing) * 3.5);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .ml-7 {
    margin-left: calc(var(--spacing) * 7);
  }
  .ml-8 {
    margin-left: calc(var(--spacing) * 8);
  }
  .ml-auto {
    margin-left: auto;
  }
  .box-border {
    box-sizing: border-box;
  }
  .\!flex {
    display: flex !important;
  }
  .\!grid {
    display: grid !important;
  }
  .\!hidden {
    display: none !important;
  }
  .\!inline-flex {
    display: inline-flex !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .flex\! {
    display: flex !important;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .hidden\! {
    display: none !important;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .\!h-8 {
    height: calc(var(--spacing) * 8) !important;
  }
  .\!h-\[30px\] {
    height: 30px !important;
  }
  .\!h-full {
    height: 100% !important;
  }
  .h-0 {
    height: 0;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-56 {
    height: calc(var(--spacing) * 56);
  }
  .h-90\! {
    height: calc(var(--spacing) * 90) !important;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[41\] {
    height: 41;
  }
  .h-\[50vh\] {
    height: 50vh;
  }
  .h-\[55px\] {
    height: 55px;
  }
  .h-\[75px\] {
    height: 75px;
  }
  .h-\[calc\(100\%-100px\)\] {
    height: calc(100% - 100px);
  }
  .h-\[calc\(100vh-280px\)\] {
    height: calc(100vh - 280px);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px\! {
    height: 1px !important;
  }
  .h-screen {
    height: 100vh;
  }
  .\!max-h-\[calc\(100\%-100px\)\] {
    max-height: calc(100% - 100px) !important;
  }
  .max-h-30 {
    max-height: calc(var(--spacing) * 30);
  }
  .max-h-70 {
    max-height: calc(var(--spacing) * 70);
  }
  .max-h-87\.5 {
    max-height: calc(var(--spacing) * 87.5);
  }
  .max-h-\[1\.125rem\] {
    max-height: 1.125rem;
  }
  .max-h-\[42vh\] {
    max-height: 42vh;
  }
  .max-h-\[90\%\] {
    max-height: 90%;
  }
  .max-h-\[150px\] {
    max-height: 150px;
  }
  .max-h-\[300px\] {
    max-height: 300px;
  }
  .max-h-\[500px\] {
    max-height: 500px;
  }
  .max-h-fit {
    max-height: fit-content;
  }
  .\!min-h-0 {
    min-height: 0 !important;
  }
  .\!min-h-12 {
    min-height: calc(var(--spacing) * 12) !important;
  }
  .\!min-h-\[2rem\] {
    min-height: 2rem !important;
  }
  .min-h-8 {
    min-height: calc(var(--spacing) * 8);
  }
  .min-h-12 {
    min-height: calc(var(--spacing) * 12);
  }
  .min-h-16\! {
    min-height: calc(var(--spacing) * 16) !important;
  }
  .min-h-65 {
    min-height: calc(var(--spacing) * 65);
  }
  .min-h-104 {
    min-height: calc(var(--spacing) * 104);
  }
  .min-h-\[8\.5em\] {
    min-height: 8.5em;
  }
  .min-h-\[10\.5em\] {
    min-height: 10.5em;
  }
  .min-h-\[33rem\] {
    min-height: 33rem;
  }
  .min-h-\[40px\] {
    min-height: 40px;
  }
  .min-h-\[100\%\] {
    min-height: 100%;
  }
  .min-h-\[100px\] {
    min-height: 100px;
  }
  .min-h-fit {
    min-height: fit-content;
  }
  .min-h-full {
    min-height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .\!w-8 {
    width: calc(var(--spacing) * 8) !important;
  }
  .\!w-fit {
    width: fit-content !important;
  }
  .\!w-full {
    width: 100% !important;
  }
  .w-0 {
    width: 0;
  }
  .w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
  .w-1\/2\! {
    width: calc(1 / 2 * 100%) !important;
  }
  .w-1\/3 {
    width: calc(1 / 3 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-76 {
    width: calc(var(--spacing) * 76);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-100\! {
    width: calc(var(--spacing) * 100) !important;
  }
  .w-\[20rem\] {
    width: 20rem;
  }
  .w-\[20rem\]\! {
    width: 20rem !important;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[65px\] {
    width: 65px;
  }
  .w-\[84px\] {
    width: 84px;
  }
  .w-\[85\%\] {
    width: 85%;
  }
  .w-\[85px\] {
    width: 85px;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[158\] {
    width: 158;
  }
  .w-\[286px\] {
    width: 286px;
  }
  .w-\[calc\(100\%-4px\)\] {
    width: calc(100% - 4px);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-full\! {
    width: 100% !important;
  }
  .max-w-40 {
    max-width: calc(var(--spacing) * 40);
  }
  .max-w-45 {
    max-width: calc(var(--spacing) * 45);
  }
  .max-w-50 {
    max-width: calc(var(--spacing) * 50);
  }
  .max-w-52 {
    max-width: calc(var(--spacing) * 52);
  }
  .max-w-106\.25 {
    max-width: calc(var(--spacing) * 106.25);
  }
  .max-w-106\.25\! {
    max-width: calc(var(--spacing) * 106.25) !important;
  }
  .max-w-\[1\.125rem\] {
    max-width: 1.125rem;
  }
  .max-w-\[7rem\] {
    max-width: 7rem;
  }
  .max-w-\[40px\] {
    max-width: 40px;
  }
  .max-w-\[80px\] {
    max-width: 80px;
  }
  .max-w-\[90\%\] {
    max-width: 90%;
  }
  .max-w-\[95\%\] {
    max-width: 95%;
  }
  .max-w-\[100px\] {
    max-width: 100px;
  }
  .max-w-\[140px\] {
    max-width: 140px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1312px\] {
    max-width: 1312px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-screen-lg {
    max-width: var(--breakpoint-lg);
  }
  .\!min-w-0 {
    min-width: 0 !important;
  }
  .\!min-w-72 {
    min-width: calc(var(--spacing) * 72) !important;
  }
  .\!min-w-\[85px\] {
    min-width: 85px !important;
  }
  .\!min-w-\[100px\] {
    min-width: 100px !important;
  }
  .min-w-0 {
    min-width: 0;
  }
  .min-w-0\! {
    min-width: 0 !important;
  }
  .min-w-20 {
    min-width: calc(var(--spacing) * 20);
  }
  .min-w-25 {
    min-width: calc(var(--spacing) * 25);
  }
  .min-w-27\.5 {
    min-width: calc(var(--spacing) * 27.5);
  }
  .min-w-35 {
    min-width: calc(var(--spacing) * 35);
  }
  .min-w-40 {
    min-width: calc(var(--spacing) * 40);
  }
  .min-w-40\! {
    min-width: calc(var(--spacing) * 40) !important;
  }
  .min-w-\[25\%\] {
    min-width: 25%;
  }
  .min-w-\[37\.5px\] {
    min-width: 37.5px;
  }
  .min-w-\[50px\] {
    min-width: 50px;
  }
  .min-w-\[60px\] {
    min-width: 60px;
  }
  .min-w-\[65\%\] {
    min-width: 65%;
  }
  .min-w-\[80px\] {
    min-width: 80px;
  }
  .min-w-\[90px\] {
    min-width: 90px;
  }
  .min-w-\[100px\] {
    min-width: 100px;
  }
  .min-w-\[120px\] {
    min-width: 120px;
  }
  .min-w-\[160px\] {
    min-width: 160px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-1\! {
    flex: 1 !important;
  }
  .flex-\[0_1_120px\] {
    flex: 0 1 120px;
  }
  .flex-\[0_1_160px\] {
    flex: 0 1 160px;
  }
  .flex-auto {
    flex: auto;
  }
  .flex-none {
    flex: none;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .basis-\[12\%\] {
    flex-basis: 12%;
  }
  .basis-\[20\%\] {
    flex-basis: 20%;
  }
  .basis-\[22\%\] {
    flex-basis: 22%;
  }
  .basis-\[25\%\] {
    flex-basis: 25%;
  }
  .basis-\[28\.5\%\] {
    flex-basis: 28.5%;
  }
  .basis-\[30\%\] {
    flex-basis: 30%;
  }
  .basis-\[40\%\] {
    flex-basis: 40%;
  }
  .table-auto {
    table-layout: auto;
  }
  .origin-center {
    transform-origin: center;
  }
  .origin-top-right {
    transform-origin: 100% 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-\[35px\] {
    --tw-translate-x: calc(35px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-\[40px\] {
    --tw-translate-x: calc(40px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-\[50px\] {
    --tw-translate-x: calc(50px * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: 0;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-4 {
    --tw-translate-y: calc(var(--spacing) * -4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: 0;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-4 {
    --tw-translate-y: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-scale-y-100 {
    --tw-scale-y: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-0 {
    rotate: 0deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-auto {
    cursor: auto;
  }
  .cursor-default\! {
    cursor: default !important;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .cursor-pointer\! {
    cursor: pointer !important;
  }
  .resize {
    resize: both;
  }
  .\!list-disc {
    list-style-type: disc !important;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .list-none\! {
    list-style-type: none !important;
  }
  .grid-flow-col {
    grid-auto-flow: column;
  }
  .grid-flow-row {
    grid-auto-flow: row;
  }
  .grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }
  .grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-\[1fr_auto\] {
    grid-template-rows: 1fr auto;
  }
  .grid-rows-\[20px_1fr_20px\] {
    grid-template-rows: 20px 1fr 20px;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-content-between {
    place-content: space-between;
  }
  .content-center {
    align-content: center;
  }
  .\!items-center {
    align-items: center !important;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-center\! {
    align-items: center !important;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .\!justify-center {
    justify-content: center !important;
  }
  .\!justify-end {
    justify-content: flex-end !important;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-between\! {
    justify-content: space-between !important;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-center\! {
    justify-content: center !important;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-start\! {
    justify-content: flex-start !important;
  }
  .justify-stretch {
    justify-content: stretch;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-0 {
    gap: 0;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\! {
    gap: calc(var(--spacing) * 2) !important;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-4\! {
    gap: calc(var(--spacing) * 4) !important;
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-\[0\.5em\] {
    gap: 0.5em;
  }
  .gap-\[0\.5rem\] {
    gap: 0.5rem;
  }
  .gap-\[1em\] {
    gap: 1em;
  }
  .gap-\[1rem\] {
    gap: 1rem;
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-\[1\.5rem\] {
    column-gap: 1.5rem;
  }
  .space-x-1 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(var(--spacing) * var(--tw-space-x-reverse));
      margin-inline-end: calc(var(--spacing) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-1\! {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0 !important;
      margin-inline-start: calc(var(--spacing) * var(--tw-space-x-reverse)) !important;
      margin-inline-end: calc(var(--spacing) * calc(1 - var(--tw-space-x-reverse))) !important;
    }
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-3 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-\[1rem\] {
    row-gap: 1rem;
  }
  .divide-x {
    :where(& > :not(:last-child)) {
      --tw-divide-x-reverse: 0;
      border-inline-style: var(--tw-border-style);
      border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
      border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
  }
  .self-center {
    align-self: center;
  }
  .justify-self-end {
    justify-self: flex-end;
  }
  .justify-self-start {
    justify-self: flex-start;
  }
  .justify-self-stretch {
    justify-self: stretch;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .truncate\! {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
  .\!overflow-hidden {
    overflow: hidden !important;
  }
  .\!overflow-visible {
    overflow: visible !important;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-hidden\! {
    overflow: hidden !important;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .\!rounded-\[0\.5rem\] {
    border-radius: 0.5rem !important;
  }
  .\!rounded-none {
    border-radius: 0 !important;
  }
  .rounded {
    border-radius: 8px;
  }
  .rounded\! {
    border-radius: 8px !important;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[0\.3rem\] {
    border-radius: 0.3rem;
  }
  .rounded-\[1\.4rem\] {
    border-radius: 1.4rem;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-lg\! {
    border-radius: var(--radius-lg) !important;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-none\! {
    border-radius: 0 !important;
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-sm\! {
    border-radius: var(--radius-sm) !important;
  }
  .rounded-t-lg {
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
  }
  .rounded-l-lg\! {
    border-top-left-radius: var(--radius-lg) !important;
    border-bottom-left-radius: var(--radius-lg) !important;
  }
  .rounded-tl {
    border-top-left-radius: 8px;
  }
  .rounded-tl-lg {
    border-top-left-radius: var(--radius-lg);
  }
  .rounded-r-lg\! {
    border-top-right-radius: var(--radius-lg) !important;
    border-bottom-right-radius: var(--radius-lg) !important;
  }
  .rounded-tr {
    border-top-right-radius: 8px;
  }
  .rounded-tr-3xl {
    border-top-right-radius: var(--radius-3xl);
  }
  .rounded-tr-lg {
    border-top-right-radius: var(--radius-lg);
  }
  .rounded-br-sm {
    border-bottom-right-radius: var(--radius-sm);
  }
  .rounded-bl-sm {
    border-bottom-left-radius: var(--radius-sm);
  }
  .\!border {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-0\! {
    border-style: var(--tw-border-style) !important;
    border-width: 0px !important;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-2\! {
    border-style: var(--tw-border-style) !important;
    border-width: 2px !important;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-x-4 {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 4px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t\! {
    border-top-style: var(--tw-border-style) !important;
    border-top-width: 1px !important;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-t-4 {
    border-top-style: var(--tw-border-style);
    border-top-width: 4px;
  }
  .border-t-\[1px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-r-0 {
    border-right-style: var(--tw-border-style);
    border-right-width: 0px;
  }
  .border-r-2 {
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }
  .border-r-\[1px\] {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .\!border-b-0 {
    border-bottom-style: var(--tw-border-style) !important;
    border-bottom-width: 0px !important;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-b-4 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
  }
  .border-b-\[1px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-0 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0px;
  }
  .border-l-\[1px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .\!border-none {
    --tw-border-style: none !important;
    border-style: none !important;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .\!border-\[\#4A93D0\] {
    border-color: #4A93D0 !important;
  }
  .\!border-\[\#EC6237\] {
    border-color: #EC6237 !important;
  }
  .border-\[\#4A93D0\] {
    border-color: #4A93D0;
  }
  .border-\[\#cccccc\] {
    border-color: #cccccc;
  }
  .border-border {
    border-color: #ceced1;
  }
  .border-brand-complement {
    border-color: #0bab44;
  }
  .border-inherit {
    border-color: inherit;
  }
  .border-severity-alert-info {
    border-color: #004c95;
  }
  .border-x-transparent {
    border-inline-color: transparent;
  }
  .border-t-border\! {
    border-top-color: #ceced1 !important;
  }
  .border-t-brand-complement {
    border-top-color: #0bab44;
  }
  .border-t-transparent {
    border-top-color: transparent;
  }
  .border-b-border {
    border-bottom-color: #ceced1;
  }
  .border-b-brand-contrast {
    border-bottom-color: #fff;
  }
  .\!bg-\[\#F1F8FF\] {
    background-color: #F1F8FF !important;
  }
  .\!bg-\[\#FDEAEB\] {
    background-color: #FDEAEB !important;
  }
  .\!bg-transparent {
    background-color: transparent !important;
  }
  .\!bg-white {
    background-color: #fff !important;
  }
  .bg-\[\#00000080\] {
    background-color: #00000080;
  }
  .bg-\[\#fff\] {
    background-color: #fff;
  }
  .bg-action-secondary {
    background-color: #0bab44;
  }
  .bg-action-secondary\! {
    background-color: #0bab44 !important;
  }
  .bg-border\! {
    background-color: #ceced1 !important;
  }
  .bg-brand {
    background-color: #1e2250;
  }
  .bg-brand-complement {
    background-color: #0bab44;
  }
  .bg-brand-complement\! {
    background-color: #0bab44 !important;
  }
  .bg-brand-contrast {
    background-color: #fff;
  }
  .bg-cardBackground {
    background-color: #fff;
  }
  .bg-inputBackground {
    background-color: #fff;
  }
  .bg-inputBackground\/90 {
    background-color: color-mix(in oklab, #fff 90%, transparent);
  }
  .bg-page {
    background-color: #f1f1f1;
  }
  .bg-pageBackground {
    background-color: #f1f1f1;
  }
  .bg-severity-alert-error {
    background-color: #eb2525;
  }
  .bg-severity-alert-info {
    background-color: #004c95;
  }
  .bg-severity-alert-info\! {
    background-color: #004c95 !important;
  }
  .bg-severity-alert-info-bg {
    background-color: #ebf5ff;
  }
  .bg-severity-alert-info-bg\! {
    background-color: #ebf5ff !important;
  }
  .bg-sidebarBackground {
    background-color: #fff;
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-transparent\! {
    background-color: transparent !important;
  }
  .bg-white {
    background-color: #fff;
  }
  .bg-white\/80 {
    background-color: color-mix(in oklab, #fff 80%, transparent);
  }
  .bg-linear-to-r {
    --tw-gradient-position: to right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-none {
    background-image: none;
  }
  .from-brand {
    --tw-gradient-from: #1e2250;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-brand-complement {
    --tw-gradient-to: #0bab44;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-\[length\:100\%_100\%\] {
    background-size: 100% 100%;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .bg-repeat {
    background-repeat: repeat;
  }
  .\!fill-\[\#EB2525\] {
    fill: #EB2525 !important;
  }
  .fill-current {
    fill: currentcolor;
  }
  .fill-severity-alert-error\! {
    fill: #eb2525 !important;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .\!p-0 {
    padding: 0 !important;
  }
  .\!p-1 {
    padding: var(--spacing) !important;
  }
  .\!p-2 {
    padding: calc(var(--spacing) * 2) !important;
  }
  .\!p-4 {
    padding: calc(var(--spacing) * 4) !important;
  }
  .\!p-5 {
    padding: calc(var(--spacing) * 5) !important;
  }
  .\!p-\[2px\] {
    padding: 2px !important;
  }
  .p-0 {
    padding: 0;
  }
  .p-0\! {
    padding: 0 !important;
  }
  .p-1 {
    padding: var(--spacing);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-\[1rem\] {
    padding: 1rem;
  }
  .\!px-0 {
    padding-inline: 0 !important;
  }
  .\!px-2 {
    padding-inline: calc(var(--spacing) * 2) !important;
  }
  .\!px-4 {
    padding-inline: calc(var(--spacing) * 4) !important;
  }
  .\!px-5 {
    padding-inline: calc(var(--spacing) * 5) !important;
  }
  .\!px-6 {
    padding-inline: calc(var(--spacing) * 6) !important;
  }
  .\!px-16 {
    padding-inline: calc(var(--spacing) * 16) !important;
  }
  .\!px-\[2rem\] {
    padding-inline: 2rem !important;
  }
  .px-0 {
    padding-inline: 0;
  }
  .px-0\! {
    padding-inline: 0 !important;
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\! {
    padding-inline: calc(var(--spacing) * 2) !important;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\! {
    padding-inline: calc(var(--spacing) * 3) !important;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-4\! {
    padding-inline: calc(var(--spacing) * 4) !important;
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-6\! {
    padding-inline: calc(var(--spacing) * 6) !important;
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-8\! {
    padding-inline: calc(var(--spacing) * 8) !important;
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-\[0\.75rem\] {
    padding-inline: 0.75rem;
  }
  .px-\[1rem\] {
    padding-inline: 1rem;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[calc\(1em-1px\)\] {
    padding-inline: calc(1em - 1px);
  }
  .\!py-0 {
    padding-block: 0 !important;
  }
  .\!py-1 {
    padding-block: var(--spacing) !important;
  }
  .\!py-2 {
    padding-block: calc(var(--spacing) * 2) !important;
  }
  .\!py-3 {
    padding-block: calc(var(--spacing) * 3) !important;
  }
  .\!py-4 {
    padding-block: calc(var(--spacing) * 4) !important;
  }
  .\!py-\[0\.2rem\] {
    padding-block: 0.2rem !important;
  }
  .\!py-\[1rem\] {
    padding-block: 1rem !important;
  }
  .py-0 {
    padding-block: 0;
  }
  .py-0\! {
    padding-block: 0 !important;
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-1\! {
    padding-block: var(--spacing) !important;
  }
  .py-1\.5\! {
    padding-block: calc(var(--spacing) * 1.5) !important;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\! {
    padding-block: calc(var(--spacing) * 2) !important;
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\! {
    padding-block: calc(var(--spacing) * 3) !important;
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-4\! {
    padding-block: calc(var(--spacing) * 4) !important;
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-\[0\.2rem\]\! {
    padding-block: 0.2rem !important;
  }
  .py-\[0\.3rem\]\! {
    padding-block: 0.3rem !important;
  }
  .py-\[0\.5rem\] {
    padding-block: 0.5rem;
  }
  .py-\[1\.7rem\] {
    padding-block: 1.7rem;
  }
  .py-\[1rem\] {
    padding-block: 1rem;
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .\!pt-0 {
    padding-top: 0 !important;
  }
  .\!pt-3 {
    padding-top: calc(var(--spacing) * 3) !important;
  }
  .\!pt-\[0\.10em\] {
    padding-top: 0.10em !important;
  }
  .\!pt-\[1rem\] {
    padding-top: 1rem !important;
  }
  .pt-0\! {
    padding-top: 0 !important;
  }
  .pt-0\.5\! {
    padding-top: calc(var(--spacing) * 0.5) !important;
  }
  .pt-1 {
    padding-top: var(--spacing);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .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-4\! {
    padding-top: calc(var(--spacing) * 4) !important;
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-10\! {
    padding-top: calc(var(--spacing) * 10) !important;
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pt-32 {
    padding-top: calc(var(--spacing) * 32);
  }
  .pt-\[6px\] {
    padding-top: 6px;
  }
  .pt-\[8rem\] {
    padding-top: 8rem;
  }
  .pr-0\! {
    padding-right: 0 !important;
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pr-5\! {
    padding-right: calc(var(--spacing) * 5) !important;
  }
  .\!pb-0 {
    padding-bottom: 0 !important;
  }
  .\!pb-2 {
    padding-bottom: calc(var(--spacing) * 2) !important;
  }
  .\!pb-\[0\.25em\] {
    padding-bottom: 0.25em !important;
  }
  .\!pb-\[0\.75em\] {
    padding-bottom: 0.75em !important;
  }
  .\!pb-\[2px\] {
    padding-bottom: 2px !important;
  }
  .\!pb-\[3rem\] {
    padding-bottom: 3rem !important;
  }
  .pb-0 {
    padding-bottom: 0;
  }
  .pb-0\! {
    padding-bottom: 0 !important;
  }
  .pb-1 {
    padding-bottom: var(--spacing);
  }
  .pb-1\! {
    padding-bottom: var(--spacing) !important;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-2\! {
    padding-bottom: calc(var(--spacing) * 2) !important;
  }
  .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-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pb-64 {
    padding-bottom: calc(var(--spacing) * 64);
  }
  .pb-\[1em\] {
    padding-bottom: 1em;
  }
  .\!pl-0 {
    padding-left: 0 !important;
  }
  .pl-0\! {
    padding-left: 0 !important;
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-5\! {
    padding-left: calc(var(--spacing) * 5) !important;
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .pl-12 {
    padding-left: calc(var(--spacing) * 12);
  }
  .pl-13\.25\! {
    padding-left: calc(var(--spacing) * 13.25) !important;
  }
  .\!text-center {
    text-align: center !important;
  }
  .\!text-left {
    text-align: left !important;
  }
  .text-center {
    text-align: center;
  }
  .text-center\! {
    text-align: center !important;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-left\! {
    text-align: left !important;
  }
  .text-right {
    text-align: right;
  }
  .text-right\! {
    text-align: right !important;
  }
  .text-start {
    text-align: start;
  }
  .\!align-middle {
    vertical-align: middle !important;
  }
  .align-baseline {
    vertical-align: baseline;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-middle\! {
    vertical-align: middle !important;
  }
  .font-\[family-name\:var\(--font-geist-sans\)\] {
    font-family: var(--font-geist-sans);
  }
  .\!text-lg {
    font-size: 1.25rem !important;
    line-height: var(--tw-leading, 1.4) !important;
  }
  .\!text-md {
    font-size: 1.125rem !important;
    line-height: var(--tw-leading, 1.4) !important;
  }
  .\!text-sm {
    font-size: 0.875rem !important;
    line-height: var(--tw-leading, 1.4) !important;
  }
  .text-base {
    font-size: 1rem;
    line-height: var(--tw-leading, 1.4);
  }
  .text-base\! {
    font-size: 1rem !important;
    line-height: var(--tw-leading, 1.4) !important;
  }
  .text-lg {
    font-size: 1.25rem;
    line-height: var(--tw-leading, 1.4);
  }
  .text-md {
    font-size: 1.125rem;
    line-height: var(--tw-leading, 1.4);
  }
  .text-md\! {
    font-size: 1.125rem !important;
    line-height: var(--tw-leading, 1.4) !important;
  }
  .text-sm {
    font-size: 0.875rem;
    line-height: var(--tw-leading, 1.4);
  }
  .text-sm\! {
    font-size: 0.875rem !important;
    line-height: var(--tw-leading, 1.4) !important;
  }
  .\!text-\[0\.8rem\] {
    font-size: 0.8rem !important;
  }
  .\!text-\[0\.75rem\] {
    font-size: 0.75rem !important;
  }
  .\!text-\[0\.87rem\] {
    font-size: 0.87rem !important;
  }
  .\!text-\[0\.95rem\] {
    font-size: 0.95rem !important;
  }
  .\!text-\[0\.875rem\] {
    font-size: 0.875rem !important;
  }
  .\!text-\[1\.5rem\] {
    font-size: 1.5rem !important;
  }
  .\!text-\[1\.25rem\] {
    font-size: 1.25rem !important;
  }
  .\!text-\[1\.62rem\] {
    font-size: 1.62rem !important;
  }
  .\!text-\[1\.875rem\] {
    font-size: 1.875rem !important;
  }
  .\!text-\[1rem\] {
    font-size: 1rem !important;
  }
  .\!text-\[13px\] {
    font-size: 13px !important;
  }
  .\!text-\[40px\] {
    font-size: 40px !important;
  }
  .text-\[0\.60rem\]\! {
    font-size: 0.60rem !important;
  }
  .text-\[0\.65rem\]\! {
    font-size: 0.65rem !important;
  }
  .text-\[0\.75rem\] {
    font-size: 0.75rem;
  }
  .text-\[0\.75rem\]\! {
    font-size: 0.75rem !important;
  }
  .text-\[0\.85rem\] {
    font-size: 0.85rem;
  }
  .text-\[0\.88rem\]\! {
    font-size: 0.88rem !important;
  }
  .text-\[0\.95rem\]\! {
    font-size: 0.95rem !important;
  }
  .text-\[0\.625rem\]\! {
    font-size: 0.625rem !important;
  }
  .text-\[0\.875rem\] {
    font-size: 0.875rem;
  }
  .text-\[0\.875rem\]\! {
    font-size: 0.875rem !important;
  }
  .text-\[0\.8125em\]\! {
    font-size: 0.8125em !important;
  }
  .text-\[0\.8125rem\] {
    font-size: 0.8125rem;
  }
  .text-\[0\.8125rem\]\! {
    font-size: 0.8125rem !important;
  }
  .text-\[1\.2rem\]\! {
    font-size: 1.2rem !important;
  }
  .text-\[1\.3rem\]\! {
    font-size: 1.3rem !important;
  }
  .text-\[1\.05rem\]\! {
    font-size: 1.05rem !important;
  }
  .text-\[1\.5rem\]\! {
    font-size: 1.5rem !important;
  }
  .text-\[1\.25rem\] {
    font-size: 1.25rem;
  }
  .text-\[1\.25rem\]\! {
    font-size: 1.25rem !important;
  }
  .text-\[1\.125rem\]\! {
    font-size: 1.125rem !important;
  }
  .text-\[1rem\] {
    font-size: 1rem;
  }
  .text-\[1rem\]\! {
    font-size: 1rem !important;
  }
  .text-\[2\.5rem\]\! {
    font-size: 2.5rem !important;
  }
  .text-\[2rem\]\! {
    font-size: 2rem !important;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-5\! {
    --tw-leading: calc(var(--spacing) * 5) !important;
    line-height: calc(var(--spacing) * 5) !important;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.2\]\! {
    --tw-leading: 1.2 !important;
    line-height: 1.2 !important;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-none\! {
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }
  .leading-normal\! {
    --tw-leading: var(--leading-normal) !important;
    line-height: var(--leading-normal) !important;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .\!font-medium {
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
  }
  .\!font-semibold {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-bold\! {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-medium\! {
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .font-semibold\! {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .\!tracking-widest {
    --tw-tracking: var(--tracking-widest) !important;
    letter-spacing: var(--tracking-widest) !important;
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .\!break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
  .\!break-words {
    overflow-wrap: break-word !important;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .wrap-break-word\! {
    overflow-wrap: break-word !important;
  }
  .\!break-all {
    word-break: break-all !important;
  }
  .break-all {
    word-break: break-all;
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .text-ellipsis\! {
    text-overflow: ellipsis !important;
  }
  .whitespace-break-spaces {
    white-space: break-spaces;
  }
  .whitespace-normal {
    white-space: normal;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-nowrap\! {
    white-space: nowrap !important;
  }
  .whitespace-pre {
    white-space: pre;
  }
  .tab-0 {
    tab-size: 0;
  }
  .tab-1 {
    tab-size: 1;
  }
  .tab-2 {
    tab-size: 2;
  }
  .\!text-\[\#000\] {
    color: #000 !important;
  }
  .\!text-\[\#1B3564\] {
    color: #1B3564 !important;
  }
  .\!text-\[\#707070\] {
    color: #707070 !important;
  }
  .\!text-brand {
    color: #1e2250 !important;
  }
  .\!text-disabled {
    color: #ceced1 !important;
  }
  .\!text-white {
    color: #fff !important;
  }
  .text-\[\#005EB8\] {
    color: #005EB8;
  }
  .text-\[\#005eb8\] {
    color: #005eb8;
  }
  .text-\[\#EB2525\] {
    color: #EB2525;
  }
  .text-\[\#eb2525\] {
    color: #eb2525;
  }
  .text-\[\#fff\] {
    color: #fff;
  }
  .text-action-secondary {
    color: #0bab44;
  }
  .text-action-secondary-contrast\! {
    color: #fff !important;
  }
  .text-brand {
    color: #1e2250;
  }
  .text-brand\! {
    color: #1e2250 !important;
  }
  .text-brand-complement-contrast {
    color: #fff;
  }
  .text-brand-complement-contrast\! {
    color: #fff !important;
  }
  .text-brand-contrast {
    color: #fff;
  }
  .text-brand-contrast\! {
    color: #fff !important;
  }
  .text-cardDetail {
    color: #6b6e75;
  }
  .text-disabled {
    color: #ceced1;
  }
  .text-messageListItemDetail {
    color: #9d9da2;
  }
  .text-messageListItemDetail\! {
    color: #9d9da2 !important;
  }
  .text-placeholder {
    color: #9d9da2;
  }
  .text-severity-alert-error {
    color: #eb2525;
  }
  .text-severity-alert-error\! {
    color: #eb2525 !important;
  }
  .text-severity-alert-error-contrast {
    color: #fff;
  }
  .text-severity-alert-info {
    color: #004c95;
  }
  .text-severity-alert-info\! {
    color: #004c95 !important;
  }
  .text-severity-alert-info-contrast\! {
    color: #fff !important;
  }
  .text-severity-input-error {
    color: #eb2525;
  }
  .text-severity-input-error\! {
    color: #eb2525 !important;
  }
  .text-sidebarText {
    color: #000;
  }
  .text-tooltip {
    color: #6b6e75;
  }
  .text-tooltip\! {
    color: #6b6e75 !important;
  }
  .text-white {
    color: #fff;
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .normal-case {
    text-transform: none;
  }
  .normal-case\! {
    text-transform: none !important;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .uppercase\! {
    text-transform: uppercase !important;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .\!underline {
    text-decoration-line: underline !important;
  }
  .underline {
    text-decoration-line: underline;
  }
  .\[text-decoration-color\:\#eb2525\] {
    text-decoration-color: #eb2525;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-10 {
    opacity: 10%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0px_26px_0px_rgba\(149\,157\,165\,0\.2\)\] {
    --tw-shadow: 0 0px 26px 0px var(--tw-shadow-color, rgba(149,157,165,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-\[0_8px_24px_8px_rgba\(149\,157\,165\,0\.2\)\] {
    --tw-shadow: 0 8px 24px 8px var(--tw-shadow-color, rgba(149,157,165,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-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-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[rgba\(100\,100\,111\,0\.2\)_0px_7px_29px_0px\] {
    --tw-shadow-color: rgba(100,100,111,0.2);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, rgba(100,100,111,0.2) 0px 7px 29px 0px var(--tw-shadow-alpha), transparent);
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .\!filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,) !important;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-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-100 {
    --tw-duration: 100ms;
    transition-duration: 100ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-\[0\.3s\] {
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:inset-0 {
    &::before {
      content: var(--tw-content);
      inset: 0;
    }
  }
  .before\:\!bg-transparent {
    &::before {
      content: var(--tw-content);
      background-color: transparent !important;
    }
  }
  .before\:bg-inherit {
    &::before {
      content: var(--tw-content);
      background-color: inherit;
    }
  }
  .before\:bg-transparent {
    &::before {
      content: var(--tw-content);
      background-color: transparent;
    }
  }
  .before\:bg-white {
    &::before {
      content: var(--tw-content);
      background-color: #fff;
    }
  }
  .before\:opacity-50 {
    &::before {
      content: var(--tw-content);
      opacity: 50%;
    }
  }
  .before\:\!content-\[\'\'\] {
    &::before {
      content: var(--tw-content);
      --tw-content: '' !important;
      content: var(--tw-content) !important;
    }
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:bg-brand-complement {
    &:hover {
      @media (hover: hover) {
        background-color: #0bab44;
      }
    }
  }
  .hover\:bg-messageListItemDetail {
    &:hover {
      @media (hover: hover) {
        background-color: #9d9da2;
      }
    }
  }
  .hover\:bg-severity-alert-info-bg\! {
    &:hover {
      @media (hover: hover) {
        background-color: #ebf5ff !important;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: #fff;
      }
    }
  }
  .hover\:\!no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none !important;
      }
    }
  }
  .hover\:\!underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline !important;
      }
    }
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-80 {
    &:hover {
      @media (hover: hover) {
        opacity: 80%;
      }
    }
  }
  .hover\:before\:bg-transparent {
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          background-color: transparent;
        }
      }
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus-visible\:ring-2 {
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus-visible\:ring-severity-alert-error {
    &:focus-visible {
      --tw-ring-color: #eb2525;
    }
  }
  .focus-visible\:ring-severity-alert-info {
    &:focus-visible {
      --tw-ring-color: #004c95;
    }
  }
  .focus-visible\:ring-offset-2 {
    &:focus-visible {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus-visible\:outline-none {
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .max-xl\:sticky {
    @media (width < 80rem) {
      position: sticky;
    }
  }
  .max-xl\:bottom-0 {
    @media (width < 80rem) {
      bottom: 0;
    }
  }
  .max-xl\:flex {
    @media (width < 80rem) {
      display: flex;
    }
  }
  .max-xl\:h-\[calc\(100vh-100px\)\] {
    @media (width < 80rem) {
      height: calc(100vh - 100px);
    }
  }
  .max-xl\:flex-1 {
    @media (width < 80rem) {
      flex: 1;
    }
  }
  .max-xl\:flex-col {
    @media (width < 80rem) {
      flex-direction: column;
    }
  }
  .max-xl\:overflow-y-auto {
    @media (width < 80rem) {
      overflow-y: auto;
    }
  }
  .max-xl\:pb-0 {
    @media (width < 80rem) {
      padding-bottom: 0;
    }
  }
  .max-lg\:mt-2\! {
    @media (width < 64rem) {
      margin-top: calc(var(--spacing) * 2) !important;
    }
  }
  .max-lg\:h-\[calc\(100vh-100px\)\] {
    @media (width < 64rem) {
      height: calc(100vh - 100px);
    }
  }
  .max-lg\:leading-5\.5\! {
    @media (width < 64rem) {
      --tw-leading: calc(var(--spacing) * 5.5) !important;
      line-height: calc(var(--spacing) * 5.5) !important;
    }
  }
  .max-md\:px-4 {
    @media (width < 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .hd\:absolute {
    @media (width >= 1440px) {
      position: absolute;
    }
  }
  .hd\:relative {
    @media (width >= 1440px) {
      position: relative;
    }
  }
  .hd\:top-\[-50px\] {
    @media (width >= 1440px) {
      top: -50px;
    }
  }
  .hd\:bottom-\[-35vh\] {
    @media (width >= 1440px) {
      bottom: -35vh;
    }
  }
  .hd\:col-span-0 {
    @media (width >= 1440px) {
      grid-column: span 0 / span 0;
    }
  }
  .hd\:col-span-1 {
    @media (width >= 1440px) {
      grid-column: span 1 / span 1;
    }
  }
  .hd\:col-span-2 {
    @media (width >= 1440px) {
      grid-column: span 2 / span 2;
    }
  }
  .hd\:col-span-3 {
    @media (width >= 1440px) {
      grid-column: span 3 / span 3;
    }
  }
  .hd\:col-span-6 {
    @media (width >= 1440px) {
      grid-column: span 6 / span 6;
    }
  }
  .hd\:\!m-0 {
    @media (width >= 1440px) {
      margin: 0 !important;
    }
  }
  .hd\:m-0 {
    @media (width >= 1440px) {
      margin: 0;
    }
  }
  .hd\:m-auto {
    @media (width >= 1440px) {
      margin: auto;
    }
  }
  .hd\:\!mt-\[-20px\] {
    @media (width >= 1440px) {
      margin-top: -20px !important;
    }
  }
  .hd\:\!hidden {
    @media (width >= 1440px) {
      display: none !important;
    }
  }
  .hd\:block {
    @media (width >= 1440px) {
      display: block;
    }
  }
  .hd\:flex {
    @media (width >= 1440px) {
      display: flex;
    }
  }
  .hd\:hidden {
    @media (width >= 1440px) {
      display: none;
    }
  }
  .hd\:h-auto {
    @media (width >= 1440px) {
      height: auto;
    }
  }
  .hd\:h-full {
    @media (width >= 1440px) {
      height: 100%;
    }
  }
  .hd\:max-h-\[500px\] {
    @media (width >= 1440px) {
      max-height: 500px;
    }
  }
  .hd\:min-h-0 {
    @media (width >= 1440px) {
      min-height: 0;
    }
  }
  .hd\:min-h-\[50px\] {
    @media (width >= 1440px) {
      min-height: 50px;
    }
  }
  .hd\:w-1\/2 {
    @media (width >= 1440px) {
      width: calc(1 / 2 * 100%);
    }
  }
  .hd\:w-2\/3 {
    @media (width >= 1440px) {
      width: calc(2 / 3 * 100%);
    }
  }
  .hd\:w-\[32\.5\%\] {
    @media (width >= 1440px) {
      width: 32.5%;
    }
  }
  .hd\:w-\[50\%\] {
    @media (width >= 1440px) {
      width: 50%;
    }
  }
  .hd\:w-full {
    @media (width >= 1440px) {
      width: 100%;
    }
  }
  .hd\:max-w-\[50\%\] {
    @media (width >= 1440px) {
      max-width: 50%;
    }
  }
  .hd\:max-w-\[60\%\] {
    @media (width >= 1440px) {
      max-width: 60%;
    }
  }
  .hd\:max-w-\[70\%\] {
    @media (width >= 1440px) {
      max-width: 70%;
    }
  }
  .hd\:max-w-\[85\%\] {
    @media (width >= 1440px) {
      max-width: 85%;
    }
  }
  .hd\:max-w-\[295px\] {
    @media (width >= 1440px) {
      max-width: 295px;
    }
  }
  .hd\:max-w-fit {
    @media (width >= 1440px) {
      max-width: fit-content;
    }
  }
  .hd\:\!min-w-\[170px\] {
    @media (width >= 1440px) {
      min-width: 170px !important;
    }
  }
  .hd\:min-w-\[400px\] {
    @media (width >= 1440px) {
      min-width: 400px;
    }
  }
  .hd\:min-w-max {
    @media (width >= 1440px) {
      min-width: max-content;
    }
  }
  .hd\:grid-flow-col {
    @media (width >= 1440px) {
      grid-auto-flow: column;
    }
  }
  .hd\:grid-flow-row {
    @media (width >= 1440px) {
      grid-auto-flow: row;
    }
  }
  .hd\:grid-cols-1 {
    @media (width >= 1440px) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .hd\:grid-cols-5 {
    @media (width >= 1440px) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .hd\:grid-cols-6 {
    @media (width >= 1440px) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .hd\:grid-cols-7 {
    @media (width >= 1440px) {
      grid-template-columns: repeat(7, minmax(0, 1fr));
    }
  }
  .hd\:flex-col-reverse {
    @media (width >= 1440px) {
      flex-direction: column-reverse;
    }
  }
  .hd\:flex-row {
    @media (width >= 1440px) {
      flex-direction: row;
    }
  }
  .hd\:items-end {
    @media (width >= 1440px) {
      align-items: flex-end;
    }
  }
  .hd\:justify-end {
    @media (width >= 1440px) {
      justify-content: flex-end;
    }
  }
  .hd\:justify-start {
    @media (width >= 1440px) {
      justify-content: flex-start;
    }
  }
  .hd\:justify-items-end {
    @media (width >= 1440px) {
      justify-items: end;
    }
  }
  .hd\:gap-3 {
    @media (width >= 1440px) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .hd\:gap-4 {
    @media (width >= 1440px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .hd\:gap-8 {
    @media (width >= 1440px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .hd\:gap-\[0\.3rem\] {
    @media (width >= 1440px) {
      gap: 0.3rem;
    }
  }
  .hd\:overflow-y-hidden {
    @media (width >= 1440px) {
      overflow-y: hidden;
    }
  }
  .hd\:bg-quoteForm {
    @media (width >= 1440px) {
      background-image: url('/assets/images/dashboard/image.png');
    }
  }
  .hd\:p-0 {
    @media (width >= 1440px) {
      padding: 0;
    }
  }
  .hd\:px-5 {
    @media (width >= 1440px) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .hd\:px-8 {
    @media (width >= 1440px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .hd\:pt-1 {
    @media (width >= 1440px) {
      padding-top: var(--spacing);
    }
  }
  .hd\:text-left {
    @media (width >= 1440px) {
      text-align: left;
    }
  }
  .hd\:\!text-\[3rem\] {
    @media (width >= 1440px) {
      font-size: 3rem !important;
    }
  }
  .hd\:\!text-\[4rem\] {
    @media (width >= 1440px) {
      font-size: 4rem !important;
    }
  }
  .hd\:leading-none {
    @media (width >= 1440px) {
      --tw-leading: 1;
      line-height: 1;
    }
  }
  .sm\:invisible {
    @media (width >= 40rem) {
      visibility: hidden;
    }
  }
  .sm\:visible {
    @media (width >= 40rem) {
      visibility: visible;
    }
  }
  .sm\:\!absolute {
    @media (width >= 40rem) {
      position: absolute !important;
    }
  }
  .sm\:\!fixed {
    @media (width >= 40rem) {
      position: fixed !important;
    }
  }
  .sm\:fixed {
    @media (width >= 40rem) {
      position: fixed;
    }
  }
  .sm\:relative {
    @media (width >= 40rem) {
      position: relative;
    }
  }
  .sm\:static {
    @media (width >= 40rem) {
      position: static;
    }
  }
  .sm\:top-\[-80px\] {
    @media (width >= 40rem) {
      top: -80px;
    }
  }
  .sm\:top-\[0\] {
    @media (width >= 40rem) {
      top: 0;
    }
  }
  .sm\:top-\[2rem\] {
    @media (width >= 40rem) {
      top: 2rem;
    }
  }
  .sm\:top-\[4\.3rem\] {
    @media (width >= 40rem) {
      top: 4.3rem;
    }
  }
  .sm\:top-\[7\.3rem\] {
    @media (width >= 40rem) {
      top: 7.3rem;
    }
  }
  .sm\:top-\[7\.5rem\] {
    @media (width >= 40rem) {
      top: 7.5rem;
    }
  }
  .sm\:top-\[10px\] {
    @media (width >= 40rem) {
      top: 10px;
    }
  }
  .sm\:top-\[108px\] {
    @media (width >= 40rem) {
      top: 108px;
    }
  }
  .sm\:\!bottom-0 {
    @media (width >= 40rem) {
      bottom: 0 !important;
    }
  }
  .sm\:bottom-0 {
    @media (width >= 40rem) {
      bottom: 0;
    }
  }
  .sm\:bottom-\[-10px\] {
    @media (width >= 40rem) {
      bottom: -10px;
    }
  }
  .sm\:bottom-\[-18px\] {
    @media (width >= 40rem) {
      bottom: -18px;
    }
  }
  .sm\:bottom-\[0\] {
    @media (width >= 40rem) {
      bottom: 0;
    }
  }
  .sm\:\!left-0 {
    @media (width >= 40rem) {
      left: 0 !important;
    }
  }
  .sm\:left-0 {
    @media (width >= 40rem) {
      left: 0;
    }
  }
  .sm\:z-10 {
    @media (width >= 40rem) {
      z-index: 10;
    }
  }
  .sm\:z-30 {
    @media (width >= 40rem) {
      z-index: 30;
    }
  }
  .sm\:z-50 {
    @media (width >= 40rem) {
      z-index: 50;
    }
  }
  .sm\:z-\[1\] {
    @media (width >= 40rem) {
      z-index: 1;
    }
  }
  .sm\:z-\[9\] {
    @media (width >= 40rem) {
      z-index: 9;
    }
  }
  .sm\:z-\[999\] {
    @media (width >= 40rem) {
      z-index: 999;
    }
  }
  .sm\:order-1 {
    @media (width >= 40rem) {
      order: 1;
    }
  }
  .sm\:order-2 {
    @media (width >= 40rem) {
      order: 2;
    }
  }
  .sm\:order-3 {
    @media (width >= 40rem) {
      order: 3;
    }
  }
  .sm\:order-4 {
    @media (width >= 40rem) {
      order: 4;
    }
  }
  .sm\:order-5 {
    @media (width >= 40rem) {
      order: 5;
    }
  }
  .sm\:order-6 {
    @media (width >= 40rem) {
      order: 6;
    }
  }
  .sm\:order-7 {
    @media (width >= 40rem) {
      order: 7;
    }
  }
  .sm\:order-8 {
    @media (width >= 40rem) {
      order: 8;
    }
  }
  .sm\:order-9 {
    @media (width >= 40rem) {
      order: 9;
    }
  }
  .sm\:order-10 {
    @media (width >= 40rem) {
      order: 10;
    }
  }
  .sm\:order-11 {
    @media (width >= 40rem) {
      order: 11;
    }
  }
  .sm\:order-12 {
    @media (width >= 40rem) {
      order: 12;
    }
  }
  .sm\:col-span-1 {
    @media (width >= 40rem) {
      grid-column: span 1 / span 1;
    }
  }
  .sm\:col-span-2 {
    @media (width >= 40rem) {
      grid-column: span 2 / span 2;
    }
  }
  .sm\:col-span-3 {
    @media (width >= 40rem) {
      grid-column: span 3 / span 3;
    }
  }
  .sm\:col-span-4 {
    @media (width >= 40rem) {
      grid-column: span 4 / span 4;
    }
  }
  .sm\:col-span-full {
    @media (width >= 40rem) {
      grid-column: 1 / -1;
    }
  }
  .sm\:row-\[8\] {
    @media (width >= 40rem) {
      grid-row: 8;
    }
  }
  .sm\:\!m-0 {
    @media (width >= 40rem) {
      margin: 0 !important;
    }
  }
  .sm\:\!m-auto {
    @media (width >= 40rem) {
      margin: auto !important;
    }
  }
  .sm\:m-0 {
    @media (width >= 40rem) {
      margin: 0;
    }
  }
  .sm\:m-2 {
    @media (width >= 40rem) {
      margin: calc(var(--spacing) * 2);
    }
  }
  .sm\:m-4 {
    @media (width >= 40rem) {
      margin: calc(var(--spacing) * 4);
    }
  }
  .sm\:mx-2 {
    @media (width >= 40rem) {
      margin-inline: calc(var(--spacing) * 2);
    }
  }
  .sm\:my-0 {
    @media (width >= 40rem) {
      margin-block: 0;
    }
  }
  .sm\:my-3 {
    @media (width >= 40rem) {
      margin-block: calc(var(--spacing) * 3);
    }
  }
  .sm\:my-4 {
    @media (width >= 40rem) {
      margin-block: calc(var(--spacing) * 4);
    }
  }
  .sm\:my-5 {
    @media (width >= 40rem) {
      margin-block: calc(var(--spacing) * 5);
    }
  }
  .sm\:my-10 {
    @media (width >= 40rem) {
      margin-block: calc(var(--spacing) * 10);
    }
  }
  .sm\:my-20 {
    @media (width >= 40rem) {
      margin-block: calc(var(--spacing) * 20);
    }
  }
  .sm\:my-\[0\.5rem\] {
    @media (width >= 40rem) {
      margin-block: 0.5rem;
    }
  }
  .sm\:\!mt-\[-10px\] {
    @media (width >= 40rem) {
      margin-top: -10px !important;
    }
  }
  .sm\:mt-0 {
    @media (width >= 40rem) {
      margin-top: 0;
    }
  }
  .sm\:mt-2 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
  .sm\:mt-3 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 3);
    }
  }
  .sm\:mt-4 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .sm\:mt-10 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .sm\:mt-20 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .sm\:mr-0 {
    @media (width >= 40rem) {
      margin-right: 0;
    }
  }
  .sm\:mr-2 {
    @media (width >= 40rem) {
      margin-right: calc(var(--spacing) * 2);
    }
  }
  .sm\:mr-4 {
    @media (width >= 40rem) {
      margin-right: calc(var(--spacing) * 4);
    }
  }
  .sm\:mr-8 {
    @media (width >= 40rem) {
      margin-right: calc(var(--spacing) * 8);
    }
  }
  .sm\:\!mb-0 {
    @media (width >= 40rem) {
      margin-bottom: 0 !important;
    }
  }
  .sm\:\!mb-2 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 2) !important;
    }
  }
  .sm\:\!mb-4 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 4) !important;
    }
  }
  .sm\:mb-0 {
    @media (width >= 40rem) {
      margin-bottom: 0;
    }
  }
  .sm\:mb-2 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .sm\:mb-4 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .sm\:mb-5 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .sm\:mb-6 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .sm\:\!ml-0 {
    @media (width >= 40rem) {
      margin-left: 0 !important;
    }
  }
  .sm\:ml-0 {
    @media (width >= 40rem) {
      margin-left: 0;
    }
  }
  .sm\:ml-2 {
    @media (width >= 40rem) {
      margin-left: calc(var(--spacing) * 2);
    }
  }
  .sm\:\!block {
    @media (width >= 40rem) {
      display: block !important;
    }
  }
  .sm\:\!flex {
    @media (width >= 40rem) {
      display: flex !important;
    }
  }
  .sm\:\!grid {
    @media (width >= 40rem) {
      display: grid !important;
    }
  }
  .sm\:\!hidden {
    @media (width >= 40rem) {
      display: none !important;
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:\!h-28 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 28) !important;
    }
  }
  .sm\:h-28 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 28);
    }
  }
  .sm\:h-\[16rem\] {
    @media (width >= 40rem) {
      height: 16rem;
    }
  }
  .sm\:h-\[23rem\] {
    @media (width >= 40rem) {
      height: 23rem;
    }
  }
  .sm\:h-\[80vh\] {
    @media (width >= 40rem) {
      height: 80vh;
    }
  }
  .sm\:h-\[100vh\] {
    @media (width >= 40rem) {
      height: 100vh;
    }
  }
  .sm\:h-\[220px\] {
    @media (width >= 40rem) {
      height: 220px;
    }
  }
  .sm\:h-auto {
    @media (width >= 40rem) {
      height: auto;
    }
  }
  .sm\:max-h-\[40vh\] {
    @media (width >= 40rem) {
      max-height: 40vh;
    }
  }
  .sm\:max-h-\[70vh\] {
    @media (width >= 40rem) {
      max-height: 70vh;
    }
  }
  .sm\:max-h-\[170px\] {
    @media (width >= 40rem) {
      max-height: 170px;
    }
  }
  .sm\:max-h-\[calc\(100dvh-285px\)\] {
    @media (width >= 40rem) {
      max-height: calc(100dvh - 285px);
    }
  }
  .sm\:max-h-\[calc\(100dvh-325px\)\] {
    @media (width >= 40rem) {
      max-height: calc(100dvh - 325px);
    }
  }
  .sm\:min-h-\[130px\] {
    @media (width >= 40rem) {
      min-height: 130px;
    }
  }
  .sm\:min-h-\[270px\] {
    @media (width >= 40rem) {
      min-height: 270px;
    }
  }
  .sm\:min-h-\[280px\] {
    @media (width >= 40rem) {
      min-height: 280px;
    }
  }
  .sm\:min-h-\[calc\(100dvh-285px\)\] {
    @media (width >= 40rem) {
      min-height: calc(100dvh - 285px);
    }
  }
  .sm\:min-h-\[calc\(100dvh-325px\)\] {
    @media (width >= 40rem) {
      min-height: calc(100dvh - 325px);
    }
  }
  .sm\:min-h-\[calc\(100vh-130px\)\] {
    @media (width >= 40rem) {
      min-height: calc(100vh - 130px);
    }
  }
  .sm\:\!w-full {
    @media (width >= 40rem) {
      width: 100% !important;
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 40rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .sm\:w-\[23rem\] {
    @media (width >= 40rem) {
      width: 23rem;
    }
  }
  .sm\:w-\[25rem\] {
    @media (width >= 40rem) {
      width: 25rem;
    }
  }
  .sm\:w-\[70\%\] {
    @media (width >= 40rem) {
      width: 70%;
    }
  }
  .sm\:w-\[85\%\] {
    @media (width >= 40rem) {
      width: 85%;
    }
  }
  .sm\:w-\[100\%\] {
    @media (width >= 40rem) {
      width: 100%;
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:w-full {
    @media (width >= 40rem) {
      width: 100%;
    }
  }
  .sm\:w-full\! {
    @media (width >= 40rem) {
      width: 100% !important;
    }
  }
  .sm\:\!max-w-\[100\%\] {
    @media (width >= 40rem) {
      max-width: 100% !important;
    }
  }
  .sm\:max-w-\[29rem\] {
    @media (width >= 40rem) {
      max-width: 29rem;
    }
  }
  .sm\:max-w-\[88\%\] {
    @media (width >= 40rem) {
      max-width: 88%;
    }
  }
  .sm\:max-w-\[95\%\] {
    @media (width >= 40rem) {
      max-width: 95%;
    }
  }
  .sm\:max-w-\[100\%\] {
    @media (width >= 40rem) {
      max-width: 100%;
    }
  }
  .sm\:max-w-full {
    @media (width >= 40rem) {
      max-width: 100%;
    }
  }
  .sm\:max-w-min {
    @media (width >= 40rem) {
      max-width: min-content;
    }
  }
  .sm\:min-w-\[100\%\] {
    @media (width >= 40rem) {
      min-width: 100%;
    }
  }
  .sm\:min-w-\[105px\] {
    @media (width >= 40rem) {
      min-width: 105px;
    }
  }
  .sm\:min-w-full {
    @media (width >= 40rem) {
      min-width: 100%;
    }
  }
  .sm\:translate-y-1 {
    @media (width >= 40rem) {
      --tw-translate-y: var(--spacing);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm\:grid-flow-col {
    @media (width >= 40rem) {
      grid-auto-flow: column;
    }
  }
  .sm\:grid-flow-row {
    @media (width >= 40rem) {
      grid-auto-flow: row;
    }
  }
  .sm\:grid-cols-1 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-4 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-\[2fr_1fr\] {
    @media (width >= 40rem) {
      grid-template-columns: 2fr 1fr;
    }
  }
  .sm\:flex-col {
    @media (width >= 40rem) {
      flex-direction: column;
    }
  }
  .sm\:flex-col-reverse {
    @media (width >= 40rem) {
      flex-direction: column-reverse;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:flex-wrap {
    @media (width >= 40rem) {
      flex-wrap: wrap;
    }
  }
  .sm\:\!items-start {
    @media (width >= 40rem) {
      align-items: flex-start !important;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:items-start {
    @media (width >= 40rem) {
      align-items: flex-start;
    }
  }
  .sm\:items-stretch {
    @media (width >= 40rem) {
      align-items: stretch;
    }
  }
  .sm\:\!justify-center {
    @media (width >= 40rem) {
      justify-content: center !important;
    }
  }
  .sm\:justify-between {
    @media (width >= 40rem) {
      justify-content: space-between;
    }
  }
  .sm\:justify-center {
    @media (width >= 40rem) {
      justify-content: center;
    }
  }
  .sm\:justify-end {
    @media (width >= 40rem) {
      justify-content: flex-end;
    }
  }
  .sm\:justify-normal {
    @media (width >= 40rem) {
      justify-content: normal;
    }
  }
  .sm\:justify-start {
    @media (width >= 40rem) {
      justify-content: flex-start;
    }
  }
  .sm\:gap-0 {
    @media (width >= 40rem) {
      gap: 0;
    }
  }
  .sm\:gap-1 {
    @media (width >= 40rem) {
      gap: var(--spacing);
    }
  }
  .sm\:gap-2 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .sm\:gap-3 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .sm\:gap-4 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:gap-5 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .sm\:gap-\[0\.5em\] {
    @media (width >= 40rem) {
      gap: 0.5em;
    }
  }
  .sm\:gap-\[1rem\] {
    @media (width >= 40rem) {
      gap: 1rem;
    }
  }
  .sm\:space-y-2 {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:space-y-4 {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:space-x-0 {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: 0;
        margin-inline-end: 0;
      }
    }
  }
  .sm\:gap-y-\[0\.3rem\] {
    @media (width >= 40rem) {
      row-gap: 0.3rem;
    }
  }
  .sm\:overflow-y-scroll {
    @media (width >= 40rem) {
      overflow-y: scroll;
    }
  }
  .sm\:\!rounded-none {
    @media (width >= 40rem) {
      border-radius: 0 !important;
    }
  }
  .sm\:rounded-md {
    @media (width >= 40rem) {
      border-radius: var(--radius-md);
    }
  }
  .sm\:\!border-0 {
    @media (width >= 40rem) {
      border-style: var(--tw-border-style) !important;
      border-width: 0px !important;
    }
  }
  .sm\:border {
    @media (width >= 40rem) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .sm\:border-b {
    @media (width >= 40rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .sm\:border-b-\[0px\] {
    @media (width >= 40rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .sm\:border-b-\[1px\] {
    @media (width >= 40rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .sm\:bg-page {
    @media (width >= 40rem) {
      background-color: #f1f1f1;
    }
  }
  .sm\:bg-white {
    @media (width >= 40rem) {
      background-color: #fff;
    }
  }
  .sm\:bg-size-\[100\%_100\%\] {
    @media (width >= 40rem) {
      background-size: 100% 100%;
    }
  }
  .sm\:bg-repeat {
    @media (width >= 40rem) {
      background-repeat: repeat;
    }
  }
  .sm\:\!p-0 {
    @media (width >= 40rem) {
      padding: 0 !important;
    }
  }
  .sm\:\!p-1 {
    @media (width >= 40rem) {
      padding: var(--spacing) !important;
    }
  }
  .sm\:\!p-2 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 2) !important;
    }
  }
  .sm\:\!p-3 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 3) !important;
    }
  }
  .sm\:\!p-8 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 8) !important;
    }
  }
  .sm\:p-0 {
    @media (width >= 40rem) {
      padding: 0;
    }
  }
  .sm\:p-1 {
    @media (width >= 40rem) {
      padding: var(--spacing);
    }
  }
  .sm\:p-2 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 2);
    }
  }
  .sm\:p-3 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .sm\:p-4 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .sm\:p-5 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .sm\:p-6 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .sm\:p-8\! {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 8) !important;
    }
  }
  .sm\:p-20 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 20);
    }
  }
  .sm\:\!px-0 {
    @media (width >= 40rem) {
      padding-inline: 0 !important;
    }
  }
  .sm\:\!px-4 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 4) !important;
    }
  }
  .sm\:\!px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6) !important;
    }
  }
  .sm\:\!px-\[1rem\] {
    @media (width >= 40rem) {
      padding-inline: 1rem !important;
    }
  }
  .sm\:\!px-\[4rem\] {
    @media (width >= 40rem) {
      padding-inline: 4rem !important;
    }
  }
  .sm\:px-0 {
    @media (width >= 40rem) {
      padding-inline: 0;
    }
  }
  .sm\:px-2 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .sm\:px-3 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .sm\:px-4 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .sm\:px-5 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-\[4\.6rem\] {
    @media (width >= 40rem) {
      padding-inline: 4.6rem;
    }
  }
  .sm\:\!py-0 {
    @media (width >= 40rem) {
      padding-block: 0 !important;
    }
  }
  .sm\:py-0 {
    @media (width >= 40rem) {
      padding-block: 0;
    }
  }
  .sm\:py-2 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .sm\:py-\[0\.3rem\] {
    @media (width >= 40rem) {
      padding-block: 0.3rem;
    }
  }
  .sm\:\!pt-5 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 5) !important;
    }
  }
  .sm\:pt-0 {
    @media (width >= 40rem) {
      padding-top: 0;
    }
  }
  .sm\:pt-2 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 2);
    }
  }
  .sm\:pt-3 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 3);
    }
  }
  .sm\:pt-4 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  .sm\:pt-5 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 5);
    }
  }
  .sm\:pt-6 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .sm\:pt-10 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .sm\:pt-\[4rem\] {
    @media (width >= 40rem) {
      padding-top: 4rem;
    }
  }
  .sm\:pt-\[5rem\] {
    @media (width >= 40rem) {
      padding-top: 5rem;
    }
  }
  .sm\:pr-4 {
    @media (width >= 40rem) {
      padding-right: calc(var(--spacing) * 4);
    }
  }
  .sm\:pb-0 {
    @media (width >= 40rem) {
      padding-bottom: 0;
    }
  }
  .sm\:pb-2 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 2);
    }
  }
  .sm\:pb-5 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }
  .sm\:pb-20 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .sm\:pb-\[1rem\] {
    @media (width >= 40rem) {
      padding-bottom: 1rem;
    }
  }
  .sm\:pb-\[100px\] {
    @media (width >= 40rem) {
      padding-bottom: 100px;
    }
  }
  .sm\:pl-3 {
    @media (width >= 40rem) {
      padding-left: calc(var(--spacing) * 3);
    }
  }
  .sm\:pl-4 {
    @media (width >= 40rem) {
      padding-left: calc(var(--spacing) * 4);
    }
  }
  .sm\:pl-12 {
    @media (width >= 40rem) {
      padding-left: calc(var(--spacing) * 12);
    }
  }
  .sm\:\!text-center {
    @media (width >= 40rem) {
      text-align: center !important;
    }
  }
  .sm\:text-center {
    @media (width >= 40rem) {
      text-align: center;
    }
  }
  .sm\:text-left {
    @media (width >= 40rem) {
      text-align: left;
    }
  }
  .sm\:align-top {
    @media (width >= 40rem) {
      vertical-align: top;
    }
  }
  .sm\:\!text-\[1\.5rem\] {
    @media (width >= 40rem) {
      font-size: 1.5rem !important;
    }
  }
  .sm\:\!text-\[1\.25rem\] {
    @media (width >= 40rem) {
      font-size: 1.25rem !important;
    }
  }
  .sm\:\!text-\[2\.2rem\] {
    @media (width >= 40rem) {
      font-size: 2.2rem !important;
    }
  }
  .sm\:text-\[0\.6rem\] {
    @media (width >= 40rem) {
      font-size: 0.6rem;
    }
  }
  .sm\:\!leading-\[2\] {
    @media (width >= 40rem) {
      --tw-leading: 2 !important;
      line-height: 2 !important;
    }
  }
  .sm\:\!leading-tight {
    @media (width >= 40rem) {
      --tw-leading: var(--leading-tight) !important;
      line-height: var(--leading-tight) !important;
    }
  }
  .sm\:break-words {
    @media (width >= 40rem) {
      overflow-wrap: break-word;
    }
  }
  .sm\:\!shadow-none {
    @media (width >= 40rem) {
      --tw-shadow: 0 0 #0000 !important;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
    }
  }
  .sm\:shadow-lg {
    @media (width >= 40rem) {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .md\:invisible {
    @media (width >= 48rem) {
      visibility: hidden;
    }
  }
  .md\:visible {
    @media (width >= 48rem) {
      visibility: visible;
    }
  }
  .md\:\!static {
    @media (width >= 48rem) {
      position: static !important;
    }
  }
  .md\:fixed {
    @media (width >= 48rem) {
      position: fixed;
    }
  }
  .md\:relative {
    @media (width >= 48rem) {
      position: relative;
    }
  }
  .md\:static {
    @media (width >= 48rem) {
      position: static;
    }
  }
  .md\:top-\[-50px\] {
    @media (width >= 48rem) {
      top: -50px;
    }
  }
  .md\:top-\[5\.3rem\] {
    @media (width >= 48rem) {
      top: 5.3rem;
    }
  }
  .md\:top-\[8\.3rem\] {
    @media (width >= 48rem) {
      top: 8.3rem;
    }
  }
  .md\:top-\[8rem\] {
    @media (width >= 48rem) {
      top: 8rem;
    }
  }
  .md\:top-\[10rem\] {
    @media (width >= 48rem) {
      top: 10rem;
    }
  }
  .md\:top-\[78px\] {
    @media (width >= 48rem) {
      top: 78px;
    }
  }
  .md\:top-\[122px\] {
    @media (width >= 48rem) {
      top: 122px;
    }
  }
  .md\:right-\[70px\] {
    @media (width >= 48rem) {
      right: 70px;
    }
  }
  .md\:bottom-\[46px\] {
    @media (width >= 48rem) {
      bottom: 46px;
    }
  }
  .md\:left-0 {
    @media (width >= 48rem) {
      left: 0;
    }
  }
  .md\:order-1 {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:order-2 {
    @media (width >= 48rem) {
      order: 2;
    }
  }
  .md\:order-3 {
    @media (width >= 48rem) {
      order: 3;
    }
  }
  .md\:col-span-0 {
    @media (width >= 48rem) {
      grid-column: span 0 / span 0;
    }
  }
  .md\:col-span-1 {
    @media (width >= 48rem) {
      grid-column: span 1 / span 1;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:col-span-full {
    @media (width >= 48rem) {
      grid-column: 1 / -1;
    }
  }
  .md\:container {
    @media (width >= 48rem) {
      width: 100%;
      @media (width >= 1440px) {
        max-width: 1440px;
      }
      @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;
      }
    }
  }
  .md\:\!m-auto {
    @media (width >= 48rem) {
      margin: auto !important;
    }
  }
  .md\:m-auto {
    @media (width >= 48rem) {
      margin: auto;
    }
  }
  .md\:mx-2\! {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 2) !important;
    }
  }
  .md\:mx-5 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 5);
    }
  }
  .md\:mx-5\! {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 5) !important;
    }
  }
  .md\:my-70 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 70);
    }
  }
  .md\:my-\[0px\] {
    @media (width >= 48rem) {
      margin-block: 0px;
    }
  }
  .md\:my-\[1rem\] {
    @media (width >= 48rem) {
      margin-block: 1rem;
    }
  }
  .md\:\!mt-3 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 3) !important;
    }
  }
  .md\:\!mt-20 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 20) !important;
    }
  }
  .md\:\!mt-\[-10px\] {
    @media (width >= 48rem) {
      margin-top: -10px !important;
    }
  }
  .md\:mt-8 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .md\:mt-\[-130px\] {
    @media (width >= 48rem) {
      margin-top: -130px;
    }
  }
  .md\:mb-4 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[100vh\] {
    @media (width >= 48rem) {
      height: 100vh;
    }
  }
  .md\:max-h-\[300px\] {
    @media (width >= 48rem) {
      max-height: 300px;
    }
  }
  .md\:max-h-\[calc\(100dvh-300px\)\] {
    @media (width >= 48rem) {
      max-height: calc(100dvh - 300px);
    }
  }
  .md\:min-h-0 {
    @media (width >= 48rem) {
      min-height: 0;
    }
  }
  .md\:min-h-136 {
    @media (width >= 48rem) {
      min-height: calc(var(--spacing) * 136);
    }
  }
  .md\:min-h-\[40px\] {
    @media (width >= 48rem) {
      min-height: 40px;
    }
  }
  .md\:min-h-\[210px\] {
    @media (width >= 48rem) {
      min-height: 210px;
    }
  }
  .md\:min-h-\[250px\] {
    @media (width >= 48rem) {
      min-height: 250px;
    }
  }
  .md\:min-h-\[calc\(100dvh-300px\)\] {
    @media (width >= 48rem) {
      min-height: calc(100dvh - 300px);
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .md\:w-32 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 32);
    }
  }
  .md\:w-44 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 44);
    }
  }
  .md\:w-139\.5 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 139.5);
    }
  }
  .md\:w-\[31\.5\%\] {
    @media (width >= 48rem) {
      width: 31.5%;
    }
  }
  .md\:w-\[35em\] {
    @media (width >= 48rem) {
      width: 35em;
    }
  }
  .md\:w-\[100\%\] {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:w-\[320px\] {
    @media (width >= 48rem) {
      width: 320px;
    }
  }
  .md\:w-\[calc\(50\%-0\.5rem\)\]\! {
    @media (width >= 48rem) {
      width: calc(50% - 0.5rem) !important;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:max-w-\[60\%\] {
    @media (width >= 48rem) {
      max-width: 60%;
    }
  }
  .md\:max-w-\[70\%\] {
    @media (width >= 48rem) {
      max-width: 70%;
    }
  }
  .md\:max-w-\[80\%\] {
    @media (width >= 48rem) {
      max-width: 80%;
    }
  }
  .md\:max-w-\[540px\] {
    @media (width >= 48rem) {
      max-width: 540px;
    }
  }
  .md\:max-w-md {
    @media (width >= 48rem) {
      max-width: var(--container-md);
    }
  }
  .md\:min-w-\[335px\] {
    @media (width >= 48rem) {
      min-width: 335px;
    }
  }
  .md\:min-w-\[340px\] {
    @media (width >= 48rem) {
      min-width: 340px;
    }
  }
  .md\:min-w-full {
    @media (width >= 48rem) {
      min-width: 100%;
    }
  }
  .md\:flex-1 {
    @media (width >= 48rem) {
      flex: 1;
    }
  }
  .md\:flex-initial\! {
    @media (width >= 48rem) {
      flex: 0 auto !important;
    }
  }
  .md\:flex-none {
    @media (width >= 48rem) {
      flex: none;
    }
  }
  .md\:basis-\[4rem\] {
    @media (width >= 48rem) {
      flex-basis: 4rem;
    }
  }
  .md\:basis-\[7rem\] {
    @media (width >= 48rem) {
      flex-basis: 7rem;
    }
  }
  .md\:grid-flow-col {
    @media (width >= 48rem) {
      grid-auto-flow: column;
    }
  }
  .md\:grid-flow-row {
    @media (width >= 48rem) {
      grid-auto-flow: row;
    }
  }
  .md\:grid-cols-1 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-5 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-subgrid {
    @media (width >= 48rem) {
      grid-template-columns: subgrid;
    }
  }
  .md\:flex-col {
    @media (width >= 48rem) {
      flex-direction: column;
    }
  }
  .md\:flex-col-reverse {
    @media (width >= 48rem) {
      flex-direction: column-reverse;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-row-reverse {
    @media (width >= 48rem) {
      flex-direction: row-reverse;
    }
  }
  .md\:flex-row-reverse\! {
    @media (width >= 48rem) {
      flex-direction: row-reverse !important;
    }
  }
  .md\:flex-nowrap {
    @media (width >= 48rem) {
      flex-wrap: nowrap;
    }
  }
  .md\:flex-wrap {
    @media (width >= 48rem) {
      flex-wrap: wrap;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:justify-items-end {
    @media (width >= 48rem) {
      justify-items: end;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: 0;
    }
  }
  .md\:gap-2 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-5 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:space-y-0 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: 0;
        margin-block-end: 0;
      }
    }
  }
  .md\:space-x-4 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .md\:gap-y-6 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 6);
    }
  }
  .md\:\!rounded-md {
    @media (width >= 48rem) {
      border-radius: var(--radius-md) !important;
    }
  }
  .md\:rounded-lg {
    @media (width >= 48rem) {
      border-radius: var(--radius-lg);
    }
  }
  .md\:rounded-none {
    @media (width >= 48rem) {
      border-radius: 0;
    }
  }
  .md\:rounded-xl {
    @media (width >= 48rem) {
      border-radius: var(--radius-xl);
    }
  }
  .md\:bg-transparent {
    @media (width >= 48rem) {
      background-color: transparent;
    }
  }
  .md\:bg-white {
    @media (width >= 48rem) {
      background-color: #fff;
    }
  }
  .md\:\!p-1 {
    @media (width >= 48rem) {
      padding: var(--spacing) !important;
    }
  }
  .md\:\!p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6) !important;
    }
  }
  .md\:p-0 {
    @media (width >= 48rem) {
      padding: 0;
    }
  }
  .md\:p-3 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .md\:p-4 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .md\:p-5 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .md\:p-14 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 14);
    }
  }
  .md\:\!px-\[20rem\] {
    @media (width >= 48rem) {
      padding-inline: 20rem !important;
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: 0;
    }
  }
  .md\:px-4 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:px-4\! {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4) !important;
    }
  }
  .md\:px-5 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:px-\[0\.4rem\] {
    @media (width >= 48rem) {
      padding-inline: 0.4rem;
    }
  }
  .md\:\!py-4 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 4) !important;
    }
  }
  .md\:pt-0\! {
    @media (width >= 48rem) {
      padding-top: 0 !important;
    }
  }
  .md\:pt-2 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 2);
    }
  }
  .md\:pt-4 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  .md\:pt-10 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .md\:pt-\[5rem\] {
    @media (width >= 48rem) {
      padding-top: 5rem;
    }
  }
  .md\:pr-0\! {
    @media (width >= 48rem) {
      padding-right: 0 !important;
    }
  }
  .md\:pr-10 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 10);
    }
  }
  .md\:pb-0 {
    @media (width >= 48rem) {
      padding-bottom: 0;
    }
  }
  .md\:pb-2\! {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 2) !important;
    }
  }
  .md\:pl-1 {
    @media (width >= 48rem) {
      padding-left: var(--spacing);
    }
  }
  .md\:pl-4 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 4);
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-right {
    @media (width >= 48rem) {
      text-align: right;
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: 1rem;
      line-height: var(--tw-leading, 1.4);
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: 0.875rem;
      line-height: var(--tw-leading, 1.4);
    }
  }
  .md\:\!text-\[1\.5rem\] {
    @media (width >= 48rem) {
      font-size: 1.5rem !important;
    }
  }
  .md\:\!text-\[2\.2rem\] {
    @media (width >= 48rem) {
      font-size: 2.2rem !important;
    }
  }
  .md\:text-\[0\.85rem\]\! {
    @media (width >= 48rem) {
      font-size: 0.85rem !important;
    }
  }
  .md\:text-\[0\.575rem\] {
    @media (width >= 48rem) {
      font-size: 0.575rem;
    }
  }
  .md\:text-\[0\.875rem\]\! {
    @media (width >= 48rem) {
      font-size: 0.875rem !important;
    }
  }
  .md\:\!leading-tight {
    @media (width >= 48rem) {
      --tw-leading: var(--leading-tight) !important;
      line-height: var(--leading-tight) !important;
    }
  }
  .md\:shadow-md {
    @media (width >= 48rem) {
      --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);
    }
  }
  .md\:max-xl\:h-\[calc\(100vh-150px\)\] {
    @media (width >= 48rem) {
      @media (width < 80rem) {
        height: calc(100vh - 150px);
      }
    }
  }
  .lg\:invisible {
    @media (width >= 64rem) {
      visibility: hidden;
    }
  }
  .lg\:visible {
    @media (width >= 64rem) {
      visibility: visible;
    }
  }
  .lg\:\!static {
    @media (width >= 64rem) {
      position: static !important;
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:fixed {
    @media (width >= 64rem) {
      position: fixed;
    }
  }
  .lg\:relative {
    @media (width >= 64rem) {
      position: relative;
    }
  }
  .lg\:static {
    @media (width >= 64rem) {
      position: static;
    }
  }
  .lg\:top-4 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 4);
    }
  }
  .lg\:top-\[-10\%\] {
    @media (width >= 64rem) {
      top: -10%;
    }
  }
  .lg\:top-\[-30px\] {
    @media (width >= 64rem) {
      top: -30px;
    }
  }
  .lg\:top-\[-40px\] {
    @media (width >= 64rem) {
      top: -40px;
    }
  }
  .lg\:top-\[1\.5rem\] {
    @media (width >= 64rem) {
      top: 1.5rem;
    }
  }
  .lg\:top-\[3\.2rem\] {
    @media (width >= 64rem) {
      top: 3.2rem;
    }
  }
  .lg\:top-\[10\.5rem\] {
    @media (width >= 64rem) {
      top: 10.5rem;
    }
  }
  .lg\:top-\[10rem\] {
    @media (width >= 64rem) {
      top: 10rem;
    }
  }
  .lg\:top-\[150px\] {
    @media (width >= 64rem) {
      top: 150px;
    }
  }
  .lg\:right-\[15\%\] {
    @media (width >= 64rem) {
      right: 15%;
    }
  }
  .lg\:bottom-0 {
    @media (width >= 64rem) {
      bottom: 0;
    }
  }
  .lg\:bottom-\[0\] {
    @media (width >= 64rem) {
      bottom: 0;
    }
  }
  .lg\:z-\[99\] {
    @media (width >= 64rem) {
      z-index: 99;
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:order-3 {
    @media (width >= 64rem) {
      order: 3;
    }
  }
  .lg\:order-4 {
    @media (width >= 64rem) {
      order: 4;
    }
  }
  .lg\:order-5 {
    @media (width >= 64rem) {
      order: 5;
    }
  }
  .lg\:order-6 {
    @media (width >= 64rem) {
      order: 6;
    }
  }
  .lg\:order-7 {
    @media (width >= 64rem) {
      order: 7;
    }
  }
  .lg\:order-8 {
    @media (width >= 64rem) {
      order: 8;
    }
  }
  .lg\:order-9 {
    @media (width >= 64rem) {
      order: 9;
    }
  }
  .lg\:order-10 {
    @media (width >= 64rem) {
      order: 10;
    }
  }
  .lg\:col-auto {
    @media (width >= 64rem) {
      grid-column: auto;
    }
  }
  .lg\:col-span-0 {
    @media (width >= 64rem) {
      grid-column: span 0 / span 0;
    }
  }
  .lg\:col-span-1 {
    @media (width >= 64rem) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 64rem) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:col-span-4 {
    @media (width >= 64rem) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-5 {
    @media (width >= 64rem) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:col-span-6 {
    @media (width >= 64rem) {
      grid-column: span 6 / span 6;
    }
  }
  .lg\:col-span-7 {
    @media (width >= 64rem) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:row-auto {
    @media (width >= 64rem) {
      grid-row: auto;
    }
  }
  .lg\:\!m-auto {
    @media (width >= 64rem) {
      margin: auto !important;
    }
  }
  .lg\:m-auto {
    @media (width >= 64rem) {
      margin: auto;
    }
  }
  .lg\:mx-6 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:mx-16 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 16);
    }
  }
  .lg\:my-0 {
    @media (width >= 64rem) {
      margin-block: 0;
    }
  }
  .lg\:my-4 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 4);
    }
  }
  .lg\:\!mt-0 {
    @media (width >= 64rem) {
      margin-top: 0 !important;
    }
  }
  .lg\:\!mt-\[-10px\] {
    @media (width >= 64rem) {
      margin-top: -10px !important;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: 0;
    }
  }
  .lg\:mt-4 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .lg\:mt-20 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:mt-32 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 32);
    }
  }
  .lg\:mt-66 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 66);
    }
  }
  .lg\:mt-\[-80px\] {
    @media (width >= 64rem) {
      margin-top: -80px;
    }
  }
  .lg\:mt-\[3rem\] {
    @media (width >= 64rem) {
      margin-top: 3rem;
    }
  }
  .lg\:\!mr-5 {
    @media (width >= 64rem) {
      margin-right: calc(var(--spacing) * 5) !important;
    }
  }
  .lg\:\!mr-10 {
    @media (width >= 64rem) {
      margin-right: calc(var(--spacing) * 10) !important;
    }
  }
  .lg\:\!mr-\[8rem\] {
    @media (width >= 64rem) {
      margin-right: 8rem !important;
    }
  }
  .lg\:mr-0 {
    @media (width >= 64rem) {
      margin-right: 0;
    }
  }
  .lg\:mr-2 {
    @media (width >= 64rem) {
      margin-right: calc(var(--spacing) * 2);
    }
  }
  .lg\:mr-4 {
    @media (width >= 64rem) {
      margin-right: calc(var(--spacing) * 4);
    }
  }
  .lg\:mr-8 {
    @media (width >= 64rem) {
      margin-right: calc(var(--spacing) * 8);
    }
  }
  .lg\:mr-16 {
    @media (width >= 64rem) {
      margin-right: calc(var(--spacing) * 16);
    }
  }
  .lg\:\!mb-0 {
    @media (width >= 64rem) {
      margin-bottom: 0 !important;
    }
  }
  .lg\:mb-0 {
    @media (width >= 64rem) {
      margin-bottom: 0;
    }
  }
  .lg\:mb-3 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .lg\:mb-4 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .lg\:\!ml-4 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 4) !important;
    }
  }
  .lg\:ml-0 {
    @media (width >= 64rem) {
      margin-left: 0;
    }
  }
  .lg\:ml-8 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 8);
    }
  }
  .lg\:\!flex {
    @media (width >= 64rem) {
      display: flex !important;
    }
  }
  .lg\:\!hidden {
    @media (width >= 64rem) {
      display: none !important;
    }
  }
  .lg\:\[display\:block\] {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-8 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 8);
    }
  }
  .lg\:h-16 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 16);
    }
  }
  .lg\:h-31 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 31);
    }
  }
  .lg\:h-36 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 36);
    }
  }
  .lg\:h-146\! {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 146) !important;
    }
  }
  .lg\:h-\[30rem\] {
    @media (width >= 64rem) {
      height: 30rem;
    }
  }
  .lg\:h-\[46rem\] {
    @media (width >= 64rem) {
      height: 46rem;
    }
  }
  .lg\:h-\[50vh\] {
    @media (width >= 64rem) {
      height: 50vh;
    }
  }
  .lg\:h-\[100vh\] {
    @media (width >= 64rem) {
      height: 100vh;
    }
  }
  .lg\:h-auto {
    @media (width >= 64rem) {
      height: auto;
    }
  }
  .lg\:h-full {
    @media (width >= 64rem) {
      height: 100%;
    }
  }
  .lg\:h-min {
    @media (width >= 64rem) {
      height: min-content;
    }
  }
  .lg\:max-h-\[300px\] {
    @media (width >= 64rem) {
      max-height: 300px;
    }
  }
  .lg\:min-h-0 {
    @media (width >= 64rem) {
      min-height: 0;
    }
  }
  .lg\:min-h-132 {
    @media (width >= 64rem) {
      min-height: calc(var(--spacing) * 132);
    }
  }
  .lg\:min-h-\[50px\] {
    @media (width >= 64rem) {
      min-height: 50px;
    }
  }
  .lg\:min-h-\[100px\] {
    @media (width >= 64rem) {
      min-height: 100px;
    }
  }
  .lg\:min-h-\[200px\] {
    @media (width >= 64rem) {
      min-height: 200px;
    }
  }
  .lg\:min-h-\[250px\] {
    @media (width >= 64rem) {
      min-height: 250px;
    }
  }
  .lg\:\!w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1 / 2 * 100%) !important;
    }
  }
  .lg\:\!w-\[140px\] {
    @media (width >= 64rem) {
      width: 140px !important;
    }
  }
  .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-1\/5 {
    @media (width >= 64rem) {
      width: calc(1 / 5 * 100%);
    }
  }
  .lg\:w-1\/6 {
    @media (width >= 64rem) {
      width: calc(1 / 6 * 100%);
    }
  }
  .lg\:w-4\/5 {
    @media (width >= 64rem) {
      width: calc(4 / 5 * 100%);
    }
  }
  .lg\:w-80 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 80);
    }
  }
  .lg\:w-139\.5 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 139.5);
    }
  }
  .lg\:w-160\! {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 160) !important;
    }
  }
  .lg\:w-\[15\%\] {
    @media (width >= 64rem) {
      width: 15%;
    }
  }
  .lg\:w-\[18\%\] {
    @media (width >= 64rem) {
      width: 18%;
    }
  }
  .lg\:w-\[22\%\] {
    @media (width >= 64rem) {
      width: 22%;
    }
  }
  .lg\:w-\[31\.5\%\] {
    @media (width >= 64rem) {
      width: 31.5%;
    }
  }
  .lg\:w-\[36rem\] {
    @media (width >= 64rem) {
      width: 36rem;
    }
  }
  .lg\:w-\[40rem\] {
    @media (width >= 64rem) {
      width: 40rem;
    }
  }
  .lg\:w-\[45\%\] {
    @media (width >= 64rem) {
      width: 45%;
    }
  }
  .lg\:w-\[46rem\] {
    @media (width >= 64rem) {
      width: 46rem;
    }
  }
  .lg\:w-\[48\%\] {
    @media (width >= 64rem) {
      width: 48%;
    }
  }
  .lg\:w-\[60rem\] {
    @media (width >= 64rem) {
      width: 60rem;
    }
  }
  .lg\:w-\[80\%\] {
    @media (width >= 64rem) {
      width: 80%;
    }
  }
  .lg\:w-\[95\%\] {
    @media (width >= 64rem) {
      width: 95%;
    }
  }
  .lg\:w-\[100\%\] {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:w-\[calc\(33\.333\%-0\.667rem\)\]\! {
    @media (width >= 64rem) {
      width: calc(33.333% - 0.667rem) !important;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:w-auto\! {
    @media (width >= 64rem) {
      width: auto !important;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:\!max-w-\[50\%\] {
    @media (width >= 64rem) {
      max-width: 50% !important;
    }
  }
  .lg\:max-w-\[25rem\] {
    @media (width >= 64rem) {
      max-width: 25rem;
    }
  }
  .lg\:max-w-\[30\%\] {
    @media (width >= 64rem) {
      max-width: 30%;
    }
  }
  .lg\:max-w-\[37rem\] {
    @media (width >= 64rem) {
      max-width: 37rem;
    }
  }
  .lg\:max-w-\[50\%\] {
    @media (width >= 64rem) {
      max-width: 50%;
    }
  }
  .lg\:max-w-\[50rem\] {
    @media (width >= 64rem) {
      max-width: 50rem;
    }
  }
  .lg\:max-w-\[90\%\] {
    @media (width >= 64rem) {
      max-width: 90%;
    }
  }
  .lg\:max-w-\[93\.50\%\] {
    @media (width >= 64rem) {
      max-width: 93.50%;
    }
  }
  .lg\:max-w-\[100\%\] {
    @media (width >= 64rem) {
      max-width: 100%;
    }
  }
  .lg\:max-w-\[100rem\] {
    @media (width >= 64rem) {
      max-width: 100rem;
    }
  }
  .lg\:max-w-\[625px\] {
    @media (width >= 64rem) {
      max-width: 625px;
    }
  }
  .lg\:max-w-full {
    @media (width >= 64rem) {
      max-width: 100%;
    }
  }
  .lg\:max-w-max {
    @media (width >= 64rem) {
      max-width: max-content;
    }
  }
  .lg\:min-w-\[65px\] {
    @media (width >= 64rem) {
      min-width: 65px;
    }
  }
  .lg\:min-w-\[120px\] {
    @media (width >= 64rem) {
      min-width: 120px;
    }
  }
  .lg\:min-w-\[312px\] {
    @media (width >= 64rem) {
      min-width: 312px;
    }
  }
  .lg\:min-w-full {
    @media (width >= 64rem) {
      min-width: 100%;
    }
  }
  .lg\:min-w-max {
    @media (width >= 64rem) {
      min-width: max-content;
    }
  }
  .lg\:flex-\[0_1_120px\] {
    @media (width >= 64rem) {
      flex: 0 1 120px;
    }
  }
  .lg\:flex-\[0_1_160px\] {
    @media (width >= 64rem) {
      flex: 0 1 160px;
    }
  }
  .lg\:flex-initial {
    @media (width >= 64rem) {
      flex: 0 auto;
    }
  }
  .lg\:shrink-0 {
    @media (width >= 64rem) {
      flex-shrink: 0;
    }
  }
  .lg\:translate-y-1\/2 {
    @media (width >= 64rem) {
      --tw-translate-y: calc(1 / 2 * 100%);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:grid-flow-col {
    @media (width >= 64rem) {
      grid-auto-flow: column;
    }
  }
  .lg\:grid-flow-row {
    @media (width >= 64rem) {
      grid-auto-flow: row;
    }
  }
  .lg\:grid-cols-1 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-6 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-7 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(7, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-9 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(9, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-12 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[3fr_2fr_3fr_2fr_auto\] {
    @media (width >= 64rem) {
      grid-template-columns: 3fr 2fr 3fr 2fr auto;
    }
  }
  .lg\:grid-cols-\[auto_1fr_auto\] {
    @media (width >= 64rem) {
      grid-template-columns: auto 1fr auto;
    }
  }
  .lg\:grid-cols-none {
    @media (width >= 64rem) {
      grid-template-columns: none;
    }
  }
  .lg\:grid-rows-1 {
    @media (width >= 64rem) {
      grid-template-rows: repeat(1, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-col-reverse {
    @media (width >= 64rem) {
      flex-direction: column-reverse;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-nowrap {
    @media (width >= 64rem) {
      flex-wrap: nowrap;
    }
  }
  .lg\:flex-wrap {
    @media (width >= 64rem) {
      flex-wrap: wrap;
    }
  }
  .lg\:place-items-end {
    @media (width >= 64rem) {
      place-items: end;
    }
  }
  .lg\:\!items-center {
    @media (width >= 64rem) {
      align-items: center !important;
    }
  }
  .lg\:items-baseline {
    @media (width >= 64rem) {
      align-items: baseline;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:\!justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end !important;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:justify-items-end {
    @media (width >= 64rem) {
      justify-items: end;
    }
  }
  .lg\:gap-0 {
    @media (width >= 64rem) {
      gap: 0;
    }
  }
  .lg\:gap-2 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .lg\:gap-3 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .lg\:gap-4 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-9 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 9);
    }
  }
  .lg\:gap-10 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:gap-12 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:gap-20 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:gap-\[1em\] {
    @media (width >= 64rem) {
      gap: 1em;
    }
  }
  .lg\:gap-\[4rem\] {
    @media (width >= 64rem) {
      gap: 4rem;
    }
  }
  .lg\:space-y-0 {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: 0;
        margin-block-end: 0;
      }
    }
  }
  .lg\:space-y-4 {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:space-x-2 {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .lg\:gap-y-8 {
    @media (width >= 64rem) {
      row-gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-y-\[1rem\] {
    @media (width >= 64rem) {
      row-gap: 1rem;
    }
  }
  .lg\:justify-self-end {
    @media (width >= 64rem) {
      justify-self: flex-end;
    }
  }
  .lg\:overflow-y-visible {
    @media (width >= 64rem) {
      overflow-y: visible;
    }
  }
  .lg\:\!rounded-md {
    @media (width >= 64rem) {
      border-radius: var(--radius-md) !important;
    }
  }
  .lg\:border-t {
    @media (width >= 64rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .lg\:border-r-\[0px\] {
    @media (width >= 64rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
    }
  }
  .lg\:border-r-\[1px\] {
    @media (width >= 64rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .lg\:border-b-0 {
    @media (width >= 64rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .lg\:border-b-\[0px\] {
    @media (width >= 64rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .lg\:bg-transparent {
    @media (width >= 64rem) {
      background-color: transparent;
    }
  }
  .lg\:\!p-1 {
    @media (width >= 64rem) {
      padding: var(--spacing) !important;
    }
  }
  .lg\:\!p-2 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 2) !important;
    }
  }
  .lg\:\!p-5 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 5) !important;
    }
  }
  .lg\:p-0 {
    @media (width >= 64rem) {
      padding: 0;
    }
  }
  .lg\:p-2 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 2);
    }
  }
  .lg\:p-4 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .lg\:p-5 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .lg\:p-6 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:\!px-2 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 2) !important;
    }
  }
  .lg\:\!px-3 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 3) !important;
    }
  }
  .lg\:\!px-4 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 4) !important;
    }
  }
  .lg\:\!px-5 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 5) !important;
    }
  }
  .lg\:\!px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8) !important;
    }
  }
  .lg\:\!px-12 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 12) !important;
    }
  }
  .lg\:\!px-16 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 16) !important;
    }
  }
  .lg\:\!px-\[4rem\] {
    @media (width >= 64rem) {
      padding-inline: 4rem !important;
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: 0;
    }
  }
  .lg\:px-2 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .lg\:px-3 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .lg\:px-4 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .lg\:px-5 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .lg\:px-6 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-7 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 7);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-16 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .lg\:px-\[5rem\] {
    @media (width >= 64rem) {
      padding-inline: 5rem;
    }
  }
  .lg\:\!py-1 {
    @media (width >= 64rem) {
      padding-block: var(--spacing) !important;
    }
  }
  .lg\:\!py-4 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 4) !important;
    }
  }
  .lg\:py-0 {
    @media (width >= 64rem) {
      padding-block: 0;
    }
  }
  .lg\:\!pt-6 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 6) !important;
    }
  }
  .lg\:\!pt-10 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 10) !important;
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: 0;
    }
  }
  .lg\:pt-1 {
    @media (width >= 64rem) {
      padding-top: var(--spacing);
    }
  }
  .lg\:pt-3 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 3);
    }
  }
  .lg\:pt-4 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  .lg\:pt-10 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:pt-16 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .lg\:pt-20 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:pr-2 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 2);
    }
  }
  .lg\:pr-10 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 10);
    }
  }
  .lg\:pr-12 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 12);
    }
  }
  .lg\:pb-0 {
    @media (width >= 64rem) {
      padding-bottom: 0;
    }
  }
  .lg\:pb-4 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 4);
    }
  }
  .lg\:pb-28 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 28);
    }
  }
  .lg\:pb-\[0\] {
    @media (width >= 64rem) {
      padding-bottom: 0;
    }
  }
  .lg\:pb-\[1rem\] {
    @media (width >= 64rem) {
      padding-bottom: 1rem;
    }
  }
  .lg\:pl-2 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 2);
    }
  }
  .lg\:pl-10 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 10);
    }
  }
  .lg\:pl-16 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 16);
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-right {
    @media (width >= 64rem) {
      text-align: right;
    }
  }
  .lg\:text-lg {
    @media (width >= 64rem) {
      font-size: 1.25rem;
      line-height: var(--tw-leading, 1.4);
    }
  }
  .lg\:\!text-\[1\.625rem\] {
    @media (width >= 64rem) {
      font-size: 1.625rem !important;
    }
  }
  .lg\:\!text-\[2\.2rem\] {
    @media (width >= 64rem) {
      font-size: 2.2rem !important;
    }
  }
  .lg\:\!text-\[3\.2rem\] {
    @media (width >= 64rem) {
      font-size: 3.2rem !important;
    }
  }
  .lg\:text-\[0\.875rem\]\! {
    @media (width >= 64rem) {
      font-size: 0.875rem !important;
    }
  }
  .lg\:text-\[1\.2rem\]\! {
    @media (width >= 64rem) {
      font-size: 1.2rem !important;
    }
  }
  .lg\:text-\[1\.8rem\]\! {
    @media (width >= 64rem) {
      font-size: 1.8rem !important;
    }
  }
  .lg\:text-\[2rem\]\! {
    @media (width >= 64rem) {
      font-size: 2rem !important;
    }
  }
  .lg\:text-\[3rem\]\! {
    @media (width >= 64rem) {
      font-size: 3rem !important;
    }
  }
  .lg\:\!leading-\[1\.5\] {
    @media (width >= 64rem) {
      --tw-leading: 1.5 !important;
      line-height: 1.5 !important;
    }
  }
  .lg\:leading-none {
    @media (width >= 64rem) {
      --tw-leading: 1;
      line-height: 1;
    }
  }
  .lg\:break-normal {
    @media (width >= 64rem) {
      overflow-wrap: normal;
      word-break: normal;
    }
  }
  .lg\:shadow-md {
    @media (width >= 64rem) {
      --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);
    }
  }
  .lg\:shadow-none {
    @media (width >= 64rem) {
      --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);
    }
  }
  .lg\:last\:\!border-b-0 {
    @media (width >= 64rem) {
      &:last-child {
        border-bottom-style: var(--tw-border-style) !important;
        border-bottom-width: 0px !important;
      }
    }
  }
  .xl\:\!static {
    @media (width >= 80rem) {
      position: static !important;
    }
  }
  .xl\:absolute {
    @media (width >= 80rem) {
      position: absolute;
    }
  }
  .xl\:relative {
    @media (width >= 80rem) {
      position: relative;
    }
  }
  .xl\:top-\[-50px\] {
    @media (width >= 80rem) {
      top: -50px;
    }
  }
  .xl\:right-\[10\%\] {
    @media (width >= 80rem) {
      right: 10%;
    }
  }
  .xl\:bottom-\[-35vh\] {
    @media (width >= 80rem) {
      bottom: -35vh;
    }
  }
  .xl\:z-\[1100\] {
    @media (width >= 80rem) {
      z-index: 1100;
    }
  }
  .xl\:col-auto {
    @media (width >= 80rem) {
      grid-column: auto;
    }
  }
  .xl\:col-span-1 {
    @media (width >= 80rem) {
      grid-column: span 1 / span 1;
    }
  }
  .xl\:col-span-2 {
    @media (width >= 80rem) {
      grid-column: span 2 / span 2;
    }
  }
  .xl\:col-span-3 {
    @media (width >= 80rem) {
      grid-column: span 3 / span 3;
    }
  }
  .xl\:col-span-6 {
    @media (width >= 80rem) {
      grid-column: span 6 / span 6;
    }
  }
  .xl\:\!m-0 {
    @media (width >= 80rem) {
      margin: 0 !important;
    }
  }
  .xl\:m-0 {
    @media (width >= 80rem) {
      margin: 0;
    }
  }
  .xl\:\!mt-0 {
    @media (width >= 80rem) {
      margin-top: 0 !important;
    }
  }
  .xl\:\!mt-\[-20px\] {
    @media (width >= 80rem) {
      margin-top: -20px !important;
    }
  }
  .xl\:mt-4 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .xl\:mt-41 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 41);
    }
  }
  .xl\:mr-8 {
    @media (width >= 80rem) {
      margin-right: calc(var(--spacing) * 8);
    }
  }
  .xl\:mr-10 {
    @media (width >= 80rem) {
      margin-right: calc(var(--spacing) * 10);
    }
  }
  .xl\:\!mb-2 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 2) !important;
    }
  }
  .xl\:mb-2 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .xl\:ml-14 {
    @media (width >= 80rem) {
      margin-left: calc(var(--spacing) * 14);
    }
  }
  .xl\:\!hidden {
    @media (width >= 80rem) {
      display: none !important;
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:flex\! {
    @media (width >= 80rem) {
      display: flex !important;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:hidden\! {
    @media (width >= 80rem) {
      display: none !important;
    }
  }
  .xl\:h-auto {
    @media (width >= 80rem) {
      height: auto;
    }
  }
  .xl\:h-full {
    @media (width >= 80rem) {
      height: 100%;
    }
  }
  .xl\:h-full\! {
    @media (width >= 80rem) {
      height: 100% !important;
    }
  }
  .xl\:max-h-\[500px\] {
    @media (width >= 80rem) {
      max-height: 500px;
    }
  }
  .xl\:min-h-\[0\] {
    @media (width >= 80rem) {
      min-height: 0;
    }
  }
  .xl\:min-h-\[50px\] {
    @media (width >= 80rem) {
      min-height: 50px;
    }
  }
  .xl\:w-1\/2 {
    @media (width >= 80rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .xl\:w-1\/5 {
    @media (width >= 80rem) {
      width: calc(1 / 5 * 100%);
    }
  }
  .xl\:w-4\/5 {
    @media (width >= 80rem) {
      width: calc(4 / 5 * 100%);
    }
  }
  .xl\:w-80 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 80);
    }
  }
  .xl\:w-\[28\%\] {
    @media (width >= 80rem) {
      width: 28%;
    }
  }
  .xl\:w-\[30\%\] {
    @media (width >= 80rem) {
      width: 30%;
    }
  }
  .xl\:w-\[31\.5\%\] {
    @media (width >= 80rem) {
      width: 31.5%;
    }
  }
  .xl\:w-\[36rem\] {
    @media (width >= 80rem) {
      width: 36rem;
    }
  }
  .xl\:w-\[50\%\] {
    @media (width >= 80rem) {
      width: 50%;
    }
  }
  .xl\:w-\[365px\] {
    @media (width >= 80rem) {
      width: 365px;
    }
  }
  .xl\:w-full {
    @media (width >= 80rem) {
      width: 100%;
    }
  }
  .xl\:max-w-\[50\%\] {
    @media (width >= 80rem) {
      max-width: 50%;
    }
  }
  .xl\:max-w-\[60\%\] {
    @media (width >= 80rem) {
      max-width: 60%;
    }
  }
  .xl\:max-w-\[330px\] {
    @media (width >= 80rem) {
      max-width: 330px;
    }
  }
  .xl\:max-w-\[448px\] {
    @media (width >= 80rem) {
      max-width: 448px;
    }
  }
  .xl\:max-w-fit {
    @media (width >= 80rem) {
      max-width: fit-content;
    }
  }
  .xl\:max-w-full {
    @media (width >= 80rem) {
      max-width: 100%;
    }
  }
  .xl\:\!min-w-\[170px\] {
    @media (width >= 80rem) {
      min-width: 170px !important;
    }
  }
  .xl\:min-w-\[320px\] {
    @media (width >= 80rem) {
      min-width: 320px;
    }
  }
  .xl\:min-w-\[400px\] {
    @media (width >= 80rem) {
      min-width: 400px;
    }
  }
  .xl\:min-w-max {
    @media (width >= 80rem) {
      min-width: max-content;
    }
  }
  .xl\:translate-x-0 {
    @media (width >= 80rem) {
      --tw-translate-x: 0;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .xl\:grid-flow-col {
    @media (width >= 80rem) {
      grid-auto-flow: column;
    }
  }
  .xl\:grid-flow-row {
    @media (width >= 80rem) {
      grid-auto-flow: row;
    }
  }
  .xl\:grid-cols-1 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-5 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-7 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(7, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-8 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-12 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .xl\:flex-col {
    @media (width >= 80rem) {
      flex-direction: column;
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:items-center {
    @media (width >= 80rem) {
      align-items: center;
    }
  }
  .xl\:items-end {
    @media (width >= 80rem) {
      align-items: flex-end;
    }
  }
  .xl\:justify-end {
    @media (width >= 80rem) {
      justify-content: flex-end;
    }
  }
  .xl\:justify-start {
    @media (width >= 80rem) {
      justify-content: flex-start;
    }
  }
  .xl\:gap-2 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .xl\:gap-3 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .xl\:gap-4 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .xl\:gap-6 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .xl\:gap-7 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 7);
    }
  }
  .xl\:gap-8 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .xl\:gap-10 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .xl\:gap-\[0\.5rem\] {
    @media (width >= 80rem) {
      gap: 0.5rem;
    }
  }
  .xl\:overflow-y-hidden {
    @media (width >= 80rem) {
      overflow-y: hidden;
    }
  }
  .xl\:rounded-none {
    @media (width >= 80rem) {
      border-radius: 0;
    }
  }
  .xl\:p-0 {
    @media (width >= 80rem) {
      padding: 0;
    }
  }
  .xl\:\!px-4 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 4) !important;
    }
  }
  .xl\:\!px-\[0\.9rem\] {
    @media (width >= 80rem) {
      padding-inline: 0.9rem !important;
    }
  }
  .xl\:px-4 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .xl\:px-5 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .xl\:px-10 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .xl\:\!py-1 {
    @media (width >= 80rem) {
      padding-block: var(--spacing) !important;
    }
  }
  .xl\:pt-1 {
    @media (width >= 80rem) {
      padding-top: var(--spacing);
    }
  }
  .xl\:pt-10 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .xl\:pt-32 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 32);
    }
  }
  .xl\:pr-0 {
    @media (width >= 80rem) {
      padding-right: 0;
    }
  }
  .xl\:pb-6 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .xl\:pl-0 {
    @media (width >= 80rem) {
      padding-left: 0;
    }
  }
  .xl\:pl-\[35px\] {
    @media (width >= 80rem) {
      padding-left: 35px;
    }
  }
  .xl\:text-left {
    @media (width >= 80rem) {
      text-align: left;
    }
  }
  .xl\:\!text-\[3rem\] {
    @media (width >= 80rem) {
      font-size: 3rem !important;
    }
  }
  .xl\:\!text-\[4rem\] {
    @media (width >= 80rem) {
      font-size: 4rem !important;
    }
  }
  .xl\:\!leading-none {
    @media (width >= 80rem) {
      --tw-leading: 1 !important;
      line-height: 1 !important;
    }
  }
  .xl\:leading-none {
    @media (width >= 80rem) {
      --tw-leading: 1;
      line-height: 1;
    }
  }
  .xl\:shadow-md {
    @media (width >= 80rem) {
      --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);
    }
  }
  .xl\:transition-none {
    @media (width >= 80rem) {
      transition-property: none;
    }
  }
}
@layer utilities {
  .wrapper {
    margin-inline: auto !important;
    margin-block: 0 !important;
    max-width: 1440px;
  }
}
@layer base {
  html {
    font-family: "Montserrat";
    font-size: 100% !important;
    font-smooth: always;
  }
}
@media only screen and (max-width: 767px) {
  body .upsellGradient {
    background: hsla(209, 99%, 35%, 1);
    background: linear-gradient(
      90deg,
      hsla(209, 99%, 35%, 1) 66%,
      hsla(145, 91%, 35%, 1) 66%
    );
    background: -moz-linear-gradient(
      90deg,
      hsla(209, 99%, 35%, 1) 66%,
      hsla(145, 91%, 35%, 1) 66%
    );
    background: -webkit-linear-gradient(
      90deg,
      hsla(209, 99%, 35%, 1) 66%,
      hsla(145, 91%, 35%, 1) 66%
    );
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#005eb8", endColorstr="#08A94C", GradientType=1 );
    min-height: 100px;
  }
  html,
  body {
    min-height: 100%;
    height: 100%;
  }
}
.upsellGradient {
  background: hsla(145, 91%, 35%, 1);
  background: linear-gradient(
    340deg,
    hsla(145, 91%, 35%, 1) 35%,
    hsla(209, 99%, 35%, 1) 35%
  );
  background: -moz-linear-gradient(
    340deg,
    hsla(145, 91%, 35%, 1) 35%,
    hsla(209, 99%, 35%, 1) 35%
  );
  background: -webkit-linear-gradient(
    340deg,
    hsla(145, 91%, 35%, 1) 35%,
    hsla(209, 99%, 35%, 1) 35%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#08A94C", endColorstr="#005eb8", GradientType=1 );
  min-height: 100px;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-divide-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
