*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(46 144 250 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(46 144 250 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
} /*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #EAECF0; /* 2 */
}::before,
::after {
  --tw-content: '';
} /*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
} /*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
} /*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
} /*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
} /*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
} /*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
} /*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
} /*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
} /*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
} /*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
} /*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
} /*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
} /*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
} /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
} /*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
} /*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
} /*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
} /*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
} /*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
} /*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
} /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
} /*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
} /*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
} /*
Reset default styling for dialogs.
*/dialog {
  padding: 0;
} /*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
} /*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #98A2B3; /* 2 */
} /*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
} /*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
} /*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
} /*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
} /* Make elements with the HTML hidden attribute stay hidden by default */[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}::-webkit-scrollbar{width:1.125rem;height:1.125rem;background-color:rgba(0,0,0,0)}::-webkit-scrollbar-track{background-color:#fff}::-webkit-scrollbar-thumb{background-color:#babac0;border-radius:1rem;border:4px solid #fff;height:1.125rem}::-webkit-scrollbar-button{display:none}@media screen and (max-width: 1439px){html{font-size:68.75%}}@media screen and (min-width: 1440px)and (max-width: 1599px){html{font-size:75%}}:root{--color-gray-300: #d0d5dd;--color-gray-500: #667085;--color-gray-900: #1018280d;--color-gray-700: #344054;--color-gray-200: #eaecf0;--color-primary-700: #7b1fa2}.audit-timeline .dot{position:absolute;top:1.5rem;left:0;width:.57rem;height:.57rem;border-radius:100%;background-color:var(--color-gray-500)}.audit-timeline .connector{width:.1rem;height:91%;background:var(--color-gray-200);position:absolute;top:2.35rem;left:.23rem}.\!container {
  width: 100% !important;
}.container {
  width: 100%;
}@media (min-width: 640px) {.\!container {
    max-width: 640px !important;
  }.container {
    max-width: 640px;
  }
}@media (min-width: 768px) {.\!container {
    max-width: 768px !important;
  }.container {
    max-width: 768px;
  }
}@media (min-width: 1024px) {.\!container {
    max-width: 1024px !important;
  }.container {
    max-width: 1024px;
  }
}@media (min-width: 1280px) {.\!container {
    max-width: 1280px !important;
  }.container {
    max-width: 1280px;
  }
}@media (min-width: 1536px) {.\!container {
    max-width: 1536px !important;
  }.container {
    max-width: 1536px;
  }
}.pointer-events-none {
  pointer-events: none;
}.visible {
  visibility: visible;
}.\!invisible {
  visibility: hidden !important;
}.invisible {
  visibility: hidden;
}.static {
  position: static;
}.\!fixed {
  position: fixed !important;
}.fixed {
  position: fixed;
}.\!absolute {
  position: absolute !important;
}.absolute {
  position: absolute;
}.\!relative {
  position: relative !important;
}.relative {
  position: relative;
}.sticky {
  position: sticky;
}.inset-x-0 {
  left: 0px;
  right: 0px;
}.\!bottom-\[6px\] {
  bottom: 6px !important;
}.\!left-\[15rem\] {
  left: 15rem !important;
}.\!left-\[17rem\] {
  left: 17rem !important;
}.\!left-\[4rem\] {
  left: 4rem !important;
}.\!left-\[6px\] {
  left: 6px !important;
}.\!top-5 {
  top: 1.25rem !important;
}.\!top-\[-34px\] {
  top: -34px !important;
}.bottom-0 {
  bottom: 0px;
}.left-0 {
  left: 0px;
}.left-\[-1\.5625rem\] {
  left: -1.5625rem;
}.left-\[0\.4375rem\] {
  left: 0.4375rem;
}.left-\[50\%\] {
  left: 50%;
}.right-0 {
  right: 0px;
}.right-\[-1\.5625rem\] {
  right: -1.5625rem;
}.right-\[0\.4375rem\] {
  right: 0.4375rem;
}.right-\[22px\] {
  right: 22px;
}.top-0 {
  top: 0px;
}.top-1\/2 {
  top: 50%;
}.top-9 {
  top: 2.25rem;
}.top-\[calc\(50\%-13px\)\] {
  top: calc(50% - 13px);
}.\!z-10 {
  z-index: 10 !important;
}.\!z-\[1400\] {
  z-index: 1400 !important;
}.z-0 {
  z-index: 0;
}.z-10 {
  z-index: 10;
}.z-20 {
  z-index: 20;
}.z-50 {
  z-index: 50;
}.z-\[100\] {
  z-index: 100;
}.z-\[1\] {
  z-index: 1;
}.order-1 {
  order: 1;
}.order-2 {
  order: 2;
}.float-right {
  float: right;
}.\!m-0 {
  margin: 0px !important;
}.\!m-4 {
  margin: 1rem !important;
}.\!m-auto {
  margin: auto !important;
}.m-1 {
  margin: 0.25rem;
}.m-2 {
  margin: 0.5rem;
}.m-4 {
  margin: 1rem;
}.\!mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}.\!mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}.\!mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}.\!mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}.\!mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}.\!mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}.\!mx-\[-20px\] {
  margin-left: -20px !important;
  margin-right: -20px !important;
}.\!mx-\[1mm\] {
  margin-left: 1mm !important;
  margin-right: 1mm !important;
}.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}.\!my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}.\!my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}.\!-mb-2 {
  margin-bottom: -0.5rem !important;
}.\!-mb-5 {
  margin-bottom: -1.25rem !important;
}.\!-ml-4 {
  margin-left: -1rem !important;
}.\!-mr-4 {
  margin-right: -1rem !important;
}.\!-mt-1 {
  margin-top: -0.25rem !important;
}.\!-mt-2 {
  margin-top: -0.5rem !important;
}.\!-mt-2\.5 {
  margin-top: -0.625rem !important;
}.\!-mt-6 {
  margin-top: -1.5rem !important;
}.\!mb-0 {
  margin-bottom: 0px !important;
}.\!mb-1 {
  margin-bottom: 0.25rem !important;
}.\!mb-1\.5 {
  margin-bottom: 0.375rem !important;
}.\!mb-12 {
  margin-bottom: 3rem !important;
}.\!mb-2 {
  margin-bottom: 0.5rem !important;
}.\!mb-20 {
  margin-bottom: 5rem !important;
}.\!mb-3 {
  margin-bottom: 0.75rem !important;
}.\!mb-4 {
  margin-bottom: 1rem !important;
}.\!mb-6 {
  margin-bottom: 1.5rem !important;
}.\!mb-\[-0\.5rem\] {
  margin-bottom: -0.5rem !important;
}.\!mb-\[-1rem\] {
  margin-bottom: -1rem !important;
}.\!mb-\[-20px\] {
  margin-bottom: -20px !important;
}.\!mb-\[-26px\] {
  margin-bottom: -26px !important;
}.\!mb-\[-8px\] {
  margin-bottom: -8px !important;
}.\!ml-1 {
  margin-left: 0.25rem !important;
}.\!ml-2 {
  margin-left: 0.5rem !important;
}.\!ml-20 {
  margin-left: 5rem !important;
}.\!ml-4 {
  margin-left: 1rem !important;
}.\!ml-80 {
  margin-left: 20rem !important;
}.\!ml-\[-18px\] {
  margin-left: -18px !important;
}.\!ml-auto {
  margin-left: auto !important;
}.\!mr-0 {
  margin-right: 0px !important;
}.\!mr-1 {
  margin-right: 0.25rem !important;
}.\!mr-10 {
  margin-right: 2.5rem !important;
}.\!mr-2 {
  margin-right: 0.5rem !important;
}.\!mr-3 {
  margin-right: 0.75rem !important;
}.\!mr-4 {
  margin-right: 1rem !important;
}.\!mr-5 {
  margin-right: 1.25rem !important;
}.\!mr-8 {
  margin-right: 2rem !important;
}.\!mr-\[-22px\] {
  margin-right: -22px !important;
}.\!mr-\[1\.5rem\] {
  margin-right: 1.5rem !important;
}.\!mr-\[10\%\] {
  margin-right: 10% !important;
}.\!mr-\[15\%\] {
  margin-right: 15% !important;
}.\!mr-\[1rem\] {
  margin-right: 1rem !important;
}.\!mr-\[20\%\] {
  margin-right: 20% !important;
}.\!mr-auto {
  margin-right: auto !important;
}.\!mt-0 {
  margin-top: 0px !important;
}.\!mt-0\.5 {
  margin-top: 0.125rem !important;
}.\!mt-2 {
  margin-top: 0.5rem !important;
}.\!mt-20 {
  margin-top: 5rem !important;
}.\!mt-3 {
  margin-top: 0.75rem !important;
}.\!mt-4 {
  margin-top: 1rem !important;
}.\!mt-8 {
  margin-top: 2rem !important;
}.\!mt-\[-2rem\] {
  margin-top: -2rem !important;
}.\!mt-\[-3px\] {
  margin-top: -3px !important;
}.\!mt-\[-3rem\] {
  margin-top: -3rem !important;
}.\!mt-\[4rem\] {
  margin-top: 4rem !important;
}.-mb-1 {
  margin-bottom: -0.25rem;
}.-mb-4 {
  margin-bottom: -1rem;
}.-ml-2 {
  margin-left: -0.5rem;
}.-ml-4 {
  margin-left: -1rem;
}.-mr-6 {
  margin-right: -1.5rem;
}.-mr-px {
  margin-right: -1px;
}.-mt-1 {
  margin-top: -0.25rem;
}.-mt-16 {
  margin-top: -4rem;
}.-mt-2 {
  margin-top: -0.5rem;
}.-mt-20 {
  margin-top: -5rem;
}.-mt-36 {
  margin-top: -9rem;
}.-mt-4 {
  margin-top: -1rem;
}.-mt-8 {
  margin-top: -2rem;
}.-mt-px {
  margin-top: -1px;
}.mb-0 {
  margin-bottom: 0px;
}.mb-1 {
  margin-bottom: 0.25rem;
}.mb-1\.5 {
  margin-bottom: 0.375rem;
}.mb-10 {
  margin-bottom: 2.5rem;
}.mb-12 {
  margin-bottom: 3rem;
}.mb-2 {
  margin-bottom: 0.5rem;
}.mb-3 {
  margin-bottom: 0.75rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-8 {
  margin-bottom: 2rem;
}.mb-\[-10px\] {
  margin-bottom: -10px;
}.mb-\[-30px\] {
  margin-bottom: -30px;
}.mb-\[0\.65rem\] {
  margin-bottom: 0.65rem;
}.mb-\[2\.5rem\] {
  margin-bottom: 2.5rem;
}.ml-1 {
  margin-left: 0.25rem;
}.ml-2 {
  margin-left: 0.5rem;
}.ml-3 {
  margin-left: 0.75rem;
}.ml-4 {
  margin-left: 1rem;
}.ml-8 {
  margin-left: 2rem;
}.ml-\[-0\.75rem\] {
  margin-left: -0.75rem;
}.ml-\[-24px\] {
  margin-left: -24px;
}.ml-\[11\.5rem\] {
  margin-left: 11.5rem;
}.mr-1 {
  margin-right: 0.25rem;
}.mr-2 {
  margin-right: 0.5rem;
}.mr-3 {
  margin-right: 0.75rem;
}.mr-3\.5 {
  margin-right: 0.875rem;
}.mr-4 {
  margin-right: 1rem;
}.mr-6 {
  margin-right: 1.5rem;
}.mr-8 {
  margin-right: 2rem;
}.mr-\[-0\.75rem\] {
  margin-right: -0.75rem;
}.mr-\[20\%\] {
  margin-right: 20%;
}.mt-1 {
  margin-top: 0.25rem;
}.mt-10 {
  margin-top: 2.5rem;
}.mt-12 {
  margin-top: 3rem;
}.mt-16 {
  margin-top: 4rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mt-20 {
  margin-top: 5rem;
}.mt-3 {
  margin-top: 0.75rem;
}.mt-4 {
  margin-top: 1rem;
}.mt-48 {
  margin-top: 12rem;
}.mt-5 {
  margin-top: 1.25rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-64 {
  margin-top: 16rem;
}.mt-8 {
  margin-top: 2rem;
}.mt-\[-1\.25rem\] {
  margin-top: -1.25rem;
}.mt-\[-10px\] {
  margin-top: -10px;
}.mt-\[-10rem\] {
  margin-top: -10rem;
}.mt-\[-1rem\] {
  margin-top: -1rem;
}.mt-\[-2px\] {
  margin-top: -2px;
}.mt-\[-2rem\] {
  margin-top: -2rem;
}.mt-\[-5rem\] {
  margin-top: -5rem;
}.mt-\[0\.4rem\] {
  margin-top: 0.4rem;
}.mt-\[12rem\] {
  margin-top: 12rem;
}.mt-\[17\%\] {
  margin-top: 17%;
}.mt-\[20\%\] {
  margin-top: 20%;
}.mt-\[3\.2rem\] {
  margin-top: 3.2rem;
}.mt-\[3rem\] {
  margin-top: 3rem;
}.mt-\[4rem\] {
  margin-top: 4rem;
}.mt-\[50\%\] {
  margin-top: 50%;
}.mt-\[5rem\] {
  margin-top: 5rem;
}.mt-\[6rem\] {
  margin-top: 6rem;
}.\!box-border {
  box-sizing: border-box !important;
}.box-border {
  box-sizing: border-box;
}.\!block {
  display: block !important;
}.block {
  display: block;
}.\!inline-block {
  display: inline-block !important;
}.inline-block {
  display: inline-block;
}.\!flex {
  display: flex !important;
}.flex {
  display: flex;
}.inline-flex {
  display: inline-flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.contents {
  display: contents;
}.\!hidden {
  display: none !important;
}.hidden {
  display: none;
}.\!h-10 {
  height: 2.5rem !important;
}.\!h-12 {
  height: 3rem !important;
}.\!h-16 {
  height: 4rem !important;
}.\!h-2 {
  height: 0.5rem !important;
}.\!h-20 {
  height: 5rem !important;
}.\!h-4 {
  height: 1rem !important;
}.\!h-40 {
  height: 10rem !important;
}.\!h-5 {
  height: 1.25rem !important;
}.\!h-6 {
  height: 1.5rem !important;
}.\!h-60 {
  height: 15rem !important;
}.\!h-8 {
  height: 2rem !important;
}.\!h-\[100\%\] {
  height: 100% !important;
}.\!h-\[13rem\] {
  height: 13rem !important;
}.\!h-\[35rem\] {
  height: 35rem !important;
}.\!h-\[36px\] {
  height: 36px !important;
}.\!h-\[40px\] {
  height: 40px !important;
}.\!h-\[40rem\] {
  height: 40rem !important;
}.\!h-\[42rem\] {
  height: 42rem !important;
}.\!h-\[48px\] {
  height: 48px !important;
}.\!h-\[50px\] {
  height: 50px !important;
}.\!h-\[55px\] {
  height: 55px !important;
}.\!h-\[58px\] {
  height: 58px !important;
}.\!h-\[75px\] {
  height: 75px !important;
}.\!h-\[87\%\] {
  height: 87% !important;
}.\!h-\[calc\(100vh-11\.5rem\)\] {
  height: calc(100vh - 11.5rem) !important;
}.\!h-\[calc\(100vh-12rem\)\] {
  height: calc(100vh - 12rem) !important;
}.\!h-\[calc\(100vh-28rem\)\] {
  height: calc(100vh - 28rem) !important;
}.\!h-\[calc\(100vh-29\.5rem\)\] {
  height: calc(100vh - 29.5rem) !important;
}.\!h-\[calc\(100vh-30rem\)\] {
  height: calc(100vh - 30rem) !important;
}.\!h-\[calc\(100vh-31rem\)\] {
  height: calc(100vh - 31rem) !important;
}.\!h-\[calc\(100vh-32\.5rem\)\] {
  height: calc(100vh - 32.5rem) !important;
}.\!h-\[calc\(100vh-40\.5rem\)\] {
  height: calc(100vh - 40.5rem) !important;
}.\!h-\[calc\(100vh-42\.5rem\)\] {
  height: calc(100vh - 42.5rem) !important;
}.\!h-\[calc\(100vh-45rem\)\] {
  height: calc(100vh - 45rem) !important;
}.\!h-\[calc\(100vh-7\.5rem\)\] {
  height: calc(100vh - 7.5rem) !important;
}.\!h-\[unset\] {
  height: unset !important;
}.\!h-full {
  height: 100% !important;
}.h-0 {
  height: 0px;
}.h-1 {
  height: 0.25rem;
}.h-1\.5 {
  height: 0.375rem;
}.h-10 {
  height: 2.5rem;
}.h-11 {
  height: 2.75rem;
}.h-12 {
  height: 3rem;
}.h-14 {
  height: 3.5rem;
}.h-16 {
  height: 4rem;
}.h-2 {
  height: 0.5rem;
}.h-2\.5 {
  height: 0.625rem;
}.h-20 {
  height: 5rem;
}.h-24 {
  height: 6rem;
}.h-28 {
  height: 7rem;
}.h-3 {
  height: 0.75rem;
}.h-3\.5 {
  height: 0.875rem;
}.h-32 {
  height: 8rem;
}.h-4 {
  height: 1rem;
}.h-40 {
  height: 10rem;
}.h-5 {
  height: 1.25rem;
}.h-56 {
  height: 14rem;
}.h-6 {
  height: 1.5rem;
}.h-60 {
  height: 15rem;
}.h-7 {
  height: 1.75rem;
}.h-8 {
  height: 2rem;
}.h-9 {
  height: 2.25rem;
}.h-96 {
  height: 24rem;
}.h-\[\.875rem\] {
  height: .875rem;
}.h-\[0\.875rem\] {
  height: 0.875rem;
}.h-\[0\.9375rem\] {
  height: 0.9375rem;
}.h-\[1\.875rem\] {
  height: 1.875rem;
}.h-\[115px\] {
  height: 115px;
}.h-\[12\.5rem\] {
  height: 12.5rem;
}.h-\[13\.375rem\] {
  height: 13.375rem;
}.h-\[13rem\] {
  height: 13rem;
}.h-\[150px\] {
  height: 150px;
}.h-\[15rem\] {
  height: 15rem;
}.h-\[1px\] {
  height: 1px;
}.h-\[1rem\] {
  height: 1rem;
}.h-\[26px\] {
  height: 26px;
}.h-\[3\.27rem\] {
  height: 3.27rem;
}.h-\[3\.5625rem\] {
  height: 3.5625rem;
}.h-\[3\.5rem\] {
  height: 3.5rem;
}.h-\[400px\] {
  height: 400px;
}.h-\[4rem\] {
  height: 4rem;
}.h-\[50px\] {
  height: 50px;
}.h-\[6\.5rem\] {
  height: 6.5rem;
}.h-\[600px\] {
  height: 600px;
}.h-\[7\.2rem\] {
  height: 7.2rem;
}.h-\[7\.375rem\] {
  height: 7.375rem;
}.h-\[7\.5rem\] {
  height: 7.5rem;
}.h-\[70px\] {
  height: 70px;
}.h-\[7rem\] {
  height: 7rem;
}.h-\[8\.375rem\] {
  height: 8.375rem;
}.h-\[9\.375rem\] {
  height: 9.375rem;
}.h-\[95\%\] {
  height: 95%;
}.h-\[calc\(100\%-45px\)\] {
  height: calc(100% - 45px);
}.h-\[calc\(100vh-12rem\)\] {
  height: calc(100vh - 12rem);
}.h-\[calc\(100vh-15rem\)\] {
  height: calc(100vh - 15rem);
}.h-\[calc\(100vh-4rem\)\] {
  height: calc(100vh - 4rem);
}.h-\[calc\(100vh-4rem-4\.5rem\)\] {
  height: calc(100vh - 4rem - 4.5rem);
}.h-\[calc\(100vh-4rem-4rem\)\] {
  height: calc(100vh - 4rem - 4rem);
}.h-\[calc\(100vh-4rem-4rem-4rem\)\] {
  height: calc(100vh - 4rem - 4rem - 4rem);
}.h-\[calc\(100vh-8rem\)\] {
  height: calc(100vh - 8rem);
}.h-\[calc\(100vh-9rem\)\] {
  height: calc(100vh - 9rem);
}.h-auto {
  height: auto;
}.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}.h-full {
  height: 100%;
}.h-screen {
  height: 100vh;
}.\!max-h-80 {
  max-height: 20rem !important;
}.\!max-h-96 {
  max-height: 24rem !important;
}.\!max-h-\[640px\] {
  max-height: 640px !important;
}.\!max-h-\[77px\] {
  max-height: 77px !important;
}.\!max-h-full {
  max-height: 100% !important;
}.max-h-96 {
  max-height: 24rem;
}.max-h-\[10\.625rem\] {
  max-height: 10.625rem;
}.\!min-h-\[22\.5rem\] {
  min-height: 22.5rem !important;
}.\!min-h-\[38rem\] {
  min-height: 38rem !important;
}.\!min-h-\[48px\] {
  min-height: 48px !important;
}.\!min-h-\[50rem\] {
  min-height: 50rem !important;
}.\!min-h-\[77px\] {
  min-height: 77px !important;
}.min-h-12 {
  min-height: 3rem;
}.min-h-96 {
  min-height: 24rem;
}.min-h-\[\'5rem\'\] {
  min-height: '5rem';
}.min-h-\[2\.5rem\] {
  min-height: 2.5rem;
}.min-h-screen {
  min-height: 100vh;
}.\!w-1\/2 {
  width: 50% !important;
}.\!w-10 {
  width: 2.5rem !important;
}.\!w-12 {
  width: 3rem !important;
}.\!w-14 {
  width: 3.5rem !important;
}.\!w-16 {
  width: 4rem !important;
}.\!w-28 {
  width: 7rem !important;
}.\!w-32 {
  width: 8rem !important;
}.\!w-4 {
  width: 1rem !important;
}.\!w-5 {
  width: 1.25rem !important;
}.\!w-8 {
  width: 2rem !important;
}.\!w-\[-webkit-fill-available\] {
  width: -webkit-fill-available !important;
}.\!w-\[0\.5px\] {
  width: 0.5px !important;
}.\!w-\[100\%\] {
  width: 100% !important;
}.\!w-\[100\.2\%\] {
  width: 100.2% !important;
}.\!w-\[1000px\] {
  width: 1000px !important;
}.\!w-\[100px\] {
  width: 100px !important;
}.\!w-\[109\%\] {
  width: 109% !important;
}.\!w-\[12\%\] {
  width: 12% !important;
}.\!w-\[125px\] {
  width: 125px !important;
}.\!w-\[18rem\] {
  width: 18rem !important;
}.\!w-\[25rem\] {
  width: 25rem !important;
}.\!w-\[28rem\] {
  width: 28rem !important;
}.\!w-\[30rem\] {
  width: 30rem !important;
}.\!w-\[32\%\] {
  width: 32% !important;
}.\!w-\[33\%\] {
  width: 33% !important;
}.\!w-\[35\%\] {
  width: 35% !important;
}.\!w-\[35rem\] {
  width: 35rem !important;
}.\!w-\[36px\] {
  width: 36px !important;
}.\!w-\[37\%\] {
  width: 37% !important;
}.\!w-\[40px\] {
  width: 40px !important;
}.\!w-\[40rem\] {
  width: 40rem !important;
}.\!w-\[42rem\] {
  width: 42rem !important;
}.\!w-\[45\%\] {
  width: 45% !important;
}.\!w-\[45rem\] {
  width: 45rem !important;
}.\!w-\[50\%\] {
  width: 50% !important;
}.\!w-\[50px\] {
  width: 50px !important;
}.\!w-\[50rem\] {
  width: 50rem !important;
}.\!w-\[51rem\] {
  width: 51rem !important;
}.\!w-\[55px\] {
  width: 55px !important;
}.\!w-\[55rem\] {
  width: 55rem !important;
}.\!w-\[60\%\] {
  width: 60% !important;
}.\!w-\[60rem\] {
  width: 60rem !important;
}.\!w-\[63\%\] {
  width: 63% !important;
}.\!w-\[7\%\] {
  width: 7% !important;
}.\!w-\[70\%\] {
  width: 70% !important;
}.\!w-\[75px\] {
  width: 75px !important;
}.\!w-\[88\%\] {
  width: 88% !important;
}.\!w-\[90\%\] {
  width: 90% !important;
}.\!w-\[95\%\] {
  width: 95% !important;
}.\!w-\[97\%\] {
  width: 97% !important;
}.\!w-\[98\%\] {
  width: 98% !important;
}.\!w-\[auto\] {
  width: auto !important;
}.\!w-\[calc\(100\%-0\.75rem\)\] {
  width: calc(100% - 0.75rem) !important;
}.\!w-\[calc\(100\%_\+_48px\)\] {
  width: calc(100% + 48px) !important;
}.\!w-\[calc\(100vw-15rem\)\] {
  width: calc(100vw - 15rem) !important;
}.\!w-\[calc\(100vw-17rem\)\] {
  width: calc(100vw - 17rem) !important;
}.\!w-\[calc\(100vw-4rem\)\] {
  width: calc(100vw - 4rem) !important;
}.\!w-\[max-content\] {
  width: max-content !important;
}.\!w-full {
  width: 100% !important;
}.w-1 {
  width: 0.25rem;
}.w-1\.5 {
  width: 0.375rem;
}.w-1\/2 {
  width: 50%;
}.w-1\/3 {
  width: 33.333333%;
}.w-1\/4 {
  width: 25%;
}.w-1\/6 {
  width: 16.666667%;
}.w-10 {
  width: 2.5rem;
}.w-10\/12 {
  width: 83.333333%;
}.w-11 {
  width: 2.75rem;
}.w-12 {
  width: 3rem;
}.w-14 {
  width: 3.5rem;
}.w-16 {
  width: 4rem;
}.w-2 {
  width: 0.5rem;
}.w-2\.5 {
  width: 0.625rem;
}.w-2\/12 {
  width: 16.666667%;
}.w-2\/3 {
  width: 66.666667%;
}.w-20 {
  width: 5rem;
}.w-24 {
  width: 6rem;
}.w-3 {
  width: 0.75rem;
}.w-3\.5 {
  width: 0.875rem;
}.w-3\/4 {
  width: 75%;
}.w-32 {
  width: 8rem;
}.w-36 {
  width: 9rem;
}.w-4 {
  width: 1rem;
}.w-40 {
  width: 10rem;
}.w-5 {
  width: 1.25rem;
}.w-6 {
  width: 1.5rem;
}.w-7 {
  width: 1.75rem;
}.w-8 {
  width: 2rem;
}.w-9 {
  width: 2.25rem;
}.w-\[-webkit-fill-available\] {
  width: -webkit-fill-available;
}.w-\[\.875rem\] {
  width: .875rem;
}.w-\[0\.875rem\] {
  width: 0.875rem;
}.w-\[0\.9375rem\] {
  width: 0.9375rem;
}.w-\[1\.125rem\] {
  width: 1.125rem;
}.w-\[1\.875rem\] {
  width: 1.875rem;
}.w-\[100\%\] {
  width: 100%;
}.w-\[10rem\] {
  width: 10rem;
}.w-\[12\.5rem\] {
  width: 12.5rem;
}.w-\[13\.375rem\] {
  width: 13.375rem;
}.w-\[13rem\] {
  width: 13rem;
}.w-\[150px\] {
  width: 150px;
}.w-\[15rem\] {
  width: 15rem;
}.w-\[19rem\] {
  width: 19rem;
}.w-\[1rem\] {
  width: 1rem;
}.w-\[20rem\] {
  width: 20rem;
}.w-\[22rem\] {
  width: 22rem;
}.w-\[25\%\] {
  width: 25%;
}.w-\[25rem\] {
  width: 25rem;
}.w-\[268px\] {
  width: 268px;
}.w-\[26px\] {
  width: 26px;
}.w-\[28\.125rem\] {
  width: 28.125rem;
}.w-\[2px\] {
  width: 2px;
}.w-\[30\%\] {
  width: 30%;
}.w-\[300px\] {
  width: 300px;
}.w-\[31\%\] {
  width: 31%;
}.w-\[33\%\] {
  width: 33%;
}.w-\[33\.33\%\] {
  width: 33.33%;
}.w-\[35\%\] {
  width: 35%;
}.w-\[350px\] {
  width: 350px;
}.w-\[35rem\] {
  width: 35rem;
}.w-\[4\.5rem\] {
  width: 4.5rem;
}.w-\[40\%\] {
  width: 40%;
}.w-\[40rem\] {
  width: 40rem;
}.w-\[45rem\] {
  width: 45rem;
}.w-\[49\%\] {
  width: 49%;
}.w-\[498px\] {
  width: 498px;
}.w-\[4rem\] {
  width: 4rem;
}.w-\[50\%\] {
  width: 50%;
}.w-\[500px\] {
  width: 500px;
}.w-\[50px\] {
  width: 50px;
}.w-\[50rem\] {
  width: 50rem;
}.w-\[55rem\] {
  width: 55rem;
}.w-\[6\.5rem\] {
  width: 6.5rem;
}.w-\[60\%\] {
  width: 60%;
}.w-\[65\%\] {
  width: 65%;
}.w-\[67\%\] {
  width: 67%;
}.w-\[70\%\] {
  width: 70%;
}.w-\[70px\] {
  width: 70px;
}.w-\[73\%\] {
  width: 73%;
}.w-\[75\%\] {
  width: 75%;
}.w-\[76\%\] {
  width: 76%;
}.w-\[7rem\] {
  width: 7rem;
}.w-\[8\.375rem\] {
  width: 8.375rem;
}.w-\[8\.68rem\] {
  width: 8.68rem;
}.w-\[80\%\] {
  width: 80%;
}.w-\[9\.375rem\] {
  width: 9.375rem;
}.w-\[9\.5625rem\] {
  width: 9.5625rem;
}.w-\[9\.5rem\] {
  width: 9.5rem;
}.w-\[90\%\] {
  width: 90%;
}.w-auto {
  width: auto;
}.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}.w-full {
  width: 100%;
}.w-px {
  width: 1px;
}.\!min-w-10 {
  min-width: 2.5rem !important;
}.\!min-w-24 {
  min-width: 6rem !important;
}.\!min-w-32 {
  min-width: 8rem !important;
}.\!min-w-8 {
  min-width: 2rem !important;
}.\!min-w-\[110px\] {
  min-width: 110px !important;
}.\!min-w-\[15\%\] {
  min-width: 15% !important;
}.\!min-w-\[19rem\] {
  min-width: 19rem !important;
}.\!min-w-\[20rem\] {
  min-width: 20rem !important;
}.\!min-w-\[22\.5rem\] {
  min-width: 22.5rem !important;
}.\!min-w-\[250px\] {
  min-width: 250px !important;
}.\!min-w-\[25rem\] {
  min-width: 25rem !important;
}.\!min-w-\[30\%\] {
  min-width: 30% !important;
}.\!min-w-\[32rem\] {
  min-width: 32rem !important;
}.\!min-w-\[350px\] {
  min-width: 350px !important;
}.\!min-w-\[36px\] {
  min-width: 36px !important;
}.\!min-w-\[386px\] {
  min-width: 386px !important;
}.\!min-w-\[38rem\] {
  min-width: 38rem !important;
}.\!min-w-\[40px\] {
  min-width: 40px !important;
}.\!min-w-\[5rem\] {
  min-width: 5rem !important;
}.\!min-w-\[6\.25rem\] {
  min-width: 6.25rem !important;
}.\!min-w-\[8\.5rem\] {
  min-width: 8.5rem !important;
}.\!min-w-\[9\.5rem\] {
  min-width: 9.5rem !important;
}.\!min-w-\[9rem\] {
  min-width: 9rem !important;
}.\!min-w-\[auto\] {
  min-width: auto !important;
}.\!min-w-fit {
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}.\!min-w-min {
  min-width: min-content !important;
}.min-w-24 {
  min-width: 6rem;
}.min-w-32 {
  min-width: 8rem;
}.min-w-36 {
  min-width: 9rem;
}.min-w-48 {
  min-width: 12rem;
}.min-w-\[\'15rem\'\] {
  min-width: '15rem';
}.min-w-\[1\.5rem\] {
  min-width: 1.5rem;
}.min-w-\[15em\] {
  min-width: 15em;
}.min-w-\[175px\] {
  min-width: 175px;
}.min-w-\[180px\] {
  min-width: 180px;
}.min-w-\[25rem\] {
  min-width: 25rem;
}.min-w-\[28\.125rem\] {
  min-width: 28.125rem;
}.min-w-\[45rem\] {
  min-width: 45rem;
}.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}.min-w-full {
  min-width: 100%;
}.\!max-w-12 {
  max-width: 3rem !important;
}.\!max-w-28 {
  max-width: 7rem !important;
}.\!max-w-40 {
  max-width: 10rem !important;
}.\!max-w-\[-webkit-fill-available\] {
  max-width: -webkit-fill-available !important;
}.\!max-w-\[10rem\] {
  max-width: 10rem !important;
}.\!max-w-\[11rem\] {
  max-width: 11rem !important;
}.\!max-w-\[12rem\] {
  max-width: 12rem !important;
}.\!max-w-\[132px\] {
  max-width: 132px !important;
}.\!max-w-\[13rem\] {
  max-width: 13rem !important;
}.\!max-w-\[14rem\] {
  max-width: 14rem !important;
}.\!max-w-\[15\%\] {
  max-width: 15% !important;
}.\!max-w-\[15rem\] {
  max-width: 15rem !important;
}.\!max-w-\[16rem\] {
  max-width: 16rem !important;
}.\!max-w-\[17\.25rem\] {
  max-width: 17.25rem !important;
}.\!max-w-\[18\.5rem\] {
  max-width: 18.5rem !important;
}.\!max-w-\[18rem\] {
  max-width: 18rem !important;
}.\!max-w-\[20\.5rem\] {
  max-width: 20.5rem !important;
}.\!max-w-\[20rem\] {
  max-width: 20rem !important;
}.\!max-w-\[21rem\] {
  max-width: 21rem !important;
}.\!max-w-\[22rem\] {
  max-width: 22rem !important;
}.\!max-w-\[23rem\] {
  max-width: 23rem !important;
}.\!max-w-\[24\.25rem\] {
  max-width: 24.25rem !important;
}.\!max-w-\[24\.5rem\] {
  max-width: 24.5rem !important;
}.\!max-w-\[24rem\] {
  max-width: 24rem !important;
}.\!max-w-\[28rem\] {
  max-width: 28rem !important;
}.\!max-w-\[29rem\] {
  max-width: 29rem !important;
}.\!max-w-\[30\%\] {
  max-width: 30% !important;
}.\!max-w-\[30rem\] {
  max-width: 30rem !important;
}.\!max-w-\[31rem\] {
  max-width: 31rem !important;
}.\!max-w-\[32rem\] {
  max-width: 32rem !important;
}.\!max-w-\[35rem\] {
  max-width: 35rem !important;
}.\!max-w-\[36rem\] {
  max-width: 36rem !important;
}.\!max-w-\[37rem\] {
  max-width: 37rem !important;
}.\!max-w-\[38rem\] {
  max-width: 38rem !important;
}.\!max-w-\[40rem\] {
  max-width: 40rem !important;
}.\!max-w-\[432px\] {
  max-width: 432px !important;
}.\!max-w-\[45rem\] {
  max-width: 45rem !important;
}.\!max-w-\[48rem\] {
  max-width: 48rem !important;
}.\!max-w-\[90rem\] {
  max-width: 90rem !important;
}.\!max-w-\[944px\] {
  max-width: 944px !important;
}.\!max-w-\[9rem\] {
  max-width: 9rem !important;
}.\!max-w-\[fit-content\] {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}.\!max-w-full {
  max-width: 100% !important;
}.max-w-\[\'15rem\'\] {
  max-width: '15rem';
}.max-w-\[14\.5rem\] {
  max-width: 14.5rem;
}.max-w-\[14rem\] {
  max-width: 14rem;
}.max-w-\[15\.5rem\] {
  max-width: 15.5rem;
}.max-w-\[19\.75rem\] {
  max-width: 19.75rem;
}.max-w-\[19rem\] {
  max-width: 19rem;
}.max-w-\[20rem\] {
  max-width: 20rem;
}.max-w-\[21\.5rem\] {
  max-width: 21.5rem;
}.max-w-\[22rem\] {
  max-width: 22rem;
}.max-w-\[23rem\] {
  max-width: 23rem;
}.max-w-\[24\.5rem\] {
  max-width: 24.5rem;
}.max-w-\[4rem\] {
  max-width: 4rem;
}.max-w-\[50\%\] {
  max-width: 50%;
}.max-w-\[5rem\] {
  max-width: 5rem;
}.max-w-\[9\.5rem\] {
  max-width: 9.5rem;
}.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}.max-w-full {
  max-width: 100%;
}.max-w-min {
  max-width: min-content;
}.\!flex-1 {
  flex: 1 1 0% !important;
}.\!flex-\[0_0_25\%\] {
  flex: 0 0 25% !important;
}.flex-1 {
  flex: 1 1 0%;
}.flex-\[0\.15\] {
  flex: 0.15;
}.flex-\[0\.20\] {
  flex: 0.20;
}.flex-\[0\.30\] {
  flex: 0.30;
}.flex-\[0_0_20\%\] {
  flex: 0 0 20%;
}.flex-\[0_0_25\%\] {
  flex: 0 0 25%;
}.flex-\[0_0_33\.33\%\] {
  flex: 0 0 33.33%;
}.flex-\[0_0_33\.333333\%\] {
  flex: 0 0 33.333333%;
}.flex-\[0_0_50\%\] {
  flex: 0 0 50%;
}.flex-\[0_0_80\%\] {
  flex: 0 0 80%;
}.flex-\[1_1_20\%\] {
  flex: 1 1 20%;
}.flex-\[1_1_25\%\] {
  flex: 1 1 25%;
}.flex-\[1_1_30\%\] {
  flex: 1 1 30%;
}.flex-\[1_1_40\%\] {
  flex: 1 1 40%;
}.flex-\[1_1_50\%\] {
  flex: 1 1 50%;
}.flex-\[1_1_70\%\] {
  flex: 1 1 70%;
}.flex-\[20\%\] {
  flex: 20%;
}.flex-\[40\%\] {
  flex: 40%;
}.flex-\[50\%\] {
  flex: 50%;
}.flex-\[60\%\] {
  flex: 60%;
}.flex-\[70\%\] {
  flex: 70%;
}.flex-\[80\%\] {
  flex: 80%;
}.flex-auto {
  flex: 1 1 auto;
}.flex-shrink-0 {
  flex-shrink: 0;
}.flex-grow {
  flex-grow: 1;
}.grow {
  flex-grow: 1;
}.basis-1\/4 {
  flex-basis: 25%;
}.basis-full {
  flex-basis: 100%;
}.table-auto {
  table-layout: auto;
}.border-collapse {
  border-collapse: collapse;
}.\!border-separate {
  border-collapse: separate !important;
}.border-separate {
  border-collapse: separate;
}.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-y-\[-93\%\] {
  --tw-translate-y: -93%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.\!rotate-180 {
  --tw-rotate: 180deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@keyframes pulse {50% {
    opacity: .5;
  }
}.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}.\!cursor-not-allowed {
  cursor: not-allowed !important;
}.\!cursor-pointer {
  cursor: pointer !important;
}.cursor-default {
  cursor: default;
}.cursor-pointer {
  cursor: pointer;
}.\!select-text {
  -webkit-user-select: text !important;
          user-select: text !important;
}.break-inside-avoid {
  break-inside: avoid;
}.break-after-page {
  break-after: page;
}.grid-flow-row {
  grid-auto-flow: row;
}.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.\!flex-row {
  flex-direction: row !important;
}.flex-row {
  flex-direction: row;
}.flex-row-reverse {
  flex-direction: row-reverse;
}.\!flex-col {
  flex-direction: column !important;
}.flex-col {
  flex-direction: column;
}.flex-col-reverse {
  flex-direction: column-reverse;
}.flex-wrap {
  flex-wrap: wrap;
}.content-center {
  align-content: center;
}.content-end {
  align-content: flex-end;
}.\!items-start {
  align-items: flex-start !important;
}.items-start {
  align-items: flex-start;
}.items-end {
  align-items: flex-end;
}.\!items-center {
  align-items: center !important;
}.items-center {
  align-items: center;
}.items-baseline {
  align-items: baseline;
}.\!justify-start {
  justify-content: flex-start !important;
}.justify-start {
  justify-content: flex-start;
}.\!justify-end {
  justify-content: flex-end !important;
}.justify-end {
  justify-content: flex-end;
}.\!justify-center {
  justify-content: center !important;
}.justify-center {
  justify-content: center;
}.\!justify-between {
  justify-content: space-between !important;
}.justify-between {
  justify-content: space-between;
}.justify-around {
  justify-content: space-around;
}.justify-evenly {
  justify-content: space-evenly;
}.\!gap-1 {
  gap: 0.25rem !important;
}.\!gap-3 {
  gap: 0.75rem !important;
}.gap-0\.5 {
  gap: 0.125rem;
}.gap-1 {
  gap: 0.25rem;
}.gap-1\.5 {
  gap: 0.375rem;
}.gap-10 {
  gap: 2.5rem;
}.gap-14 {
  gap: 3.5rem;
}.gap-16 {
  gap: 4rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-4 {
  gap: 1rem;
}.gap-5 {
  gap: 1.25rem;
}.gap-6 {
  gap: 1.5rem;
}.gap-8 {
  gap: 2rem;
}.gap-\[0\.125rem\] {
  gap: 0.125rem;
}.gap-\[0\.375rem\] {
  gap: 0.375rem;
}.gap-\[1rem\] {
  gap: 1rem;
}.gap-\[2px\] {
  gap: 2px;
}.gap-px {
  gap: 1px;
}.gap-x-3 {
  column-gap: 0.75rem;
}.gap-x-6 {
  column-gap: 1.5rem;
}.gap-y-5 {
  row-gap: 1.25rem;
}.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-divide-opacity, 1));
}.\!self-start {
  align-self: flex-start !important;
}.self-end {
  align-self: flex-end;
}.\!self-center {
  align-self: center !important;
}.self-center {
  align-self: center;
}.self-stretch {
  align-self: stretch;
}.overflow-auto {
  overflow: auto;
}.\!overflow-hidden {
  overflow: hidden !important;
}.overflow-hidden {
  overflow: hidden;
}.overflow-x-auto {
  overflow-x: auto;
}.\!overflow-y-auto {
  overflow-y: auto !important;
}.overflow-y-auto {
  overflow-y: auto;
}.\!overflow-x-hidden {
  overflow-x: hidden !important;
}.\!overflow-x-scroll {
  overflow-x: scroll !important;
}.overflow-y-scroll {
  overflow-y: scroll;
}.\!truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.\!text-ellipsis {
  text-overflow: ellipsis !important;
}.text-ellipsis {
  text-overflow: ellipsis;
}.whitespace-normal {
  white-space: normal;
}.\!whitespace-nowrap {
  white-space: nowrap !important;
}.whitespace-nowrap {
  white-space: nowrap;
}.whitespace-pre-line {
  white-space: pre-line;
}.text-wrap {
  text-wrap: wrap;
}.text-nowrap {
  text-wrap: nowrap;
}.break-words {
  overflow-wrap: break-word;
}.\!break-all {
  word-break: break-all !important;
}.break-all {
  word-break: break-all;
}.\!rounded-full {
  border-radius: 9999px !important;
}.\!rounded-lg {
  border-radius: 0.5rem !important;
}.\!rounded-md {
  border-radius: 0.375rem !important;
}.\!rounded-none {
  border-radius: 0px !important;
}.\!rounded-xl {
  border-radius: 0.75rem !important;
}.rounded {
  border-radius: 0.25rem;
}.rounded-2xl {
  border-radius: 1rem;
}.rounded-3xl {
  border-radius: 1.5rem;
}.rounded-\[0\.25rem\] {
  border-radius: 0.25rem;
}.rounded-\[0\.5rem\] {
  border-radius: 0.5rem;
}.rounded-\[5px\] {
  border-radius: 5px;
}.rounded-\[5rem\] {
  border-radius: 5rem;
}.rounded-full {
  border-radius: 9999px;
}.rounded-lg {
  border-radius: 0.5rem;
}.rounded-md {
  border-radius: 0.375rem;
}.rounded-xl {
  border-radius: 0.75rem;
}.\!rounded-b-lg {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}.\!rounded-b-md {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}.\!rounded-r-none {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}.\!rounded-bl-2xl {
  border-bottom-left-radius: 1rem !important;
}.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}.\!border {
  border-width: 1px !important;
}.\!border-2 {
  border-width: 2px !important;
}.border {
  border-width: 1px;
}.border-2 {
  border-width: 2px;
}.\!border-x-0 {
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}.\!border-y-0 {
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}.border-y-8 {
  border-top-width: 8px;
  border-bottom-width: 8px;
}.\!border-b {
  border-bottom-width: 1px !important;
}.\!border-b-0 {
  border-bottom-width: 0px !important;
}.\!border-l-0 {
  border-left-width: 0px !important;
}.\!border-r-0 {
  border-right-width: 0px !important;
}.\!border-t {
  border-top-width: 1px !important;
}.\!border-t-0 {
  border-top-width: 0px !important;
}.border-b {
  border-bottom-width: 1px;
}.border-b-4 {
  border-bottom-width: 4px;
}.border-l {
  border-left-width: 1px;
}.border-l-0 {
  border-left-width: 0px;
}.border-l-2 {
  border-left-width: 2px;
}.border-r {
  border-right-width: 1px;
}.border-r-2 {
  border-right-width: 2px;
}.border-t {
  border-top-width: 1px;
}.border-t-0 {
  border-top-width: 0px;
}.border-t-2 {
  border-top-width: 2px;
}.border-t-4 {
  border-top-width: 4px;
}.border-t-8 {
  border-top-width: 8px;
}.border-t-\[1px\] {
  border-top-width: 1px;
}.\!border-solid {
  border-style: solid !important;
}.border-solid {
  border-style: solid;
}.border-dashed {
  border-style: dashed;
}.\!border-none {
  border-style: none !important;
}.border-none {
  border-style: none;
}.\!border-\[gray-200\] {
  border-color: gray-200 !important;
}.\!border-\[gray-300\] {
  border-color: gray-300 !important;
}.\!border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(242 244 247 / var(--tw-border-opacity, 1)) !important;
}.\!border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(234 236 240 / var(--tw-border-opacity, 1)) !important;
}.\!border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(208 213 221 / var(--tw-border-opacity, 1)) !important;
}.\!border-primary-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(225 190 231 / var(--tw-border-opacity, 1)) !important;
}.\!border-primary-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(186 104 200 / var(--tw-border-opacity, 1)) !important;
}.\!border-primary-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 229 245 / var(--tw-border-opacity, 1)) !important;
}.\!border-primary-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 39 176 / var(--tw-border-opacity, 1)) !important;
}.\!border-red-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 162 155 / var(--tw-border-opacity, 1)) !important;
}.\!border-red-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 243 242 / var(--tw-border-opacity, 1)) !important;
}.\!border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}.\!border-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 200 75 / var(--tw-border-opacity, 1)) !important;
}.border-\[\#D0D5DD\] {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity, 1));
}.border-\[\#DFE4EC\] {
  --tw-border-opacity: 1;
  border-color: rgb(223 228 236 / var(--tw-border-opacity, 1));
}.border-\[\#FDBFBA\] {
  --tw-border-opacity: 1;
  border-color: rgb(253 191 186 / var(--tw-border-opacity, 1));
}.border-\[\#f1dee0\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 222 224 / var(--tw-border-opacity, 1));
}.border-\[gray-200\] {
  border-color: gray-200;
}.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(242 244 247 / var(--tw-border-opacity, 1));
}.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-border-opacity, 1));
}.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity, 1));
}.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(152 162 179 / var(--tw-border-opacity, 1));
}.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(16 24 40 / var(--tw-border-opacity, 1));
}.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(206 234 176 / var(--tw-border-opacity, 1));
}.border-primary-100 {
  --tw-border-opacity: 1;
  border-color: rgb(225 190 231 / var(--tw-border-opacity, 1));
}.border-primary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(142 36 170 / var(--tw-border-opacity, 1));
}.border-primary-700 {
  --tw-border-opacity: 1;
  border-color: rgb(123 31 162 / var(--tw-border-opacity, 1));
}.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 202 / var(--tw-border-opacity, 1));
}.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 223 137 / var(--tw-border-opacity, 1));
}.border-b-\[gray-500\] {
  border-bottom-color: gray-500;
}.border-b-gray-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 236 240 / var(--tw-border-opacity, 1));
}.border-b-gray-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(208 213 221 / var(--tw-border-opacity, 1));
}.border-l-\[\#DFE4EC\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(223 228 236 / var(--tw-border-opacity, 1));
}.border-r-\[gray-500\] {
  border-right-color: gray-500;
}.border-t-\[gray-500\] {
  border-top-color: gray-500;
}.\!bg-\[\#F3E5F5\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 229 245 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-\[rgba\(50\2c 50\2c 50\2c 0\.25\)\] {
  background-color: rgba(50,50,50,0.25) !important;
}.\!bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 233 255 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-blue-75 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 242 255 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-gray-25 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 252 253 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-gray-75 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 245 247 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(79 122 33 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-green-75 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(216 253 241 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-primary-25 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 244 255 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-primary-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(186 104 200 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-primary-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 229 245 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-primary-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(142 36 170 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 228 226 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-red-25 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 250 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 243 242 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-slime-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 250 223 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-slime-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 253 243 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-slime-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 152 85 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-tangerine-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 234 215 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-transparent {
  background-color: transparent !important;
}.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-yellow-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 240 199 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-yellow-25 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 252 245 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-yellow-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 250 235 / var(--tw-bg-opacity, 1)) !important;
}.\!bg-yellow-75 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 243 209 / var(--tw-bg-opacity, 1)) !important;
}.bg-\[\#DFE4EC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 228 236 / var(--tw-bg-opacity, 1));
}.bg-\[\#F3E5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 229 245 / var(--tw-bg-opacity, 1));
}.bg-\[\#f0ccca\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 204 202 / var(--tw-bg-opacity, 1));
}.bg-\[\#f1dee0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 222 224 / var(--tw-bg-opacity, 1));
}.bg-black\/\[0\.11\] {
  background-color: rgb(0 0 0 / 0.11);
}.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity, 1));
}.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 240 / var(--tw-bg-opacity, 1));
}.bg-gray-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 253 / var(--tw-bg-opacity, 1));
}.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity, 1));
}.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(152 162 179 / var(--tw-bg-opacity, 1));
}.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}.bg-gray-75 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 245 247 / var(--tw-bg-opacity, 1));
}.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 41 57 / var(--tw-bg-opacity, 1));
}.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 40 / var(--tw-bg-opacity, 1));
}.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 244 215 / var(--tw-bg-opacity, 1));
}.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(206 234 176 / var(--tw-bg-opacity, 1));
}.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 251 238 / var(--tw-bg-opacity, 1));
}.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(102 159 42 / var(--tw-bg-opacity, 1));
}.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}.bg-primary-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 244 255 / var(--tw-bg-opacity, 1));
}.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 229 245 / var(--tw-bg-opacity, 1));
}.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 228 226 / var(--tw-bg-opacity, 1));
}.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 242 / var(--tw-bg-opacity, 1));
}.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}.bg-slime-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 223 / var(--tw-bg-opacity, 1));
}.bg-transparent {
  background-color: transparent;
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 199 / var(--tw-bg-opacity, 1));
}.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 235 / var(--tw-bg-opacity, 1));
}.object-contain {
  object-fit: contain;
}.object-fill {
  object-fit: fill;
}.\!p-0 {
  padding: 0px !important;
}.\!p-1 {
  padding: 0.25rem !important;
}.\!p-2 {
  padding: 0.5rem !important;
}.\!p-2\.5 {
  padding: 0.625rem !important;
}.\!p-3 {
  padding: 0.75rem !important;
}.\!p-4 {
  padding: 1rem !important;
}.\!p-5 {
  padding: 1.25rem !important;
}.\!p-\[0\.3125rem\] {
  padding: 0.3125rem !important;
}.\!p-\[0\.71rem\] {
  padding: 0.71rem !important;
}.\!p-\[2px\] {
  padding: 2px !important;
}.p-0 {
  padding: 0px;
}.p-1 {
  padding: 0.25rem;
}.p-10 {
  padding: 2.5rem;
}.p-14 {
  padding: 3.5rem;
}.p-2 {
  padding: 0.5rem;
}.p-20 {
  padding: 5rem;
}.p-3 {
  padding: 0.75rem;
}.p-4 {
  padding: 1rem;
}.p-5 {
  padding: 1.25rem;
}.p-6 {
  padding: 1.5rem;
}.p-8 {
  padding: 2rem;
}.p-\[0\.5rem\] {
  padding: 0.5rem;
}.p-\[0\.75rem\] {
  padding: 0.75rem;
}.p-\[6px\] {
  padding: 6px;
}.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}.\!px-\[0\.71rem\] {
  padding-left: 0.71rem !important;
  padding-right: 0.71rem !important;
}.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}.\!py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}.\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}.\!py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}.\!py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}.\!py-\[10\%\] {
  padding-top: 10% !important;
  padding-bottom: 10% !important;
}.\!py-\[1rem\] {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}.\!py-\[23\%\] {
  padding-top: 23% !important;
  padding-bottom: 23% !important;
}.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-\[10\%\] {
  padding-top: 10%;
  padding-bottom: 10%;
}.py-\[12\%\] {
  padding-top: 12%;
  padding-bottom: 12%;
}.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}.py-\[13\%\] {
  padding-top: 13%;
  padding-bottom: 13%;
}.py-\[15\%\] {
  padding-top: 15%;
  padding-bottom: 15%;
}.py-\[4\.375rem\] {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}.\!pb-0 {
  padding-bottom: 0px !important;
}.\!pb-2 {
  padding-bottom: 0.5rem !important;
}.\!pb-3 {
  padding-bottom: 0.75rem !important;
}.\!pb-4 {
  padding-bottom: 1rem !important;
}.\!pb-5 {
  padding-bottom: 1.25rem !important;
}.\!pl-0 {
  padding-left: 0px !important;
}.\!pl-1 {
  padding-left: 0.25rem !important;
}.\!pl-2 {
  padding-left: 0.5rem !important;
}.\!pl-3 {
  padding-left: 0.75rem !important;
}.\!pl-4 {
  padding-left: 1rem !important;
}.\!pl-6 {
  padding-left: 1.5rem !important;
}.\!pl-8 {
  padding-left: 2rem !important;
}.\!pl-\[\.8rem\] {
  padding-left: .8rem !important;
}.\!pl-\[22px\] {
  padding-left: 22px !important;
}.\!pl-\[2px\] {
  padding-left: 2px !important;
}.\!pr-0 {
  padding-right: 0px !important;
}.\!pr-2 {
  padding-right: 0.5rem !important;
}.\!pr-4 {
  padding-right: 1rem !important;
}.\!pr-\[1rem\] {
  padding-right: 1rem !important;
}.\!pt-0 {
  padding-top: 0px !important;
}.\!pt-4 {
  padding-top: 1rem !important;
}.\!pt-\[0\.75mm\] {
  padding-top: 0.75mm !important;
}.\!pt-\[40\%\] {
  padding-top: 40% !important;
}.pb-0 {
  padding-bottom: 0px;
}.pb-1 {
  padding-bottom: 0.25rem;
}.pb-10 {
  padding-bottom: 2.5rem;
}.pb-12 {
  padding-bottom: 3rem;
}.pb-2 {
  padding-bottom: 0.5rem;
}.pb-20 {
  padding-bottom: 5rem;
}.pb-3 {
  padding-bottom: 0.75rem;
}.pb-4 {
  padding-bottom: 1rem;
}.pb-5 {
  padding-bottom: 1.25rem;
}.pb-6 {
  padding-bottom: 1.5rem;
}.pb-\[2px\] {
  padding-bottom: 2px;
}.pb-\[3\.5rem\] {
  padding-bottom: 3.5rem;
}.pl-1 {
  padding-left: 0.25rem;
}.pl-10 {
  padding-left: 2.5rem;
}.pl-16 {
  padding-left: 4rem;
}.pl-2 {
  padding-left: 0.5rem;
}.pl-3 {
  padding-left: 0.75rem;
}.pl-4 {
  padding-left: 1rem;
}.pl-5 {
  padding-left: 1.25rem;
}.pl-6 {
  padding-left: 1.5rem;
}.pl-8 {
  padding-left: 2rem;
}.pr-1 {
  padding-right: 0.25rem;
}.pr-16 {
  padding-right: 4rem;
}.pr-2 {
  padding-right: 0.5rem;
}.pr-3 {
  padding-right: 0.75rem;
}.pr-4 {
  padding-right: 1rem;
}.pr-7 {
  padding-right: 1.75rem;
}.pr-8 {
  padding-right: 2rem;
}.pt-0 {
  padding-top: 0px;
}.pt-1 {
  padding-top: 0.25rem;
}.pt-10 {
  padding-top: 2.5rem;
}.pt-2 {
  padding-top: 0.5rem;
}.pt-20 {
  padding-top: 5rem;
}.pt-3 {
  padding-top: 0.75rem;
}.pt-4 {
  padding-top: 1rem;
}.pt-5 {
  padding-top: 1.25rem;
}.pt-6 {
  padding-top: 1.5rem;
}.pt-8 {
  padding-top: 2rem;
}.pt-\[1\.65rem\] {
  padding-top: 1.65rem;
}.pt-\[15\%\] {
  padding-top: 15%;
}.pt-\[25\%\] {
  padding-top: 25%;
}.pt-\[32\%\] {
  padding-top: 32%;
}.pt-\[55\%\] {
  padding-top: 55%;
}.pt-\[60\%\] {
  padding-top: 60%;
}.text-left {
  text-align: left;
}.\!text-center {
  text-align: center !important;
}.text-center {
  text-align: center;
}.\!text-right {
  text-align: right !important;
}.\!text-end {
  text-align: end !important;
}.\!font-ibm-plex-sans {
  font-family: IBM Plex Sans !important;
}.\!text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}.\!text-7xl {
  font-size: 4.5rem !important;
  line-height: 1 !important;
}.\!text-\[0\.9375rem\] {
  font-size: 0.9375rem !important;
}.\!text-\[10px\] {
  font-size: 10px !important;
}.\!text-\[13px\] {
  font-size: 13px !important;
}.\!text-\[6px\] {
  font-size: 6px !important;
}.\!text-\[8px\] {
  font-size: 8px !important;
}.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}.\!text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}.\!text-md {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}.\!text-xl {
  font-size: 1.25rem !important;
  line-height: 1.875rem !important;
}.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1.125rem !important;
}.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-md {
  font-size: 1rem;
  line-height: 1.5rem;
}.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.\!font-black {
  font-weight: 900 !important;
}.\!font-bold {
  font-weight: 700 !important;
}.\!font-medium {
  font-weight: 500 !important;
}.\!font-semibold {
  font-weight: 600 !important;
}.font-black {
  font-weight: 900;
}.font-bold {
  font-weight: 700;
}.font-medium {
  font-weight: 500;
}.font-normal {
  font-weight: 400;
}.font-semibold {
  font-weight: 600;
}.uppercase {
  text-transform: uppercase;
}.lowercase {
  text-transform: lowercase;
}.\!capitalize {
  text-transform: capitalize !important;
}.capitalize {
  text-transform: capitalize;
}.\!leading-3 {
  line-height: .75rem !important;
}.\!leading-4 {
  line-height: 1rem !important;
}.\!leading-5 {
  line-height: 1.25rem !important;
}.\!leading-7 {
  line-height: 1.75rem !important;
}.\!leading-none {
  line-height: 1 !important;
}.\!text-\[\#7B1FA2\] {
  --tw-text-opacity: 1 !important;
  color: rgb(123 31 162 / var(--tw-text-opacity, 1)) !important;
}.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}.\!text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(234 236 240 / var(--tw-text-opacity, 1)) !important;
}.\!text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(152 162 179 / var(--tw-text-opacity, 1)) !important;
}.\!text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(102 112 133 / var(--tw-text-opacity, 1)) !important;
}.\!text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(71 84 103 / var(--tw-text-opacity, 1)) !important;
}.\!text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(52 64 84 / var(--tw-text-opacity, 1)) !important;
}.\!text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(29 41 57 / var(--tw-text-opacity, 1)) !important;
}.\!text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(16 24 40 / var(--tw-text-opacity, 1)) !important;
}.\!text-gray-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1)) !important;
}.\!text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(102 159 42 / var(--tw-text-opacity, 1)) !important;
}.\!text-orange-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1)) !important;
}.\!text-primary-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 39 176 / var(--tw-text-opacity, 1)) !important;
}.\!text-primary-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(142 36 170 / var(--tw-text-opacity, 1)) !important;
}.\!text-primary-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(123 31 162 / var(--tw-text-opacity, 1)) !important;
}.\!text-primary-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(74 20 140 / var(--tw-text-opacity, 1)) !important;
}.\!text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(240 68 56 / var(--tw-text-opacity, 1)) !important;
}.\!text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(217 45 32 / var(--tw-text-opacity, 1)) !important;
}.\!text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(180 35 24 / var(--tw-text-opacity, 1)) !important;
}.\!text-slime-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(3 152 85 / var(--tw-text-opacity, 1)) !important;
}.\!text-slime-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(2 122 72 / var(--tw-text-opacity, 1)) !important;
}.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}.\!text-yellow-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 104 3 / var(--tw-text-opacity, 1)) !important;
}.\!text-yellow-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(181 71 8 / var(--tw-text-opacity, 1)) !important;
}.text-\[\#364055\] {
  --tw-text-opacity: 1;
  color: rgb(54 64 85 / var(--tw-text-opacity, 1));
}.text-\[\#4A148C\] {
  --tw-text-opacity: 1;
  color: rgb(74 20 140 / var(--tw-text-opacity, 1));
}.text-\[\#667085\] {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity, 1));
}.text-\[\#E52719\] {
  --tw-text-opacity: 1;
  color: rgb(229 39 25 / var(--tw-text-opacity, 1));
}.text-\[\#d82216\] {
  --tw-text-opacity: 1;
  color: rgb(216 34 22 / var(--tw-text-opacity, 1));
}.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(23 92 211 / var(--tw-text-opacity, 1));
}.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity, 1));
}.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity, 1));
}.text-gray-550 {
  --tw-text-opacity: 1;
  color: rgb(90 100 119 / var(--tw-text-opacity, 1));
}.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity, 1));
}.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity, 1));
}.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity, 1));
}.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity, 1));
}.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(102 159 42 / var(--tw-text-opacity, 1));
}.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(79 122 33 / var(--tw-text-opacity, 1));
}.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}.text-primary-300 {
  --tw-text-opacity: 1;
  color: rgb(186 104 200 / var(--tw-text-opacity, 1));
}.text-primary-400 {
  --tw-text-opacity: 1;
  color: rgb(171 71 188 / var(--tw-text-opacity, 1));
}.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(156 39 176 / var(--tw-text-opacity, 1));
}.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(142 36 170 / var(--tw-text-opacity, 1));
}.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(123 31 162 / var(--tw-text-opacity, 1));
}.text-primary-800 {
  --tw-text-opacity: 1;
  color: rgb(106 27 154 / var(--tw-text-opacity, 1));
}.text-primary-900 {
  --tw-text-opacity: 1;
  color: rgb(74 20 140 / var(--tw-text-opacity, 1));
}.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity, 1));
}.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity, 1));
}.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(180 35 24 / var(--tw-text-opacity, 1));
}.text-slime-600 {
  --tw-text-opacity: 1;
  color: rgb(3 152 85 / var(--tw-text-opacity, 1));
}.text-slime-700 {
  --tw-text-opacity: 1;
  color: rgb(2 122 72 / var(--tw-text-opacity, 1));
}.text-tangerine-700 {
  --tw-text-opacity: 1;
  color: rgb(185 56 21 / var(--tw-text-opacity, 1));
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(247 144 9 / var(--tw-text-opacity, 1));
}.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(220 104 3 / var(--tw-text-opacity, 1));
}.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(181 71 8 / var(--tw-text-opacity, 1));
}.underline {
  text-decoration-line: underline;
}.overline {
  text-decoration-line: overline;
}.line-through {
  text-decoration-line: line-through;
}.accent-purple-500 {
  accent-color: #a855f7;
}.\!opacity-25 {
  opacity: 0.25 !important;
}.\!opacity-50 {
  opacity: 0.5 !important;
}.opacity-0 {
  opacity: 0;
}.opacity-30 {
  opacity: 0.3;
}.opacity-40 {
  opacity: 0.4;
}.opacity-50 {
  opacity: 0.5;
}.opacity-60 {
  opacity: 0.6;
}.opacity-70 {
  opacity: 0.7;
}.opacity-\[80\%\] {
  opacity: 80%;
}.\!shadow-\[0px_24px_48px_-12px_rgba\(16\2c 24\2c 40\2c 0\.18\)\] {
  --tw-shadow: 0px 24px 48px -12px rgba(16,24,40,0.18) !important;
  --tw-shadow-colored: 0px 24px 48px -12px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.\!shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.\!shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}.shadow-\[0_4px_8px_-2px_rgba\(16\2c 24\2c 40\2c 0\.6\)\] {
  --tw-shadow: 0 4px 8px -2px rgba(16,24,40,0.6);
  --tw-shadow-colored: 0 4px 8px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_1px_2px_0px_\#1018280F\] {
  --tw-shadow: 0px 1px 2px 0px #1018280F;
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_1px_2px_0px_rgba\(16\2c 24\2c 40\2c 0\.06\)\2c 0px_1px_3px_0px_rgba\(16\2c 24\2c 40\2c 0\.10\)\] {
  --tw-shadow: 0px 1px 2px 0px rgba(16,24,40,0.06),0px 1px 3px 0px rgba(16,24,40,0.10);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color), 0px 1px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.\!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);
}.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.content-\[\'\"\"\'\] {
  --tw-content: '""';
  content: var(--tw-content);
}.body{margin:0px}img{max-width:-moz-fit-content;max-width:fit-content}.MuiTableCell-root:has(.error-cell){background-color:#fee9e7}.no-spinner-textField input[type=number]::-webkit-inner-spin-button,.no-spinner-textField input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.no-spinner-textField input[type=number]{-moz-appearance:textfield}.recharts-layer.recharts-pie,.recharts-pie-sector:focus{outline:none !important;outline-color:none;outline-style:none;outline-width:none}.first-letter\:text-7xl::first-letter {
  font-size: 4.5rem;
  line-height: 1;
}.first-letter\:font-bold::first-letter {
  font-weight: 700;
}.before\:border-2::before {
  content: var(--tw-content);
  border-width: 2px;
}.before\:border-gray-200::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-border-opacity, 1));
}.first\:mr-2:first-child {
  margin-right: 0.5rem;
}.last\:\!mb-\[-0\.5rem\]:last-child {
  margin-bottom: -0.5rem !important;
}.last\:\!mr-0:last-child {
  margin-right: 0px !important;
}.last\:ml-2:last-child {
  margin-left: 0.5rem;
}.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}.hover\:cursor-pointer:hover {
  cursor: pointer;
}.hover\:\!border:hover {
  border-width: 1px !important;
}.hover\:\!border-gray-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(208 213 221 / var(--tw-border-opacity, 1)) !important;
}.hover\:\!bg-gray-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 236 240 / var(--tw-bg-opacity, 1)) !important;
}.hover\:\!bg-gray-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(29 41 57 / var(--tw-bg-opacity, 1)) !important;
}.hover\:\!bg-primary-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(225 190 231 / var(--tw-bg-opacity, 1)) !important;
}.hover\:\!bg-transparent:hover {
  background-color: transparent !important;
}.hover\:\!bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}.hover\:bg-primary-25:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 244 255 / var(--tw-bg-opacity, 1));
}.hover\:bg-transparent:hover {
  background-color: transparent;
}.hover\:text-primary-700:hover {
  --tw-text-opacity: 1;
  color: rgb(123 31 162 / var(--tw-text-opacity, 1));
}.hover\:opacity-80:hover {
  opacity: 0.8;
}.hover\:\!shadow-none:hover {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}@media (min-width: 768px) {.md\:w-60 {
    width: 15rem;
  }
}.\[\&\>\*\]\:\!w-full>* {
  width: 100% !important;
}
