@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');#arrow,
#arrow::before {
  position: absolute;
  height: 16px;
  width: 16px;
}

/* #arrow::before {
  visibility: visible;
  content: '';
  transform: rotate(45deg);
} */

#tooltip[data-popper-placement^='top'] > #arrow {
  bottom: -11px;
}
#tooltip[data-popper-placement^='top'] > #arrow > .carrot {
  transform: rotate(0);
}

#tooltip[data-popper-placement^='bottom'] > #arrow {
  top: -11px;
}
#tooltip[data-popper-placement^='bottom'] > #arrow > .carrot {
  transform: rotate(180deg);
}

#tooltip[data-popper-placement^='left'] > #arrow {
  right: -11px;
}
#tooltip[data-popper-placement^='left'] > #arrow > .carrot {
  transform: rotate(270deg);
}

#tooltip[data-popper-placement^='right'] > #arrow {
  left: -11px;
}
#tooltip[data-popper-placement^='right'] > #arrow > .carrot {
  transform: rotate(90deg);
}
/* Needs a prefix for Edge, Opera and Vanilla Android Browser https://caniuse.com/?search=mask-image */
.mask-image {
  -webkit-mask-image: radial-gradient(circle 46px at -8px 22px, transparent 23px, transparent 0px, #000 0px);
  mask-image: radial-gradient(circle 46px at -8px 22px, transparent 23px, transparent 0px, #000 0px);
}

/**
  * START --- SETUP TAILWINDCSS EDIT
  *
  * `yarn rw setup ui tailwindcss` placed these imports here
  * to inject Tailwind's styles into your CSS.
  * For more information, see: https://tailwindcss.com/docs/installation#include-tailwind-in-your-css
*/
*, ::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(59 130 246 / 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(59 130 246 / 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.18 | 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 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "Inter"; /* 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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #98A2B3; /* 2 */
}
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;
}
.\!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: 900px){
  .\!container{
    max-width: 900px !important;
  }
  .container{
    max-width: 900px;
  }
}
@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;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.\!static{
  position: static !important;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.inset-y-\[12px\]{
  top: 12px;
  bottom: 12px;
}
.\!right-4{
  right: 1rem !important;
}
.\!right-5{
  right: 1.25rem !important;
}
.\!right-\[5px\]{
  right: 5px !important;
}
.\!right-\[80px\]{
  right: 80px !important;
}
.\!right-\[85px\]{
  right: 85px !important;
}
.\!right-\[95px\]{
  right: 95px !important;
}
.-bottom-4{
  bottom: -1rem;
}
.-bottom-\[48px\]{
  bottom: -48px;
}
.-bottom-\[72px\]{
  bottom: -72px;
}
.-left-\[15px\]{
  left: -15px;
}
.-top-2{
  top: -0.5rem;
}
.-top-\[0px\]{
  top: -0px;
}
.-top-\[9px\]{
  top: -9px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-3{
  bottom: 0.75rem;
}
.bottom-\[-20px\]{
  bottom: -20px;
}
.bottom-\[76px\]{
  bottom: 76px;
}
.bottom-full{
  bottom: 100%;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-3{
  left: 0.75rem;
}
.left-4{
  left: 1rem;
}
.left-\[30\%\]{
  left: 30%;
}
.left-\[54px\]{
  left: 54px;
}
.left-\[60\%\]{
  left: 60%;
}
.right-0{
  right: 0px;
}
.right-1{
  right: 0.25rem;
}
.right-2{
  right: 0.5rem;
}
.right-3{
  right: 0.75rem;
}
.right-3\.5{
  right: 0.875rem;
}
.right-4{
  right: 1rem;
}
.right-5{
  right: 1.25rem;
}
.right-6{
  right: 1.5rem;
}
.right-\[12px\]{
  right: 12px;
}
.right-\[14px\]{
  right: 14px;
}
.right-\[2px\]{
  right: 2px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-10{
  top: 2.5rem;
}
.top-32{
  top: 8rem;
}
.top-4{
  top: 1rem;
}
.top-5{
  top: 1.25rem;
}
.top-\[180px\]{
  top: 180px;
}
.top-\[50\%\]{
  top: 50%;
}
.top-\[50px\]{
  top: 50px;
}
.top-\[83px\]{
  top: 83px;
}
.top-\[95px\]{
  top: 95px;
}
.top-\[96px\]{
  top: 96px;
}
.top-\[9px\]{
  top: 9px;
}
.top-full{
  top: 100%;
}
.\!z-30{
  z-index: 30 !important;
}
.\!z-\[30\]{
  z-index: 30 !important;
}
.\!z-overlay{
  z-index: 10 !important;
}
.\!z-popup{
  z-index: 30 !important;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-50{
  z-index: 50;
}
.z-\[11\]{
  z-index: 11;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[20\]{
  z-index: 20;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[3\]{
  z-index: 3;
}
.z-modal{
  z-index: 20;
}
.z-overlay{
  z-index: 10;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.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-5{
  grid-column: span 5 / span 5;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.-m-3{
  margin: -0.75rem;
}
.m-0{
  margin: 0px;
}
.m-2{
  margin: 0.5rem;
}
.m-\[12px\]{
  margin: 12px;
}
.m-\[20px\]{
  margin: 20px;
}
.m-auto{
  margin: auto;
}
.\!-my-5{
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}
.\!mx-1{
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-\[-1\.5rem\]{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.mx-\[-32px\]{
  margin-left: -32px;
  margin-right: -32px;
}
.mx-\[10px\]{
  margin-left: 10px;
  margin-right: 10px;
}
.mx-\[20px\]{
  margin-left: 20px;
  margin-right: 20px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[24px\]{
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-\[8px\]{
  margin-top: 8px;
  margin-bottom: 8px;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.\!-mt-2{
  margin-top: -0.5rem !important;
}
.\!-mt-\[5px\]{
  margin-top: -5px !important;
}
.\!ml-6{
  margin-left: 1.5rem !important;
}
.\!mr-0{
  margin-right: 0px !important;
}
.\!mr-7{
  margin-right: 1.75rem !important;
}
.\!mt-0{
  margin-top: 0px !important;
}
.-mb-2{
  margin-bottom: -0.5rem;
}
.-mb-4{
  margin-bottom: -1rem;
}
.-mb-\[22px\]{
  margin-bottom: -22px;
}
.-ml-1{
  margin-left: -0.25rem;
}
.-ml-2{
  margin-left: -0.5rem;
}
.-ml-3{
  margin-left: -0.75rem;
}
.-ml-\[2px\]{
  margin-left: -2px;
}
.-ml-\[32px\]{
  margin-left: -32px;
}
.-ml-px{
  margin-left: -1px;
}
.-mr-3{
  margin-right: -0.75rem;
}
.-mr-\[32px\]{
  margin-right: -32px;
}
.-mt-1{
  margin-top: -0.25rem;
}
.-mt-1\.5{
  margin-top: -0.375rem;
}
.-mt-2\.5{
  margin-top: -0.625rem;
}
.-mt-5{
  margin-top: -1.25rem;
}
.-mt-8{
  margin-top: -2rem;
}
.-mt-\[4px\]{
  margin-top: -4px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[-12px\]{
  margin-bottom: -12px;
}
.mb-\[-32px\]{
  margin-bottom: -32px;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[130px\]{
  margin-bottom: 130px;
}
.mb-\[16px\]{
  margin-bottom: 16px;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[24px\]{
  margin-bottom: 24px;
}
.mb-\[26px\]{
  margin-bottom: 26px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[4px\]{
  margin-bottom: 4px;
}
.mb-\[6px\]{
  margin-bottom: 6px;
}
.ml-0{
  margin-left: 0px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-1\.5{
  margin-left: 0.375rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-8{
  margin-left: 2rem;
}
.ml-9{
  margin-left: 2.25rem;
}
.ml-\[-32px\]{
  margin-left: -32px;
}
.ml-\[12px\]{
  margin-left: 12px;
}
.ml-\[4px\]{
  margin-left: 4px;
}
.ml-\[5px\]{
  margin-left: 5px;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0px;
}
.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-5{
  margin-right: 1.25rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-7{
  margin-right: 1.75rem;
}
.mr-8{
  margin-right: 2rem;
}
.mr-\[-32px\]{
  margin-right: -32px;
}
.mr-\[10px\]{
  margin-right: 10px;
}
.mr-\[12px\]{
  margin-right: 12px;
}
.mr-\[15px\]{
  margin-right: 15px;
}
.mr-\[1px\]{
  margin-right: 1px;
}
.mr-\[2px\]{
  margin-right: 2px;
}
.mr-\[48px\]{
  margin-right: 48px;
}
.mr-\[6px\]{
  margin-right: 6px;
}
.mr-\[8px\]{
  margin-right: 8px;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[12px\]{
  margin-top: 12px;
}
.mt-\[16px\]{
  margin-top: 16px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[2px\]{
  margin-top: 2px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[32px\]{
  margin-top: 32px;
}
.mt-\[38px\]{
  margin-top: 38px;
}
.mt-\[3px\]{
  margin-top: 3px;
}
.mt-\[48px\]{
  margin-top: 48px;
}
.mt-\[4px\]{
  margin-top: 4px;
}
.mt-\[5px\]{
  margin-top: 5px;
}
.mt-\[6px\]{
  margin-top: 6px;
}
.mt-\[85px\]{
  margin-top: 85px;
}
.mt-\[8px\]{
  margin-top: 8px;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block{
  display: block;
}
.\!inline-block{
  display: inline-block !important;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.\!table{
  display: table !important;
}
.table{
  display: table;
}
.table-cell{
  display: table-cell;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.\!h-\[10px\]{
  height: 10px !important;
}
.\!h-\[16px\]{
  height: 16px !important;
}
.\!h-\[1px\]{
  height: 1px !important;
}
.\!h-\[23px\]{
  height: 23px !important;
}
.\!h-\[24px\]{
  height: 24px !important;
}
.\!h-\[30px\]{
  height: 30px !important;
}
.\!h-\[32px\]{
  height: 32px !important;
}
.\!h-\[36px\]{
  height: 36px !important;
}
.\!h-\[4px\]{
  height: 4px !important;
}
.\!h-\[68px\]{
  height: 68px !important;
}
.\!h-\[90\%\]{
  height: 90% !important;
}
.\!h-\[90px\]{
  height: 90px !important;
}
.\!h-auto{
  height: auto !important;
}
.h-0{
  height: 0px;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-40{
  height: 10rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-\[10px\]{
  height: 10px;
}
.h-\[12px\]{
  height: 12px;
}
.h-\[14px\]{
  height: 14px;
}
.h-\[15px\]{
  height: 15px;
}
.h-\[160px\]{
  height: 160px;
}
.h-\[16px\]{
  height: 16px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[22\.4px\]{
  height: 22.4px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[28px\]{
  height: 28px;
}
.h-\[29px\]{
  height: 29px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[30vh\]{
  height: 30vh;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[340px\]{
  height: 340px;
}
.h-\[36px\]{
  height: 36px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[42px\]{
  height: 42px;
}
.h-\[44px\]{
  height: 44px;
}
.h-\[46px\]{
  height: 46px;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[50vh\]{
  height: 50vh;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[60vh\]{
  height: 60vh;
}
.h-\[64px\]{
  height: 64px;
}
.h-\[70px\]{
  height: 70px;
}
.h-\[75px\]{
  height: 75px;
}
.h-\[76px\]{
  height: 76px;
}
.h-\[80px\]{
  height: 80px;
}
.h-\[8px\]{
  height: 8px;
}
.h-\[92px\]{
  height: 92px;
}
.h-\[96px\]{
  height: 96px;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.\!max-h-\[calc\(100vh-410px\)\]{
  max-height: calc(100vh - 410px) !important;
}
.\!max-h-none{
  max-height: none !important;
}
.max-h-36{
  max-height: 9rem;
}
.max-h-40{
  max-height: 10rem;
}
.max-h-\[120px\]{
  max-height: 120px;
}
.max-h-\[500px\]{
  max-height: 500px;
}
.max-h-\[calc\(100vh-150px\)\]{
  max-height: calc(100vh - 150px);
}
.max-h-\[calc\(100vh-200px\)\]{
  max-height: calc(100vh - 200px);
}
.max-h-\[calc\(100vh-250px\)\]{
  max-height: calc(100vh - 250px);
}
.max-h-\[calc\(100vh-400px\)\]{
  max-height: calc(100vh - 400px);
}
.\!min-h-full{
  min-height: 100% !important;
}
.min-h-0{
  min-height: 0px;
}
.min-h-\[120px\]{
  min-height: 120px;
}
.min-h-\[126px\]{
  min-height: 126px;
}
.min-h-\[160px\]{
  min-height: 160px;
}
.min-h-\[24px\]{
  min-height: 24px;
}
.min-h-\[315px\]{
  min-height: 315px;
}
.min-h-\[40px\]{
  min-height: 40px;
}
.min-h-\[42px\]{
  min-height: 42px;
}
.min-h-\[48px\]{
  min-height: 48px;
}
.min-h-\[500px\]{
  min-height: 500px;
}
.min-h-\[66px\]{
  min-height: 66px;
}
.min-h-\[73px\]{
  min-height: 73px;
}
.min-h-full{
  min-height: 100%;
}
.\!w-3\/5{
  width: 60% !important;
}
.\!w-\[100px\]{
  width: 100px !important;
}
.\!w-\[10px\]{
  width: 10px !important;
}
.\!w-\[12px\]{
  width: 12px !important;
}
.\!w-\[150px\]{
  width: 150px !important;
}
.\!w-\[16px\]{
  width: 16px !important;
}
.\!w-\[24px\]{
  width: 24px !important;
}
.\!w-\[300px\]{
  width: 300px !important;
}
.\!w-\[32px\]{
  width: 32px !important;
}
.\!w-\[36px\]{
  width: 36px !important;
}
.\!w-\[40px\]{
  width: 40px !important;
}
.\!w-\[450px\]{
  width: 450px !important;
}
.\!w-\[480px\]{
  width: 480px !important;
}
.\!w-\[800px\]{
  width: 800px !important;
}
.\!w-\[90px\]{
  width: 90px !important;
}
.\!w-\[96px\]{
  width: 96px !important;
}
.\!w-\[auto\]{
  width: auto !important;
}
.\!w-auto{
  width: auto !important;
}
.\!w-full{
  width: 100% !important;
}
.w-0{
  width: 0px;
}
.w-1\.5{
  width: 0.375rem;
}
.w-1\/2{
  width: 50%;
}
.w-1\/4{
  width: 25%;
}
.w-10{
  width: 2.5rem;
}
.w-10\/12{
  width: 83.333333%;
}
.w-11{
  width: 2.75rem;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\/5{
  width: 40%;
}
.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-3\/5{
  width: 60%;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-40{
  width: 10rem;
}
.w-44{
  width: 11rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-56{
  width: 14rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-96{
  width: 24rem;
}
.w-\[1\%\]{
  width: 1%;
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[104px\]{
  width: 104px;
}
.w-\[10px\]{
  width: 10px;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[12px\]{
  width: 12px;
}
.w-\[138px\]{
  width: 138px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[153px\]{
  width: 153px;
}
.w-\[15px\]{
  width: 15px;
}
.w-\[16\.75rem\]{
  width: 16.75rem;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[170px\]{
  width: 170px;
}
.w-\[175px\]{
  width: 175px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[22\.4px\]{
  width: 22.4px;
}
.w-\[220px\]{
  width: 220px;
}
.w-\[237px\]{
  width: 237px;
}
.w-\[240px\]{
  width: 240px;
}
.w-\[248px\]{
  width: 248px;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[250px\]{
  width: 250px;
}
.w-\[25px\]{
  width: 25px;
}
.w-\[278px\]{
  width: 278px;
}
.w-\[280px\]{
  width: 280px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[360px\]{
  width: 360px;
}
.w-\[36px\]{
  width: 36px;
}
.w-\[3px\]{
  width: 3px;
}
.w-\[400px\]{
  width: 400px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[420px\]{
  width: 420px;
}
.w-\[42px\]{
  width: 42px;
}
.w-\[44px\]{
  width: 44px;
}
.w-\[470px\]{
  width: 470px;
}
.w-\[48px\]{
  width: 48px;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[500px\]{
  width: 500px;
}
.w-\[52px\]{
  width: 52px;
}
.w-\[600px\]{
  width: 600px;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[64px\]{
  width: 64px;
}
.w-\[65\%\]{
  width: 65%;
}
.w-\[68px\]{
  width: 68px;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[75px\]{
  width: 75px;
}
.w-\[800px\]{
  width: 800px;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[90px\]{
  width: 90px;
}
.w-\[94px\]{
  width: 94px;
}
.w-\[96px\]{
  width: 96px;
}
.w-\[97px\]{
  width: 97px;
}
.w-\[calc\(100\%\+2rem\)\]{
  width: calc(100% + 2rem);
}
.w-\[calc\(100\%\+3rem\)\]{
  width: calc(100% + 3rem);
}
.w-\[calc\(100\%\+64px\)\]{
  width: calc(100% + 64px);
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.w-screen{
  width: 100vw;
}
.\!min-w-\[200px\]{
  min-width: 200px !important;
}
.\!min-w-\[300px\]{
  min-width: 300px !important;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[120px\]{
  min-width: 120px;
}
.min-w-\[12px\]{
  min-width: 12px;
}
.min-w-\[140px\]{
  min-width: 140px;
}
.min-w-\[145px\]{
  min-width: 145px;
}
.min-w-\[14px\]{
  min-width: 14px;
}
.min-w-\[170px\]{
  min-width: 170px;
}
.min-w-\[180px\]{
  min-width: 180px;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.min-w-\[250px\]{
  min-width: 250px;
}
.min-w-\[300px\]{
  min-width: 300px;
}
.min-w-\[360px\]{
  min-width: 360px;
}
.min-w-\[40px\]{
  min-width: 40px;
}
.min-w-\[450px\]{
  min-width: 450px;
}
.min-w-\[52px\]{
  min-width: 52px;
}
.min-w-\[600px\]{
  min-width: 600px;
}
.min-w-\[800px\]{
  min-width: 800px;
}
.\!max-w-\[100vw\]{
  max-width: 100vw !important;
}
.\!max-w-\[200px\]{
  max-width: 200px !important;
}
.\!max-w-\[300px\]{
  max-width: 300px !important;
}
.\!max-w-\[350px\]{
  max-width: 350px !important;
}
.\!max-w-\[70px\]{
  max-width: 70px !important;
}
.\!max-w-\[80px\]{
  max-width: 80px !important;
}
.\!max-w-full{
  max-width: 100% !important;
}
.\!max-w-md{
  max-width: 28rem !important;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-80{
  max-width: 20rem;
}
.max-w-\[100px\]{
  max-width: 100px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[240px\]{
  max-width: 240px;
}
.max-w-\[260px\]{
  max-width: 260px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[350px\]{
  max-width: 350px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[40px\]{
  max-width: 40px;
}
.max-w-\[450px\]{
  max-width: 450px;
}
.max-w-\[50px\]{
  max-width: 50px;
}
.max-w-\[640px\]{
  max-width: 640px;
}
.max-w-\[68px\]{
  max-width: 68px;
}
.max-w-\[72px\]{
  max-width: 72px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-max{
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-\[1_1_0\]{
  flex: 1 1 0;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.\!shrink{
  flex-shrink: 1 !important;
}
.shrink{
  flex-shrink: 1;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.flex-grow-0{
  flex-grow: 0;
}
.grow{
  flex-grow: 1;
}
.grow-0{
  flex-grow: 0;
}
.\!basis-px{
  flex-basis: 1px !important;
}
.basis-0{
  flex-basis: 0px;
}
.basis-1\/2{
  flex-basis: 50%;
}
.basis-60{
  flex-basis: 15rem;
}
.basis-\[70\%\]{
  flex-basis: 70%;
}
.basis-auto{
  flex-basis: auto;
}
.basis-px{
  flex-basis: 1px;
}
.\!table-fixed{
  table-layout: fixed !important;
}
.table-fixed{
  table-layout: fixed;
}
.border-collapse{
  border-collapse: collapse;
}
.border-spacing-x-\[8px\]{
  --tw-border-spacing-x: 8px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.origin-top-right{
  transform-origin: top right;
}
.-translate-x-1\/2{
  --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-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-y-\[1px\]{
  --tw-translate-y: -1px;
  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-full{
  --tw-translate-y: -100%;
  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-0{
  --tw-translate-x: 0px;
  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-full{
  --tw-translate-x: 100%;
  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;
  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));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
.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 spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.\!cursor-default{
  cursor: default !important;
}
.\!cursor-grab{
  cursor: grab !important;
}
.\!cursor-not-allowed{
  cursor: not-allowed !important;
}
.\!cursor-pointer{
  cursor: pointer !important;
}
.cursor-default{
  cursor: default;
}
.cursor-grab{
  cursor: grab;
}
.cursor-grabbing{
  cursor: grabbing;
}
.cursor-help{
  cursor: help;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.\!resize-none{
  resize: none !important;
}
.resize-none{
  resize: none;
}
.resize-y{
  resize: vertical;
}
.resize{
  resize: both;
}
.scroll-mt-40{
  scroll-margin-top: 10rem;
}
.scroll-mt-\[50vh\]{
  scroll-margin-top: 50vh;
}
.list-inside{
  list-style-position: inside;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr);
}
.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-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-\[repeat\(auto-fill\2c minmax\(360px\2c 1fr\)\)\]{
  grid-template-columns: repeat(auto-fill,minmax(360px,1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.\!justify-end{
  justify-content: flex-end !important;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[12px\]{
  gap: 12px;
}
.gap-\[16px\]{
  gap: 16px;
}
.gap-\[20px\]{
  gap: 20px;
}
.gap-\[24px\]{
  gap: 24px;
}
.gap-\[32px\]{
  gap: 32px;
}
.gap-\[4px\]{
  gap: 4px;
}
.gap-\[6px\]{
  gap: 6px;
}
.gap-\[8px\]{
  gap: 8px;
}
.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-\[12px\]{
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.gap-x-\[16px\]{
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.gap-x-\[24px\]{
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.gap-x-\[4px\]{
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.gap-x-\[6px\]{
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.gap-x-\[8px\]{
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-\[16px\]{
  row-gap: 16px;
}
.gap-y-\[20px\]{
  row-gap: 20px;
}
.gap-y-\[24px\]{
  row-gap: 24px;
}
.gap-y-\[2px\]{
  row-gap: 2px;
}
.\!space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.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-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * 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-\[6px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(6px * var(--tw-space-x-reverse));
  margin-left: calc(6px * 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));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-\[12px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-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-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(242 244 247 / var(--tw-divide-opacity, 1));
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.\!overflow-visible{
  overflow: visible !important;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.\!overflow-x-visible{
  overflow-x: visible !important;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.\!overflow-y-scroll{
  overflow-y: scroll !important;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.overscroll-contain{
  overscroll-behavior: contain;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-normal{
  white-space: normal;
}
.\!whitespace-nowrap{
  white-space: nowrap !important;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre{
  white-space: pre;
}
.whitespace-pre-line{
  white-space: pre-line;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.\!whitespace-break-spaces{
  white-space: break-spaces !important;
}
.whitespace-break-spaces{
  white-space: break-spaces;
}
.text-wrap{
  text-wrap: wrap;
}
.\!text-nowrap{
  text-wrap: nowrap !important;
}
.text-nowrap{
  text-wrap: nowrap;
}
.break-normal{
  overflow-wrap: normal;
  word-break: normal;
}
.\!rounded{
  border-radius: 0.25rem !important;
}
.\!rounded-2xl{
  border-radius: 1rem !important;
}
.\!rounded-full{
  border-radius: 9999px !important;
}
.\!rounded-lg{
  border-radius: 0.5rem !important;
}
.\!rounded-none{
  border-radius: 0px !important;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[30px\]{
  border-radius: 30px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.\!rounded-b-lg{
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.\!rounded-l-none{
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.\!rounded-r-none{
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.\!rounded-t-none{
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-\[4px\]{
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.rounded-t-\[4px\]{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rounded-bl-\[28px\]{
  border-bottom-left-radius: 28px;
}
.rounded-bl-xl{
  border-bottom-left-radius: 0.75rem;
}
.\!border{
  border-width: 1px !important;
}
.\!border-0{
  border-width: 0px !important;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-\[1px\]{
  border-width: 1px;
}
.\!border-b{
  border-bottom-width: 1px !important;
}
.\!border-b-0{
  border-bottom-width: 0px !important;
}
.\!border-r{
  border-right-width: 1px !important;
}
.\!border-t-0{
  border-top-width: 0px !important;
}
.\!border-t-\[0px\]{
  border-top-width: 0px !important;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-\[1px\]{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-dashed{
  border-style: dashed;
}
.border-dotted{
  border-style: dotted;
}
.\!border-none{
  border-style: none !important;
}
.border-none{
  border-style: none;
}
.\!border-error-50{
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 243 242 / var(--tw-border-opacity, 1)) !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-primary-300{
  --tw-border-opacity: 1 !important;
  border-color: rgb(132 173 255 / var(--tw-border-opacity, 1)) !important;
}
.\!border-primary-600{
  --tw-border-opacity: 1 !important;
  border-color: rgb(21 94 239 / var(--tw-border-opacity, 1)) !important;
}
.border-blue-700{
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.border-error-100{
  --tw-border-opacity: 1;
  border-color: rgb(254 228 226 / var(--tw-border-opacity, 1));
}
.border-error-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 202 / var(--tw-border-opacity, 1));
}
.border-error-500{
  --tw-border-opacity: 1;
  border-color: rgb(240 68 56 / var(--tw-border-opacity, 1));
}
.border-error-500\/0{
  border-color: rgb(240 68 56 / 0);
}
.border-error-500\/10{
  border-color: rgb(240 68 56 / 0.1);
}
.border-error-500\/100{
  border-color: rgb(240 68 56 / 1);
}
.border-error-500\/15{
  border-color: rgb(240 68 56 / 0.15);
}
.border-error-500\/20{
  border-color: rgb(240 68 56 / 0.2);
}
.border-error-500\/25{
  border-color: rgb(240 68 56 / 0.25);
}
.border-error-500\/30{
  border-color: rgb(240 68 56 / 0.3);
}
.border-error-500\/35{
  border-color: rgb(240 68 56 / 0.35);
}
.border-error-500\/40{
  border-color: rgb(240 68 56 / 0.4);
}
.border-error-500\/45{
  border-color: rgb(240 68 56 / 0.45);
}
.border-error-500\/5{
  border-color: rgb(240 68 56 / 0.05);
}
.border-error-500\/50{
  border-color: rgb(240 68 56 / 0.5);
}
.border-error-500\/55{
  border-color: rgb(240 68 56 / 0.55);
}
.border-error-500\/60{
  border-color: rgb(240 68 56 / 0.6);
}
.border-error-500\/65{
  border-color: rgb(240 68 56 / 0.65);
}
.border-error-500\/70{
  border-color: rgb(240 68 56 / 0.7);
}
.border-error-500\/75{
  border-color: rgb(240 68 56 / 0.75);
}
.border-error-500\/80{
  border-color: rgb(240 68 56 / 0.8);
}
.border-error-500\/85{
  border-color: rgb(240 68 56 / 0.85);
}
.border-error-500\/90{
  border-color: rgb(240 68 56 / 0.9);
}
.border-error-500\/95{
  border-color: rgb(240 68 56 / 0.95);
}
.border-error-600{
  --tw-border-opacity: 1;
  border-color: rgb(217 45 32 / var(--tw-border-opacity, 1));
}
.border-error-700{
  --tw-border-opacity: 1;
  border-color: rgb(180 35 24 / var(--tw-border-opacity, 1));
}
.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-500{
  --tw-border-opacity: 1;
  border-color: rgb(102 112 133 / var(--tw-border-opacity, 1));
}
.border-gray-500\/0{
  border-color: rgb(102 112 133 / 0);
}
.border-gray-500\/10{
  border-color: rgb(102 112 133 / 0.1);
}
.border-gray-500\/100{
  border-color: rgb(102 112 133 / 1);
}
.border-gray-500\/15{
  border-color: rgb(102 112 133 / 0.15);
}
.border-gray-500\/20{
  border-color: rgb(102 112 133 / 0.2);
}
.border-gray-500\/25{
  border-color: rgb(102 112 133 / 0.25);
}
.border-gray-500\/30{
  border-color: rgb(102 112 133 / 0.3);
}
.border-gray-500\/35{
  border-color: rgb(102 112 133 / 0.35);
}
.border-gray-500\/40{
  border-color: rgb(102 112 133 / 0.4);
}
.border-gray-500\/45{
  border-color: rgb(102 112 133 / 0.45);
}
.border-gray-500\/5{
  border-color: rgb(102 112 133 / 0.05);
}
.border-gray-500\/50{
  border-color: rgb(102 112 133 / 0.5);
}
.border-gray-500\/55{
  border-color: rgb(102 112 133 / 0.55);
}
.border-gray-500\/60{
  border-color: rgb(102 112 133 / 0.6);
}
.border-gray-500\/65{
  border-color: rgb(102 112 133 / 0.65);
}
.border-gray-500\/70{
  border-color: rgb(102 112 133 / 0.7);
}
.border-gray-500\/75{
  border-color: rgb(102 112 133 / 0.75);
}
.border-gray-500\/80{
  border-color: rgb(102 112 133 / 0.8);
}
.border-gray-500\/85{
  border-color: rgb(102 112 133 / 0.85);
}
.border-gray-500\/90{
  border-color: rgb(102 112 133 / 0.9);
}
.border-gray-500\/95{
  border-color: rgb(102 112 133 / 0.95);
}
.border-pastels-blue-dark{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-pastels-blue-dark\/0{
  border-color: rgb(37 99 235 / 0);
}
.border-pastels-blue-dark\/10{
  border-color: rgb(37 99 235 / 0.1);
}
.border-pastels-blue-dark\/100{
  border-color: rgb(37 99 235 / 1);
}
.border-pastels-blue-dark\/15{
  border-color: rgb(37 99 235 / 0.15);
}
.border-pastels-blue-dark\/20{
  border-color: rgb(37 99 235 / 0.2);
}
.border-pastels-blue-dark\/25{
  border-color: rgb(37 99 235 / 0.25);
}
.border-pastels-blue-dark\/30{
  border-color: rgb(37 99 235 / 0.3);
}
.border-pastels-blue-dark\/35{
  border-color: rgb(37 99 235 / 0.35);
}
.border-pastels-blue-dark\/40{
  border-color: rgb(37 99 235 / 0.4);
}
.border-pastels-blue-dark\/45{
  border-color: rgb(37 99 235 / 0.45);
}
.border-pastels-blue-dark\/5{
  border-color: rgb(37 99 235 / 0.05);
}
.border-pastels-blue-dark\/50{
  border-color: rgb(37 99 235 / 0.5);
}
.border-pastels-blue-dark\/55{
  border-color: rgb(37 99 235 / 0.55);
}
.border-pastels-blue-dark\/60{
  border-color: rgb(37 99 235 / 0.6);
}
.border-pastels-blue-dark\/65{
  border-color: rgb(37 99 235 / 0.65);
}
.border-pastels-blue-dark\/70{
  border-color: rgb(37 99 235 / 0.7);
}
.border-pastels-blue-dark\/75{
  border-color: rgb(37 99 235 / 0.75);
}
.border-pastels-blue-dark\/80{
  border-color: rgb(37 99 235 / 0.8);
}
.border-pastels-blue-dark\/85{
  border-color: rgb(37 99 235 / 0.85);
}
.border-pastels-blue-dark\/90{
  border-color: rgb(37 99 235 / 0.9);
}
.border-pastels-blue-dark\/95{
  border-color: rgb(37 99 235 / 0.95);
}
.border-pastels-blue-light{
  --tw-border-opacity: 1;
  border-color: rgb(217 234 245 / var(--tw-border-opacity, 1));
}
.border-pastels-blue-light\/0{
  border-color: rgb(217 234 245 / 0);
}
.border-pastels-blue-light\/10{
  border-color: rgb(217 234 245 / 0.1);
}
.border-pastels-blue-light\/100{
  border-color: rgb(217 234 245 / 1);
}
.border-pastels-blue-light\/15{
  border-color: rgb(217 234 245 / 0.15);
}
.border-pastels-blue-light\/20{
  border-color: rgb(217 234 245 / 0.2);
}
.border-pastels-blue-light\/25{
  border-color: rgb(217 234 245 / 0.25);
}
.border-pastels-blue-light\/30{
  border-color: rgb(217 234 245 / 0.3);
}
.border-pastels-blue-light\/35{
  border-color: rgb(217 234 245 / 0.35);
}
.border-pastels-blue-light\/40{
  border-color: rgb(217 234 245 / 0.4);
}
.border-pastels-blue-light\/45{
  border-color: rgb(217 234 245 / 0.45);
}
.border-pastels-blue-light\/5{
  border-color: rgb(217 234 245 / 0.05);
}
.border-pastels-blue-light\/50{
  border-color: rgb(217 234 245 / 0.5);
}
.border-pastels-blue-light\/55{
  border-color: rgb(217 234 245 / 0.55);
}
.border-pastels-blue-light\/60{
  border-color: rgb(217 234 245 / 0.6);
}
.border-pastels-blue-light\/65{
  border-color: rgb(217 234 245 / 0.65);
}
.border-pastels-blue-light\/70{
  border-color: rgb(217 234 245 / 0.7);
}
.border-pastels-blue-light\/75{
  border-color: rgb(217 234 245 / 0.75);
}
.border-pastels-blue-light\/80{
  border-color: rgb(217 234 245 / 0.8);
}
.border-pastels-blue-light\/85{
  border-color: rgb(217 234 245 / 0.85);
}
.border-pastels-blue-light\/90{
  border-color: rgb(217 234 245 / 0.9);
}
.border-pastels-blue-light\/95{
  border-color: rgb(217 234 245 / 0.95);
}
.border-pastels-green-dark{
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-pastels-green-dark\/0{
  border-color: rgb(22 163 74 / 0);
}
.border-pastels-green-dark\/10{
  border-color: rgb(22 163 74 / 0.1);
}
.border-pastels-green-dark\/100{
  border-color: rgb(22 163 74 / 1);
}
.border-pastels-green-dark\/15{
  border-color: rgb(22 163 74 / 0.15);
}
.border-pastels-green-dark\/20{
  border-color: rgb(22 163 74 / 0.2);
}
.border-pastels-green-dark\/25{
  border-color: rgb(22 163 74 / 0.25);
}
.border-pastels-green-dark\/30{
  border-color: rgb(22 163 74 / 0.3);
}
.border-pastels-green-dark\/35{
  border-color: rgb(22 163 74 / 0.35);
}
.border-pastels-green-dark\/40{
  border-color: rgb(22 163 74 / 0.4);
}
.border-pastels-green-dark\/45{
  border-color: rgb(22 163 74 / 0.45);
}
.border-pastels-green-dark\/5{
  border-color: rgb(22 163 74 / 0.05);
}
.border-pastels-green-dark\/50{
  border-color: rgb(22 163 74 / 0.5);
}
.border-pastels-green-dark\/55{
  border-color: rgb(22 163 74 / 0.55);
}
.border-pastels-green-dark\/60{
  border-color: rgb(22 163 74 / 0.6);
}
.border-pastels-green-dark\/65{
  border-color: rgb(22 163 74 / 0.65);
}
.border-pastels-green-dark\/70{
  border-color: rgb(22 163 74 / 0.7);
}
.border-pastels-green-dark\/75{
  border-color: rgb(22 163 74 / 0.75);
}
.border-pastels-green-dark\/80{
  border-color: rgb(22 163 74 / 0.8);
}
.border-pastels-green-dark\/85{
  border-color: rgb(22 163 74 / 0.85);
}
.border-pastels-green-dark\/90{
  border-color: rgb(22 163 74 / 0.9);
}
.border-pastels-green-dark\/95{
  border-color: rgb(22 163 74 / 0.95);
}
.border-pastels-green-light{
  --tw-border-opacity: 1;
  border-color: rgb(220 245 220 / var(--tw-border-opacity, 1));
}
.border-pastels-green-light\/0{
  border-color: rgb(220 245 220 / 0);
}
.border-pastels-green-light\/10{
  border-color: rgb(220 245 220 / 0.1);
}
.border-pastels-green-light\/100{
  border-color: rgb(220 245 220 / 1);
}
.border-pastels-green-light\/15{
  border-color: rgb(220 245 220 / 0.15);
}
.border-pastels-green-light\/20{
  border-color: rgb(220 245 220 / 0.2);
}
.border-pastels-green-light\/25{
  border-color: rgb(220 245 220 / 0.25);
}
.border-pastels-green-light\/30{
  border-color: rgb(220 245 220 / 0.3);
}
.border-pastels-green-light\/35{
  border-color: rgb(220 245 220 / 0.35);
}
.border-pastels-green-light\/40{
  border-color: rgb(220 245 220 / 0.4);
}
.border-pastels-green-light\/45{
  border-color: rgb(220 245 220 / 0.45);
}
.border-pastels-green-light\/5{
  border-color: rgb(220 245 220 / 0.05);
}
.border-pastels-green-light\/50{
  border-color: rgb(220 245 220 / 0.5);
}
.border-pastels-green-light\/55{
  border-color: rgb(220 245 220 / 0.55);
}
.border-pastels-green-light\/60{
  border-color: rgb(220 245 220 / 0.6);
}
.border-pastels-green-light\/65{
  border-color: rgb(220 245 220 / 0.65);
}
.border-pastels-green-light\/70{
  border-color: rgb(220 245 220 / 0.7);
}
.border-pastels-green-light\/75{
  border-color: rgb(220 245 220 / 0.75);
}
.border-pastels-green-light\/80{
  border-color: rgb(220 245 220 / 0.8);
}
.border-pastels-green-light\/85{
  border-color: rgb(220 245 220 / 0.85);
}
.border-pastels-green-light\/90{
  border-color: rgb(220 245 220 / 0.9);
}
.border-pastels-green-light\/95{
  border-color: rgb(220 245 220 / 0.95);
}
.border-pastels-orange-dark{
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}
.border-pastels-orange-dark\/0{
  border-color: rgb(234 88 12 / 0);
}
.border-pastels-orange-dark\/10{
  border-color: rgb(234 88 12 / 0.1);
}
.border-pastels-orange-dark\/100{
  border-color: rgb(234 88 12 / 1);
}
.border-pastels-orange-dark\/15{
  border-color: rgb(234 88 12 / 0.15);
}
.border-pastels-orange-dark\/20{
  border-color: rgb(234 88 12 / 0.2);
}
.border-pastels-orange-dark\/25{
  border-color: rgb(234 88 12 / 0.25);
}
.border-pastels-orange-dark\/30{
  border-color: rgb(234 88 12 / 0.3);
}
.border-pastels-orange-dark\/35{
  border-color: rgb(234 88 12 / 0.35);
}
.border-pastels-orange-dark\/40{
  border-color: rgb(234 88 12 / 0.4);
}
.border-pastels-orange-dark\/45{
  border-color: rgb(234 88 12 / 0.45);
}
.border-pastels-orange-dark\/5{
  border-color: rgb(234 88 12 / 0.05);
}
.border-pastels-orange-dark\/50{
  border-color: rgb(234 88 12 / 0.5);
}
.border-pastels-orange-dark\/55{
  border-color: rgb(234 88 12 / 0.55);
}
.border-pastels-orange-dark\/60{
  border-color: rgb(234 88 12 / 0.6);
}
.border-pastels-orange-dark\/65{
  border-color: rgb(234 88 12 / 0.65);
}
.border-pastels-orange-dark\/70{
  border-color: rgb(234 88 12 / 0.7);
}
.border-pastels-orange-dark\/75{
  border-color: rgb(234 88 12 / 0.75);
}
.border-pastels-orange-dark\/80{
  border-color: rgb(234 88 12 / 0.8);
}
.border-pastels-orange-dark\/85{
  border-color: rgb(234 88 12 / 0.85);
}
.border-pastels-orange-dark\/90{
  border-color: rgb(234 88 12 / 0.9);
}
.border-pastels-orange-dark\/95{
  border-color: rgb(234 88 12 / 0.95);
}
.border-pastels-orange-light{
  --tw-border-opacity: 1;
  border-color: rgb(250 225 195 / var(--tw-border-opacity, 1));
}
.border-pastels-orange-light\/0{
  border-color: rgb(250 225 195 / 0);
}
.border-pastels-orange-light\/10{
  border-color: rgb(250 225 195 / 0.1);
}
.border-pastels-orange-light\/100{
  border-color: rgb(250 225 195 / 1);
}
.border-pastels-orange-light\/15{
  border-color: rgb(250 225 195 / 0.15);
}
.border-pastels-orange-light\/20{
  border-color: rgb(250 225 195 / 0.2);
}
.border-pastels-orange-light\/25{
  border-color: rgb(250 225 195 / 0.25);
}
.border-pastels-orange-light\/30{
  border-color: rgb(250 225 195 / 0.3);
}
.border-pastels-orange-light\/35{
  border-color: rgb(250 225 195 / 0.35);
}
.border-pastels-orange-light\/40{
  border-color: rgb(250 225 195 / 0.4);
}
.border-pastels-orange-light\/45{
  border-color: rgb(250 225 195 / 0.45);
}
.border-pastels-orange-light\/5{
  border-color: rgb(250 225 195 / 0.05);
}
.border-pastels-orange-light\/50{
  border-color: rgb(250 225 195 / 0.5);
}
.border-pastels-orange-light\/55{
  border-color: rgb(250 225 195 / 0.55);
}
.border-pastels-orange-light\/60{
  border-color: rgb(250 225 195 / 0.6);
}
.border-pastels-orange-light\/65{
  border-color: rgb(250 225 195 / 0.65);
}
.border-pastels-orange-light\/70{
  border-color: rgb(250 225 195 / 0.7);
}
.border-pastels-orange-light\/75{
  border-color: rgb(250 225 195 / 0.75);
}
.border-pastels-orange-light\/80{
  border-color: rgb(250 225 195 / 0.8);
}
.border-pastels-orange-light\/85{
  border-color: rgb(250 225 195 / 0.85);
}
.border-pastels-orange-light\/90{
  border-color: rgb(250 225 195 / 0.9);
}
.border-pastels-orange-light\/95{
  border-color: rgb(250 225 195 / 0.95);
}
.border-pastels-pink-dark{
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}
.border-pastels-pink-dark\/0{
  border-color: rgb(190 18 60 / 0);
}
.border-pastels-pink-dark\/10{
  border-color: rgb(190 18 60 / 0.1);
}
.border-pastels-pink-dark\/100{
  border-color: rgb(190 18 60 / 1);
}
.border-pastels-pink-dark\/15{
  border-color: rgb(190 18 60 / 0.15);
}
.border-pastels-pink-dark\/20{
  border-color: rgb(190 18 60 / 0.2);
}
.border-pastels-pink-dark\/25{
  border-color: rgb(190 18 60 / 0.25);
}
.border-pastels-pink-dark\/30{
  border-color: rgb(190 18 60 / 0.3);
}
.border-pastels-pink-dark\/35{
  border-color: rgb(190 18 60 / 0.35);
}
.border-pastels-pink-dark\/40{
  border-color: rgb(190 18 60 / 0.4);
}
.border-pastels-pink-dark\/45{
  border-color: rgb(190 18 60 / 0.45);
}
.border-pastels-pink-dark\/5{
  border-color: rgb(190 18 60 / 0.05);
}
.border-pastels-pink-dark\/50{
  border-color: rgb(190 18 60 / 0.5);
}
.border-pastels-pink-dark\/55{
  border-color: rgb(190 18 60 / 0.55);
}
.border-pastels-pink-dark\/60{
  border-color: rgb(190 18 60 / 0.6);
}
.border-pastels-pink-dark\/65{
  border-color: rgb(190 18 60 / 0.65);
}
.border-pastels-pink-dark\/70{
  border-color: rgb(190 18 60 / 0.7);
}
.border-pastels-pink-dark\/75{
  border-color: rgb(190 18 60 / 0.75);
}
.border-pastels-pink-dark\/80{
  border-color: rgb(190 18 60 / 0.8);
}
.border-pastels-pink-dark\/85{
  border-color: rgb(190 18 60 / 0.85);
}
.border-pastels-pink-dark\/90{
  border-color: rgb(190 18 60 / 0.9);
}
.border-pastels-pink-dark\/95{
  border-color: rgb(190 18 60 / 0.95);
}
.border-pastels-pink-light{
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}
.border-pastels-pink-light\/0{
  border-color: rgb(255 228 230 / 0);
}
.border-pastels-pink-light\/10{
  border-color: rgb(255 228 230 / 0.1);
}
.border-pastels-pink-light\/100{
  border-color: rgb(255 228 230 / 1);
}
.border-pastels-pink-light\/15{
  border-color: rgb(255 228 230 / 0.15);
}
.border-pastels-pink-light\/20{
  border-color: rgb(255 228 230 / 0.2);
}
.border-pastels-pink-light\/25{
  border-color: rgb(255 228 230 / 0.25);
}
.border-pastels-pink-light\/30{
  border-color: rgb(255 228 230 / 0.3);
}
.border-pastels-pink-light\/35{
  border-color: rgb(255 228 230 / 0.35);
}
.border-pastels-pink-light\/40{
  border-color: rgb(255 228 230 / 0.4);
}
.border-pastels-pink-light\/45{
  border-color: rgb(255 228 230 / 0.45);
}
.border-pastels-pink-light\/5{
  border-color: rgb(255 228 230 / 0.05);
}
.border-pastels-pink-light\/50{
  border-color: rgb(255 228 230 / 0.5);
}
.border-pastels-pink-light\/55{
  border-color: rgb(255 228 230 / 0.55);
}
.border-pastels-pink-light\/60{
  border-color: rgb(255 228 230 / 0.6);
}
.border-pastels-pink-light\/65{
  border-color: rgb(255 228 230 / 0.65);
}
.border-pastels-pink-light\/70{
  border-color: rgb(255 228 230 / 0.7);
}
.border-pastels-pink-light\/75{
  border-color: rgb(255 228 230 / 0.75);
}
.border-pastels-pink-light\/80{
  border-color: rgb(255 228 230 / 0.8);
}
.border-pastels-pink-light\/85{
  border-color: rgb(255 228 230 / 0.85);
}
.border-pastels-pink-light\/90{
  border-color: rgb(255 228 230 / 0.9);
}
.border-pastels-pink-light\/95{
  border-color: rgb(255 228 230 / 0.95);
}
.border-pastels-purple-dark{
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.border-pastels-purple-dark\/0{
  border-color: rgb(67 56 202 / 0);
}
.border-pastels-purple-dark\/10{
  border-color: rgb(67 56 202 / 0.1);
}
.border-pastels-purple-dark\/100{
  border-color: rgb(67 56 202 / 1);
}
.border-pastels-purple-dark\/15{
  border-color: rgb(67 56 202 / 0.15);
}
.border-pastels-purple-dark\/20{
  border-color: rgb(67 56 202 / 0.2);
}
.border-pastels-purple-dark\/25{
  border-color: rgb(67 56 202 / 0.25);
}
.border-pastels-purple-dark\/30{
  border-color: rgb(67 56 202 / 0.3);
}
.border-pastels-purple-dark\/35{
  border-color: rgb(67 56 202 / 0.35);
}
.border-pastels-purple-dark\/40{
  border-color: rgb(67 56 202 / 0.4);
}
.border-pastels-purple-dark\/45{
  border-color: rgb(67 56 202 / 0.45);
}
.border-pastels-purple-dark\/5{
  border-color: rgb(67 56 202 / 0.05);
}
.border-pastels-purple-dark\/50{
  border-color: rgb(67 56 202 / 0.5);
}
.border-pastels-purple-dark\/55{
  border-color: rgb(67 56 202 / 0.55);
}
.border-pastels-purple-dark\/60{
  border-color: rgb(67 56 202 / 0.6);
}
.border-pastels-purple-dark\/65{
  border-color: rgb(67 56 202 / 0.65);
}
.border-pastels-purple-dark\/70{
  border-color: rgb(67 56 202 / 0.7);
}
.border-pastels-purple-dark\/75{
  border-color: rgb(67 56 202 / 0.75);
}
.border-pastels-purple-dark\/80{
  border-color: rgb(67 56 202 / 0.8);
}
.border-pastels-purple-dark\/85{
  border-color: rgb(67 56 202 / 0.85);
}
.border-pastels-purple-dark\/90{
  border-color: rgb(67 56 202 / 0.9);
}
.border-pastels-purple-dark\/95{
  border-color: rgb(67 56 202 / 0.95);
}
.border-pastels-purple-light{
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.border-pastels-purple-light\/0{
  border-color: rgb(224 231 255 / 0);
}
.border-pastels-purple-light\/10{
  border-color: rgb(224 231 255 / 0.1);
}
.border-pastels-purple-light\/100{
  border-color: rgb(224 231 255 / 1);
}
.border-pastels-purple-light\/15{
  border-color: rgb(224 231 255 / 0.15);
}
.border-pastels-purple-light\/20{
  border-color: rgb(224 231 255 / 0.2);
}
.border-pastels-purple-light\/25{
  border-color: rgb(224 231 255 / 0.25);
}
.border-pastels-purple-light\/30{
  border-color: rgb(224 231 255 / 0.3);
}
.border-pastels-purple-light\/35{
  border-color: rgb(224 231 255 / 0.35);
}
.border-pastels-purple-light\/40{
  border-color: rgb(224 231 255 / 0.4);
}
.border-pastels-purple-light\/45{
  border-color: rgb(224 231 255 / 0.45);
}
.border-pastels-purple-light\/5{
  border-color: rgb(224 231 255 / 0.05);
}
.border-pastels-purple-light\/50{
  border-color: rgb(224 231 255 / 0.5);
}
.border-pastels-purple-light\/55{
  border-color: rgb(224 231 255 / 0.55);
}
.border-pastels-purple-light\/60{
  border-color: rgb(224 231 255 / 0.6);
}
.border-pastels-purple-light\/65{
  border-color: rgb(224 231 255 / 0.65);
}
.border-pastels-purple-light\/70{
  border-color: rgb(224 231 255 / 0.7);
}
.border-pastels-purple-light\/75{
  border-color: rgb(224 231 255 / 0.75);
}
.border-pastels-purple-light\/80{
  border-color: rgb(224 231 255 / 0.8);
}
.border-pastels-purple-light\/85{
  border-color: rgb(224 231 255 / 0.85);
}
.border-pastels-purple-light\/90{
  border-color: rgb(224 231 255 / 0.9);
}
.border-pastels-purple-light\/95{
  border-color: rgb(224 231 255 / 0.95);
}
.border-pastels-teal-dark{
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}
.border-pastels-teal-dark\/0{
  border-color: rgb(2 132 199 / 0);
}
.border-pastels-teal-dark\/10{
  border-color: rgb(2 132 199 / 0.1);
}
.border-pastels-teal-dark\/100{
  border-color: rgb(2 132 199 / 1);
}
.border-pastels-teal-dark\/15{
  border-color: rgb(2 132 199 / 0.15);
}
.border-pastels-teal-dark\/20{
  border-color: rgb(2 132 199 / 0.2);
}
.border-pastels-teal-dark\/25{
  border-color: rgb(2 132 199 / 0.25);
}
.border-pastels-teal-dark\/30{
  border-color: rgb(2 132 199 / 0.3);
}
.border-pastels-teal-dark\/35{
  border-color: rgb(2 132 199 / 0.35);
}
.border-pastels-teal-dark\/40{
  border-color: rgb(2 132 199 / 0.4);
}
.border-pastels-teal-dark\/45{
  border-color: rgb(2 132 199 / 0.45);
}
.border-pastels-teal-dark\/5{
  border-color: rgb(2 132 199 / 0.05);
}
.border-pastels-teal-dark\/50{
  border-color: rgb(2 132 199 / 0.5);
}
.border-pastels-teal-dark\/55{
  border-color: rgb(2 132 199 / 0.55);
}
.border-pastels-teal-dark\/60{
  border-color: rgb(2 132 199 / 0.6);
}
.border-pastels-teal-dark\/65{
  border-color: rgb(2 132 199 / 0.65);
}
.border-pastels-teal-dark\/70{
  border-color: rgb(2 132 199 / 0.7);
}
.border-pastels-teal-dark\/75{
  border-color: rgb(2 132 199 / 0.75);
}
.border-pastels-teal-dark\/80{
  border-color: rgb(2 132 199 / 0.8);
}
.border-pastels-teal-dark\/85{
  border-color: rgb(2 132 199 / 0.85);
}
.border-pastels-teal-dark\/90{
  border-color: rgb(2 132 199 / 0.9);
}
.border-pastels-teal-dark\/95{
  border-color: rgb(2 132 199 / 0.95);
}
.border-pastels-teal-light{
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}
.border-pastels-teal-light\/0{
  border-color: rgb(224 242 254 / 0);
}
.border-pastels-teal-light\/10{
  border-color: rgb(224 242 254 / 0.1);
}
.border-pastels-teal-light\/100{
  border-color: rgb(224 242 254 / 1);
}
.border-pastels-teal-light\/15{
  border-color: rgb(224 242 254 / 0.15);
}
.border-pastels-teal-light\/20{
  border-color: rgb(224 242 254 / 0.2);
}
.border-pastels-teal-light\/25{
  border-color: rgb(224 242 254 / 0.25);
}
.border-pastels-teal-light\/30{
  border-color: rgb(224 242 254 / 0.3);
}
.border-pastels-teal-light\/35{
  border-color: rgb(224 242 254 / 0.35);
}
.border-pastels-teal-light\/40{
  border-color: rgb(224 242 254 / 0.4);
}
.border-pastels-teal-light\/45{
  border-color: rgb(224 242 254 / 0.45);
}
.border-pastels-teal-light\/5{
  border-color: rgb(224 242 254 / 0.05);
}
.border-pastels-teal-light\/50{
  border-color: rgb(224 242 254 / 0.5);
}
.border-pastels-teal-light\/55{
  border-color: rgb(224 242 254 / 0.55);
}
.border-pastels-teal-light\/60{
  border-color: rgb(224 242 254 / 0.6);
}
.border-pastels-teal-light\/65{
  border-color: rgb(224 242 254 / 0.65);
}
.border-pastels-teal-light\/70{
  border-color: rgb(224 242 254 / 0.7);
}
.border-pastels-teal-light\/75{
  border-color: rgb(224 242 254 / 0.75);
}
.border-pastels-teal-light\/80{
  border-color: rgb(224 242 254 / 0.8);
}
.border-pastels-teal-light\/85{
  border-color: rgb(224 242 254 / 0.85);
}
.border-pastels-teal-light\/90{
  border-color: rgb(224 242 254 / 0.9);
}
.border-pastels-teal-light\/95{
  border-color: rgb(224 242 254 / 0.95);
}
.border-pastels-yellow-dark{
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}
.border-pastels-yellow-dark\/0{
  border-color: rgb(202 138 4 / 0);
}
.border-pastels-yellow-dark\/10{
  border-color: rgb(202 138 4 / 0.1);
}
.border-pastels-yellow-dark\/100{
  border-color: rgb(202 138 4 / 1);
}
.border-pastels-yellow-dark\/15{
  border-color: rgb(202 138 4 / 0.15);
}
.border-pastels-yellow-dark\/20{
  border-color: rgb(202 138 4 / 0.2);
}
.border-pastels-yellow-dark\/25{
  border-color: rgb(202 138 4 / 0.25);
}
.border-pastels-yellow-dark\/30{
  border-color: rgb(202 138 4 / 0.3);
}
.border-pastels-yellow-dark\/35{
  border-color: rgb(202 138 4 / 0.35);
}
.border-pastels-yellow-dark\/40{
  border-color: rgb(202 138 4 / 0.4);
}
.border-pastels-yellow-dark\/45{
  border-color: rgb(202 138 4 / 0.45);
}
.border-pastels-yellow-dark\/5{
  border-color: rgb(202 138 4 / 0.05);
}
.border-pastels-yellow-dark\/50{
  border-color: rgb(202 138 4 / 0.5);
}
.border-pastels-yellow-dark\/55{
  border-color: rgb(202 138 4 / 0.55);
}
.border-pastels-yellow-dark\/60{
  border-color: rgb(202 138 4 / 0.6);
}
.border-pastels-yellow-dark\/65{
  border-color: rgb(202 138 4 / 0.65);
}
.border-pastels-yellow-dark\/70{
  border-color: rgb(202 138 4 / 0.7);
}
.border-pastels-yellow-dark\/75{
  border-color: rgb(202 138 4 / 0.75);
}
.border-pastels-yellow-dark\/80{
  border-color: rgb(202 138 4 / 0.8);
}
.border-pastels-yellow-dark\/85{
  border-color: rgb(202 138 4 / 0.85);
}
.border-pastels-yellow-dark\/90{
  border-color: rgb(202 138 4 / 0.9);
}
.border-pastels-yellow-dark\/95{
  border-color: rgb(202 138 4 / 0.95);
}
.border-pastels-yellow-light{
  --tw-border-opacity: 1;
  border-color: rgb(253 243 195 / var(--tw-border-opacity, 1));
}
.border-pastels-yellow-light\/0{
  border-color: rgb(253 243 195 / 0);
}
.border-pastels-yellow-light\/10{
  border-color: rgb(253 243 195 / 0.1);
}
.border-pastels-yellow-light\/100{
  border-color: rgb(253 243 195 / 1);
}
.border-pastels-yellow-light\/15{
  border-color: rgb(253 243 195 / 0.15);
}
.border-pastels-yellow-light\/20{
  border-color: rgb(253 243 195 / 0.2);
}
.border-pastels-yellow-light\/25{
  border-color: rgb(253 243 195 / 0.25);
}
.border-pastels-yellow-light\/30{
  border-color: rgb(253 243 195 / 0.3);
}
.border-pastels-yellow-light\/35{
  border-color: rgb(253 243 195 / 0.35);
}
.border-pastels-yellow-light\/40{
  border-color: rgb(253 243 195 / 0.4);
}
.border-pastels-yellow-light\/45{
  border-color: rgb(253 243 195 / 0.45);
}
.border-pastels-yellow-light\/5{
  border-color: rgb(253 243 195 / 0.05);
}
.border-pastels-yellow-light\/50{
  border-color: rgb(253 243 195 / 0.5);
}
.border-pastels-yellow-light\/55{
  border-color: rgb(253 243 195 / 0.55);
}
.border-pastels-yellow-light\/60{
  border-color: rgb(253 243 195 / 0.6);
}
.border-pastels-yellow-light\/65{
  border-color: rgb(253 243 195 / 0.65);
}
.border-pastels-yellow-light\/70{
  border-color: rgb(253 243 195 / 0.7);
}
.border-pastels-yellow-light\/75{
  border-color: rgb(253 243 195 / 0.75);
}
.border-pastels-yellow-light\/80{
  border-color: rgb(253 243 195 / 0.8);
}
.border-pastels-yellow-light\/85{
  border-color: rgb(253 243 195 / 0.85);
}
.border-pastels-yellow-light\/90{
  border-color: rgb(253 243 195 / 0.9);
}
.border-pastels-yellow-light\/95{
  border-color: rgb(253 243 195 / 0.95);
}
.border-primary-100{
  --tw-border-opacity: 1;
  border-color: rgb(209 224 255 / var(--tw-border-opacity, 1));
}
.border-primary-300{
  --tw-border-opacity: 1;
  border-color: rgb(132 173 255 / var(--tw-border-opacity, 1));
}
.border-primary-400{
  --tw-border-opacity: 1;
  border-color: rgb(82 139 255 / var(--tw-border-opacity, 1));
}
.border-primary-50{
  --tw-border-opacity: 1;
  border-color: rgb(239 244 255 / var(--tw-border-opacity, 1));
}
.border-primary-500{
  --tw-border-opacity: 1;
  border-color: rgb(41 112 255 / var(--tw-border-opacity, 1));
}
.border-primary-600{
  --tw-border-opacity: 1;
  border-color: rgb(21 94 239 / var(--tw-border-opacity, 1));
}
.border-primary-700{
  --tw-border-opacity: 1;
  border-color: rgb(0 78 235 / var(--tw-border-opacity, 1));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-success-100{
  --tw-border-opacity: 1;
  border-color: rgb(209 250 223 / var(--tw-border-opacity, 1));
}
.border-success-500{
  --tw-border-opacity: 1;
  border-color: rgb(18 183 106 / var(--tw-border-opacity, 1));
}
.border-success-500\/0{
  border-color: rgb(18 183 106 / 0);
}
.border-success-500\/10{
  border-color: rgb(18 183 106 / 0.1);
}
.border-success-500\/100{
  border-color: rgb(18 183 106 / 1);
}
.border-success-500\/15{
  border-color: rgb(18 183 106 / 0.15);
}
.border-success-500\/20{
  border-color: rgb(18 183 106 / 0.2);
}
.border-success-500\/25{
  border-color: rgb(18 183 106 / 0.25);
}
.border-success-500\/30{
  border-color: rgb(18 183 106 / 0.3);
}
.border-success-500\/35{
  border-color: rgb(18 183 106 / 0.35);
}
.border-success-500\/40{
  border-color: rgb(18 183 106 / 0.4);
}
.border-success-500\/45{
  border-color: rgb(18 183 106 / 0.45);
}
.border-success-500\/5{
  border-color: rgb(18 183 106 / 0.05);
}
.border-success-500\/50{
  border-color: rgb(18 183 106 / 0.5);
}
.border-success-500\/55{
  border-color: rgb(18 183 106 / 0.55);
}
.border-success-500\/60{
  border-color: rgb(18 183 106 / 0.6);
}
.border-success-500\/65{
  border-color: rgb(18 183 106 / 0.65);
}
.border-success-500\/70{
  border-color: rgb(18 183 106 / 0.7);
}
.border-success-500\/75{
  border-color: rgb(18 183 106 / 0.75);
}
.border-success-500\/80{
  border-color: rgb(18 183 106 / 0.8);
}
.border-success-500\/85{
  border-color: rgb(18 183 106 / 0.85);
}
.border-success-500\/90{
  border-color: rgb(18 183 106 / 0.9);
}
.border-success-500\/95{
  border-color: rgb(18 183 106 / 0.95);
}
.border-success-600{
  --tw-border-opacity: 1;
  border-color: rgb(3 152 85 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-warning-100{
  --tw-border-opacity: 1;
  border-color: rgb(254 240 199 / var(--tw-border-opacity, 1));
}
.border-warning-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 223 137 / var(--tw-border-opacity, 1));
}
.border-warning-500{
  --tw-border-opacity: 1;
  border-color: rgb(247 144 9 / var(--tw-border-opacity, 1));
}
.border-warning-600{
  --tw-border-opacity: 1;
  border-color: rgb(220 104 3 / var(--tw-border-opacity, 1));
}
.border-b-error-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 243 242 / var(--tw-border-opacity, 1));
}
.border-b-gray-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 236 240 / var(--tw-border-opacity, 1));
}
.border-l-gray-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(208 213 221 / var(--tw-border-opacity, 1));
}
.border-l-white{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-r-gray-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(234 236 240 / var(--tw-border-opacity, 1));
}
.border-t-gray-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(234 236 240 / var(--tw-border-opacity, 1));
}
.border-t-primary-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(21 94 239 / var(--tw-border-opacity, 1));
}
.\!bg-error-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 243 242 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-error-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 45 32 / 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-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 236 240 / 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-primary-25{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 248 255 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-primary-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 244 255 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-primary-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 94 239 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-success-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 152 85 / 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-amber-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-error-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 228 226 / var(--tw-bg-opacity, 1));
}
.bg-error-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 242 / var(--tw-bg-opacity, 1));
}
.bg-error-500{
  --tw-bg-opacity: 1;
  background-color: rgb(240 68 56 / var(--tw-bg-opacity, 1));
}
.bg-error-600{
  --tw-bg-opacity: 1;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity, 1));
}
.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-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(102 112 133 / var(--tw-bg-opacity, 1));
}
.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-lime-100{
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}
.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-pastels-blue-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-pastels-blue-dark\/0{
  background-color: rgb(37 99 235 / 0);
}
.bg-pastels-blue-dark\/10{
  background-color: rgb(37 99 235 / 0.1);
}
.bg-pastels-blue-dark\/100{
  background-color: rgb(37 99 235 / 1);
}
.bg-pastels-blue-dark\/15{
  background-color: rgb(37 99 235 / 0.15);
}
.bg-pastels-blue-dark\/20{
  background-color: rgb(37 99 235 / 0.2);
}
.bg-pastels-blue-dark\/25{
  background-color: rgb(37 99 235 / 0.25);
}
.bg-pastels-blue-dark\/30{
  background-color: rgb(37 99 235 / 0.3);
}
.bg-pastels-blue-dark\/35{
  background-color: rgb(37 99 235 / 0.35);
}
.bg-pastels-blue-dark\/40{
  background-color: rgb(37 99 235 / 0.4);
}
.bg-pastels-blue-dark\/45{
  background-color: rgb(37 99 235 / 0.45);
}
.bg-pastels-blue-dark\/5{
  background-color: rgb(37 99 235 / 0.05);
}
.bg-pastels-blue-dark\/50{
  background-color: rgb(37 99 235 / 0.5);
}
.bg-pastels-blue-dark\/55{
  background-color: rgb(37 99 235 / 0.55);
}
.bg-pastels-blue-dark\/60{
  background-color: rgb(37 99 235 / 0.6);
}
.bg-pastels-blue-dark\/65{
  background-color: rgb(37 99 235 / 0.65);
}
.bg-pastels-blue-dark\/70{
  background-color: rgb(37 99 235 / 0.7);
}
.bg-pastels-blue-dark\/75{
  background-color: rgb(37 99 235 / 0.75);
}
.bg-pastels-blue-dark\/80{
  background-color: rgb(37 99 235 / 0.8);
}
.bg-pastels-blue-dark\/85{
  background-color: rgb(37 99 235 / 0.85);
}
.bg-pastels-blue-dark\/90{
  background-color: rgb(37 99 235 / 0.9);
}
.bg-pastels-blue-dark\/95{
  background-color: rgb(37 99 235 / 0.95);
}
.bg-pastels-blue-light{
  --tw-bg-opacity: 1;
  background-color: rgb(217 234 245 / var(--tw-bg-opacity, 1));
}
.bg-pastels-blue-light\/0{
  background-color: rgb(217 234 245 / 0);
}
.bg-pastels-blue-light\/10{
  background-color: rgb(217 234 245 / 0.1);
}
.bg-pastels-blue-light\/100{
  background-color: rgb(217 234 245 / 1);
}
.bg-pastels-blue-light\/15{
  background-color: rgb(217 234 245 / 0.15);
}
.bg-pastels-blue-light\/20{
  background-color: rgb(217 234 245 / 0.2);
}
.bg-pastels-blue-light\/25{
  background-color: rgb(217 234 245 / 0.25);
}
.bg-pastels-blue-light\/30{
  background-color: rgb(217 234 245 / 0.3);
}
.bg-pastels-blue-light\/35{
  background-color: rgb(217 234 245 / 0.35);
}
.bg-pastels-blue-light\/40{
  background-color: rgb(217 234 245 / 0.4);
}
.bg-pastels-blue-light\/45{
  background-color: rgb(217 234 245 / 0.45);
}
.bg-pastels-blue-light\/5{
  background-color: rgb(217 234 245 / 0.05);
}
.bg-pastels-blue-light\/50{
  background-color: rgb(217 234 245 / 0.5);
}
.bg-pastels-blue-light\/55{
  background-color: rgb(217 234 245 / 0.55);
}
.bg-pastels-blue-light\/60{
  background-color: rgb(217 234 245 / 0.6);
}
.bg-pastels-blue-light\/65{
  background-color: rgb(217 234 245 / 0.65);
}
.bg-pastels-blue-light\/70{
  background-color: rgb(217 234 245 / 0.7);
}
.bg-pastels-blue-light\/75{
  background-color: rgb(217 234 245 / 0.75);
}
.bg-pastels-blue-light\/80{
  background-color: rgb(217 234 245 / 0.8);
}
.bg-pastels-blue-light\/85{
  background-color: rgb(217 234 245 / 0.85);
}
.bg-pastels-blue-light\/90{
  background-color: rgb(217 234 245 / 0.9);
}
.bg-pastels-blue-light\/95{
  background-color: rgb(217 234 245 / 0.95);
}
.bg-pastels-green-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-pastels-green-dark\/0{
  background-color: rgb(22 163 74 / 0);
}
.bg-pastels-green-dark\/10{
  background-color: rgb(22 163 74 / 0.1);
}
.bg-pastels-green-dark\/100{
  background-color: rgb(22 163 74 / 1);
}
.bg-pastels-green-dark\/15{
  background-color: rgb(22 163 74 / 0.15);
}
.bg-pastels-green-dark\/20{
  background-color: rgb(22 163 74 / 0.2);
}
.bg-pastels-green-dark\/25{
  background-color: rgb(22 163 74 / 0.25);
}
.bg-pastels-green-dark\/30{
  background-color: rgb(22 163 74 / 0.3);
}
.bg-pastels-green-dark\/35{
  background-color: rgb(22 163 74 / 0.35);
}
.bg-pastels-green-dark\/40{
  background-color: rgb(22 163 74 / 0.4);
}
.bg-pastels-green-dark\/45{
  background-color: rgb(22 163 74 / 0.45);
}
.bg-pastels-green-dark\/5{
  background-color: rgb(22 163 74 / 0.05);
}
.bg-pastels-green-dark\/50{
  background-color: rgb(22 163 74 / 0.5);
}
.bg-pastels-green-dark\/55{
  background-color: rgb(22 163 74 / 0.55);
}
.bg-pastels-green-dark\/60{
  background-color: rgb(22 163 74 / 0.6);
}
.bg-pastels-green-dark\/65{
  background-color: rgb(22 163 74 / 0.65);
}
.bg-pastels-green-dark\/70{
  background-color: rgb(22 163 74 / 0.7);
}
.bg-pastels-green-dark\/75{
  background-color: rgb(22 163 74 / 0.75);
}
.bg-pastels-green-dark\/80{
  background-color: rgb(22 163 74 / 0.8);
}
.bg-pastels-green-dark\/85{
  background-color: rgb(22 163 74 / 0.85);
}
.bg-pastels-green-dark\/90{
  background-color: rgb(22 163 74 / 0.9);
}
.bg-pastels-green-dark\/95{
  background-color: rgb(22 163 74 / 0.95);
}
.bg-pastels-green-light{
  --tw-bg-opacity: 1;
  background-color: rgb(220 245 220 / var(--tw-bg-opacity, 1));
}
.bg-pastels-green-light\/0{
  background-color: rgb(220 245 220 / 0);
}
.bg-pastels-green-light\/10{
  background-color: rgb(220 245 220 / 0.1);
}
.bg-pastels-green-light\/100{
  background-color: rgb(220 245 220 / 1);
}
.bg-pastels-green-light\/15{
  background-color: rgb(220 245 220 / 0.15);
}
.bg-pastels-green-light\/20{
  background-color: rgb(220 245 220 / 0.2);
}
.bg-pastels-green-light\/25{
  background-color: rgb(220 245 220 / 0.25);
}
.bg-pastels-green-light\/30{
  background-color: rgb(220 245 220 / 0.3);
}
.bg-pastels-green-light\/35{
  background-color: rgb(220 245 220 / 0.35);
}
.bg-pastels-green-light\/40{
  background-color: rgb(220 245 220 / 0.4);
}
.bg-pastels-green-light\/45{
  background-color: rgb(220 245 220 / 0.45);
}
.bg-pastels-green-light\/5{
  background-color: rgb(220 245 220 / 0.05);
}
.bg-pastels-green-light\/50{
  background-color: rgb(220 245 220 / 0.5);
}
.bg-pastels-green-light\/55{
  background-color: rgb(220 245 220 / 0.55);
}
.bg-pastels-green-light\/60{
  background-color: rgb(220 245 220 / 0.6);
}
.bg-pastels-green-light\/65{
  background-color: rgb(220 245 220 / 0.65);
}
.bg-pastels-green-light\/70{
  background-color: rgb(220 245 220 / 0.7);
}
.bg-pastels-green-light\/75{
  background-color: rgb(220 245 220 / 0.75);
}
.bg-pastels-green-light\/80{
  background-color: rgb(220 245 220 / 0.8);
}
.bg-pastels-green-light\/85{
  background-color: rgb(220 245 220 / 0.85);
}
.bg-pastels-green-light\/90{
  background-color: rgb(220 245 220 / 0.9);
}
.bg-pastels-green-light\/95{
  background-color: rgb(220 245 220 / 0.95);
}
.bg-pastels-orange-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.bg-pastels-orange-dark\/0{
  background-color: rgb(234 88 12 / 0);
}
.bg-pastels-orange-dark\/10{
  background-color: rgb(234 88 12 / 0.1);
}
.bg-pastels-orange-dark\/100{
  background-color: rgb(234 88 12 / 1);
}
.bg-pastels-orange-dark\/15{
  background-color: rgb(234 88 12 / 0.15);
}
.bg-pastels-orange-dark\/20{
  background-color: rgb(234 88 12 / 0.2);
}
.bg-pastels-orange-dark\/25{
  background-color: rgb(234 88 12 / 0.25);
}
.bg-pastels-orange-dark\/30{
  background-color: rgb(234 88 12 / 0.3);
}
.bg-pastels-orange-dark\/35{
  background-color: rgb(234 88 12 / 0.35);
}
.bg-pastels-orange-dark\/40{
  background-color: rgb(234 88 12 / 0.4);
}
.bg-pastels-orange-dark\/45{
  background-color: rgb(234 88 12 / 0.45);
}
.bg-pastels-orange-dark\/5{
  background-color: rgb(234 88 12 / 0.05);
}
.bg-pastels-orange-dark\/50{
  background-color: rgb(234 88 12 / 0.5);
}
.bg-pastels-orange-dark\/55{
  background-color: rgb(234 88 12 / 0.55);
}
.bg-pastels-orange-dark\/60{
  background-color: rgb(234 88 12 / 0.6);
}
.bg-pastels-orange-dark\/65{
  background-color: rgb(234 88 12 / 0.65);
}
.bg-pastels-orange-dark\/70{
  background-color: rgb(234 88 12 / 0.7);
}
.bg-pastels-orange-dark\/75{
  background-color: rgb(234 88 12 / 0.75);
}
.bg-pastels-orange-dark\/80{
  background-color: rgb(234 88 12 / 0.8);
}
.bg-pastels-orange-dark\/85{
  background-color: rgb(234 88 12 / 0.85);
}
.bg-pastels-orange-dark\/90{
  background-color: rgb(234 88 12 / 0.9);
}
.bg-pastels-orange-dark\/95{
  background-color: rgb(234 88 12 / 0.95);
}
.bg-pastels-orange-light{
  --tw-bg-opacity: 1;
  background-color: rgb(250 225 195 / var(--tw-bg-opacity, 1));
}
.bg-pastels-orange-light\/0{
  background-color: rgb(250 225 195 / 0);
}
.bg-pastels-orange-light\/10{
  background-color: rgb(250 225 195 / 0.1);
}
.bg-pastels-orange-light\/100{
  background-color: rgb(250 225 195 / 1);
}
.bg-pastels-orange-light\/15{
  background-color: rgb(250 225 195 / 0.15);
}
.bg-pastels-orange-light\/20{
  background-color: rgb(250 225 195 / 0.2);
}
.bg-pastels-orange-light\/25{
  background-color: rgb(250 225 195 / 0.25);
}
.bg-pastels-orange-light\/30{
  background-color: rgb(250 225 195 / 0.3);
}
.bg-pastels-orange-light\/35{
  background-color: rgb(250 225 195 / 0.35);
}
.bg-pastels-orange-light\/40{
  background-color: rgb(250 225 195 / 0.4);
}
.bg-pastels-orange-light\/45{
  background-color: rgb(250 225 195 / 0.45);
}
.bg-pastels-orange-light\/5{
  background-color: rgb(250 225 195 / 0.05);
}
.bg-pastels-orange-light\/50{
  background-color: rgb(250 225 195 / 0.5);
}
.bg-pastels-orange-light\/55{
  background-color: rgb(250 225 195 / 0.55);
}
.bg-pastels-orange-light\/60{
  background-color: rgb(250 225 195 / 0.6);
}
.bg-pastels-orange-light\/65{
  background-color: rgb(250 225 195 / 0.65);
}
.bg-pastels-orange-light\/70{
  background-color: rgb(250 225 195 / 0.7);
}
.bg-pastels-orange-light\/75{
  background-color: rgb(250 225 195 / 0.75);
}
.bg-pastels-orange-light\/80{
  background-color: rgb(250 225 195 / 0.8);
}
.bg-pastels-orange-light\/85{
  background-color: rgb(250 225 195 / 0.85);
}
.bg-pastels-orange-light\/90{
  background-color: rgb(250 225 195 / 0.9);
}
.bg-pastels-orange-light\/95{
  background-color: rgb(250 225 195 / 0.95);
}
.bg-pastels-pink-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}
.bg-pastels-pink-dark\/0{
  background-color: rgb(190 18 60 / 0);
}
.bg-pastels-pink-dark\/10{
  background-color: rgb(190 18 60 / 0.1);
}
.bg-pastels-pink-dark\/100{
  background-color: rgb(190 18 60 / 1);
}
.bg-pastels-pink-dark\/15{
  background-color: rgb(190 18 60 / 0.15);
}
.bg-pastels-pink-dark\/20{
  background-color: rgb(190 18 60 / 0.2);
}
.bg-pastels-pink-dark\/25{
  background-color: rgb(190 18 60 / 0.25);
}
.bg-pastels-pink-dark\/30{
  background-color: rgb(190 18 60 / 0.3);
}
.bg-pastels-pink-dark\/35{
  background-color: rgb(190 18 60 / 0.35);
}
.bg-pastels-pink-dark\/40{
  background-color: rgb(190 18 60 / 0.4);
}
.bg-pastels-pink-dark\/45{
  background-color: rgb(190 18 60 / 0.45);
}
.bg-pastels-pink-dark\/5{
  background-color: rgb(190 18 60 / 0.05);
}
.bg-pastels-pink-dark\/50{
  background-color: rgb(190 18 60 / 0.5);
}
.bg-pastels-pink-dark\/55{
  background-color: rgb(190 18 60 / 0.55);
}
.bg-pastels-pink-dark\/60{
  background-color: rgb(190 18 60 / 0.6);
}
.bg-pastels-pink-dark\/65{
  background-color: rgb(190 18 60 / 0.65);
}
.bg-pastels-pink-dark\/70{
  background-color: rgb(190 18 60 / 0.7);
}
.bg-pastels-pink-dark\/75{
  background-color: rgb(190 18 60 / 0.75);
}
.bg-pastels-pink-dark\/80{
  background-color: rgb(190 18 60 / 0.8);
}
.bg-pastels-pink-dark\/85{
  background-color: rgb(190 18 60 / 0.85);
}
.bg-pastels-pink-dark\/90{
  background-color: rgb(190 18 60 / 0.9);
}
.bg-pastels-pink-dark\/95{
  background-color: rgb(190 18 60 / 0.95);
}
.bg-pastels-pink-light{
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}
.bg-pastels-pink-light\/0{
  background-color: rgb(255 228 230 / 0);
}
.bg-pastels-pink-light\/10{
  background-color: rgb(255 228 230 / 0.1);
}
.bg-pastels-pink-light\/100{
  background-color: rgb(255 228 230 / 1);
}
.bg-pastels-pink-light\/15{
  background-color: rgb(255 228 230 / 0.15);
}
.bg-pastels-pink-light\/20{
  background-color: rgb(255 228 230 / 0.2);
}
.bg-pastels-pink-light\/25{
  background-color: rgb(255 228 230 / 0.25);
}
.bg-pastels-pink-light\/30{
  background-color: rgb(255 228 230 / 0.3);
}
.bg-pastels-pink-light\/35{
  background-color: rgb(255 228 230 / 0.35);
}
.bg-pastels-pink-light\/40{
  background-color: rgb(255 228 230 / 0.4);
}
.bg-pastels-pink-light\/45{
  background-color: rgb(255 228 230 / 0.45);
}
.bg-pastels-pink-light\/5{
  background-color: rgb(255 228 230 / 0.05);
}
.bg-pastels-pink-light\/50{
  background-color: rgb(255 228 230 / 0.5);
}
.bg-pastels-pink-light\/55{
  background-color: rgb(255 228 230 / 0.55);
}
.bg-pastels-pink-light\/60{
  background-color: rgb(255 228 230 / 0.6);
}
.bg-pastels-pink-light\/65{
  background-color: rgb(255 228 230 / 0.65);
}
.bg-pastels-pink-light\/70{
  background-color: rgb(255 228 230 / 0.7);
}
.bg-pastels-pink-light\/75{
  background-color: rgb(255 228 230 / 0.75);
}
.bg-pastels-pink-light\/80{
  background-color: rgb(255 228 230 / 0.8);
}
.bg-pastels-pink-light\/85{
  background-color: rgb(255 228 230 / 0.85);
}
.bg-pastels-pink-light\/90{
  background-color: rgb(255 228 230 / 0.9);
}
.bg-pastels-pink-light\/95{
  background-color: rgb(255 228 230 / 0.95);
}
.bg-pastels-purple-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.bg-pastels-purple-dark\/0{
  background-color: rgb(67 56 202 / 0);
}
.bg-pastels-purple-dark\/10{
  background-color: rgb(67 56 202 / 0.1);
}
.bg-pastels-purple-dark\/100{
  background-color: rgb(67 56 202 / 1);
}
.bg-pastels-purple-dark\/15{
  background-color: rgb(67 56 202 / 0.15);
}
.bg-pastels-purple-dark\/20{
  background-color: rgb(67 56 202 / 0.2);
}
.bg-pastels-purple-dark\/25{
  background-color: rgb(67 56 202 / 0.25);
}
.bg-pastels-purple-dark\/30{
  background-color: rgb(67 56 202 / 0.3);
}
.bg-pastels-purple-dark\/35{
  background-color: rgb(67 56 202 / 0.35);
}
.bg-pastels-purple-dark\/40{
  background-color: rgb(67 56 202 / 0.4);
}
.bg-pastels-purple-dark\/45{
  background-color: rgb(67 56 202 / 0.45);
}
.bg-pastels-purple-dark\/5{
  background-color: rgb(67 56 202 / 0.05);
}
.bg-pastels-purple-dark\/50{
  background-color: rgb(67 56 202 / 0.5);
}
.bg-pastels-purple-dark\/55{
  background-color: rgb(67 56 202 / 0.55);
}
.bg-pastels-purple-dark\/60{
  background-color: rgb(67 56 202 / 0.6);
}
.bg-pastels-purple-dark\/65{
  background-color: rgb(67 56 202 / 0.65);
}
.bg-pastels-purple-dark\/70{
  background-color: rgb(67 56 202 / 0.7);
}
.bg-pastels-purple-dark\/75{
  background-color: rgb(67 56 202 / 0.75);
}
.bg-pastels-purple-dark\/80{
  background-color: rgb(67 56 202 / 0.8);
}
.bg-pastels-purple-dark\/85{
  background-color: rgb(67 56 202 / 0.85);
}
.bg-pastels-purple-dark\/90{
  background-color: rgb(67 56 202 / 0.9);
}
.bg-pastels-purple-dark\/95{
  background-color: rgb(67 56 202 / 0.95);
}
.bg-pastels-purple-light{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.bg-pastels-purple-light\/0{
  background-color: rgb(224 231 255 / 0);
}
.bg-pastels-purple-light\/10{
  background-color: rgb(224 231 255 / 0.1);
}
.bg-pastels-purple-light\/100{
  background-color: rgb(224 231 255 / 1);
}
.bg-pastels-purple-light\/15{
  background-color: rgb(224 231 255 / 0.15);
}
.bg-pastels-purple-light\/20{
  background-color: rgb(224 231 255 / 0.2);
}
.bg-pastels-purple-light\/25{
  background-color: rgb(224 231 255 / 0.25);
}
.bg-pastels-purple-light\/30{
  background-color: rgb(224 231 255 / 0.3);
}
.bg-pastels-purple-light\/35{
  background-color: rgb(224 231 255 / 0.35);
}
.bg-pastels-purple-light\/40{
  background-color: rgb(224 231 255 / 0.4);
}
.bg-pastels-purple-light\/45{
  background-color: rgb(224 231 255 / 0.45);
}
.bg-pastels-purple-light\/5{
  background-color: rgb(224 231 255 / 0.05);
}
.bg-pastels-purple-light\/50{
  background-color: rgb(224 231 255 / 0.5);
}
.bg-pastels-purple-light\/55{
  background-color: rgb(224 231 255 / 0.55);
}
.bg-pastels-purple-light\/60{
  background-color: rgb(224 231 255 / 0.6);
}
.bg-pastels-purple-light\/65{
  background-color: rgb(224 231 255 / 0.65);
}
.bg-pastels-purple-light\/70{
  background-color: rgb(224 231 255 / 0.7);
}
.bg-pastels-purple-light\/75{
  background-color: rgb(224 231 255 / 0.75);
}
.bg-pastels-purple-light\/80{
  background-color: rgb(224 231 255 / 0.8);
}
.bg-pastels-purple-light\/85{
  background-color: rgb(224 231 255 / 0.85);
}
.bg-pastels-purple-light\/90{
  background-color: rgb(224 231 255 / 0.9);
}
.bg-pastels-purple-light\/95{
  background-color: rgb(224 231 255 / 0.95);
}
.bg-pastels-teal-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}
.bg-pastels-teal-dark\/0{
  background-color: rgb(2 132 199 / 0);
}
.bg-pastels-teal-dark\/10{
  background-color: rgb(2 132 199 / 0.1);
}
.bg-pastels-teal-dark\/100{
  background-color: rgb(2 132 199 / 1);
}
.bg-pastels-teal-dark\/15{
  background-color: rgb(2 132 199 / 0.15);
}
.bg-pastels-teal-dark\/20{
  background-color: rgb(2 132 199 / 0.2);
}
.bg-pastels-teal-dark\/25{
  background-color: rgb(2 132 199 / 0.25);
}
.bg-pastels-teal-dark\/30{
  background-color: rgb(2 132 199 / 0.3);
}
.bg-pastels-teal-dark\/35{
  background-color: rgb(2 132 199 / 0.35);
}
.bg-pastels-teal-dark\/40{
  background-color: rgb(2 132 199 / 0.4);
}
.bg-pastels-teal-dark\/45{
  background-color: rgb(2 132 199 / 0.45);
}
.bg-pastels-teal-dark\/5{
  background-color: rgb(2 132 199 / 0.05);
}
.bg-pastels-teal-dark\/50{
  background-color: rgb(2 132 199 / 0.5);
}
.bg-pastels-teal-dark\/55{
  background-color: rgb(2 132 199 / 0.55);
}
.bg-pastels-teal-dark\/60{
  background-color: rgb(2 132 199 / 0.6);
}
.bg-pastels-teal-dark\/65{
  background-color: rgb(2 132 199 / 0.65);
}
.bg-pastels-teal-dark\/70{
  background-color: rgb(2 132 199 / 0.7);
}
.bg-pastels-teal-dark\/75{
  background-color: rgb(2 132 199 / 0.75);
}
.bg-pastels-teal-dark\/80{
  background-color: rgb(2 132 199 / 0.8);
}
.bg-pastels-teal-dark\/85{
  background-color: rgb(2 132 199 / 0.85);
}
.bg-pastels-teal-dark\/90{
  background-color: rgb(2 132 199 / 0.9);
}
.bg-pastels-teal-dark\/95{
  background-color: rgb(2 132 199 / 0.95);
}
.bg-pastels-teal-light{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.bg-pastels-teal-light\/0{
  background-color: rgb(224 242 254 / 0);
}
.bg-pastels-teal-light\/10{
  background-color: rgb(224 242 254 / 0.1);
}
.bg-pastels-teal-light\/100{
  background-color: rgb(224 242 254 / 1);
}
.bg-pastels-teal-light\/15{
  background-color: rgb(224 242 254 / 0.15);
}
.bg-pastels-teal-light\/20{
  background-color: rgb(224 242 254 / 0.2);
}
.bg-pastels-teal-light\/25{
  background-color: rgb(224 242 254 / 0.25);
}
.bg-pastels-teal-light\/30{
  background-color: rgb(224 242 254 / 0.3);
}
.bg-pastels-teal-light\/35{
  background-color: rgb(224 242 254 / 0.35);
}
.bg-pastels-teal-light\/40{
  background-color: rgb(224 242 254 / 0.4);
}
.bg-pastels-teal-light\/45{
  background-color: rgb(224 242 254 / 0.45);
}
.bg-pastels-teal-light\/5{
  background-color: rgb(224 242 254 / 0.05);
}
.bg-pastels-teal-light\/50{
  background-color: rgb(224 242 254 / 0.5);
}
.bg-pastels-teal-light\/55{
  background-color: rgb(224 242 254 / 0.55);
}
.bg-pastels-teal-light\/60{
  background-color: rgb(224 242 254 / 0.6);
}
.bg-pastels-teal-light\/65{
  background-color: rgb(224 242 254 / 0.65);
}
.bg-pastels-teal-light\/70{
  background-color: rgb(224 242 254 / 0.7);
}
.bg-pastels-teal-light\/75{
  background-color: rgb(224 242 254 / 0.75);
}
.bg-pastels-teal-light\/80{
  background-color: rgb(224 242 254 / 0.8);
}
.bg-pastels-teal-light\/85{
  background-color: rgb(224 242 254 / 0.85);
}
.bg-pastels-teal-light\/90{
  background-color: rgb(224 242 254 / 0.9);
}
.bg-pastels-teal-light\/95{
  background-color: rgb(224 242 254 / 0.95);
}
.bg-pastels-yellow-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}
.bg-pastels-yellow-dark\/0{
  background-color: rgb(202 138 4 / 0);
}
.bg-pastels-yellow-dark\/10{
  background-color: rgb(202 138 4 / 0.1);
}
.bg-pastels-yellow-dark\/100{
  background-color: rgb(202 138 4 / 1);
}
.bg-pastels-yellow-dark\/15{
  background-color: rgb(202 138 4 / 0.15);
}
.bg-pastels-yellow-dark\/20{
  background-color: rgb(202 138 4 / 0.2);
}
.bg-pastels-yellow-dark\/25{
  background-color: rgb(202 138 4 / 0.25);
}
.bg-pastels-yellow-dark\/30{
  background-color: rgb(202 138 4 / 0.3);
}
.bg-pastels-yellow-dark\/35{
  background-color: rgb(202 138 4 / 0.35);
}
.bg-pastels-yellow-dark\/40{
  background-color: rgb(202 138 4 / 0.4);
}
.bg-pastels-yellow-dark\/45{
  background-color: rgb(202 138 4 / 0.45);
}
.bg-pastels-yellow-dark\/5{
  background-color: rgb(202 138 4 / 0.05);
}
.bg-pastels-yellow-dark\/50{
  background-color: rgb(202 138 4 / 0.5);
}
.bg-pastels-yellow-dark\/55{
  background-color: rgb(202 138 4 / 0.55);
}
.bg-pastels-yellow-dark\/60{
  background-color: rgb(202 138 4 / 0.6);
}
.bg-pastels-yellow-dark\/65{
  background-color: rgb(202 138 4 / 0.65);
}
.bg-pastels-yellow-dark\/70{
  background-color: rgb(202 138 4 / 0.7);
}
.bg-pastels-yellow-dark\/75{
  background-color: rgb(202 138 4 / 0.75);
}
.bg-pastels-yellow-dark\/80{
  background-color: rgb(202 138 4 / 0.8);
}
.bg-pastels-yellow-dark\/85{
  background-color: rgb(202 138 4 / 0.85);
}
.bg-pastels-yellow-dark\/90{
  background-color: rgb(202 138 4 / 0.9);
}
.bg-pastels-yellow-dark\/95{
  background-color: rgb(202 138 4 / 0.95);
}
.bg-pastels-yellow-light{
  --tw-bg-opacity: 1;
  background-color: rgb(253 243 195 / var(--tw-bg-opacity, 1));
}
.bg-pastels-yellow-light\/0{
  background-color: rgb(253 243 195 / 0);
}
.bg-pastels-yellow-light\/10{
  background-color: rgb(253 243 195 / 0.1);
}
.bg-pastels-yellow-light\/100{
  background-color: rgb(253 243 195 / 1);
}
.bg-pastels-yellow-light\/15{
  background-color: rgb(253 243 195 / 0.15);
}
.bg-pastels-yellow-light\/20{
  background-color: rgb(253 243 195 / 0.2);
}
.bg-pastels-yellow-light\/25{
  background-color: rgb(253 243 195 / 0.25);
}
.bg-pastels-yellow-light\/30{
  background-color: rgb(253 243 195 / 0.3);
}
.bg-pastels-yellow-light\/35{
  background-color: rgb(253 243 195 / 0.35);
}
.bg-pastels-yellow-light\/40{
  background-color: rgb(253 243 195 / 0.4);
}
.bg-pastels-yellow-light\/45{
  background-color: rgb(253 243 195 / 0.45);
}
.bg-pastels-yellow-light\/5{
  background-color: rgb(253 243 195 / 0.05);
}
.bg-pastels-yellow-light\/50{
  background-color: rgb(253 243 195 / 0.5);
}
.bg-pastels-yellow-light\/55{
  background-color: rgb(253 243 195 / 0.55);
}
.bg-pastels-yellow-light\/60{
  background-color: rgb(253 243 195 / 0.6);
}
.bg-pastels-yellow-light\/65{
  background-color: rgb(253 243 195 / 0.65);
}
.bg-pastels-yellow-light\/70{
  background-color: rgb(253 243 195 / 0.7);
}
.bg-pastels-yellow-light\/75{
  background-color: rgb(253 243 195 / 0.75);
}
.bg-pastels-yellow-light\/80{
  background-color: rgb(253 243 195 / 0.8);
}
.bg-pastels-yellow-light\/85{
  background-color: rgb(253 243 195 / 0.85);
}
.bg-pastels-yellow-light\/90{
  background-color: rgb(253 243 195 / 0.9);
}
.bg-pastels-yellow-light\/95{
  background-color: rgb(253 243 195 / 0.95);
}
.bg-pink-100{
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}
.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 224 255 / var(--tw-bg-opacity, 1));
}
.bg-primary-200{
  --tw-bg-opacity: 1;
  background-color: rgb(178 221 255 / var(--tw-bg-opacity, 1));
}
.bg-primary-25{
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 255 / var(--tw-bg-opacity, 1));
}
.bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 244 255 / var(--tw-bg-opacity, 1));
}
.bg-primary-50\/80{
  background-color: rgb(239 244 255 / 0.8);
}
.bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(41 112 255 / var(--tw-bg-opacity, 1));
}
.bg-primary-600{
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 239 / var(--tw-bg-opacity, 1));
}
.bg-primary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(0 78 235 / var(--tw-bg-opacity, 1));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-rose-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}
.bg-sky-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.bg-success-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 223 / var(--tw-bg-opacity, 1));
}
.bg-success-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 243 / var(--tw-bg-opacity, 1));
}
.bg-success-500{
  --tw-bg-opacity: 1;
  background-color: rgb(18 183 106 / var(--tw-bg-opacity, 1));
}
.bg-teal-100{
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-violet-100{
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}
.bg-warning-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 235 / var(--tw-bg-opacity, 1));
}
.bg-warning-500{
  --tw-bg-opacity: 1;
  background-color: rgb(247 144 9 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}
.fill-error-50{
  fill: #FEF3F2;
}
.fill-error-600{
  fill: #D92D20;
}
.fill-error-700{
  fill: #B42318;
}
.fill-gray-400{
  fill: #98A2B3;
}
.fill-gray-500{
  fill: #667085;
}
.fill-gray-600{
  fill: #475467;
}
.fill-pastels-blue-dark{
  fill: #2563eb;
}
.fill-pastels-blue-dark\/0{
  fill: rgb(37 99 235 / 0);
}
.fill-pastels-blue-dark\/10{
  fill: rgb(37 99 235 / 0.1);
}
.fill-pastels-blue-dark\/100{
  fill: rgb(37 99 235 / 1);
}
.fill-pastels-blue-dark\/15{
  fill: rgb(37 99 235 / 0.15);
}
.fill-pastels-blue-dark\/20{
  fill: rgb(37 99 235 / 0.2);
}
.fill-pastels-blue-dark\/25{
  fill: rgb(37 99 235 / 0.25);
}
.fill-pastels-blue-dark\/30{
  fill: rgb(37 99 235 / 0.3);
}
.fill-pastels-blue-dark\/35{
  fill: rgb(37 99 235 / 0.35);
}
.fill-pastels-blue-dark\/40{
  fill: rgb(37 99 235 / 0.4);
}
.fill-pastels-blue-dark\/45{
  fill: rgb(37 99 235 / 0.45);
}
.fill-pastels-blue-dark\/5{
  fill: rgb(37 99 235 / 0.05);
}
.fill-pastels-blue-dark\/50{
  fill: rgb(37 99 235 / 0.5);
}
.fill-pastels-blue-dark\/55{
  fill: rgb(37 99 235 / 0.55);
}
.fill-pastels-blue-dark\/60{
  fill: rgb(37 99 235 / 0.6);
}
.fill-pastels-blue-dark\/65{
  fill: rgb(37 99 235 / 0.65);
}
.fill-pastels-blue-dark\/70{
  fill: rgb(37 99 235 / 0.7);
}
.fill-pastels-blue-dark\/75{
  fill: rgb(37 99 235 / 0.75);
}
.fill-pastels-blue-dark\/80{
  fill: rgb(37 99 235 / 0.8);
}
.fill-pastels-blue-dark\/85{
  fill: rgb(37 99 235 / 0.85);
}
.fill-pastels-blue-dark\/90{
  fill: rgb(37 99 235 / 0.9);
}
.fill-pastels-blue-dark\/95{
  fill: rgb(37 99 235 / 0.95);
}
.fill-pastels-blue-light{
  fill: #d9eaf5;
}
.fill-pastels-blue-light\/0{
  fill: rgb(217 234 245 / 0);
}
.fill-pastels-blue-light\/10{
  fill: rgb(217 234 245 / 0.1);
}
.fill-pastels-blue-light\/100{
  fill: rgb(217 234 245 / 1);
}
.fill-pastels-blue-light\/15{
  fill: rgb(217 234 245 / 0.15);
}
.fill-pastels-blue-light\/20{
  fill: rgb(217 234 245 / 0.2);
}
.fill-pastels-blue-light\/25{
  fill: rgb(217 234 245 / 0.25);
}
.fill-pastels-blue-light\/30{
  fill: rgb(217 234 245 / 0.3);
}
.fill-pastels-blue-light\/35{
  fill: rgb(217 234 245 / 0.35);
}
.fill-pastels-blue-light\/40{
  fill: rgb(217 234 245 / 0.4);
}
.fill-pastels-blue-light\/45{
  fill: rgb(217 234 245 / 0.45);
}
.fill-pastels-blue-light\/5{
  fill: rgb(217 234 245 / 0.05);
}
.fill-pastels-blue-light\/50{
  fill: rgb(217 234 245 / 0.5);
}
.fill-pastels-blue-light\/55{
  fill: rgb(217 234 245 / 0.55);
}
.fill-pastels-blue-light\/60{
  fill: rgb(217 234 245 / 0.6);
}
.fill-pastels-blue-light\/65{
  fill: rgb(217 234 245 / 0.65);
}
.fill-pastels-blue-light\/70{
  fill: rgb(217 234 245 / 0.7);
}
.fill-pastels-blue-light\/75{
  fill: rgb(217 234 245 / 0.75);
}
.fill-pastels-blue-light\/80{
  fill: rgb(217 234 245 / 0.8);
}
.fill-pastels-blue-light\/85{
  fill: rgb(217 234 245 / 0.85);
}
.fill-pastels-blue-light\/90{
  fill: rgb(217 234 245 / 0.9);
}
.fill-pastels-blue-light\/95{
  fill: rgb(217 234 245 / 0.95);
}
.fill-pastels-green-dark{
  fill: #16a34a;
}
.fill-pastels-green-dark\/0{
  fill: rgb(22 163 74 / 0);
}
.fill-pastels-green-dark\/10{
  fill: rgb(22 163 74 / 0.1);
}
.fill-pastels-green-dark\/100{
  fill: rgb(22 163 74 / 1);
}
.fill-pastels-green-dark\/15{
  fill: rgb(22 163 74 / 0.15);
}
.fill-pastels-green-dark\/20{
  fill: rgb(22 163 74 / 0.2);
}
.fill-pastels-green-dark\/25{
  fill: rgb(22 163 74 / 0.25);
}
.fill-pastels-green-dark\/30{
  fill: rgb(22 163 74 / 0.3);
}
.fill-pastels-green-dark\/35{
  fill: rgb(22 163 74 / 0.35);
}
.fill-pastels-green-dark\/40{
  fill: rgb(22 163 74 / 0.4);
}
.fill-pastels-green-dark\/45{
  fill: rgb(22 163 74 / 0.45);
}
.fill-pastels-green-dark\/5{
  fill: rgb(22 163 74 / 0.05);
}
.fill-pastels-green-dark\/50{
  fill: rgb(22 163 74 / 0.5);
}
.fill-pastels-green-dark\/55{
  fill: rgb(22 163 74 / 0.55);
}
.fill-pastels-green-dark\/60{
  fill: rgb(22 163 74 / 0.6);
}
.fill-pastels-green-dark\/65{
  fill: rgb(22 163 74 / 0.65);
}
.fill-pastels-green-dark\/70{
  fill: rgb(22 163 74 / 0.7);
}
.fill-pastels-green-dark\/75{
  fill: rgb(22 163 74 / 0.75);
}
.fill-pastels-green-dark\/80{
  fill: rgb(22 163 74 / 0.8);
}
.fill-pastels-green-dark\/85{
  fill: rgb(22 163 74 / 0.85);
}
.fill-pastels-green-dark\/90{
  fill: rgb(22 163 74 / 0.9);
}
.fill-pastels-green-dark\/95{
  fill: rgb(22 163 74 / 0.95);
}
.fill-pastels-green-light{
  fill: #dcf5dc;
}
.fill-pastels-green-light\/0{
  fill: rgb(220 245 220 / 0);
}
.fill-pastels-green-light\/10{
  fill: rgb(220 245 220 / 0.1);
}
.fill-pastels-green-light\/100{
  fill: rgb(220 245 220 / 1);
}
.fill-pastels-green-light\/15{
  fill: rgb(220 245 220 / 0.15);
}
.fill-pastels-green-light\/20{
  fill: rgb(220 245 220 / 0.2);
}
.fill-pastels-green-light\/25{
  fill: rgb(220 245 220 / 0.25);
}
.fill-pastels-green-light\/30{
  fill: rgb(220 245 220 / 0.3);
}
.fill-pastels-green-light\/35{
  fill: rgb(220 245 220 / 0.35);
}
.fill-pastels-green-light\/40{
  fill: rgb(220 245 220 / 0.4);
}
.fill-pastels-green-light\/45{
  fill: rgb(220 245 220 / 0.45);
}
.fill-pastels-green-light\/5{
  fill: rgb(220 245 220 / 0.05);
}
.fill-pastels-green-light\/50{
  fill: rgb(220 245 220 / 0.5);
}
.fill-pastels-green-light\/55{
  fill: rgb(220 245 220 / 0.55);
}
.fill-pastels-green-light\/60{
  fill: rgb(220 245 220 / 0.6);
}
.fill-pastels-green-light\/65{
  fill: rgb(220 245 220 / 0.65);
}
.fill-pastels-green-light\/70{
  fill: rgb(220 245 220 / 0.7);
}
.fill-pastels-green-light\/75{
  fill: rgb(220 245 220 / 0.75);
}
.fill-pastels-green-light\/80{
  fill: rgb(220 245 220 / 0.8);
}
.fill-pastels-green-light\/85{
  fill: rgb(220 245 220 / 0.85);
}
.fill-pastels-green-light\/90{
  fill: rgb(220 245 220 / 0.9);
}
.fill-pastels-green-light\/95{
  fill: rgb(220 245 220 / 0.95);
}
.fill-pastels-orange-dark{
  fill: #ea580c;
}
.fill-pastels-orange-dark\/0{
  fill: rgb(234 88 12 / 0);
}
.fill-pastels-orange-dark\/10{
  fill: rgb(234 88 12 / 0.1);
}
.fill-pastels-orange-dark\/100{
  fill: rgb(234 88 12 / 1);
}
.fill-pastels-orange-dark\/15{
  fill: rgb(234 88 12 / 0.15);
}
.fill-pastels-orange-dark\/20{
  fill: rgb(234 88 12 / 0.2);
}
.fill-pastels-orange-dark\/25{
  fill: rgb(234 88 12 / 0.25);
}
.fill-pastels-orange-dark\/30{
  fill: rgb(234 88 12 / 0.3);
}
.fill-pastels-orange-dark\/35{
  fill: rgb(234 88 12 / 0.35);
}
.fill-pastels-orange-dark\/40{
  fill: rgb(234 88 12 / 0.4);
}
.fill-pastels-orange-dark\/45{
  fill: rgb(234 88 12 / 0.45);
}
.fill-pastels-orange-dark\/5{
  fill: rgb(234 88 12 / 0.05);
}
.fill-pastels-orange-dark\/50{
  fill: rgb(234 88 12 / 0.5);
}
.fill-pastels-orange-dark\/55{
  fill: rgb(234 88 12 / 0.55);
}
.fill-pastels-orange-dark\/60{
  fill: rgb(234 88 12 / 0.6);
}
.fill-pastels-orange-dark\/65{
  fill: rgb(234 88 12 / 0.65);
}
.fill-pastels-orange-dark\/70{
  fill: rgb(234 88 12 / 0.7);
}
.fill-pastels-orange-dark\/75{
  fill: rgb(234 88 12 / 0.75);
}
.fill-pastels-orange-dark\/80{
  fill: rgb(234 88 12 / 0.8);
}
.fill-pastels-orange-dark\/85{
  fill: rgb(234 88 12 / 0.85);
}
.fill-pastels-orange-dark\/90{
  fill: rgb(234 88 12 / 0.9);
}
.fill-pastels-orange-dark\/95{
  fill: rgb(234 88 12 / 0.95);
}
.fill-pastels-orange-light{
  fill: #fae1c3;
}
.fill-pastels-orange-light\/0{
  fill: rgb(250 225 195 / 0);
}
.fill-pastels-orange-light\/10{
  fill: rgb(250 225 195 / 0.1);
}
.fill-pastels-orange-light\/100{
  fill: rgb(250 225 195 / 1);
}
.fill-pastels-orange-light\/15{
  fill: rgb(250 225 195 / 0.15);
}
.fill-pastels-orange-light\/20{
  fill: rgb(250 225 195 / 0.2);
}
.fill-pastels-orange-light\/25{
  fill: rgb(250 225 195 / 0.25);
}
.fill-pastels-orange-light\/30{
  fill: rgb(250 225 195 / 0.3);
}
.fill-pastels-orange-light\/35{
  fill: rgb(250 225 195 / 0.35);
}
.fill-pastels-orange-light\/40{
  fill: rgb(250 225 195 / 0.4);
}
.fill-pastels-orange-light\/45{
  fill: rgb(250 225 195 / 0.45);
}
.fill-pastels-orange-light\/5{
  fill: rgb(250 225 195 / 0.05);
}
.fill-pastels-orange-light\/50{
  fill: rgb(250 225 195 / 0.5);
}
.fill-pastels-orange-light\/55{
  fill: rgb(250 225 195 / 0.55);
}
.fill-pastels-orange-light\/60{
  fill: rgb(250 225 195 / 0.6);
}
.fill-pastels-orange-light\/65{
  fill: rgb(250 225 195 / 0.65);
}
.fill-pastels-orange-light\/70{
  fill: rgb(250 225 195 / 0.7);
}
.fill-pastels-orange-light\/75{
  fill: rgb(250 225 195 / 0.75);
}
.fill-pastels-orange-light\/80{
  fill: rgb(250 225 195 / 0.8);
}
.fill-pastels-orange-light\/85{
  fill: rgb(250 225 195 / 0.85);
}
.fill-pastels-orange-light\/90{
  fill: rgb(250 225 195 / 0.9);
}
.fill-pastels-orange-light\/95{
  fill: rgb(250 225 195 / 0.95);
}
.fill-pastels-pink-dark{
  fill: #be123c;
}
.fill-pastels-pink-dark\/0{
  fill: rgb(190 18 60 / 0);
}
.fill-pastels-pink-dark\/10{
  fill: rgb(190 18 60 / 0.1);
}
.fill-pastels-pink-dark\/100{
  fill: rgb(190 18 60 / 1);
}
.fill-pastels-pink-dark\/15{
  fill: rgb(190 18 60 / 0.15);
}
.fill-pastels-pink-dark\/20{
  fill: rgb(190 18 60 / 0.2);
}
.fill-pastels-pink-dark\/25{
  fill: rgb(190 18 60 / 0.25);
}
.fill-pastels-pink-dark\/30{
  fill: rgb(190 18 60 / 0.3);
}
.fill-pastels-pink-dark\/35{
  fill: rgb(190 18 60 / 0.35);
}
.fill-pastels-pink-dark\/40{
  fill: rgb(190 18 60 / 0.4);
}
.fill-pastels-pink-dark\/45{
  fill: rgb(190 18 60 / 0.45);
}
.fill-pastels-pink-dark\/5{
  fill: rgb(190 18 60 / 0.05);
}
.fill-pastels-pink-dark\/50{
  fill: rgb(190 18 60 / 0.5);
}
.fill-pastels-pink-dark\/55{
  fill: rgb(190 18 60 / 0.55);
}
.fill-pastels-pink-dark\/60{
  fill: rgb(190 18 60 / 0.6);
}
.fill-pastels-pink-dark\/65{
  fill: rgb(190 18 60 / 0.65);
}
.fill-pastels-pink-dark\/70{
  fill: rgb(190 18 60 / 0.7);
}
.fill-pastels-pink-dark\/75{
  fill: rgb(190 18 60 / 0.75);
}
.fill-pastels-pink-dark\/80{
  fill: rgb(190 18 60 / 0.8);
}
.fill-pastels-pink-dark\/85{
  fill: rgb(190 18 60 / 0.85);
}
.fill-pastels-pink-dark\/90{
  fill: rgb(190 18 60 / 0.9);
}
.fill-pastels-pink-dark\/95{
  fill: rgb(190 18 60 / 0.95);
}
.fill-pastels-pink-light{
  fill: #ffe4e6;
}
.fill-pastels-pink-light\/0{
  fill: rgb(255 228 230 / 0);
}
.fill-pastels-pink-light\/10{
  fill: rgb(255 228 230 / 0.1);
}
.fill-pastels-pink-light\/100{
  fill: rgb(255 228 230 / 1);
}
.fill-pastels-pink-light\/15{
  fill: rgb(255 228 230 / 0.15);
}
.fill-pastels-pink-light\/20{
  fill: rgb(255 228 230 / 0.2);
}
.fill-pastels-pink-light\/25{
  fill: rgb(255 228 230 / 0.25);
}
.fill-pastels-pink-light\/30{
  fill: rgb(255 228 230 / 0.3);
}
.fill-pastels-pink-light\/35{
  fill: rgb(255 228 230 / 0.35);
}
.fill-pastels-pink-light\/40{
  fill: rgb(255 228 230 / 0.4);
}
.fill-pastels-pink-light\/45{
  fill: rgb(255 228 230 / 0.45);
}
.fill-pastels-pink-light\/5{
  fill: rgb(255 228 230 / 0.05);
}
.fill-pastels-pink-light\/50{
  fill: rgb(255 228 230 / 0.5);
}
.fill-pastels-pink-light\/55{
  fill: rgb(255 228 230 / 0.55);
}
.fill-pastels-pink-light\/60{
  fill: rgb(255 228 230 / 0.6);
}
.fill-pastels-pink-light\/65{
  fill: rgb(255 228 230 / 0.65);
}
.fill-pastels-pink-light\/70{
  fill: rgb(255 228 230 / 0.7);
}
.fill-pastels-pink-light\/75{
  fill: rgb(255 228 230 / 0.75);
}
.fill-pastels-pink-light\/80{
  fill: rgb(255 228 230 / 0.8);
}
.fill-pastels-pink-light\/85{
  fill: rgb(255 228 230 / 0.85);
}
.fill-pastels-pink-light\/90{
  fill: rgb(255 228 230 / 0.9);
}
.fill-pastels-pink-light\/95{
  fill: rgb(255 228 230 / 0.95);
}
.fill-pastels-purple-dark{
  fill: #4338ca;
}
.fill-pastels-purple-dark\/0{
  fill: rgb(67 56 202 / 0);
}
.fill-pastels-purple-dark\/10{
  fill: rgb(67 56 202 / 0.1);
}
.fill-pastels-purple-dark\/100{
  fill: rgb(67 56 202 / 1);
}
.fill-pastels-purple-dark\/15{
  fill: rgb(67 56 202 / 0.15);
}
.fill-pastels-purple-dark\/20{
  fill: rgb(67 56 202 / 0.2);
}
.fill-pastels-purple-dark\/25{
  fill: rgb(67 56 202 / 0.25);
}
.fill-pastels-purple-dark\/30{
  fill: rgb(67 56 202 / 0.3);
}
.fill-pastels-purple-dark\/35{
  fill: rgb(67 56 202 / 0.35);
}
.fill-pastels-purple-dark\/40{
  fill: rgb(67 56 202 / 0.4);
}
.fill-pastels-purple-dark\/45{
  fill: rgb(67 56 202 / 0.45);
}
.fill-pastels-purple-dark\/5{
  fill: rgb(67 56 202 / 0.05);
}
.fill-pastels-purple-dark\/50{
  fill: rgb(67 56 202 / 0.5);
}
.fill-pastels-purple-dark\/55{
  fill: rgb(67 56 202 / 0.55);
}
.fill-pastels-purple-dark\/60{
  fill: rgb(67 56 202 / 0.6);
}
.fill-pastels-purple-dark\/65{
  fill: rgb(67 56 202 / 0.65);
}
.fill-pastels-purple-dark\/70{
  fill: rgb(67 56 202 / 0.7);
}
.fill-pastels-purple-dark\/75{
  fill: rgb(67 56 202 / 0.75);
}
.fill-pastels-purple-dark\/80{
  fill: rgb(67 56 202 / 0.8);
}
.fill-pastels-purple-dark\/85{
  fill: rgb(67 56 202 / 0.85);
}
.fill-pastels-purple-dark\/90{
  fill: rgb(67 56 202 / 0.9);
}
.fill-pastels-purple-dark\/95{
  fill: rgb(67 56 202 / 0.95);
}
.fill-pastels-purple-light{
  fill: #e0e7ff;
}
.fill-pastels-purple-light\/0{
  fill: rgb(224 231 255 / 0);
}
.fill-pastels-purple-light\/10{
  fill: rgb(224 231 255 / 0.1);
}
.fill-pastels-purple-light\/100{
  fill: rgb(224 231 255 / 1);
}
.fill-pastels-purple-light\/15{
  fill: rgb(224 231 255 / 0.15);
}
.fill-pastels-purple-light\/20{
  fill: rgb(224 231 255 / 0.2);
}
.fill-pastels-purple-light\/25{
  fill: rgb(224 231 255 / 0.25);
}
.fill-pastels-purple-light\/30{
  fill: rgb(224 231 255 / 0.3);
}
.fill-pastels-purple-light\/35{
  fill: rgb(224 231 255 / 0.35);
}
.fill-pastels-purple-light\/40{
  fill: rgb(224 231 255 / 0.4);
}
.fill-pastels-purple-light\/45{
  fill: rgb(224 231 255 / 0.45);
}
.fill-pastels-purple-light\/5{
  fill: rgb(224 231 255 / 0.05);
}
.fill-pastels-purple-light\/50{
  fill: rgb(224 231 255 / 0.5);
}
.fill-pastels-purple-light\/55{
  fill: rgb(224 231 255 / 0.55);
}
.fill-pastels-purple-light\/60{
  fill: rgb(224 231 255 / 0.6);
}
.fill-pastels-purple-light\/65{
  fill: rgb(224 231 255 / 0.65);
}
.fill-pastels-purple-light\/70{
  fill: rgb(224 231 255 / 0.7);
}
.fill-pastels-purple-light\/75{
  fill: rgb(224 231 255 / 0.75);
}
.fill-pastels-purple-light\/80{
  fill: rgb(224 231 255 / 0.8);
}
.fill-pastels-purple-light\/85{
  fill: rgb(224 231 255 / 0.85);
}
.fill-pastels-purple-light\/90{
  fill: rgb(224 231 255 / 0.9);
}
.fill-pastels-purple-light\/95{
  fill: rgb(224 231 255 / 0.95);
}
.fill-pastels-teal-dark{
  fill: #0284c7;
}
.fill-pastels-teal-dark\/0{
  fill: rgb(2 132 199 / 0);
}
.fill-pastels-teal-dark\/10{
  fill: rgb(2 132 199 / 0.1);
}
.fill-pastels-teal-dark\/100{
  fill: rgb(2 132 199 / 1);
}
.fill-pastels-teal-dark\/15{
  fill: rgb(2 132 199 / 0.15);
}
.fill-pastels-teal-dark\/20{
  fill: rgb(2 132 199 / 0.2);
}
.fill-pastels-teal-dark\/25{
  fill: rgb(2 132 199 / 0.25);
}
.fill-pastels-teal-dark\/30{
  fill: rgb(2 132 199 / 0.3);
}
.fill-pastels-teal-dark\/35{
  fill: rgb(2 132 199 / 0.35);
}
.fill-pastels-teal-dark\/40{
  fill: rgb(2 132 199 / 0.4);
}
.fill-pastels-teal-dark\/45{
  fill: rgb(2 132 199 / 0.45);
}
.fill-pastels-teal-dark\/5{
  fill: rgb(2 132 199 / 0.05);
}
.fill-pastels-teal-dark\/50{
  fill: rgb(2 132 199 / 0.5);
}
.fill-pastels-teal-dark\/55{
  fill: rgb(2 132 199 / 0.55);
}
.fill-pastels-teal-dark\/60{
  fill: rgb(2 132 199 / 0.6);
}
.fill-pastels-teal-dark\/65{
  fill: rgb(2 132 199 / 0.65);
}
.fill-pastels-teal-dark\/70{
  fill: rgb(2 132 199 / 0.7);
}
.fill-pastels-teal-dark\/75{
  fill: rgb(2 132 199 / 0.75);
}
.fill-pastels-teal-dark\/80{
  fill: rgb(2 132 199 / 0.8);
}
.fill-pastels-teal-dark\/85{
  fill: rgb(2 132 199 / 0.85);
}
.fill-pastels-teal-dark\/90{
  fill: rgb(2 132 199 / 0.9);
}
.fill-pastels-teal-dark\/95{
  fill: rgb(2 132 199 / 0.95);
}
.fill-pastels-teal-light{
  fill: #e0f2fe;
}
.fill-pastels-teal-light\/0{
  fill: rgb(224 242 254 / 0);
}
.fill-pastels-teal-light\/10{
  fill: rgb(224 242 254 / 0.1);
}
.fill-pastels-teal-light\/100{
  fill: rgb(224 242 254 / 1);
}
.fill-pastels-teal-light\/15{
  fill: rgb(224 242 254 / 0.15);
}
.fill-pastels-teal-light\/20{
  fill: rgb(224 242 254 / 0.2);
}
.fill-pastels-teal-light\/25{
  fill: rgb(224 242 254 / 0.25);
}
.fill-pastels-teal-light\/30{
  fill: rgb(224 242 254 / 0.3);
}
.fill-pastels-teal-light\/35{
  fill: rgb(224 242 254 / 0.35);
}
.fill-pastels-teal-light\/40{
  fill: rgb(224 242 254 / 0.4);
}
.fill-pastels-teal-light\/45{
  fill: rgb(224 242 254 / 0.45);
}
.fill-pastels-teal-light\/5{
  fill: rgb(224 242 254 / 0.05);
}
.fill-pastels-teal-light\/50{
  fill: rgb(224 242 254 / 0.5);
}
.fill-pastels-teal-light\/55{
  fill: rgb(224 242 254 / 0.55);
}
.fill-pastels-teal-light\/60{
  fill: rgb(224 242 254 / 0.6);
}
.fill-pastels-teal-light\/65{
  fill: rgb(224 242 254 / 0.65);
}
.fill-pastels-teal-light\/70{
  fill: rgb(224 242 254 / 0.7);
}
.fill-pastels-teal-light\/75{
  fill: rgb(224 242 254 / 0.75);
}
.fill-pastels-teal-light\/80{
  fill: rgb(224 242 254 / 0.8);
}
.fill-pastels-teal-light\/85{
  fill: rgb(224 242 254 / 0.85);
}
.fill-pastels-teal-light\/90{
  fill: rgb(224 242 254 / 0.9);
}
.fill-pastels-teal-light\/95{
  fill: rgb(224 242 254 / 0.95);
}
.fill-pastels-yellow-dark{
  fill: #ca8a04;
}
.fill-pastels-yellow-dark\/0{
  fill: rgb(202 138 4 / 0);
}
.fill-pastels-yellow-dark\/10{
  fill: rgb(202 138 4 / 0.1);
}
.fill-pastels-yellow-dark\/100{
  fill: rgb(202 138 4 / 1);
}
.fill-pastels-yellow-dark\/15{
  fill: rgb(202 138 4 / 0.15);
}
.fill-pastels-yellow-dark\/20{
  fill: rgb(202 138 4 / 0.2);
}
.fill-pastels-yellow-dark\/25{
  fill: rgb(202 138 4 / 0.25);
}
.fill-pastels-yellow-dark\/30{
  fill: rgb(202 138 4 / 0.3);
}
.fill-pastels-yellow-dark\/35{
  fill: rgb(202 138 4 / 0.35);
}
.fill-pastels-yellow-dark\/40{
  fill: rgb(202 138 4 / 0.4);
}
.fill-pastels-yellow-dark\/45{
  fill: rgb(202 138 4 / 0.45);
}
.fill-pastels-yellow-dark\/5{
  fill: rgb(202 138 4 / 0.05);
}
.fill-pastels-yellow-dark\/50{
  fill: rgb(202 138 4 / 0.5);
}
.fill-pastels-yellow-dark\/55{
  fill: rgb(202 138 4 / 0.55);
}
.fill-pastels-yellow-dark\/60{
  fill: rgb(202 138 4 / 0.6);
}
.fill-pastels-yellow-dark\/65{
  fill: rgb(202 138 4 / 0.65);
}
.fill-pastels-yellow-dark\/70{
  fill: rgb(202 138 4 / 0.7);
}
.fill-pastels-yellow-dark\/75{
  fill: rgb(202 138 4 / 0.75);
}
.fill-pastels-yellow-dark\/80{
  fill: rgb(202 138 4 / 0.8);
}
.fill-pastels-yellow-dark\/85{
  fill: rgb(202 138 4 / 0.85);
}
.fill-pastels-yellow-dark\/90{
  fill: rgb(202 138 4 / 0.9);
}
.fill-pastels-yellow-dark\/95{
  fill: rgb(202 138 4 / 0.95);
}
.fill-pastels-yellow-light{
  fill: #fdf3c3;
}
.fill-pastels-yellow-light\/0{
  fill: rgb(253 243 195 / 0);
}
.fill-pastels-yellow-light\/10{
  fill: rgb(253 243 195 / 0.1);
}
.fill-pastels-yellow-light\/100{
  fill: rgb(253 243 195 / 1);
}
.fill-pastels-yellow-light\/15{
  fill: rgb(253 243 195 / 0.15);
}
.fill-pastels-yellow-light\/20{
  fill: rgb(253 243 195 / 0.2);
}
.fill-pastels-yellow-light\/25{
  fill: rgb(253 243 195 / 0.25);
}
.fill-pastels-yellow-light\/30{
  fill: rgb(253 243 195 / 0.3);
}
.fill-pastels-yellow-light\/35{
  fill: rgb(253 243 195 / 0.35);
}
.fill-pastels-yellow-light\/40{
  fill: rgb(253 243 195 / 0.4);
}
.fill-pastels-yellow-light\/45{
  fill: rgb(253 243 195 / 0.45);
}
.fill-pastels-yellow-light\/5{
  fill: rgb(253 243 195 / 0.05);
}
.fill-pastels-yellow-light\/50{
  fill: rgb(253 243 195 / 0.5);
}
.fill-pastels-yellow-light\/55{
  fill: rgb(253 243 195 / 0.55);
}
.fill-pastels-yellow-light\/60{
  fill: rgb(253 243 195 / 0.6);
}
.fill-pastels-yellow-light\/65{
  fill: rgb(253 243 195 / 0.65);
}
.fill-pastels-yellow-light\/70{
  fill: rgb(253 243 195 / 0.7);
}
.fill-pastels-yellow-light\/75{
  fill: rgb(253 243 195 / 0.75);
}
.fill-pastels-yellow-light\/80{
  fill: rgb(253 243 195 / 0.8);
}
.fill-pastels-yellow-light\/85{
  fill: rgb(253 243 195 / 0.85);
}
.fill-pastels-yellow-light\/90{
  fill: rgb(253 243 195 / 0.9);
}
.fill-pastels-yellow-light\/95{
  fill: rgb(253 243 195 / 0.95);
}
.fill-primary-600{
  fill: #155EEF;
}
.fill-primary-700{
  fill: #004EEB;
}
.fill-success-50{
  fill: #ECFDF3;
}
.fill-success-600{
  fill: #039855;
}
.fill-success-700{
  fill: #027A48;
}
.fill-white{
  fill: #ffffff;
}
.\!stroke-error-600{
  stroke: #D92D20 !important;
}
.\!stroke-gray-400{
  stroke: #98A2B3 !important;
}
.\!stroke-gray-500{
  stroke: #667085 !important;
}
.\!stroke-primary-600{
  stroke: #155EEF !important;
}
.\!stroke-red-500{
  stroke: #ef4444 !important;
}
.stroke-current{
  stroke: currentColor;
}
.stroke-error-500{
  stroke: #F04438;
}
.stroke-error-600{
  stroke: #D92D20;
}
.stroke-error-700{
  stroke: #B42318;
}
.stroke-gray-400{
  stroke: #98A2B3;
}
.stroke-gray-500{
  stroke: #667085;
}
.stroke-gray-600{
  stroke: #475467;
}
.stroke-gray-700{
  stroke: #344054;
}
.stroke-none{
  stroke: none;
}
.stroke-pastels-blue-dark{
  stroke: #2563eb;
}
.stroke-pastels-blue-dark\/0{
  stroke: rgb(37 99 235 / 0);
}
.stroke-pastels-blue-dark\/10{
  stroke: rgb(37 99 235 / 0.1);
}
.stroke-pastels-blue-dark\/100{
  stroke: rgb(37 99 235 / 1);
}
.stroke-pastels-blue-dark\/15{
  stroke: rgb(37 99 235 / 0.15);
}
.stroke-pastels-blue-dark\/20{
  stroke: rgb(37 99 235 / 0.2);
}
.stroke-pastels-blue-dark\/25{
  stroke: rgb(37 99 235 / 0.25);
}
.stroke-pastels-blue-dark\/30{
  stroke: rgb(37 99 235 / 0.3);
}
.stroke-pastels-blue-dark\/35{
  stroke: rgb(37 99 235 / 0.35);
}
.stroke-pastels-blue-dark\/40{
  stroke: rgb(37 99 235 / 0.4);
}
.stroke-pastels-blue-dark\/45{
  stroke: rgb(37 99 235 / 0.45);
}
.stroke-pastels-blue-dark\/5{
  stroke: rgb(37 99 235 / 0.05);
}
.stroke-pastels-blue-dark\/50{
  stroke: rgb(37 99 235 / 0.5);
}
.stroke-pastels-blue-dark\/55{
  stroke: rgb(37 99 235 / 0.55);
}
.stroke-pastels-blue-dark\/60{
  stroke: rgb(37 99 235 / 0.6);
}
.stroke-pastels-blue-dark\/65{
  stroke: rgb(37 99 235 / 0.65);
}
.stroke-pastels-blue-dark\/70{
  stroke: rgb(37 99 235 / 0.7);
}
.stroke-pastels-blue-dark\/75{
  stroke: rgb(37 99 235 / 0.75);
}
.stroke-pastels-blue-dark\/80{
  stroke: rgb(37 99 235 / 0.8);
}
.stroke-pastels-blue-dark\/85{
  stroke: rgb(37 99 235 / 0.85);
}
.stroke-pastels-blue-dark\/90{
  stroke: rgb(37 99 235 / 0.9);
}
.stroke-pastels-blue-dark\/95{
  stroke: rgb(37 99 235 / 0.95);
}
.stroke-pastels-blue-light{
  stroke: #d9eaf5;
}
.stroke-pastels-blue-light\/0{
  stroke: rgb(217 234 245 / 0);
}
.stroke-pastels-blue-light\/10{
  stroke: rgb(217 234 245 / 0.1);
}
.stroke-pastels-blue-light\/100{
  stroke: rgb(217 234 245 / 1);
}
.stroke-pastels-blue-light\/15{
  stroke: rgb(217 234 245 / 0.15);
}
.stroke-pastels-blue-light\/20{
  stroke: rgb(217 234 245 / 0.2);
}
.stroke-pastels-blue-light\/25{
  stroke: rgb(217 234 245 / 0.25);
}
.stroke-pastels-blue-light\/30{
  stroke: rgb(217 234 245 / 0.3);
}
.stroke-pastels-blue-light\/35{
  stroke: rgb(217 234 245 / 0.35);
}
.stroke-pastels-blue-light\/40{
  stroke: rgb(217 234 245 / 0.4);
}
.stroke-pastels-blue-light\/45{
  stroke: rgb(217 234 245 / 0.45);
}
.stroke-pastels-blue-light\/5{
  stroke: rgb(217 234 245 / 0.05);
}
.stroke-pastels-blue-light\/50{
  stroke: rgb(217 234 245 / 0.5);
}
.stroke-pastels-blue-light\/55{
  stroke: rgb(217 234 245 / 0.55);
}
.stroke-pastels-blue-light\/60{
  stroke: rgb(217 234 245 / 0.6);
}
.stroke-pastels-blue-light\/65{
  stroke: rgb(217 234 245 / 0.65);
}
.stroke-pastels-blue-light\/70{
  stroke: rgb(217 234 245 / 0.7);
}
.stroke-pastels-blue-light\/75{
  stroke: rgb(217 234 245 / 0.75);
}
.stroke-pastels-blue-light\/80{
  stroke: rgb(217 234 245 / 0.8);
}
.stroke-pastels-blue-light\/85{
  stroke: rgb(217 234 245 / 0.85);
}
.stroke-pastels-blue-light\/90{
  stroke: rgb(217 234 245 / 0.9);
}
.stroke-pastels-blue-light\/95{
  stroke: rgb(217 234 245 / 0.95);
}
.stroke-pastels-green-dark{
  stroke: #16a34a;
}
.stroke-pastels-green-dark\/0{
  stroke: rgb(22 163 74 / 0);
}
.stroke-pastels-green-dark\/10{
  stroke: rgb(22 163 74 / 0.1);
}
.stroke-pastels-green-dark\/100{
  stroke: rgb(22 163 74 / 1);
}
.stroke-pastels-green-dark\/15{
  stroke: rgb(22 163 74 / 0.15);
}
.stroke-pastels-green-dark\/20{
  stroke: rgb(22 163 74 / 0.2);
}
.stroke-pastels-green-dark\/25{
  stroke: rgb(22 163 74 / 0.25);
}
.stroke-pastels-green-dark\/30{
  stroke: rgb(22 163 74 / 0.3);
}
.stroke-pastels-green-dark\/35{
  stroke: rgb(22 163 74 / 0.35);
}
.stroke-pastels-green-dark\/40{
  stroke: rgb(22 163 74 / 0.4);
}
.stroke-pastels-green-dark\/45{
  stroke: rgb(22 163 74 / 0.45);
}
.stroke-pastels-green-dark\/5{
  stroke: rgb(22 163 74 / 0.05);
}
.stroke-pastels-green-dark\/50{
  stroke: rgb(22 163 74 / 0.5);
}
.stroke-pastels-green-dark\/55{
  stroke: rgb(22 163 74 / 0.55);
}
.stroke-pastels-green-dark\/60{
  stroke: rgb(22 163 74 / 0.6);
}
.stroke-pastels-green-dark\/65{
  stroke: rgb(22 163 74 / 0.65);
}
.stroke-pastels-green-dark\/70{
  stroke: rgb(22 163 74 / 0.7);
}
.stroke-pastels-green-dark\/75{
  stroke: rgb(22 163 74 / 0.75);
}
.stroke-pastels-green-dark\/80{
  stroke: rgb(22 163 74 / 0.8);
}
.stroke-pastels-green-dark\/85{
  stroke: rgb(22 163 74 / 0.85);
}
.stroke-pastels-green-dark\/90{
  stroke: rgb(22 163 74 / 0.9);
}
.stroke-pastels-green-dark\/95{
  stroke: rgb(22 163 74 / 0.95);
}
.stroke-pastels-green-light{
  stroke: #dcf5dc;
}
.stroke-pastels-green-light\/0{
  stroke: rgb(220 245 220 / 0);
}
.stroke-pastels-green-light\/10{
  stroke: rgb(220 245 220 / 0.1);
}
.stroke-pastels-green-light\/100{
  stroke: rgb(220 245 220 / 1);
}
.stroke-pastels-green-light\/15{
  stroke: rgb(220 245 220 / 0.15);
}
.stroke-pastels-green-light\/20{
  stroke: rgb(220 245 220 / 0.2);
}
.stroke-pastels-green-light\/25{
  stroke: rgb(220 245 220 / 0.25);
}
.stroke-pastels-green-light\/30{
  stroke: rgb(220 245 220 / 0.3);
}
.stroke-pastels-green-light\/35{
  stroke: rgb(220 245 220 / 0.35);
}
.stroke-pastels-green-light\/40{
  stroke: rgb(220 245 220 / 0.4);
}
.stroke-pastels-green-light\/45{
  stroke: rgb(220 245 220 / 0.45);
}
.stroke-pastels-green-light\/5{
  stroke: rgb(220 245 220 / 0.05);
}
.stroke-pastels-green-light\/50{
  stroke: rgb(220 245 220 / 0.5);
}
.stroke-pastels-green-light\/55{
  stroke: rgb(220 245 220 / 0.55);
}
.stroke-pastels-green-light\/60{
  stroke: rgb(220 245 220 / 0.6);
}
.stroke-pastels-green-light\/65{
  stroke: rgb(220 245 220 / 0.65);
}
.stroke-pastels-green-light\/70{
  stroke: rgb(220 245 220 / 0.7);
}
.stroke-pastels-green-light\/75{
  stroke: rgb(220 245 220 / 0.75);
}
.stroke-pastels-green-light\/80{
  stroke: rgb(220 245 220 / 0.8);
}
.stroke-pastels-green-light\/85{
  stroke: rgb(220 245 220 / 0.85);
}
.stroke-pastels-green-light\/90{
  stroke: rgb(220 245 220 / 0.9);
}
.stroke-pastels-green-light\/95{
  stroke: rgb(220 245 220 / 0.95);
}
.stroke-pastels-orange-dark{
  stroke: #ea580c;
}
.stroke-pastels-orange-dark\/0{
  stroke: rgb(234 88 12 / 0);
}
.stroke-pastels-orange-dark\/10{
  stroke: rgb(234 88 12 / 0.1);
}
.stroke-pastels-orange-dark\/100{
  stroke: rgb(234 88 12 / 1);
}
.stroke-pastels-orange-dark\/15{
  stroke: rgb(234 88 12 / 0.15);
}
.stroke-pastels-orange-dark\/20{
  stroke: rgb(234 88 12 / 0.2);
}
.stroke-pastels-orange-dark\/25{
  stroke: rgb(234 88 12 / 0.25);
}
.stroke-pastels-orange-dark\/30{
  stroke: rgb(234 88 12 / 0.3);
}
.stroke-pastels-orange-dark\/35{
  stroke: rgb(234 88 12 / 0.35);
}
.stroke-pastels-orange-dark\/40{
  stroke: rgb(234 88 12 / 0.4);
}
.stroke-pastels-orange-dark\/45{
  stroke: rgb(234 88 12 / 0.45);
}
.stroke-pastels-orange-dark\/5{
  stroke: rgb(234 88 12 / 0.05);
}
.stroke-pastels-orange-dark\/50{
  stroke: rgb(234 88 12 / 0.5);
}
.stroke-pastels-orange-dark\/55{
  stroke: rgb(234 88 12 / 0.55);
}
.stroke-pastels-orange-dark\/60{
  stroke: rgb(234 88 12 / 0.6);
}
.stroke-pastels-orange-dark\/65{
  stroke: rgb(234 88 12 / 0.65);
}
.stroke-pastels-orange-dark\/70{
  stroke: rgb(234 88 12 / 0.7);
}
.stroke-pastels-orange-dark\/75{
  stroke: rgb(234 88 12 / 0.75);
}
.stroke-pastels-orange-dark\/80{
  stroke: rgb(234 88 12 / 0.8);
}
.stroke-pastels-orange-dark\/85{
  stroke: rgb(234 88 12 / 0.85);
}
.stroke-pastels-orange-dark\/90{
  stroke: rgb(234 88 12 / 0.9);
}
.stroke-pastels-orange-dark\/95{
  stroke: rgb(234 88 12 / 0.95);
}
.stroke-pastels-orange-light{
  stroke: #fae1c3;
}
.stroke-pastels-orange-light\/0{
  stroke: rgb(250 225 195 / 0);
}
.stroke-pastels-orange-light\/10{
  stroke: rgb(250 225 195 / 0.1);
}
.stroke-pastels-orange-light\/100{
  stroke: rgb(250 225 195 / 1);
}
.stroke-pastels-orange-light\/15{
  stroke: rgb(250 225 195 / 0.15);
}
.stroke-pastels-orange-light\/20{
  stroke: rgb(250 225 195 / 0.2);
}
.stroke-pastels-orange-light\/25{
  stroke: rgb(250 225 195 / 0.25);
}
.stroke-pastels-orange-light\/30{
  stroke: rgb(250 225 195 / 0.3);
}
.stroke-pastels-orange-light\/35{
  stroke: rgb(250 225 195 / 0.35);
}
.stroke-pastels-orange-light\/40{
  stroke: rgb(250 225 195 / 0.4);
}
.stroke-pastels-orange-light\/45{
  stroke: rgb(250 225 195 / 0.45);
}
.stroke-pastels-orange-light\/5{
  stroke: rgb(250 225 195 / 0.05);
}
.stroke-pastels-orange-light\/50{
  stroke: rgb(250 225 195 / 0.5);
}
.stroke-pastels-orange-light\/55{
  stroke: rgb(250 225 195 / 0.55);
}
.stroke-pastels-orange-light\/60{
  stroke: rgb(250 225 195 / 0.6);
}
.stroke-pastels-orange-light\/65{
  stroke: rgb(250 225 195 / 0.65);
}
.stroke-pastels-orange-light\/70{
  stroke: rgb(250 225 195 / 0.7);
}
.stroke-pastels-orange-light\/75{
  stroke: rgb(250 225 195 / 0.75);
}
.stroke-pastels-orange-light\/80{
  stroke: rgb(250 225 195 / 0.8);
}
.stroke-pastels-orange-light\/85{
  stroke: rgb(250 225 195 / 0.85);
}
.stroke-pastels-orange-light\/90{
  stroke: rgb(250 225 195 / 0.9);
}
.stroke-pastels-orange-light\/95{
  stroke: rgb(250 225 195 / 0.95);
}
.stroke-pastels-pink-dark{
  stroke: #be123c;
}
.stroke-pastels-pink-dark\/0{
  stroke: rgb(190 18 60 / 0);
}
.stroke-pastels-pink-dark\/10{
  stroke: rgb(190 18 60 / 0.1);
}
.stroke-pastels-pink-dark\/100{
  stroke: rgb(190 18 60 / 1);
}
.stroke-pastels-pink-dark\/15{
  stroke: rgb(190 18 60 / 0.15);
}
.stroke-pastels-pink-dark\/20{
  stroke: rgb(190 18 60 / 0.2);
}
.stroke-pastels-pink-dark\/25{
  stroke: rgb(190 18 60 / 0.25);
}
.stroke-pastels-pink-dark\/30{
  stroke: rgb(190 18 60 / 0.3);
}
.stroke-pastels-pink-dark\/35{
  stroke: rgb(190 18 60 / 0.35);
}
.stroke-pastels-pink-dark\/40{
  stroke: rgb(190 18 60 / 0.4);
}
.stroke-pastels-pink-dark\/45{
  stroke: rgb(190 18 60 / 0.45);
}
.stroke-pastels-pink-dark\/5{
  stroke: rgb(190 18 60 / 0.05);
}
.stroke-pastels-pink-dark\/50{
  stroke: rgb(190 18 60 / 0.5);
}
.stroke-pastels-pink-dark\/55{
  stroke: rgb(190 18 60 / 0.55);
}
.stroke-pastels-pink-dark\/60{
  stroke: rgb(190 18 60 / 0.6);
}
.stroke-pastels-pink-dark\/65{
  stroke: rgb(190 18 60 / 0.65);
}
.stroke-pastels-pink-dark\/70{
  stroke: rgb(190 18 60 / 0.7);
}
.stroke-pastels-pink-dark\/75{
  stroke: rgb(190 18 60 / 0.75);
}
.stroke-pastels-pink-dark\/80{
  stroke: rgb(190 18 60 / 0.8);
}
.stroke-pastels-pink-dark\/85{
  stroke: rgb(190 18 60 / 0.85);
}
.stroke-pastels-pink-dark\/90{
  stroke: rgb(190 18 60 / 0.9);
}
.stroke-pastels-pink-dark\/95{
  stroke: rgb(190 18 60 / 0.95);
}
.stroke-pastels-pink-light{
  stroke: #ffe4e6;
}
.stroke-pastels-pink-light\/0{
  stroke: rgb(255 228 230 / 0);
}
.stroke-pastels-pink-light\/10{
  stroke: rgb(255 228 230 / 0.1);
}
.stroke-pastels-pink-light\/100{
  stroke: rgb(255 228 230 / 1);
}
.stroke-pastels-pink-light\/15{
  stroke: rgb(255 228 230 / 0.15);
}
.stroke-pastels-pink-light\/20{
  stroke: rgb(255 228 230 / 0.2);
}
.stroke-pastels-pink-light\/25{
  stroke: rgb(255 228 230 / 0.25);
}
.stroke-pastels-pink-light\/30{
  stroke: rgb(255 228 230 / 0.3);
}
.stroke-pastels-pink-light\/35{
  stroke: rgb(255 228 230 / 0.35);
}
.stroke-pastels-pink-light\/40{
  stroke: rgb(255 228 230 / 0.4);
}
.stroke-pastels-pink-light\/45{
  stroke: rgb(255 228 230 / 0.45);
}
.stroke-pastels-pink-light\/5{
  stroke: rgb(255 228 230 / 0.05);
}
.stroke-pastels-pink-light\/50{
  stroke: rgb(255 228 230 / 0.5);
}
.stroke-pastels-pink-light\/55{
  stroke: rgb(255 228 230 / 0.55);
}
.stroke-pastels-pink-light\/60{
  stroke: rgb(255 228 230 / 0.6);
}
.stroke-pastels-pink-light\/65{
  stroke: rgb(255 228 230 / 0.65);
}
.stroke-pastels-pink-light\/70{
  stroke: rgb(255 228 230 / 0.7);
}
.stroke-pastels-pink-light\/75{
  stroke: rgb(255 228 230 / 0.75);
}
.stroke-pastels-pink-light\/80{
  stroke: rgb(255 228 230 / 0.8);
}
.stroke-pastels-pink-light\/85{
  stroke: rgb(255 228 230 / 0.85);
}
.stroke-pastels-pink-light\/90{
  stroke: rgb(255 228 230 / 0.9);
}
.stroke-pastels-pink-light\/95{
  stroke: rgb(255 228 230 / 0.95);
}
.stroke-pastels-purple-dark{
  stroke: #4338ca;
}
.stroke-pastels-purple-dark\/0{
  stroke: rgb(67 56 202 / 0);
}
.stroke-pastels-purple-dark\/10{
  stroke: rgb(67 56 202 / 0.1);
}
.stroke-pastels-purple-dark\/100{
  stroke: rgb(67 56 202 / 1);
}
.stroke-pastels-purple-dark\/15{
  stroke: rgb(67 56 202 / 0.15);
}
.stroke-pastels-purple-dark\/20{
  stroke: rgb(67 56 202 / 0.2);
}
.stroke-pastels-purple-dark\/25{
  stroke: rgb(67 56 202 / 0.25);
}
.stroke-pastels-purple-dark\/30{
  stroke: rgb(67 56 202 / 0.3);
}
.stroke-pastels-purple-dark\/35{
  stroke: rgb(67 56 202 / 0.35);
}
.stroke-pastels-purple-dark\/40{
  stroke: rgb(67 56 202 / 0.4);
}
.stroke-pastels-purple-dark\/45{
  stroke: rgb(67 56 202 / 0.45);
}
.stroke-pastels-purple-dark\/5{
  stroke: rgb(67 56 202 / 0.05);
}
.stroke-pastels-purple-dark\/50{
  stroke: rgb(67 56 202 / 0.5);
}
.stroke-pastels-purple-dark\/55{
  stroke: rgb(67 56 202 / 0.55);
}
.stroke-pastels-purple-dark\/60{
  stroke: rgb(67 56 202 / 0.6);
}
.stroke-pastels-purple-dark\/65{
  stroke: rgb(67 56 202 / 0.65);
}
.stroke-pastels-purple-dark\/70{
  stroke: rgb(67 56 202 / 0.7);
}
.stroke-pastels-purple-dark\/75{
  stroke: rgb(67 56 202 / 0.75);
}
.stroke-pastels-purple-dark\/80{
  stroke: rgb(67 56 202 / 0.8);
}
.stroke-pastels-purple-dark\/85{
  stroke: rgb(67 56 202 / 0.85);
}
.stroke-pastels-purple-dark\/90{
  stroke: rgb(67 56 202 / 0.9);
}
.stroke-pastels-purple-dark\/95{
  stroke: rgb(67 56 202 / 0.95);
}
.stroke-pastels-purple-light{
  stroke: #e0e7ff;
}
.stroke-pastels-purple-light\/0{
  stroke: rgb(224 231 255 / 0);
}
.stroke-pastels-purple-light\/10{
  stroke: rgb(224 231 255 / 0.1);
}
.stroke-pastels-purple-light\/100{
  stroke: rgb(224 231 255 / 1);
}
.stroke-pastels-purple-light\/15{
  stroke: rgb(224 231 255 / 0.15);
}
.stroke-pastels-purple-light\/20{
  stroke: rgb(224 231 255 / 0.2);
}
.stroke-pastels-purple-light\/25{
  stroke: rgb(224 231 255 / 0.25);
}
.stroke-pastels-purple-light\/30{
  stroke: rgb(224 231 255 / 0.3);
}
.stroke-pastels-purple-light\/35{
  stroke: rgb(224 231 255 / 0.35);
}
.stroke-pastels-purple-light\/40{
  stroke: rgb(224 231 255 / 0.4);
}
.stroke-pastels-purple-light\/45{
  stroke: rgb(224 231 255 / 0.45);
}
.stroke-pastels-purple-light\/5{
  stroke: rgb(224 231 255 / 0.05);
}
.stroke-pastels-purple-light\/50{
  stroke: rgb(224 231 255 / 0.5);
}
.stroke-pastels-purple-light\/55{
  stroke: rgb(224 231 255 / 0.55);
}
.stroke-pastels-purple-light\/60{
  stroke: rgb(224 231 255 / 0.6);
}
.stroke-pastels-purple-light\/65{
  stroke: rgb(224 231 255 / 0.65);
}
.stroke-pastels-purple-light\/70{
  stroke: rgb(224 231 255 / 0.7);
}
.stroke-pastels-purple-light\/75{
  stroke: rgb(224 231 255 / 0.75);
}
.stroke-pastels-purple-light\/80{
  stroke: rgb(224 231 255 / 0.8);
}
.stroke-pastels-purple-light\/85{
  stroke: rgb(224 231 255 / 0.85);
}
.stroke-pastels-purple-light\/90{
  stroke: rgb(224 231 255 / 0.9);
}
.stroke-pastels-purple-light\/95{
  stroke: rgb(224 231 255 / 0.95);
}
.stroke-pastels-teal-dark{
  stroke: #0284c7;
}
.stroke-pastels-teal-dark\/0{
  stroke: rgb(2 132 199 / 0);
}
.stroke-pastels-teal-dark\/10{
  stroke: rgb(2 132 199 / 0.1);
}
.stroke-pastels-teal-dark\/100{
  stroke: rgb(2 132 199 / 1);
}
.stroke-pastels-teal-dark\/15{
  stroke: rgb(2 132 199 / 0.15);
}
.stroke-pastels-teal-dark\/20{
  stroke: rgb(2 132 199 / 0.2);
}
.stroke-pastels-teal-dark\/25{
  stroke: rgb(2 132 199 / 0.25);
}
.stroke-pastels-teal-dark\/30{
  stroke: rgb(2 132 199 / 0.3);
}
.stroke-pastels-teal-dark\/35{
  stroke: rgb(2 132 199 / 0.35);
}
.stroke-pastels-teal-dark\/40{
  stroke: rgb(2 132 199 / 0.4);
}
.stroke-pastels-teal-dark\/45{
  stroke: rgb(2 132 199 / 0.45);
}
.stroke-pastels-teal-dark\/5{
  stroke: rgb(2 132 199 / 0.05);
}
.stroke-pastels-teal-dark\/50{
  stroke: rgb(2 132 199 / 0.5);
}
.stroke-pastels-teal-dark\/55{
  stroke: rgb(2 132 199 / 0.55);
}
.stroke-pastels-teal-dark\/60{
  stroke: rgb(2 132 199 / 0.6);
}
.stroke-pastels-teal-dark\/65{
  stroke: rgb(2 132 199 / 0.65);
}
.stroke-pastels-teal-dark\/70{
  stroke: rgb(2 132 199 / 0.7);
}
.stroke-pastels-teal-dark\/75{
  stroke: rgb(2 132 199 / 0.75);
}
.stroke-pastels-teal-dark\/80{
  stroke: rgb(2 132 199 / 0.8);
}
.stroke-pastels-teal-dark\/85{
  stroke: rgb(2 132 199 / 0.85);
}
.stroke-pastels-teal-dark\/90{
  stroke: rgb(2 132 199 / 0.9);
}
.stroke-pastels-teal-dark\/95{
  stroke: rgb(2 132 199 / 0.95);
}
.stroke-pastels-teal-light{
  stroke: #e0f2fe;
}
.stroke-pastels-teal-light\/0{
  stroke: rgb(224 242 254 / 0);
}
.stroke-pastels-teal-light\/10{
  stroke: rgb(224 242 254 / 0.1);
}
.stroke-pastels-teal-light\/100{
  stroke: rgb(224 242 254 / 1);
}
.stroke-pastels-teal-light\/15{
  stroke: rgb(224 242 254 / 0.15);
}
.stroke-pastels-teal-light\/20{
  stroke: rgb(224 242 254 / 0.2);
}
.stroke-pastels-teal-light\/25{
  stroke: rgb(224 242 254 / 0.25);
}
.stroke-pastels-teal-light\/30{
  stroke: rgb(224 242 254 / 0.3);
}
.stroke-pastels-teal-light\/35{
  stroke: rgb(224 242 254 / 0.35);
}
.stroke-pastels-teal-light\/40{
  stroke: rgb(224 242 254 / 0.4);
}
.stroke-pastels-teal-light\/45{
  stroke: rgb(224 242 254 / 0.45);
}
.stroke-pastels-teal-light\/5{
  stroke: rgb(224 242 254 / 0.05);
}
.stroke-pastels-teal-light\/50{
  stroke: rgb(224 242 254 / 0.5);
}
.stroke-pastels-teal-light\/55{
  stroke: rgb(224 242 254 / 0.55);
}
.stroke-pastels-teal-light\/60{
  stroke: rgb(224 242 254 / 0.6);
}
.stroke-pastels-teal-light\/65{
  stroke: rgb(224 242 254 / 0.65);
}
.stroke-pastels-teal-light\/70{
  stroke: rgb(224 242 254 / 0.7);
}
.stroke-pastels-teal-light\/75{
  stroke: rgb(224 242 254 / 0.75);
}
.stroke-pastels-teal-light\/80{
  stroke: rgb(224 242 254 / 0.8);
}
.stroke-pastels-teal-light\/85{
  stroke: rgb(224 242 254 / 0.85);
}
.stroke-pastels-teal-light\/90{
  stroke: rgb(224 242 254 / 0.9);
}
.stroke-pastels-teal-light\/95{
  stroke: rgb(224 242 254 / 0.95);
}
.stroke-pastels-yellow-dark{
  stroke: #ca8a04;
}
.stroke-pastels-yellow-dark\/0{
  stroke: rgb(202 138 4 / 0);
}
.stroke-pastels-yellow-dark\/10{
  stroke: rgb(202 138 4 / 0.1);
}
.stroke-pastels-yellow-dark\/100{
  stroke: rgb(202 138 4 / 1);
}
.stroke-pastels-yellow-dark\/15{
  stroke: rgb(202 138 4 / 0.15);
}
.stroke-pastels-yellow-dark\/20{
  stroke: rgb(202 138 4 / 0.2);
}
.stroke-pastels-yellow-dark\/25{
  stroke: rgb(202 138 4 / 0.25);
}
.stroke-pastels-yellow-dark\/30{
  stroke: rgb(202 138 4 / 0.3);
}
.stroke-pastels-yellow-dark\/35{
  stroke: rgb(202 138 4 / 0.35);
}
.stroke-pastels-yellow-dark\/40{
  stroke: rgb(202 138 4 / 0.4);
}
.stroke-pastels-yellow-dark\/45{
  stroke: rgb(202 138 4 / 0.45);
}
.stroke-pastels-yellow-dark\/5{
  stroke: rgb(202 138 4 / 0.05);
}
.stroke-pastels-yellow-dark\/50{
  stroke: rgb(202 138 4 / 0.5);
}
.stroke-pastels-yellow-dark\/55{
  stroke: rgb(202 138 4 / 0.55);
}
.stroke-pastels-yellow-dark\/60{
  stroke: rgb(202 138 4 / 0.6);
}
.stroke-pastels-yellow-dark\/65{
  stroke: rgb(202 138 4 / 0.65);
}
.stroke-pastels-yellow-dark\/70{
  stroke: rgb(202 138 4 / 0.7);
}
.stroke-pastels-yellow-dark\/75{
  stroke: rgb(202 138 4 / 0.75);
}
.stroke-pastels-yellow-dark\/80{
  stroke: rgb(202 138 4 / 0.8);
}
.stroke-pastels-yellow-dark\/85{
  stroke: rgb(202 138 4 / 0.85);
}
.stroke-pastels-yellow-dark\/90{
  stroke: rgb(202 138 4 / 0.9);
}
.stroke-pastels-yellow-dark\/95{
  stroke: rgb(202 138 4 / 0.95);
}
.stroke-pastels-yellow-light{
  stroke: #fdf3c3;
}
.stroke-pastels-yellow-light\/0{
  stroke: rgb(253 243 195 / 0);
}
.stroke-pastels-yellow-light\/10{
  stroke: rgb(253 243 195 / 0.1);
}
.stroke-pastels-yellow-light\/100{
  stroke: rgb(253 243 195 / 1);
}
.stroke-pastels-yellow-light\/15{
  stroke: rgb(253 243 195 / 0.15);
}
.stroke-pastels-yellow-light\/20{
  stroke: rgb(253 243 195 / 0.2);
}
.stroke-pastels-yellow-light\/25{
  stroke: rgb(253 243 195 / 0.25);
}
.stroke-pastels-yellow-light\/30{
  stroke: rgb(253 243 195 / 0.3);
}
.stroke-pastels-yellow-light\/35{
  stroke: rgb(253 243 195 / 0.35);
}
.stroke-pastels-yellow-light\/40{
  stroke: rgb(253 243 195 / 0.4);
}
.stroke-pastels-yellow-light\/45{
  stroke: rgb(253 243 195 / 0.45);
}
.stroke-pastels-yellow-light\/5{
  stroke: rgb(253 243 195 / 0.05);
}
.stroke-pastels-yellow-light\/50{
  stroke: rgb(253 243 195 / 0.5);
}
.stroke-pastels-yellow-light\/55{
  stroke: rgb(253 243 195 / 0.55);
}
.stroke-pastels-yellow-light\/60{
  stroke: rgb(253 243 195 / 0.6);
}
.stroke-pastels-yellow-light\/65{
  stroke: rgb(253 243 195 / 0.65);
}
.stroke-pastels-yellow-light\/70{
  stroke: rgb(253 243 195 / 0.7);
}
.stroke-pastels-yellow-light\/75{
  stroke: rgb(253 243 195 / 0.75);
}
.stroke-pastels-yellow-light\/80{
  stroke: rgb(253 243 195 / 0.8);
}
.stroke-pastels-yellow-light\/85{
  stroke: rgb(253 243 195 / 0.85);
}
.stroke-pastels-yellow-light\/90{
  stroke: rgb(253 243 195 / 0.9);
}
.stroke-pastels-yellow-light\/95{
  stroke: rgb(253 243 195 / 0.95);
}
.stroke-primary-400{
  stroke: #528BFF;
}
.stroke-primary-500{
  stroke: #2970FF;
}
.stroke-primary-600{
  stroke: #155EEF;
}
.stroke-primary-700{
  stroke: #004EEB;
}
.stroke-success-500{
  stroke: #12B76A;
}
.stroke-success-600{
  stroke: #039855;
}
.stroke-success-700{
  stroke: #027A48;
}
.stroke-warning-500{
  stroke: #F79009;
}
.stroke-white{
  stroke: #ffffff;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0{
  padding: 0px !important;
}
.\!p-\[4px\]{
  padding: 4px !important;
}
.\!p-\[6px\]{
  padding: 6px !important;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-3\.5{
  padding: 0.875rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-\[10px\]{
  padding: 10px;
}
.p-\[12px\]{
  padding: 12px;
}
.p-\[15px\]{
  padding: 15px;
}
.p-\[16px\]{
  padding: 16px;
}
.p-\[20px\]{
  padding: 20px;
}
.p-\[24px\]{
  padding: 24px;
}
.p-\[2px\]{
  padding: 2px;
}
.p-\[32px\]{
  padding: 32px;
}
.p-\[8px\]{
  padding: 8px;
}
.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.\!px-\[10px\]{
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.\!px-\[14px\]{
  padding-left: 14px !important;
  padding-right: 14px !important;
}
.\!px-\[15px\]{
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.\!px-\[16px\]{
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.\!px-\[18px\]{
  padding-left: 18px !important;
  padding-right: 18px !important;
}
.\!px-\[20px\]{
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.\!px-\[24px\]{
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.\!px-\[32px\]{
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.\!px-\[5px\]{
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.\!px-\[8px\]{
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.\!py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.\!py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.\!py-1\.5{
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.\!py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.\!py-\[10px\]{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.\!py-\[13px\]{
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
.\!py-\[14px\]{
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.\!py-\[20px\]{
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.\!py-\[25px\]{
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.\!py-\[2px\]{
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.\!py-\[4px\]{
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.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-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[14px\]{
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[6px\]{
  padding-left: 6px;
  padding-right: 6px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.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-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[18px\]{
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[24px\]{
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[26px\]{
  padding-top: 26px;
  padding-bottom: 26px;
}
.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[40px\]{
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[4px\]{
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[60px\]{
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[9px\]{
  padding-top: 9px;
  padding-bottom: 9px;
}
.\!pb-0{
  padding-bottom: 0px !important;
}
.\!pb-3{
  padding-bottom: 0.75rem !important;
}
.\!pb-4{
  padding-bottom: 1rem !important;
}
.\!pb-\[12px\]{
  padding-bottom: 12px !important;
}
.\!pl-0\.5{
  padding-left: 0.125rem !important;
}
.\!pl-1{
  padding-left: 0.25rem !important;
}
.\!pl-2{
  padding-left: 0.5rem !important;
}
.\!pl-3{
  padding-left: 0.75rem !important;
}
.\!pl-7{
  padding-left: 1.75rem !important;
}
.\!pl-\[10px\]{
  padding-left: 10px !important;
}
.\!pl-\[24px\]{
  padding-left: 24px !important;
}
.\!pl-\[25px\]{
  padding-left: 25px !important;
}
.\!pl-\[8px\]{
  padding-left: 8px !important;
}
.\!pr-2{
  padding-right: 0.5rem !important;
}
.\!pr-4{
  padding-right: 1rem !important;
}
.\!pr-5{
  padding-right: 1.25rem !important;
}
.\!pr-6{
  padding-right: 1.5rem !important;
}
.\!pr-8{
  padding-right: 2rem !important;
}
.\!pr-\[0px\]{
  padding-right: 0px !important;
}
.\!pr-\[20px\]{
  padding-right: 20px !important;
}
.\!pr-\[54px\]{
  padding-right: 54px !important;
}
.\!pr-\[90px\]{
  padding-right: 90px !important;
}
.\!pr-\[95px\]{
  padding-right: 95px !important;
}
.\!pt-0{
  padding-top: 0px !important;
}
.\!pt-\[14px\]{
  padding-top: 14px !important;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-3\.5{
  padding-bottom: 0.875rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[10px\]{
  padding-bottom: 10px;
}
.pb-\[150px\]{
  padding-bottom: 150px;
}
.pb-\[15px\]{
  padding-bottom: 15px;
}
.pb-\[16px\]{
  padding-bottom: 16px;
}
.pb-\[20px\]{
  padding-bottom: 20px;
}
.pb-\[32px\]{
  padding-bottom: 32px;
}
.pb-\[40px\]{
  padding-bottom: 40px;
}
.pb-\[4px\]{
  padding-bottom: 4px;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-9{
  padding-left: 2.25rem;
}
.pl-\[12px\]{
  padding-left: 12px;
}
.pl-\[32px\]{
  padding-left: 32px;
}
.pl-\[8px\]{
  padding-left: 8px;
}
.pr-0{
  padding-right: 0px;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-8{
  padding-right: 2rem;
}
.pr-\[20px\]{
  padding-right: 20px;
}
.pr-\[32px\]{
  padding-right: 32px;
}
.pr-\[54px\]{
  padding-right: 54px;
}
.pr-\[5px\]{
  padding-right: 5px;
}
.pr-\[64px\]{
  padding-right: 64px;
}
.pr-\[85px\]{
  padding-right: 85px;
}
.pr-\[95px\]{
  padding-right: 95px;
}
.ps-1{
  padding-inline-start: 0.25rem;
}
.ps-2{
  padding-inline-start: 0.5rem;
}
.ps-3{
  padding-inline-start: 0.75rem;
}
.ps-4{
  padding-inline-start: 1rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[12px\]{
  padding-top: 12px;
}
.pt-\[15px\]{
  padding-top: 15px;
}
.pt-\[16px\]{
  padding-top: 16px;
}
.pt-\[20px\]{
  padding-top: 20px;
}
.pt-\[24px\]{
  padding-top: 24px;
}
.pt-\[26px\]{
  padding-top: 26px;
}
.pt-\[32px\]{
  padding-top: 32px;
}
.text-left{
  text-align: left;
}
.\!text-center{
  text-align: center !important;
}
.text-center{
  text-align: center;
}
.\!text-right{
  text-align: right !important;
}
.text-right{
  text-align: right;
}
.text-start{
  text-align: start;
}
.\!indent-\[64px\]{
  text-indent: 64px !important;
}
.align-middle{
  vertical-align: middle;
}
.align-bottom{
  vertical-align: bottom;
}
.\!font-sans{
  font-family: "Inter" !important;
}
.font-sans{
  font-family: "Inter";
}
.\!text-\[15px\]{
  font-size: 15px !important;
}
.\!text-\[7px\]{
  font-size: 7px !important;
}
.\!text-md{
  font-size: 16px !important;
  line-height: 24px !important;
}
.\!text-sm{
  font-size: 14px !important;
  line-height: 20px !important;
}
.\!text-xs{
  font-size: 12px !important;
  line-height: 18px !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-hd{
  font-size: 10px;
  line-height: 18px;
}
.text-lg{
  font-size: 18px;
  line-height: 28px;
}
.text-md{
  font-size: 16px;
  line-height: 24px;
}
.text-sm{
  font-size: 14px;
  line-height: 20px;
}
.text-xl{
  font-size: 20px;
  line-height: 30px;
}
.text-xs{
  font-size: 12px;
  line-height: 18px;
}
.\!font-medium{
  font-weight: 500 !important;
}
.\!font-normal{
  font-weight: 400 !important;
}
.\!font-semibold{
  font-weight: 600 !important;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.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;
}
.italic{
  font-style: italic;
}
.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);
}
.\!leading-\[8px\]{
  line-height: 8px !important;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-\[1\.25\]{
  line-height: 1.25;
}
.leading-\[12px\]{
  line-height: 12px;
}
.leading-\[15px\]{
  line-height: 15px;
}
.leading-\[16px\]{
  line-height: 16px;
}
.leading-\[1px\]{
  line-height: 1px;
}
.leading-\[20px\]{
  line-height: 20px;
}
.leading-\[24px\]{
  line-height: 24px;
}
.leading-\[25px\]{
  line-height: 25px;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.-tracking-\[0\.5px\]{
  letter-spacing: -0.5px;
}
.tracking-\[1px\]{
  letter-spacing: 1px;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.\!text-error-700{
  --tw-text-opacity: 1 !important;
  color: rgb(180 35 24 / 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-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#475467\]{
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity, 1));
}
.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-700{
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-error-400{
  --tw-text-opacity: 1;
  color: rgb(249 112 102 / var(--tw-text-opacity, 1));
}
.text-error-500{
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity, 1));
}
.text-error-600{
  --tw-text-opacity: 1;
  color: rgb(217 45 32 / var(--tw-text-opacity, 1));
}
.text-error-700{
  --tw-text-opacity: 1;
  color: rgb(180 35 24 / var(--tw-text-opacity, 1));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(234 236 240 / var(--tw-text-opacity, 1));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / 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-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(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-pastels-blue-dark{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-pastels-blue-dark\/0{
  color: rgb(37 99 235 / 0);
}
.text-pastels-blue-dark\/10{
  color: rgb(37 99 235 / 0.1);
}
.text-pastels-blue-dark\/100{
  color: rgb(37 99 235 / 1);
}
.text-pastels-blue-dark\/15{
  color: rgb(37 99 235 / 0.15);
}
.text-pastels-blue-dark\/20{
  color: rgb(37 99 235 / 0.2);
}
.text-pastels-blue-dark\/25{
  color: rgb(37 99 235 / 0.25);
}
.text-pastels-blue-dark\/30{
  color: rgb(37 99 235 / 0.3);
}
.text-pastels-blue-dark\/35{
  color: rgb(37 99 235 / 0.35);
}
.text-pastels-blue-dark\/40{
  color: rgb(37 99 235 / 0.4);
}
.text-pastels-blue-dark\/45{
  color: rgb(37 99 235 / 0.45);
}
.text-pastels-blue-dark\/5{
  color: rgb(37 99 235 / 0.05);
}
.text-pastels-blue-dark\/50{
  color: rgb(37 99 235 / 0.5);
}
.text-pastels-blue-dark\/55{
  color: rgb(37 99 235 / 0.55);
}
.text-pastels-blue-dark\/60{
  color: rgb(37 99 235 / 0.6);
}
.text-pastels-blue-dark\/65{
  color: rgb(37 99 235 / 0.65);
}
.text-pastels-blue-dark\/70{
  color: rgb(37 99 235 / 0.7);
}
.text-pastels-blue-dark\/75{
  color: rgb(37 99 235 / 0.75);
}
.text-pastels-blue-dark\/80{
  color: rgb(37 99 235 / 0.8);
}
.text-pastels-blue-dark\/85{
  color: rgb(37 99 235 / 0.85);
}
.text-pastels-blue-dark\/90{
  color: rgb(37 99 235 / 0.9);
}
.text-pastels-blue-dark\/95{
  color: rgb(37 99 235 / 0.95);
}
.text-pastels-blue-light{
  --tw-text-opacity: 1;
  color: rgb(217 234 245 / var(--tw-text-opacity, 1));
}
.text-pastels-blue-light\/0{
  color: rgb(217 234 245 / 0);
}
.text-pastels-blue-light\/10{
  color: rgb(217 234 245 / 0.1);
}
.text-pastels-blue-light\/100{
  color: rgb(217 234 245 / 1);
}
.text-pastels-blue-light\/15{
  color: rgb(217 234 245 / 0.15);
}
.text-pastels-blue-light\/20{
  color: rgb(217 234 245 / 0.2);
}
.text-pastels-blue-light\/25{
  color: rgb(217 234 245 / 0.25);
}
.text-pastels-blue-light\/30{
  color: rgb(217 234 245 / 0.3);
}
.text-pastels-blue-light\/35{
  color: rgb(217 234 245 / 0.35);
}
.text-pastels-blue-light\/40{
  color: rgb(217 234 245 / 0.4);
}
.text-pastels-blue-light\/45{
  color: rgb(217 234 245 / 0.45);
}
.text-pastels-blue-light\/5{
  color: rgb(217 234 245 / 0.05);
}
.text-pastels-blue-light\/50{
  color: rgb(217 234 245 / 0.5);
}
.text-pastels-blue-light\/55{
  color: rgb(217 234 245 / 0.55);
}
.text-pastels-blue-light\/60{
  color: rgb(217 234 245 / 0.6);
}
.text-pastels-blue-light\/65{
  color: rgb(217 234 245 / 0.65);
}
.text-pastels-blue-light\/70{
  color: rgb(217 234 245 / 0.7);
}
.text-pastels-blue-light\/75{
  color: rgb(217 234 245 / 0.75);
}
.text-pastels-blue-light\/80{
  color: rgb(217 234 245 / 0.8);
}
.text-pastels-blue-light\/85{
  color: rgb(217 234 245 / 0.85);
}
.text-pastels-blue-light\/90{
  color: rgb(217 234 245 / 0.9);
}
.text-pastels-blue-light\/95{
  color: rgb(217 234 245 / 0.95);
}
.text-pastels-green-dark{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-pastels-green-dark\/0{
  color: rgb(22 163 74 / 0);
}
.text-pastels-green-dark\/10{
  color: rgb(22 163 74 / 0.1);
}
.text-pastels-green-dark\/100{
  color: rgb(22 163 74 / 1);
}
.text-pastels-green-dark\/15{
  color: rgb(22 163 74 / 0.15);
}
.text-pastels-green-dark\/20{
  color: rgb(22 163 74 / 0.2);
}
.text-pastels-green-dark\/25{
  color: rgb(22 163 74 / 0.25);
}
.text-pastels-green-dark\/30{
  color: rgb(22 163 74 / 0.3);
}
.text-pastels-green-dark\/35{
  color: rgb(22 163 74 / 0.35);
}
.text-pastels-green-dark\/40{
  color: rgb(22 163 74 / 0.4);
}
.text-pastels-green-dark\/45{
  color: rgb(22 163 74 / 0.45);
}
.text-pastels-green-dark\/5{
  color: rgb(22 163 74 / 0.05);
}
.text-pastels-green-dark\/50{
  color: rgb(22 163 74 / 0.5);
}
.text-pastels-green-dark\/55{
  color: rgb(22 163 74 / 0.55);
}
.text-pastels-green-dark\/60{
  color: rgb(22 163 74 / 0.6);
}
.text-pastels-green-dark\/65{
  color: rgb(22 163 74 / 0.65);
}
.text-pastels-green-dark\/70{
  color: rgb(22 163 74 / 0.7);
}
.text-pastels-green-dark\/75{
  color: rgb(22 163 74 / 0.75);
}
.text-pastels-green-dark\/80{
  color: rgb(22 163 74 / 0.8);
}
.text-pastels-green-dark\/85{
  color: rgb(22 163 74 / 0.85);
}
.text-pastels-green-dark\/90{
  color: rgb(22 163 74 / 0.9);
}
.text-pastels-green-dark\/95{
  color: rgb(22 163 74 / 0.95);
}
.text-pastels-green-light{
  --tw-text-opacity: 1;
  color: rgb(220 245 220 / var(--tw-text-opacity, 1));
}
.text-pastels-green-light\/0{
  color: rgb(220 245 220 / 0);
}
.text-pastels-green-light\/10{
  color: rgb(220 245 220 / 0.1);
}
.text-pastels-green-light\/100{
  color: rgb(220 245 220 / 1);
}
.text-pastels-green-light\/15{
  color: rgb(220 245 220 / 0.15);
}
.text-pastels-green-light\/20{
  color: rgb(220 245 220 / 0.2);
}
.text-pastels-green-light\/25{
  color: rgb(220 245 220 / 0.25);
}
.text-pastels-green-light\/30{
  color: rgb(220 245 220 / 0.3);
}
.text-pastels-green-light\/35{
  color: rgb(220 245 220 / 0.35);
}
.text-pastels-green-light\/40{
  color: rgb(220 245 220 / 0.4);
}
.text-pastels-green-light\/45{
  color: rgb(220 245 220 / 0.45);
}
.text-pastels-green-light\/5{
  color: rgb(220 245 220 / 0.05);
}
.text-pastels-green-light\/50{
  color: rgb(220 245 220 / 0.5);
}
.text-pastels-green-light\/55{
  color: rgb(220 245 220 / 0.55);
}
.text-pastels-green-light\/60{
  color: rgb(220 245 220 / 0.6);
}
.text-pastels-green-light\/65{
  color: rgb(220 245 220 / 0.65);
}
.text-pastels-green-light\/70{
  color: rgb(220 245 220 / 0.7);
}
.text-pastels-green-light\/75{
  color: rgb(220 245 220 / 0.75);
}
.text-pastels-green-light\/80{
  color: rgb(220 245 220 / 0.8);
}
.text-pastels-green-light\/85{
  color: rgb(220 245 220 / 0.85);
}
.text-pastels-green-light\/90{
  color: rgb(220 245 220 / 0.9);
}
.text-pastels-green-light\/95{
  color: rgb(220 245 220 / 0.95);
}
.text-pastels-orange-dark{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-pastels-orange-dark\/0{
  color: rgb(234 88 12 / 0);
}
.text-pastels-orange-dark\/10{
  color: rgb(234 88 12 / 0.1);
}
.text-pastels-orange-dark\/100{
  color: rgb(234 88 12 / 1);
}
.text-pastels-orange-dark\/15{
  color: rgb(234 88 12 / 0.15);
}
.text-pastels-orange-dark\/20{
  color: rgb(234 88 12 / 0.2);
}
.text-pastels-orange-dark\/25{
  color: rgb(234 88 12 / 0.25);
}
.text-pastels-orange-dark\/30{
  color: rgb(234 88 12 / 0.3);
}
.text-pastels-orange-dark\/35{
  color: rgb(234 88 12 / 0.35);
}
.text-pastels-orange-dark\/40{
  color: rgb(234 88 12 / 0.4);
}
.text-pastels-orange-dark\/45{
  color: rgb(234 88 12 / 0.45);
}
.text-pastels-orange-dark\/5{
  color: rgb(234 88 12 / 0.05);
}
.text-pastels-orange-dark\/50{
  color: rgb(234 88 12 / 0.5);
}
.text-pastels-orange-dark\/55{
  color: rgb(234 88 12 / 0.55);
}
.text-pastels-orange-dark\/60{
  color: rgb(234 88 12 / 0.6);
}
.text-pastels-orange-dark\/65{
  color: rgb(234 88 12 / 0.65);
}
.text-pastels-orange-dark\/70{
  color: rgb(234 88 12 / 0.7);
}
.text-pastels-orange-dark\/75{
  color: rgb(234 88 12 / 0.75);
}
.text-pastels-orange-dark\/80{
  color: rgb(234 88 12 / 0.8);
}
.text-pastels-orange-dark\/85{
  color: rgb(234 88 12 / 0.85);
}
.text-pastels-orange-dark\/90{
  color: rgb(234 88 12 / 0.9);
}
.text-pastels-orange-dark\/95{
  color: rgb(234 88 12 / 0.95);
}
.text-pastels-orange-light{
  --tw-text-opacity: 1;
  color: rgb(250 225 195 / var(--tw-text-opacity, 1));
}
.text-pastels-orange-light\/0{
  color: rgb(250 225 195 / 0);
}
.text-pastels-orange-light\/10{
  color: rgb(250 225 195 / 0.1);
}
.text-pastels-orange-light\/100{
  color: rgb(250 225 195 / 1);
}
.text-pastels-orange-light\/15{
  color: rgb(250 225 195 / 0.15);
}
.text-pastels-orange-light\/20{
  color: rgb(250 225 195 / 0.2);
}
.text-pastels-orange-light\/25{
  color: rgb(250 225 195 / 0.25);
}
.text-pastels-orange-light\/30{
  color: rgb(250 225 195 / 0.3);
}
.text-pastels-orange-light\/35{
  color: rgb(250 225 195 / 0.35);
}
.text-pastels-orange-light\/40{
  color: rgb(250 225 195 / 0.4);
}
.text-pastels-orange-light\/45{
  color: rgb(250 225 195 / 0.45);
}
.text-pastels-orange-light\/5{
  color: rgb(250 225 195 / 0.05);
}
.text-pastels-orange-light\/50{
  color: rgb(250 225 195 / 0.5);
}
.text-pastels-orange-light\/55{
  color: rgb(250 225 195 / 0.55);
}
.text-pastels-orange-light\/60{
  color: rgb(250 225 195 / 0.6);
}
.text-pastels-orange-light\/65{
  color: rgb(250 225 195 / 0.65);
}
.text-pastels-orange-light\/70{
  color: rgb(250 225 195 / 0.7);
}
.text-pastels-orange-light\/75{
  color: rgb(250 225 195 / 0.75);
}
.text-pastels-orange-light\/80{
  color: rgb(250 225 195 / 0.8);
}
.text-pastels-orange-light\/85{
  color: rgb(250 225 195 / 0.85);
}
.text-pastels-orange-light\/90{
  color: rgb(250 225 195 / 0.9);
}
.text-pastels-orange-light\/95{
  color: rgb(250 225 195 / 0.95);
}
.text-pastels-pink-dark{
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.text-pastels-pink-dark\/0{
  color: rgb(190 18 60 / 0);
}
.text-pastels-pink-dark\/10{
  color: rgb(190 18 60 / 0.1);
}
.text-pastels-pink-dark\/100{
  color: rgb(190 18 60 / 1);
}
.text-pastels-pink-dark\/15{
  color: rgb(190 18 60 / 0.15);
}
.text-pastels-pink-dark\/20{
  color: rgb(190 18 60 / 0.2);
}
.text-pastels-pink-dark\/25{
  color: rgb(190 18 60 / 0.25);
}
.text-pastels-pink-dark\/30{
  color: rgb(190 18 60 / 0.3);
}
.text-pastels-pink-dark\/35{
  color: rgb(190 18 60 / 0.35);
}
.text-pastels-pink-dark\/40{
  color: rgb(190 18 60 / 0.4);
}
.text-pastels-pink-dark\/45{
  color: rgb(190 18 60 / 0.45);
}
.text-pastels-pink-dark\/5{
  color: rgb(190 18 60 / 0.05);
}
.text-pastels-pink-dark\/50{
  color: rgb(190 18 60 / 0.5);
}
.text-pastels-pink-dark\/55{
  color: rgb(190 18 60 / 0.55);
}
.text-pastels-pink-dark\/60{
  color: rgb(190 18 60 / 0.6);
}
.text-pastels-pink-dark\/65{
  color: rgb(190 18 60 / 0.65);
}
.text-pastels-pink-dark\/70{
  color: rgb(190 18 60 / 0.7);
}
.text-pastels-pink-dark\/75{
  color: rgb(190 18 60 / 0.75);
}
.text-pastels-pink-dark\/80{
  color: rgb(190 18 60 / 0.8);
}
.text-pastels-pink-dark\/85{
  color: rgb(190 18 60 / 0.85);
}
.text-pastels-pink-dark\/90{
  color: rgb(190 18 60 / 0.9);
}
.text-pastels-pink-dark\/95{
  color: rgb(190 18 60 / 0.95);
}
.text-pastels-pink-light{
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity, 1));
}
.text-pastels-pink-light\/0{
  color: rgb(255 228 230 / 0);
}
.text-pastels-pink-light\/10{
  color: rgb(255 228 230 / 0.1);
}
.text-pastels-pink-light\/100{
  color: rgb(255 228 230 / 1);
}
.text-pastels-pink-light\/15{
  color: rgb(255 228 230 / 0.15);
}
.text-pastels-pink-light\/20{
  color: rgb(255 228 230 / 0.2);
}
.text-pastels-pink-light\/25{
  color: rgb(255 228 230 / 0.25);
}
.text-pastels-pink-light\/30{
  color: rgb(255 228 230 / 0.3);
}
.text-pastels-pink-light\/35{
  color: rgb(255 228 230 / 0.35);
}
.text-pastels-pink-light\/40{
  color: rgb(255 228 230 / 0.4);
}
.text-pastels-pink-light\/45{
  color: rgb(255 228 230 / 0.45);
}
.text-pastels-pink-light\/5{
  color: rgb(255 228 230 / 0.05);
}
.text-pastels-pink-light\/50{
  color: rgb(255 228 230 / 0.5);
}
.text-pastels-pink-light\/55{
  color: rgb(255 228 230 / 0.55);
}
.text-pastels-pink-light\/60{
  color: rgb(255 228 230 / 0.6);
}
.text-pastels-pink-light\/65{
  color: rgb(255 228 230 / 0.65);
}
.text-pastels-pink-light\/70{
  color: rgb(255 228 230 / 0.7);
}
.text-pastels-pink-light\/75{
  color: rgb(255 228 230 / 0.75);
}
.text-pastels-pink-light\/80{
  color: rgb(255 228 230 / 0.8);
}
.text-pastels-pink-light\/85{
  color: rgb(255 228 230 / 0.85);
}
.text-pastels-pink-light\/90{
  color: rgb(255 228 230 / 0.9);
}
.text-pastels-pink-light\/95{
  color: rgb(255 228 230 / 0.95);
}
.text-pastels-purple-dark{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.text-pastels-purple-dark\/0{
  color: rgb(67 56 202 / 0);
}
.text-pastels-purple-dark\/10{
  color: rgb(67 56 202 / 0.1);
}
.text-pastels-purple-dark\/100{
  color: rgb(67 56 202 / 1);
}
.text-pastels-purple-dark\/15{
  color: rgb(67 56 202 / 0.15);
}
.text-pastels-purple-dark\/20{
  color: rgb(67 56 202 / 0.2);
}
.text-pastels-purple-dark\/25{
  color: rgb(67 56 202 / 0.25);
}
.text-pastels-purple-dark\/30{
  color: rgb(67 56 202 / 0.3);
}
.text-pastels-purple-dark\/35{
  color: rgb(67 56 202 / 0.35);
}
.text-pastels-purple-dark\/40{
  color: rgb(67 56 202 / 0.4);
}
.text-pastels-purple-dark\/45{
  color: rgb(67 56 202 / 0.45);
}
.text-pastels-purple-dark\/5{
  color: rgb(67 56 202 / 0.05);
}
.text-pastels-purple-dark\/50{
  color: rgb(67 56 202 / 0.5);
}
.text-pastels-purple-dark\/55{
  color: rgb(67 56 202 / 0.55);
}
.text-pastels-purple-dark\/60{
  color: rgb(67 56 202 / 0.6);
}
.text-pastels-purple-dark\/65{
  color: rgb(67 56 202 / 0.65);
}
.text-pastels-purple-dark\/70{
  color: rgb(67 56 202 / 0.7);
}
.text-pastels-purple-dark\/75{
  color: rgb(67 56 202 / 0.75);
}
.text-pastels-purple-dark\/80{
  color: rgb(67 56 202 / 0.8);
}
.text-pastels-purple-dark\/85{
  color: rgb(67 56 202 / 0.85);
}
.text-pastels-purple-dark\/90{
  color: rgb(67 56 202 / 0.9);
}
.text-pastels-purple-dark\/95{
  color: rgb(67 56 202 / 0.95);
}
.text-pastels-purple-light{
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}
.text-pastels-purple-light\/0{
  color: rgb(224 231 255 / 0);
}
.text-pastels-purple-light\/10{
  color: rgb(224 231 255 / 0.1);
}
.text-pastels-purple-light\/100{
  color: rgb(224 231 255 / 1);
}
.text-pastels-purple-light\/15{
  color: rgb(224 231 255 / 0.15);
}
.text-pastels-purple-light\/20{
  color: rgb(224 231 255 / 0.2);
}
.text-pastels-purple-light\/25{
  color: rgb(224 231 255 / 0.25);
}
.text-pastels-purple-light\/30{
  color: rgb(224 231 255 / 0.3);
}
.text-pastels-purple-light\/35{
  color: rgb(224 231 255 / 0.35);
}
.text-pastels-purple-light\/40{
  color: rgb(224 231 255 / 0.4);
}
.text-pastels-purple-light\/45{
  color: rgb(224 231 255 / 0.45);
}
.text-pastels-purple-light\/5{
  color: rgb(224 231 255 / 0.05);
}
.text-pastels-purple-light\/50{
  color: rgb(224 231 255 / 0.5);
}
.text-pastels-purple-light\/55{
  color: rgb(224 231 255 / 0.55);
}
.text-pastels-purple-light\/60{
  color: rgb(224 231 255 / 0.6);
}
.text-pastels-purple-light\/65{
  color: rgb(224 231 255 / 0.65);
}
.text-pastels-purple-light\/70{
  color: rgb(224 231 255 / 0.7);
}
.text-pastels-purple-light\/75{
  color: rgb(224 231 255 / 0.75);
}
.text-pastels-purple-light\/80{
  color: rgb(224 231 255 / 0.8);
}
.text-pastels-purple-light\/85{
  color: rgb(224 231 255 / 0.85);
}
.text-pastels-purple-light\/90{
  color: rgb(224 231 255 / 0.9);
}
.text-pastels-purple-light\/95{
  color: rgb(224 231 255 / 0.95);
}
.text-pastels-teal-dark{
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}
.text-pastels-teal-dark\/0{
  color: rgb(2 132 199 / 0);
}
.text-pastels-teal-dark\/10{
  color: rgb(2 132 199 / 0.1);
}
.text-pastels-teal-dark\/100{
  color: rgb(2 132 199 / 1);
}
.text-pastels-teal-dark\/15{
  color: rgb(2 132 199 / 0.15);
}
.text-pastels-teal-dark\/20{
  color: rgb(2 132 199 / 0.2);
}
.text-pastels-teal-dark\/25{
  color: rgb(2 132 199 / 0.25);
}
.text-pastels-teal-dark\/30{
  color: rgb(2 132 199 / 0.3);
}
.text-pastels-teal-dark\/35{
  color: rgb(2 132 199 / 0.35);
}
.text-pastels-teal-dark\/40{
  color: rgb(2 132 199 / 0.4);
}
.text-pastels-teal-dark\/45{
  color: rgb(2 132 199 / 0.45);
}
.text-pastels-teal-dark\/5{
  color: rgb(2 132 199 / 0.05);
}
.text-pastels-teal-dark\/50{
  color: rgb(2 132 199 / 0.5);
}
.text-pastels-teal-dark\/55{
  color: rgb(2 132 199 / 0.55);
}
.text-pastels-teal-dark\/60{
  color: rgb(2 132 199 / 0.6);
}
.text-pastels-teal-dark\/65{
  color: rgb(2 132 199 / 0.65);
}
.text-pastels-teal-dark\/70{
  color: rgb(2 132 199 / 0.7);
}
.text-pastels-teal-dark\/75{
  color: rgb(2 132 199 / 0.75);
}
.text-pastels-teal-dark\/80{
  color: rgb(2 132 199 / 0.8);
}
.text-pastels-teal-dark\/85{
  color: rgb(2 132 199 / 0.85);
}
.text-pastels-teal-dark\/90{
  color: rgb(2 132 199 / 0.9);
}
.text-pastels-teal-dark\/95{
  color: rgb(2 132 199 / 0.95);
}
.text-pastels-teal-light{
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}
.text-pastels-teal-light\/0{
  color: rgb(224 242 254 / 0);
}
.text-pastels-teal-light\/10{
  color: rgb(224 242 254 / 0.1);
}
.text-pastels-teal-light\/100{
  color: rgb(224 242 254 / 1);
}
.text-pastels-teal-light\/15{
  color: rgb(224 242 254 / 0.15);
}
.text-pastels-teal-light\/20{
  color: rgb(224 242 254 / 0.2);
}
.text-pastels-teal-light\/25{
  color: rgb(224 242 254 / 0.25);
}
.text-pastels-teal-light\/30{
  color: rgb(224 242 254 / 0.3);
}
.text-pastels-teal-light\/35{
  color: rgb(224 242 254 / 0.35);
}
.text-pastels-teal-light\/40{
  color: rgb(224 242 254 / 0.4);
}
.text-pastels-teal-light\/45{
  color: rgb(224 242 254 / 0.45);
}
.text-pastels-teal-light\/5{
  color: rgb(224 242 254 / 0.05);
}
.text-pastels-teal-light\/50{
  color: rgb(224 242 254 / 0.5);
}
.text-pastels-teal-light\/55{
  color: rgb(224 242 254 / 0.55);
}
.text-pastels-teal-light\/60{
  color: rgb(224 242 254 / 0.6);
}
.text-pastels-teal-light\/65{
  color: rgb(224 242 254 / 0.65);
}
.text-pastels-teal-light\/70{
  color: rgb(224 242 254 / 0.7);
}
.text-pastels-teal-light\/75{
  color: rgb(224 242 254 / 0.75);
}
.text-pastels-teal-light\/80{
  color: rgb(224 242 254 / 0.8);
}
.text-pastels-teal-light\/85{
  color: rgb(224 242 254 / 0.85);
}
.text-pastels-teal-light\/90{
  color: rgb(224 242 254 / 0.9);
}
.text-pastels-teal-light\/95{
  color: rgb(224 242 254 / 0.95);
}
.text-pastels-yellow-dark{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.text-pastels-yellow-dark\/0{
  color: rgb(202 138 4 / 0);
}
.text-pastels-yellow-dark\/10{
  color: rgb(202 138 4 / 0.1);
}
.text-pastels-yellow-dark\/100{
  color: rgb(202 138 4 / 1);
}
.text-pastels-yellow-dark\/15{
  color: rgb(202 138 4 / 0.15);
}
.text-pastels-yellow-dark\/20{
  color: rgb(202 138 4 / 0.2);
}
.text-pastels-yellow-dark\/25{
  color: rgb(202 138 4 / 0.25);
}
.text-pastels-yellow-dark\/30{
  color: rgb(202 138 4 / 0.3);
}
.text-pastels-yellow-dark\/35{
  color: rgb(202 138 4 / 0.35);
}
.text-pastels-yellow-dark\/40{
  color: rgb(202 138 4 / 0.4);
}
.text-pastels-yellow-dark\/45{
  color: rgb(202 138 4 / 0.45);
}
.text-pastels-yellow-dark\/5{
  color: rgb(202 138 4 / 0.05);
}
.text-pastels-yellow-dark\/50{
  color: rgb(202 138 4 / 0.5);
}
.text-pastels-yellow-dark\/55{
  color: rgb(202 138 4 / 0.55);
}
.text-pastels-yellow-dark\/60{
  color: rgb(202 138 4 / 0.6);
}
.text-pastels-yellow-dark\/65{
  color: rgb(202 138 4 / 0.65);
}
.text-pastels-yellow-dark\/70{
  color: rgb(202 138 4 / 0.7);
}
.text-pastels-yellow-dark\/75{
  color: rgb(202 138 4 / 0.75);
}
.text-pastels-yellow-dark\/80{
  color: rgb(202 138 4 / 0.8);
}
.text-pastels-yellow-dark\/85{
  color: rgb(202 138 4 / 0.85);
}
.text-pastels-yellow-dark\/90{
  color: rgb(202 138 4 / 0.9);
}
.text-pastels-yellow-dark\/95{
  color: rgb(202 138 4 / 0.95);
}
.text-pastels-yellow-light{
  --tw-text-opacity: 1;
  color: rgb(253 243 195 / var(--tw-text-opacity, 1));
}
.text-pastels-yellow-light\/0{
  color: rgb(253 243 195 / 0);
}
.text-pastels-yellow-light\/10{
  color: rgb(253 243 195 / 0.1);
}
.text-pastels-yellow-light\/100{
  color: rgb(253 243 195 / 1);
}
.text-pastels-yellow-light\/15{
  color: rgb(253 243 195 / 0.15);
}
.text-pastels-yellow-light\/20{
  color: rgb(253 243 195 / 0.2);
}
.text-pastels-yellow-light\/25{
  color: rgb(253 243 195 / 0.25);
}
.text-pastels-yellow-light\/30{
  color: rgb(253 243 195 / 0.3);
}
.text-pastels-yellow-light\/35{
  color: rgb(253 243 195 / 0.35);
}
.text-pastels-yellow-light\/40{
  color: rgb(253 243 195 / 0.4);
}
.text-pastels-yellow-light\/45{
  color: rgb(253 243 195 / 0.45);
}
.text-pastels-yellow-light\/5{
  color: rgb(253 243 195 / 0.05);
}
.text-pastels-yellow-light\/50{
  color: rgb(253 243 195 / 0.5);
}
.text-pastels-yellow-light\/55{
  color: rgb(253 243 195 / 0.55);
}
.text-pastels-yellow-light\/60{
  color: rgb(253 243 195 / 0.6);
}
.text-pastels-yellow-light\/65{
  color: rgb(253 243 195 / 0.65);
}
.text-pastels-yellow-light\/70{
  color: rgb(253 243 195 / 0.7);
}
.text-pastels-yellow-light\/75{
  color: rgb(253 243 195 / 0.75);
}
.text-pastels-yellow-light\/80{
  color: rgb(253 243 195 / 0.8);
}
.text-pastels-yellow-light\/85{
  color: rgb(253 243 195 / 0.85);
}
.text-pastels-yellow-light\/90{
  color: rgb(253 243 195 / 0.9);
}
.text-pastels-yellow-light\/95{
  color: rgb(253 243 195 / 0.95);
}
.text-primary-400{
  --tw-text-opacity: 1;
  color: rgb(82 139 255 / var(--tw-text-opacity, 1));
}
.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(41 112 255 / var(--tw-text-opacity, 1));
}
.text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(21 94 239 / var(--tw-text-opacity, 1));
}
.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(0 78 235 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-success-500{
  --tw-text-opacity: 1;
  color: rgb(18 183 106 / var(--tw-text-opacity, 1));
}
.text-success-600{
  --tw-text-opacity: 1;
  color: rgb(3 152 85 / var(--tw-text-opacity, 1));
}
.text-success-700{
  --tw-text-opacity: 1;
  color: rgb(2 122 72 / var(--tw-text-opacity, 1));
}
.text-warning-500{
  --tw-text-opacity: 1;
  color: rgb(247 144 9 / var(--tw-text-opacity, 1));
}
.text-warning-700{
  --tw-text-opacity: 1;
  color: rgb(181 71 8 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.no-underline{
  text-decoration-line: none;
}
.decoration-dotted{
  text-decoration-style: dotted;
}
.underline-offset-2{
  text-underline-offset: 2px;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.\!placeholder-gray-400::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgb(152 162 179 / var(--tw-placeholder-opacity, 1)) !important;
}
.\!placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgb(152 162 179 / var(--tw-placeholder-opacity, 1)) !important;
}
.placeholder-gray-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(152 162 179 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(152 162 179 / var(--tw-placeholder-opacity, 1));
}
.caret-primary-600{
  caret-color: #155EEF;
}
.accent-primary-500{
  accent-color: #2970FF;
}
.\!opacity-100{
  opacity: 1 !important;
}
.\!opacity-50{
  opacity: 0.5 !important;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-75{
  opacity: 0.75;
}
.\!shadow-input{
  --tw-shadow: 0px 0px 0px 4px #D1E0FF, 0px 1px 2px 0px rgb(16 24 40 / 0.05) !important;
  --tw-shadow-colored: 0px 0px 0px 4px var(--tw-shadow-color), 0px 1px 2px 0px 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-none{
  --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;
}
.shadow-\[0_-4px_8px_-2px_rgba\(16\2c 24\2c 40\2c 0\.1\)\2c 0_-2px_4px_-2px_rgba\(16\2c 24\2c 40\2c 0\.06\)\]{
  --tw-shadow: 0 -4px 8px -2px rgba(16,24,40,0.1),0 -2px 4px -2px rgba(16,24,40,0.06);
  --tw-shadow-colored: 0 -4px 8px -2px 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-\[0_12px_16px_-4px_rgba\(16\2c 24\2c 40\2c 0\.08\)\2c 0_-4px_6px_-2px_rgba\(16\2c 24\2c 40\2c 0\.05\)\]{
  --tw-shadow: 0 12px 16px -4px rgba(16,24,40,0.08),0 -4px 6px -2px rgba(16,24,40,0.05);
  --tw-shadow-colored: 0 12px 16px -4px var(--tw-shadow-color), 0 -4px 6px -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-\[0_1px_3px_rgba\(16\2c 24\2c 40\2c 0\.1\)\2c 0_1px_2px_rgba\(16\2c 24\2c 40\2c 0\.06\)\]{
  --tw-shadow: 0 1px 3px rgba(16,24,40,0.1),0 1px 2px rgba(16,24,40,0.06);
  --tw-shadow-colored: 0 1px 3px var(--tw-shadow-color), 0 1px 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-\[0_1px_3px_rgba\(21\2c 94\2c 239\2c 0\.3\)\]{
  --tw-shadow: 0 1px 3px rgba(21,94,239,0.3);
  --tw-shadow-colored: 0 1px 3px 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_4px_8px_-2px_rgba\(16\2c 24\2c 40\2c 0\.1\)\2c 0px_2px_4px_-2px_rgba\(16\2c 24\2c 40\2c 0\.06\)\]{
  --tw-shadow: 0px 4px 8px -2px rgba(16,24,40,0.1),0px 2px 4px -2px rgba(16,24,40,0.06);
  --tw-shadow-colored: 0px 4px 8px -2px var(--tw-shadow-color), 0px 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-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);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.\!ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}
.ring-gray-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 236 240 / var(--tw-ring-opacity, 1));
}
.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}
.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);
}
.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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  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;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.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);
}
.ease-linear{
  transition-timing-function: linear;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.will-change-scroll{
  will-change: scroll-position;
}
.\[overflow-wrap\:anywhere\]{
  overflow-wrap: anywhere;
}
.\[word-break\:normal\]{
  word-break: normal;
}
/**
  * END --- SETUP TAILWINDCSS EDIT
*/
@font-face {
    font-family: 'primeicons';
    font-display: block;
    src: url('/assets/primeicons-DMOk5skT.eot');
    src: url('/assets/primeicons-DMOk5skT.eot?#iefix') format('embedded-opentype'), url('/assets/primeicons-C6QP2o4f.woff2') format('woff2'), url('/assets/primeicons-WjwUDZjB.woff') format('woff'), url('/assets/primeicons-MpK4pl85.ttf') format('truetype'), url('/assets/primeicons-Dr5RGzOO.svg?#primeicons') format('svg');
    font-weight: normal;
    font-style: normal;
}
.pi {
    font-family: 'primeicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pi:before {
    --webkit-backface-visibility:hidden;
    backface-visibility: hidden;
}
.pi-fw {
    width: 1.28571429em;
    text-align: center;
}
.pi-spin {
    animation: fa-spin 2s infinite linear;
}
@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
.pi-folder-plus:before {
    content: "\ea05";
}
.pi-receipt:before {
    content: "\ea06";
}
.pi-asterisk:before {
    content: "\ea07";
}
.pi-face-smile:before {
    content: "\ea08";
}
.pi-pinterest:before {
    content: "\ea09";
}
.pi-expand:before {
    content: "\ea0a";
}
.pi-pen-to-square:before {
    content: "\ea0b";
}
.pi-wave-pulse:before {
    content: "\ea0c";
}
.pi-turkish-lira:before {
    content: "\ea0d";
}
.pi-spinner-dotted:before {
    content: "\ea0e";
}
.pi-crown:before {
    content: "\ea0f";
}
.pi-pause-circle:before {
    content: "\ea10";
}
.pi-warehouse:before {
    content: "\ea11";
}
.pi-objects-column:before {
    content: "\ea12";
}
.pi-clipboard:before {
    content: "\ea13";
}
.pi-play-circle:before {
    content: "\ea14";
}
.pi-venus:before {
    content: "\ea15";
}
.pi-cart-minus:before {
    content: "\ea16";
}
.pi-file-plus:before {
    content: "\ea17";
}
.pi-microchip:before {
    content: "\ea18";
}
.pi-twitch:before {
    content: "\ea19";
}
.pi-building-columns:before {
    content: "\ea1a";
}
.pi-file-check:before {
    content: "\ea1b";
}
.pi-microchip-ai:before {
    content: "\ea1c";
}
.pi-trophy:before {
    content: "\ea1d";
}
.pi-barcode:before {
    content: "\ea1e";
}
.pi-file-arrow-up:before {
    content: "\ea1f";
}
.pi-mars:before {
    content: "\ea20";
}
.pi-tiktok:before {
    content: "\ea21";
}
.pi-arrow-up-right-and-arrow-down-left-from-center:before {
    content: "\ea22";
}
.pi-ethereum:before {
    content: "\ea23";
}
.pi-list-check:before {
    content: "\ea24";
}
.pi-thumbtack:before {
    content: "\ea25";
}
.pi-arrow-down-left-and-arrow-up-right-to-center:before {
    content: "\ea26";
}
.pi-equals:before {
    content: "\ea27";
}
.pi-lightbulb:before {
    content: "\ea28";
}
.pi-star-half:before {
    content: "\ea29";
}
.pi-address-book:before {
    content: "\ea2a";
}
.pi-chart-scatter:before {
    content: "\ea2b";
}
.pi-indian-rupee:before {
    content: "\ea2c";
}
.pi-star-half-fill:before {
    content: "\ea2d";
}
.pi-cart-arrow-down:before {
    content: "\ea2e";
}
.pi-calendar-clock:before {
    content: "\ea2f";
}
.pi-sort-up-fill:before {
    content: "\ea30";
}
.pi-sparkles:before {
    content: "\ea31";
}
.pi-bullseye:before {
    content: "\ea32";
}
.pi-sort-down-fill:before {
    content: "\ea33";
}
.pi-graduation-cap:before {
    content: "\ea34";
}
.pi-hammer:before {
    content: "\ea35";
}
.pi-bell-slash:before {
    content: "\ea36";
}
.pi-gauge:before {
    content: "\ea37";
}
.pi-shop:before {
    content: "\ea38";
}
.pi-headphones:before {
    content: "\ea39";
}
.pi-eraser:before {
    content: "\ea04";
}
.pi-stopwatch:before {
    content: "\ea01";
}
.pi-verified:before {
    content: "\ea02";
}
.pi-delete-left:before {
    content: "\ea03";
}
.pi-hourglass:before {
    content: "\e9fe";
}
.pi-truck:before {
    content: "\ea00";
}
.pi-wrench:before {
    content: "\e9ff";
}
.pi-microphone:before {
    content: "\e9fa";
}
.pi-megaphone:before {
    content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
    content: "\e9fc";
}
.pi-bitcoin:before {
    content: "\e9fd";
}
.pi-file-edit:before {
    content: "\e9f6";
}
.pi-language:before {
    content: "\e9f7";
}
.pi-file-export:before {
    content: "\e9f8";
}
.pi-file-import:before {
    content: "\e9f9";
}
.pi-file-word:before {
    content: "\e9f1";
}
.pi-gift:before {
    content: "\e9f2";
}
.pi-cart-plus:before {
    content: "\e9f3";
}
.pi-thumbs-down-fill:before {
    content: "\e9f4";
}
.pi-thumbs-up-fill:before {
    content: "\e9f5";
}
.pi-arrows-alt:before {
    content: "\e9f0";
}
.pi-calculator:before {
    content: "\e9ef";
}
.pi-sort-alt-slash:before {
    content: "\e9ee";
}
.pi-arrows-h:before {
    content: "\e9ec";
}
.pi-arrows-v:before {
    content: "\e9ed";
}
.pi-pound:before {
    content: "\e9eb";
}
.pi-prime:before {
    content: "\e9ea";
}
.pi-chart-pie:before {
    content: "\e9e9";
}
.pi-reddit:before {
    content: "\e9e8";
}
.pi-code:before {
    content: "\e9e7";
}
.pi-sync:before {
    content: "\e9e6";
}
.pi-shopping-bag:before {
    content: "\e9e5";
}
.pi-server:before {
    content: "\e9e4";
}
.pi-database:before {
    content: "\e9e3";
}
.pi-hashtag:before {
    content: "\e9e2";
}
.pi-bookmark-fill:before {
    content: "\e9df";
}
.pi-filter-fill:before {
    content: "\e9e0";
}
.pi-heart-fill:before {
    content: "\e9e1";
}
.pi-flag-fill:before {
    content: "\e9de";
}
.pi-circle:before {
    content: "\e9dc";
}
.pi-circle-fill:before {
    content: "\e9dd";
}
.pi-bolt:before {
    content: "\e9db";
}
.pi-history:before {
    content: "\e9da";
}
.pi-box:before {
    content: "\e9d9";
}
.pi-at:before {
    content: "\e9d8";
}
.pi-arrow-up-right:before {
    content: "\e9d4";
}
.pi-arrow-up-left:before {
    content: "\e9d5";
}
.pi-arrow-down-left:before {
    content: "\e9d6";
}
.pi-arrow-down-right:before {
    content: "\e9d7";
}
.pi-telegram:before {
    content: "\e9d3";
}
.pi-stop-circle:before {
    content: "\e9d2";
}
.pi-stop:before {
    content: "\e9d1";
}
.pi-whatsapp:before {
    content: "\e9d0";
}
.pi-building:before {
    content: "\e9cf";
}
.pi-qrcode:before {
    content: "\e9ce";
}
.pi-car:before {
    content: "\e9cd";
}
.pi-instagram:before {
    content: "\e9cc";
}
.pi-linkedin:before {
    content: "\e9cb";
}
.pi-send:before {
    content: "\e9ca";
}
.pi-slack:before {
    content: "\e9c9";
}
.pi-sun:before {
    content: "\e9c8";
}
.pi-moon:before {
    content: "\e9c7";
}
.pi-vimeo:before {
    content: "\e9c6";
}
.pi-youtube:before {
    content: "\e9c5";
}
.pi-flag:before {
    content: "\e9c4";
}
.pi-wallet:before {
    content: "\e9c3";
}
.pi-map:before {
    content: "\e9c2";
}
.pi-link:before {
    content: "\e9c1";
}
.pi-credit-card:before {
    content: "\e9bf";
}
.pi-discord:before {
    content: "\e9c0";
}
.pi-percentage:before {
    content: "\e9be";
}
.pi-euro:before {
    content: "\e9bd";
}
.pi-book:before {
    content: "\e9ba";
}
.pi-shield:before {
    content: "\e9b9";
}
.pi-paypal:before {
    content: "\e9bb";
}
.pi-amazon:before {
    content: "\e9bc";
}
.pi-phone:before {
    content: "\e9b8";
}
.pi-filter-slash:before {
    content: "\e9b7";
}
.pi-facebook:before {
    content: "\e9b4";
}
.pi-github:before {
    content: "\e9b5";
}
.pi-twitter:before {
    content: "\e9b6";
}
.pi-step-backward-alt:before {
    content: "\e9ac";
}
.pi-step-forward-alt:before {
    content: "\e9ad";
}
.pi-forward:before {
    content: "\e9ae";
}
.pi-backward:before {
    content: "\e9af";
}
.pi-fast-backward:before {
    content: "\e9b0";
}
.pi-fast-forward:before {
    content: "\e9b1";
}
.pi-pause:before {
    content: "\e9b2";
}
.pi-play:before {
    content: "\e9b3";
}
.pi-compass:before {
    content: "\e9ab";
}
.pi-id-card:before {
    content: "\e9aa";
}
.pi-ticket:before {
    content: "\e9a9";
}
.pi-file-o:before {
    content: "\e9a8";
}
.pi-reply:before {
    content: "\e9a7";
}
.pi-directions-alt:before {
    content: "\e9a5";
}
.pi-directions:before {
    content: "\e9a6";
}
.pi-thumbs-up:before {
    content: "\e9a3";
}
.pi-thumbs-down:before {
    content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
    content: "\e996";
}
.pi-sort-numeric-up-alt:before {
    content: "\e997";
}
.pi-sort-alpha-down-alt:before {
    content: "\e998";
}
.pi-sort-alpha-up-alt:before {
    content: "\e999";
}
.pi-sort-numeric-down:before {
    content: "\e99a";
}
.pi-sort-numeric-up:before {
    content: "\e99b";
}
.pi-sort-alpha-down:before {
    content: "\e99c";
}
.pi-sort-alpha-up:before {
    content: "\e99d";
}
.pi-sort-alt:before {
    content: "\e99e";
}
.pi-sort-amount-up:before {
    content: "\e99f";
}
.pi-sort-amount-down:before {
    content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
    content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
    content: "\e9a2";
}
.pi-palette:before {
    content: "\e995";
}
.pi-undo:before {
    content: "\e994";
}
.pi-desktop:before {
    content: "\e993";
}
.pi-sliders-v:before {
    content: "\e991";
}
.pi-sliders-h:before {
    content: "\e992";
}
.pi-search-plus:before {
    content: "\e98f";
}
.pi-search-minus:before {
    content: "\e990";
}
.pi-file-excel:before {
    content: "\e98e";
}
.pi-file-pdf:before {
    content: "\e98d";
}
.pi-check-square:before {
    content: "\e98c";
}
.pi-chart-line:before {
    content: "\e98b";
}
.pi-user-edit:before {
    content: "\e98a";
}
.pi-exclamation-circle:before {
    content: "\e989";
}
.pi-android:before {
    content: "\e985";
}
.pi-google:before {
    content: "\e986";
}
.pi-apple:before {
    content: "\e987";
}
.pi-microsoft:before {
    content: "\e988";
}
.pi-heart:before {
    content: "\e984";
}
.pi-mobile:before {
    content: "\e982";
}
.pi-tablet:before {
    content: "\e983";
}
.pi-key:before {
    content: "\e981";
}
.pi-shopping-cart:before {
    content: "\e980";
}
.pi-comments:before {
    content: "\e97e";
}
.pi-comment:before {
    content: "\e97f";
}
.pi-briefcase:before {
    content: "\e97d";
}
.pi-bell:before {
    content: "\e97c";
}
.pi-paperclip:before {
    content: "\e97b";
}
.pi-share-alt:before {
    content: "\e97a";
}
.pi-envelope:before {
    content: "\e979";
}
.pi-volume-down:before {
    content: "\e976";
}
.pi-volume-up:before {
    content: "\e977";
}
.pi-volume-off:before {
    content: "\e978";
}
.pi-eject:before {
    content: "\e975";
}
.pi-money-bill:before {
    content: "\e974";
}
.pi-images:before {
    content: "\e973";
}
.pi-image:before {
    content: "\e972";
}
.pi-sign-in:before {
    content: "\e970";
}
.pi-sign-out:before {
    content: "\e971";
}
.pi-wifi:before {
    content: "\e96f";
}
.pi-sitemap:before {
    content: "\e96e";
}
.pi-chart-bar:before {
    content: "\e96d";
}
.pi-camera:before {
    content: "\e96c";
}
.pi-dollar:before {
    content: "\e96b";
}
.pi-lock-open:before {
    content: "\e96a";
}
.pi-table:before {
    content: "\e969";
}
.pi-map-marker:before {
    content: "\e968";
}
.pi-list:before {
    content: "\e967";
}
.pi-eye-slash:before {
    content: "\e965";
}
.pi-eye:before {
    content: "\e966";
}
.pi-folder-open:before {
    content: "\e964";
}
.pi-folder:before {
    content: "\e963";
}
.pi-video:before {
    content: "\e962";
}
.pi-inbox:before {
    content: "\e961";
}
.pi-lock:before {
    content: "\e95f";
}
.pi-unlock:before {
    content: "\e960";
}
.pi-tags:before {
    content: "\e95d";
}
.pi-tag:before {
    content: "\e95e";
}
.pi-power-off:before {
    content: "\e95c";
}
.pi-save:before {
    content: "\e95b";
}
.pi-question-circle:before {
    content: "\e959";
}
.pi-question:before {
    content: "\e95a";
}
.pi-copy:before {
    content: "\e957";
}
.pi-file:before {
    content: "\e958";
}
.pi-clone:before {
    content: "\e955";
}
.pi-calendar-times:before {
    content: "\e952";
}
.pi-calendar-minus:before {
    content: "\e953";
}
.pi-calendar-plus:before {
    content: "\e954";
}
.pi-ellipsis-v:before {
    content: "\e950";
}
.pi-ellipsis-h:before {
    content: "\e951";
}
.pi-bookmark:before {
    content: "\e94e";
}
.pi-globe:before {
    content: "\e94f";
}
.pi-replay:before {
    content: "\e94d";
}
.pi-filter:before {
    content: "\e94c";
}
.pi-print:before {
    content: "\e94b";
}
.pi-align-right:before {
    content: "\e946";
}
.pi-align-left:before {
    content: "\e947";
}
.pi-align-center:before {
    content: "\e948";
}
.pi-align-justify:before {
    content: "\e949";
}
.pi-cog:before {
    content: "\e94a";
}
.pi-cloud-download:before {
    content: "\e943";
}
.pi-cloud-upload:before {
    content: "\e944";
}
.pi-cloud:before {
    content: "\e945";
}
.pi-pencil:before {
    content: "\e942";
}
.pi-users:before {
    content: "\e941";
}
.pi-clock:before {
    content: "\e940";
}
.pi-user-minus:before {
    content: "\e93e";
}
.pi-user-plus:before {
    content: "\e93f";
}
.pi-trash:before {
    content: "\e93d";
}
.pi-external-link:before {
    content: "\e93c";
}
.pi-window-maximize:before {
    content: "\e93b";
}
.pi-window-minimize:before {
    content: "\e93a";
}
.pi-refresh:before {
    content: "\e938";
}
.pi-user:before {
    content: "\e939";
}
.pi-exclamation-triangle:before {
    content: "\e922";
}
.pi-calendar:before {
    content: "\e927";
}
.pi-chevron-circle-left:before {
    content: "\e928";
}
.pi-chevron-circle-down:before {
    content: "\e929";
}
.pi-chevron-circle-right:before {
    content: "\e92a";
}
.pi-chevron-circle-up:before {
    content: "\e92b";
}
.pi-angle-double-down:before {
    content: "\e92c";
}
.pi-angle-double-left:before {
    content: "\e92d";
}
.pi-angle-double-right:before {
    content: "\e92e";
}
.pi-angle-double-up:before {
    content: "\e92f";
}
.pi-angle-down:before {
    content: "\e930";
}
.pi-angle-left:before {
    content: "\e931";
}
.pi-angle-right:before {
    content: "\e932";
}
.pi-angle-up:before {
    content: "\e933";
}
.pi-upload:before {
    content: "\e934";
}
.pi-download:before {
    content: "\e956";
}
.pi-ban:before {
    content: "\e935";
}
.pi-star-fill:before {
    content: "\e936";
}
.pi-star:before {
    content: "\e937";
}
.pi-chevron-left:before {
    content: "\e900";
}
.pi-chevron-right:before {
    content: "\e901";
}
.pi-chevron-down:before {
    content: "\e902";
}
.pi-chevron-up:before {
    content: "\e903";
}
.pi-caret-left:before {
    content: "\e904";
}
.pi-caret-right:before {
    content: "\e905";
}
.pi-caret-down:before {
    content: "\e906";
}
.pi-caret-up:before {
    content: "\e907";
}
.pi-search:before {
    content: "\e908";
}
.pi-check:before {
    content: "\e909";
}
.pi-check-circle:before {
    content: "\e90a";
}
.pi-times:before {
    content: "\e90b";
}
.pi-times-circle:before {
    content: "\e90c";
}
.pi-plus:before {
    content: "\e90d";
}
.pi-plus-circle:before {
    content: "\e90e";
}
.pi-minus:before {
    content: "\e90f";
}
.pi-minus-circle:before {
    content: "\e910";
}
.pi-circle-on:before {
    content: "\e911";
}
.pi-circle-off:before {
    content: "\e912";
}
.pi-sort-down:before {
    content: "\e913";
}
.pi-sort-up:before {
    content: "\e914";
}
.pi-sort:before {
    content: "\e915";
}
.pi-step-backward:before {
    content: "\e916";
}
.pi-step-forward:before {
    content: "\e917";
}
.pi-th-large:before {
    content: "\e918";
}
.pi-arrow-down:before {
    content: "\e919";
}
.pi-arrow-left:before {
    content: "\e91a";
}
.pi-arrow-right:before {
    content: "\e91b";
}
.pi-arrow-up:before {
    content: "\e91c";
}
.pi-bars:before {
    content: "\e91d";
}
.pi-arrow-circle-down:before {
    content: "\e91e";
}
.pi-arrow-circle-left:before {
    content: "\e91f";
}
.pi-arrow-circle-right:before {
    content: "\e920";
}
.pi-arrow-circle-up:before {
    content: "\e921";
}
.pi-info:before {
    content: "\e923";
}
.pi-info-circle:before {
    content: "\e924";
}
.pi-home:before {
    content: "\e925";
}
.pi-spinner:before {
    content: "\e926";
}
/* Hide scrollbar but keep scroll functionality */
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.styled-form-input{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #667085;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.styled-form-input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
.styled-form-input::-moz-placeholder{
  color: #667085;
  opacity: 1;
}
.styled-form-input::placeholder{
  color: #667085;
  opacity: 1;
}
.styled-form-input::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
.styled-form-input::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
.styled-form-input::-webkit-datetime-edit{
  display: inline-flex;
}
.styled-form-input::-webkit-datetime-edit,.styled-form-input::-webkit-datetime-edit-year-field,.styled-form-input::-webkit-datetime-edit-month-field,.styled-form-input::-webkit-datetime-edit-day-field,.styled-form-input::-webkit-datetime-edit-hour-field,.styled-form-input::-webkit-datetime-edit-minute-field,.styled-form-input::-webkit-datetime-edit-second-field,.styled-form-input::-webkit-datetime-edit-millisecond-field,.styled-form-input::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
.styled-form-input{
  position: relative;
  display: flex;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity, 1));
}
.styled-form-input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity, 1));
}
.styled-form-input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity, 1));
}
.styled-form-input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(132 173 255 / var(--tw-border-opacity, 1));
  --tw-shadow: 0px 0px 0px 4px #D1E0FF, 0px 1px 2px 0px rgb(16 24 40 / 0.05);
  --tw-shadow-colored: 0px 0px 0px 4px var(--tw-shadow-color), 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);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.styled-form-input:active{
  --tw-border-opacity: 1;
  border-color: rgb(132 173 255 / var(--tw-border-opacity, 1));
  --tw-shadow: 0px 0px 0px 4px #D1E0FF, 0px 1px 2px 0px rgb(16 24 40 / 0.05);
  --tw-shadow-colored: 0px 0px 0px 4px var(--tw-shadow-color), 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);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.styled-form-input:-webkit-autofill{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.styled-form-input:autofill{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.styled-form-input:disabled{
  cursor: not-allowed !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}
.styled-form-input:disabled:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(208 213 221 / var(--tw-border-opacity, 1)) !important;
}
.styled-form-input:disabled:active{
  --tw-border-opacity: 1 !important;
  border-color: rgb(208 213 221 / var(--tw-border-opacity, 1)) !important;
}
.styled-form-input.error{
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 162 155 / var(--tw-border-opacity, 1)) !important;
}
.styled-form-input.error:focus{
  --tw-shadow: 0 1px 2px rgba(16,24,40,0.05),0 0 0 4px rgba(254,228,226,1) !important;
  --tw-shadow-colored: 0 1px 2px var(--tw-shadow-color), 0 0 0 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;
}
.styled-form-input.error:active{
  --tw-shadow: 0 1px 2px rgba(16,24,40,0.05),0 0 0 4px rgba(254,228,226,1) !important;
  --tw-shadow-colored: 0 1px 2px var(--tw-shadow-color), 0 0 0 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;
}
/*
  Meant to be used in conjunction w/ styled-form-input
  The !important here will override properties of
  styled-form-input since they should have the same specificity
*/
.styled-form-input-sm {
  padding: 2px 6px !important;
  font-size: 12px !important;
}
.error-message{
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity, 1));
}
label.required::after{
  --tw-content: '*';
  content: var(--tw-content);
}
body,
html{
  min-height: 100vh;
}
body{
  display: flex;
  flex-direction: column;
}
.skeleton {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 0 !important;
}
.skeleton::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 2s infinite linear;
}
.skeleton * {
  visibility: hidden;
}
.skeleton-button:disabled {
  border-color: #D0D5DD !important;
  color: #98A2B3 !important;
}
.skeleton-button:disabled * {
  stroke: #98A2B3 !important;
}
.skeleton-button:disabled:hover {
  border-color: #D0D5DD !important;
  color: #98A2B3 !important;
  background: #ffffff !important;
}
@keyframes shimmer {
  0% {
      background-position: 100% 0;
  }
  100% {
      background-position: -100% 0;
  }
}
.first-letter\:uppercase::first-letter{
  text-transform: uppercase;
}
.first-letter\:capitalize::first-letter{
  text-transform: capitalize;
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:-left-\[9px\]::before{
  content: var(--tw-content);
  left: -9px;
}
.before\:-top-\[10px\]::before{
  content: var(--tw-content);
  top: -10px;
}
.before\:-top-\[32px\]::before{
  content: var(--tw-content);
  top: -32px;
}
.before\:-top-\[9px\]::before{
  content: var(--tw-content);
  top: -9px;
}
.before\:left-\[-32px\]::before{
  content: var(--tw-content);
  left: -32px;
}
.before\:z-background::before{
  content: var(--tw-content);
  z-index: -1;
}
.before\:h-\[32px\]::before{
  content: var(--tw-content);
  height: 32px;
}
.before\:h-\[34px\]::before{
  content: var(--tw-content);
  height: 34px;
}
.before\:h-\[44px\]::before{
  content: var(--tw-content);
  height: 44px;
}
.before\:w-\[219px\]::before{
  content: var(--tw-content);
  width: 219px;
}
.before\:w-\[calc\(100\%\+32px\)\]::before{
  content: var(--tw-content);
  width: calc(100% + 32px);
}
.before\:w-full::before{
  content: var(--tw-content);
  width: 100%;
}
.before\:rounded-t-lg::before{
  content: var(--tw-content);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.before\:border::before{
  content: var(--tw-content);
  border-width: 1px;
}
.before\:border-b-0::before{
  content: var(--tw-content);
  border-bottom-width: 0px;
}
.before\:border-gray-200::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-border-opacity, 1));
}
.before\:bg-gray-50::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.before\:bg-white::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:-left-\[9px\]::after{
  content: var(--tw-content);
  left: -9px;
}
.after\:-top-\[9px\]::after{
  content: var(--tw-content);
  top: -9px;
}
.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}
.after\:left-\[2px\]::after{
  content: var(--tw-content);
  left: 2px;
}
.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}
.after\:top-\[23px\]::after{
  content: var(--tw-content);
  top: 23px;
}
.after\:top-\[2px\]::after{
  content: var(--tw-content);
  top: 2px;
}
.after\:z-\[-2\]::after{
  content: var(--tw-content);
  z-index: -2;
}
.after\:z-background::after{
  content: var(--tw-content);
  z-index: -1;
}
.after\:h-3::after{
  content: var(--tw-content);
  height: 0.75rem;
}
.after\:h-5::after{
  content: var(--tw-content);
  height: 1.25rem;
}
.after\:h-\[20px\]::after{
  content: var(--tw-content);
  height: 20px;
}
.after\:h-\[34px\]::after{
  content: var(--tw-content);
  height: 34px;
}
.after\:h-\[40px\]::after{
  content: var(--tw-content);
  height: 40px;
}
.after\:w-3::after{
  content: var(--tw-content);
  width: 0.75rem;
}
.after\:w-5::after{
  content: var(--tw-content);
  width: 1.25rem;
}
.after\:w-\[219px\]::after{
  content: var(--tw-content);
  width: 219px;
}
.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}
.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:border-b::after{
  content: var(--tw-content);
  border-bottom-width: 1px;
}
.after\:border-b-\[1px\]::after{
  content: var(--tw-content);
  border-bottom-width: 1px;
}
.after\:border-gray-200::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-border-opacity, 1));
}
.after\:bg-gray-50::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.after\:bg-white::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.after\:shadow-sm::after{
  content: var(--tw-content);
  --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);
}
.after\:transition-all::after{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}
.first\:\!mt-0:first-child{
  margin-top: 0px !important;
}
.first\:ml-auto:first-child{
  margin-left: auto;
}
.first\:mt-0:first-child{
  margin-top: 0px;
}
.first\:rounded-l-lg:first-child{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.first\:\!border-r:first-child{
  border-right-width: 1px !important;
}
.first\:\!border-r-0:first-child{
  border-right-width: 0px !important;
}
.first\:border-t:first-child{
  border-top-width: 1px;
}
.first\:border-t-0:first-child{
  border-top-width: 0px;
}
.first\:pt-3:first-child{
  padding-top: 0.75rem;
}
.last\:\!mb-1:last-child{
  margin-bottom: 0.25rem !important;
}
.last\:mb-0:last-child{
  margin-bottom: 0px;
}
.last\:rounded-r-lg:last-child{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.last\:border-0:last-child{
  border-width: 0px;
}
.last\:\!border-r-0:last-child{
  border-right-width: 0px !important;
}
.last\:border-none:last-child{
  border-style: none;
}
.last\:pb-3:last-child{
  padding-bottom: 0.75rem;
}
.even\:bg-gray-50:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.focus-within\:ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-blue-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.hover\:border-error-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(253 162 155 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-100:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 224 255 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(132 173 255 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(82 139 255 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-600:hover{
  --tw-border-opacity: 1;
  border-color: rgb(21 94 239 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-700:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 78 235 / var(--tw-border-opacity, 1));
}
.hover\:border-warning-600:hover{
  --tw-border-opacity: 1;
  border-color: rgb(220 104 3 / var(--tw-border-opacity, 1));
}
.hover\:\!bg-error-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 243 242 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-error-600:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-error-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(180 35 24 / var(--tw-bg-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-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-primary-50:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 244 255 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-success-700:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 122 72 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-error-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-error-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 240 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(208 213 221 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 224 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 244 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-50\/30:hover{
  background-color: rgb(239 244 255 / 0.3);
}
.hover\:bg-primary-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 78 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warning-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warning-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 104 3 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:fill-gray-700:hover{
  fill: #344054;
}
.hover\:fill-primary-600:hover{
  fill: #155EEF;
}
.hover\:\!stroke-error-700:hover{
  stroke: #B42318 !important;
}
.hover\:\!stroke-error-800:hover{
  stroke: #912018 !important;
}
.hover\:\!stroke-gray-700:hover{
  stroke: #344054 !important;
}
.hover\:\!stroke-red-700:hover{
  stroke: #b91c1c !important;
}
.hover\:stroke-error-700:hover{
  stroke: #B42318;
}
.hover\:stroke-gray-600:hover{
  stroke: #475467;
}
.hover\:stroke-gray-700:hover{
  stroke: #344054;
}
.hover\:stroke-gray-800:hover{
  stroke: #1D2939;
}
.hover\:stroke-primary-600:hover{
  stroke: #155EEF;
}
.hover\:stroke-primary-700:hover{
  stroke: #004EEB;
}
.hover\:stroke-primary-800:hover{
  stroke: #0040C1;
}
.hover\:stroke-primary-900:hover{
  stroke: #00359E;
}
.hover\:\!text-error-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(145 32 24 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-gray-800:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(29 41 57 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.hover\:text-error-500:hover{
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / var(--tw-text-opacity, 1));
}
.hover\:text-error-700:hover{
  --tw-text-opacity: 1;
  color: rgb(180 35 24 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-600:hover{
  --tw-text-opacity: 1;
  color: rgb(21 94 239 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-700:hover{
  --tw-text-opacity: 1;
  color: rgb(0 78 235 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-800:hover{
  --tw-text-opacity: 1;
  color: rgb(0 64 193 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-900:hover{
  --tw-text-opacity: 1;
  color: rgb(0 53 158 / var(--tw-text-opacity, 1));
}
.hover\:text-red-900:hover{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.hover\:outline-none:hover{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.hover\:before\:absolute:hover::before{
  content: var(--tw-content);
  position: absolute;
}
.hover\:before\:z-10:hover::before{
  content: var(--tw-content);
  z-index: 10;
}
.hover\:before\:-ml-\[90px\]:hover::before{
  content: var(--tw-content);
  margin-left: -90px;
}
.hover\:before\:-mt-6:hover::before{
  content: var(--tw-content);
  margin-top: -1.5rem;
}
.hover\:before\:h-\[30px\]:hover::before{
  content: var(--tw-content);
  height: 30px;
}
.hover\:before\:w-\[200px\]:hover::before{
  content: var(--tw-content);
  width: 200px;
}
.hover\:before\:content-\[\'\'\]:hover::before{
  --tw-content: '';
  content: var(--tw-content);
}
.focus\:z-10:focus{
  z-index: 10;
}
.focus\:border-none:focus{
  border-style: none;
}
.focus\:\!border-gray-300:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(208 213 221 / var(--tw-border-opacity, 1)) !important;
}
.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.focus\:border-primary-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(82 139 255 / var(--tw-border-opacity, 1));
}
.focus\:border-primary-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(41 112 255 / var(--tw-border-opacity, 1));
}
.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.focus\:stroke-primary-700:focus{
  stroke: #004EEB;
}
.focus\:\!text-gray-500:focus{
  --tw-text-opacity: 1 !important;
  color: rgb(102 112 133 / var(--tw-text-opacity, 1)) !important;
}
.focus\:\!shadow-none:focus{
  --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;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:\!outline-primary-600:focus{
  outline-color: #155EEF !important;
}
.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-primary-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(178 221 255 / var(--tw-ring-opacity, 1));
}
.focus\:ring-primary-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(41 112 255 / var(--tw-ring-opacity, 1));
}
.focus\:ring-primary-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 94 239 / var(--tw-ring-opacity, 1));
}
.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:\!outline-0:focus-visible{
  outline-width: 0px !important;
}
.focus-visible\:ring-0:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.active\:cursor-grabbing:active{
  cursor: grabbing;
}
.active\:border-primary-600:active{
  --tw-border-opacity: 1;
  border-color: rgb(21 94 239 / var(--tw-border-opacity, 1));
}
.active\:bg-gray-600:active{
  --tw-bg-opacity: 1;
  background-color: rgb(71 84 103 / var(--tw-bg-opacity, 1));
}
.active\:stroke-primary-700:active{
  stroke: #004EEB;
}
.active\:outline-none:active{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:bg-gray-25:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 253 / var(--tw-bg-opacity, 1));
}
.disabled\:stroke-gray-300:disabled{
  stroke: #D0D5DD;
}
.disabled\:text-gray-400:disabled{
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity, 1));
}
.disabled\:text-gray-700:disabled{
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity, 1));
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
.disabled\:hover\:bg-gray-100:hover:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity, 1));
}
.disabled\:hover\:stroke-gray-300:hover:disabled{
  stroke: #D0D5DD;
}
.disabled\:hover\:no-underline:hover:disabled{
  text-decoration-line: none;
}
.group:hover .group-hover\:pointer-events-auto{
  pointer-events: auto;
}
.group:hover .group-hover\:flex{
  display: flex;
}
.group:hover .group-hover\:border-primary-300{
  --tw-border-opacity: 1;
  border-color: rgb(132 173 255 / var(--tw-border-opacity, 1));
}
.group:hover .group-hover\:fill-gray-500{
  fill: #667085;
}
.group:hover .group-hover\:fill-gray-700{
  fill: #344054;
}
.group:hover .group-hover\:stroke-gray-700{
  stroke: #344054;
}
.group:hover .group-hover\:stroke-primary-900{
  stroke: #00359E;
}
.group:hover .group-hover\:text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.group:active .group-active\:fill-gray-700{
  fill: #344054;
}
.group:disabled .group-disabled\:text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(208 213 221 / var(--tw-text-opacity, 1));
}
.peer:checked ~ .peer-checked\:bg-error-600{
  --tw-bg-opacity: 1;
  background-color: rgb(217 45 32 / var(--tw-bg-opacity, 1));
}
.peer:checked ~ .peer-checked\:bg-primary-600{
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 239 / var(--tw-bg-opacity, 1));
}
.peer:checked ~ .peer-checked\:after\:translate-x-full::after{
  content: var(--tw-content);
  --tw-translate-x: 100%;
  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));
}
.peer:checked ~ .peer-checked\:after\:shadow-sm::after{
  content: var(--tw-content);
  --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);
}
.peer:hover ~ .peer-hover\:opacity-100{
  opacity: 1;
}
.peer:focus ~ .peer-focus\:opacity-100{
  opacity: 1;
}
.peer:focus ~ .peer-focus\:outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.peer:focus ~ .peer-focus\:ring-4{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.peer:focus ~ .peer-focus\:ring-error-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 228 226 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ .peer-focus\:ring-primary-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 224 255 / var(--tw-ring-opacity, 1));
}
.peer:disabled ~ .peer-disabled\:bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity, 1));
}
.peer:disabled ~ .peer-disabled\:after\:bg-gray-50::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.peer:disabled:checked ~ .peer-disabled\:peer-checked\:bg-primary-600{
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 239 / var(--tw-bg-opacity, 1));
}
.data-\[focus\]\:bg-gray-50[data-focus]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
@media (min-width: 640px){
  .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:gap-\[20px\]{
    gap: 20px;
  }
  .sm\:text-sm{
    font-size: 14px;
    line-height: 20px;
  }
  .sm\:duration-500{
    transition-duration: 500ms;
  }
}
@media (min-width: 768px){
  .md\:\!w-4\/5{
    width: 80% !important;
  }
  .md\:w-1\/5{
    width: 20%;
  }
  .md\:w-4\/5{
    width: 80%;
  }
  .md\:w-\[375px\]{
    width: 375px;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 900px){
  .ml\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .ml\:ml-0{
    margin-left: 0px;
  }
}
@media (min-width: 1024px){
  .lg\:row-span-2{
    grid-row: span 2 / span 2;
  }
  .lg\:row-span-3{
    grid-row: span 3 / span 3;
  }
  .lg\:ml-\[8px\]{
    margin-left: 8px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline{
    display: inline;
  }
  .lg\:h-\[160px\]{
    height: 160px;
  }
  .lg\:h-\[20px\]{
    height: 20px;
  }
  .lg\:h-\[80px\]{
    height: 80px;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:w-\[20px\]{
    width: 20px;
  }
  .lg\:min-w-\[140px\]{
    min-width: 140px;
  }
  .lg\:min-w-\[72px\]{
    min-width: 72px;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-\[16px\]{
    gap: 16px;
  }
  .lg\:gap-\[20px\]{
    gap: 20px;
  }
  .lg\:p-\[16px\]{
    padding: 16px;
  }
  .lg\:p-\[4px\]{
    padding: 4px;
  }
  .lg\:text-\[36px\]{
    font-size: 36px;
  }
  .lg\:text-sm{
    font-size: 14px;
    line-height: 20px;
  }
  .lg\:leading-\[44px\]{
    line-height: 44px;
  }
}
@media (min-width: 1280px){
  .xl\:\!top-\[0px\]{
    top: 0px !important;
  }
  .xl\:top-\[23px\]{
    top: 23px;
  }
  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .xl\:ml-\[280px\]{
    margin-left: 280px;
  }
  .xl\:mt-0{
    margin-top: 0px;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:\!max-h-\[calc\(100vh-340px\)\]{
    max-height: calc(100vh - 340px) !important;
  }
  .xl\:max-h-\[calc\(100vh-320px\)\]{
    max-height: calc(100vh - 320px);
  }
  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:border-0{
    border-width: 0px;
  }
  .xl\:\!py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .xl\:\!pb-0{
    padding-bottom: 0px !important;
  }
}
@media (prefers-color-scheme: dark){
  .dark\:text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }
}
