/*
! tailwindcss v3.4.4 | 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: hsl(var(--gray-200)); /* 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: hsl(var(--gray-400)); /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: hsl(var(--gray-400)); /* 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] {
  display: none;
}
  :root {
    /* From Figma */
    --brand-50: 202 100% 95%;
    --brand-100: 209 100% 91%;
    --brand-200: 206 100% 85%;
    --brand-400: 207 98% 66%;
    --brand-600: 215 87% 51%;
    --brand-700: 218 80% 46%;
    --brand-800: 220 75% 38%;
    --brand-900: 218 68% 31%;
    --brand-950: 218 69% 20%;

    --gray-50: 210 20% 98%;
    --gray-100: 216 24% 96%;
    --gray-200: 220 17% 93%;
    --gray-300: 217 16% 84%;
    --gray-400: 218 15% 65%;
    --gray-500: 221 13% 46%;
    --gray-600: 216 18% 34%;
    --gray-700: 217 24% 27%;
    --gray-800: 216 32% 14%;
    --gray-900: 220 43% 11%;
    --gray-950: 222 41% 8%;

    --orange-50: 29 90% 96%;
    --orange-200: 36 86% 83%;
    --orange-700: 13 80% 40%;

    --pink-50: 319 75% 97%;
    --pink-200: 318 87% 90%;
    --pink-400: 321 88% 70%;
    --pink-700: 327 80% 42%;

    --violet-400: 254 93% 76%;

    --success-50: 144 78% 96%;
    --success-100: 141 74% 92%;
    --success-200: 144 69% 80%;
    --success-400: 150 57% 54%;
    --success-500: 152 77% 39%;
    --success-700: 155 91% 24%;

    --error-50: 4 98% 89%;
    --error-200: 4 88% 97%;
    --error-400: 4 93% 69%;
    --error-500: 4 86% 58%;
    --error-700: 4 76% 40%;

    --warning-400: 39 98% 56%;
    --warning-500: 34 94% 50%;
  }

*, ::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:  ;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.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;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.\!relative {
  position: relative !important;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.\!-top-10 {
  top: -2.5rem !important;
}
.-bottom-\[10px\] {
  bottom: -10px;
}
.-bottom-\[22px\] {
  bottom: -22px;
}
.-bottom-\[25px\] {
  bottom: -25px;
}
.-left-12 {
  left: -3rem;
}
.-left-5 {
  left: -1.25rem;
}
.-left-\[10px\] {
  left: -10px;
}
.-right-12 {
  right: -3rem;
}
.-right-2 {
  right: -0.5rem;
}
.-right-\[10px\] {
  right: -10px;
}
.-top-10 {
  top: -2.5rem;
}
.-top-\[10px\] {
  top: -10px;
}
.-top-\[17px\] {
  top: -17px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1\/2 {
  bottom: 50%;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-\[calc\(100\%_\+_3px\)\] {
  bottom: calc(100% + 3px);
}
.bottom-\[inherit\] {
  bottom: inherit;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-1\/3 {
  left: 33.333333%;
}
.left-1\/4 {
  left: 25%;
}
.left-\[100px\] {
  left: 100px;
}
.left-\[150px\] {
  left: 150px;
}
.left-\[25\%\] {
  left: 25%;
}
.left-\[30\%\] {
  left: 30%;
}
.left-\[30px\] {
  left: 30px;
}
.left-\[35\%\] {
  left: 35%;
}
.left-\[37px\] {
  left: 37px;
}
.left-\[3px\] {
  left: 3px;
}
.left-\[40px\] {
  left: 40px;
}
.left-\[45\%\] {
  left: 45%;
}
.left-\[50px\] {
  left: 50px;
}
.left-\[56px\] {
  left: 56px;
}
.left-\[66px\] {
  left: 66px;
}
.left-\[95px\] {
  left: 95px;
}
.left-\[calc\(\(100\%_-_700px\)_\/_2\)\] {
  left: calc((100% - 700px) / 2);
}
.left-\[calc\(100\%_\+_3px\)\] {
  left: calc(100% + 3px);
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-8 {
  right: 2rem;
}
.right-\[40px\] {
  right: 40px;
}
.right-\[50px\] {
  right: 50px;
}
.right-\[calc\(100\%_\+_18px\)\] {
  right: calc(100% + 18px);
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/3 {
  top: 33.333333%;
}
.top-1\/4 {
  top: 25%;
}
.top-2 {
  top: 0.5rem;
}
.top-20 {
  top: 5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-8 {
  top: 2rem;
}
.top-9 {
  top: 2.25rem;
}
.top-\[100px\] {
  top: 100px;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[13px\] {
  top: 13px;
}
.top-\[18px\] {
  top: 18px;
}
.top-\[20\%\] {
  top: 20%;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[220px\] {
  top: 220px;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[30px\] {
  top: 30px;
}
.top-\[3px\] {
  top: 3px;
}
.top-\[40px\] {
  top: 40px;
}
.top-\[50px\] {
  top: 50px;
}
.top-\[70px\] {
  top: 70px;
}
.top-\[80px\] {
  top: 80px;
}
.top-\[calc\(50\%_-_11px\)\] {
  top: calc(50% - 11px);
}
.top-\[inherit\] {
  top: inherit;
}
.\!z-\[10000\] {
  z-index: 10000 !important;
}
.\!z-\[100\] {
  z-index: 100 !important;
}
.-z-\[1\] {
  z-index: -1;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[10000\] {
  z-index: 10000;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[1010\] {
  z-index: 1010;
}
.z-\[101\] {
  z-index: 101;
}
.z-\[102\] {
  z-index: 102;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2000\] {
  z-index: 2000;
}
.z-\[200\] {
  z-index: 200;
}
.z-\[202\] {
  z-index: 202;
}
.z-\[50\] {
  z-index: 50;
}
.z-\[97\] {
  z-index: 97;
}
.z-\[98\] {
  z-index: 98;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.-m-\[10px\] {
  margin: -10px;
}
.-m-\[1px\] {
  margin: -1px;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-4 {
  margin: 1rem;
}
.m-5 {
  margin: 1.25rem;
}
.m-6 {
  margin: 1.5rem;
}
.m-\[10px\] {
  margin: 10px;
}
.m-\[2px\] {
  margin: 2px;
}
.m-\[3px\] {
  margin: 3px;
}
.m-\[auto\] {
  margin: auto;
}
.m-auto {
  margin: auto;
}
.\!mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.\!my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.-mx-\[10px\] {
  margin-left: -10px;
  margin-right: -10px;
}
.-mx-\[15px\] {
  margin-left: -15px;
  margin-right: -15px;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-\[10px\] {
  margin-left: 10px;
  margin-right: 10px;
}
.mx-\[5px\] {
  margin-left: 5px;
  margin-right: 5px;
}
.mx-\[6px\] {
  margin-left: 6px;
  margin-right: 6px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.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-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-\[50px\] {
  margin-top: 50px;
  margin-bottom: 50px;
}
.my-\[5px\] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.\!-ml-7 {
  margin-left: -1.75rem !important;
}
.\!ml-0 {
  margin-left: 0px !important;
}
.\!ml-4 {
  margin-left: 1rem !important;
}
.\!mr-0 {
  margin-right: 0px !important;
}
.\!mr-\[10px\] {
  margin-right: 10px !important;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.\!mt-1 {
  margin-top: 0.25rem !important;
}
.\!mt-6 {
  margin-top: 1.5rem !important;
}
.\!mt-auto {
  margin-top: auto !important;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-mb-5 {
  margin-bottom: -1.25rem;
}
.-mb-\[10px\] {
  margin-bottom: -10px;
}
.-mb-\[30px\] {
  margin-bottom: -30px;
}
.-ml-5 {
  margin-left: -1.25rem;
}
.-ml-\[10px\] {
  margin-left: -10px;
}
.-mr-12 {
  margin-right: -3rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mr-\[10px\] {
  margin-right: -10px;
}
.-mr-\[200px\] {
  margin-right: -200px;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.-mt-\[10px\] {
  margin-top: -10px;
}
.-mt-\[1px\] {
  margin-top: -1px;
}
.-mt-\[2px\] {
  margin-top: -2px;
}
.-mt-\[60px\] {
  margin-top: -60px;
}
.-mt-\[7px\] {
  margin-top: -7px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-20 {
  margin-bottom: 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-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[109px\] {
  margin-bottom: 109px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[19px\] {
  margin-bottom: 19px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[45px\] {
  margin-bottom: 45px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-\[70px\] {
  margin-bottom: 70px;
}
.mb-\[7px\] {
  margin-bottom: 7px;
}
.mb-\[84px\] {
  margin-bottom: 84px;
}
.mb-\[9px\] {
  margin-bottom: 9px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.ml-24 {
  margin-left: 6rem;
}
.ml-28 {
  margin-left: 7rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-32 {
  margin-left: 8rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-7 {
  margin-left: 1.75rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-\[1\.8em\] {
  margin-left: 1.8em;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[11px\] {
  margin-left: 11px;
}
.ml-\[15px\] {
  margin-left: 15px;
}
.ml-\[22px\] {
  margin-left: 22px;
}
.ml-\[3px\] {
  margin-left: 3px;
}
.ml-\[5px\] {
  margin-left: 5px;
}
.ml-\[60px\] {
  margin-left: 60px;
}
.ml-\[auto\] {
  margin-left: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-12 {
  margin-right: 3rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-20 {
  margin-right: 5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mr-\[15px\] {
  margin-right: 15px;
}
.mr-\[25px\] {
  margin-right: 25px;
}
.mr-\[3px\] {
  margin-right: 3px;
}
.mr-\[5px\] {
  margin-right: 5px;
}
.mr-\[9px\] {
  margin-right: 9px;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[200px\] {
  margin-top: 200px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mt-\[42px\] {
  margin-top: 42px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[7px\] {
  margin-top: 7px;
}
.mt-auto {
  margin-top: auto;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-row-group {
  display: table-row-group;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.\!h-10 {
  height: 2.5rem !important;
}
.\!h-5 {
  height: 1.25rem !important;
}
.\!h-6 {
  height: 1.5rem !important;
}
.\!h-9 {
  height: 2.25rem !important;
}
.\!h-\[200px\] {
  height: 200px !important;
}
.\!h-\[350px\] {
  height: 350px !important;
}
.\!h-\[35px\] {
  height: 35px !important;
}
.\!h-\[37px\] {
  height: 37px !important;
}
.\!h-\[38px\] {
  height: 38px !important;
}
.\!h-full {
  height: 100% !important;
}
.h-0 {
  height: 0px;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[144px\] {
  height: 144px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[190px\] {
  height: 190px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[275px\] {
  height: 275px;
}
.h-\[292px\] {
  height: 292px;
}
.h-\[296px\] {
  height: 296px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[33px\] {
  height: 33px;
}
.h-\[342px\] {
  height: 342px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[435px\] {
  height: 435px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[475px\] {
  height: 475px;
}
.h-\[47px\] {
  height: 47px;
}
.h-\[490px\] {
  height: 490px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[550px\] {
  height: 550px;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[82px\] {
  height: 82px;
}
.h-\[856px\] {
  height: 856px;
}
.h-\[90vh\] {
  height: 90vh;
}
.h-\[calc\(100\%-120px\)\] {
  height: calc(100% - 120px);
}
.h-\[calc\(100\%_-_160px\)\] {
  height: calc(100% - 160px);
}
.h-\[calc\(100vh-200px\)\] {
  height: calc(100vh - 200px);
}
.h-\[calc\(100vh-300px\)\] {
  height: calc(100vh - 300px);
}
.h-\[calc\(100vh_-_100px\)\] {
  height: calc(100vh - 100px);
}
.h-\[inherit\] {
  height: inherit;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.h-svh {
  height: 100svh;
}
.max-h-32 {
  max-height: 8rem;
}
.max-h-\[150px\] {
  max-height: 150px;
}
.max-h-\[180px\] {
  max-height: 180px;
}
.max-h-\[190px\] {
  max-height: 190px;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[20em\] {
  max-height: 20em;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[740px\] {
  max-height: 740px;
}
.max-h-\[780px\] {
  max-height: 780px;
}
.max-h-dvh {
  max-height: 100dvh;
}
.max-h-full {
  max-height: 100%;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-16 {
  min-height: 4rem;
}
.min-h-9 {
  min-height: 2.25rem;
}
.min-h-\[110px\] {
  min-height: 110px;
}
.min-h-\[152px\] {
  min-height: 152px;
}
.min-h-\[28px\] {
  min-height: 28px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[342px\] {
  min-height: 342px;
}
.min-h-\[350px\] {
  min-height: 350px;
}
.min-h-\[46px\] {
  min-height: 46px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-\[70px\] {
  min-height: 70px;
}
.min-h-\[90px\] {
  min-height: 90px;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-16 {
  width: 4rem !important;
}
.\!w-6 {
  width: 1.5rem !important;
}
.\!w-\[1000px\] {
  width: 1000px !important;
}
.\!w-\[150px\] {
  width: 150px !important;
}
.\!w-\[170px\] {
  width: 170px !important;
}
.\!w-\[65px\] {
  width: 65px !important;
}
.\!w-\[680px\] {
  width: 680px !important;
}
.\!w-auto {
  width: auto !important;
}
.\!w-full {
  width: 100% !important;
}
.w-0 {
  width: 0px;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/5 {
  width: 20%;
}
.w-10 {
  width: 2.5rem;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-60 {
  width: 15rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[1100px\] {
  width: 1100px;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[122px\] {
  width: 122px;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[132px\] {
  width: 132px;
}
.w-\[13px\] {
  width: 13px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[174px\] {
  width: 174px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[192px\] {
  width: 192px;
}
.w-\[197px\] {
  width: 197px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[205px\] {
  width: 205px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[225px\] {
  width: 225px;
}
.w-\[226px\] {
  width: 226px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[230px\] {
  width: 230px;
}
.w-\[235px\] {
  width: 235px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[251px\] {
  width: 251px;
}
.w-\[262px\] {
  width: 262px;
}
.w-\[263px\] {
  width: 263px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[285px\] {
  width: 285px;
}
.w-\[290px\] {
  width: 290px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[308px\] {
  width: 308px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[325px\] {
  width: 325px;
}
.w-\[33\%\] {
  width: 33%;
}
.w-\[333px\] {
  width: 333px;
}
.w-\[33px\] {
  width: 33px;
}
.w-\[340px\] {
  width: 340px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[380px\] {
  width: 380px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[440px\] {
  width: 440px;
}
.w-\[450px\] {
  width: 450px;
}
.w-\[470px\] {
  width: 470px;
}
.w-\[480px\] {
  width: 480px;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[503px\] {
  width: 503px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[550px\] {
  width: 550px;
}
.w-\[580px\] {
  width: 580px;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[610px\] {
  width: 610px;
}
.w-\[635px\] {
  width: 635px;
}
.w-\[645px\] {
  width: 645px;
}
.w-\[650px\] {
  width: 650px;
}
.w-\[657px\] {
  width: 657px;
}
.w-\[65px\] {
  width: 65px;
}
.w-\[660px\] {
  width: 660px;
}
.w-\[668px\] {
  width: 668px;
}
.w-\[680px\] {
  width: 680px;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[700px\] {
  width: 700px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[80vw\] {
  width: 80vw;
}
.w-\[85px\] {
  width: 85px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[94px\] {
  width: 94px;
}
.w-\[calc\(100\%_-_16px\)\] {
  width: calc(100% - 16px);
}
.w-\[calc\(100\%_-_32px\)\] {
  width: calc(100% - 32px);
}
.w-\[calc\(100vw_\+_50px\)\] {
  width: calc(100vw + 50px);
}
.w-\[calc\(50\%_-_20px\)\] {
  width: calc(50% - 20px);
}
.w-\[inherit\] {
  width: inherit;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-20 {
  min-width: 5rem;
}
.min-w-3 {
  min-width: 0.75rem;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[109px\] {
  min-width: 109px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[230px\] {
  min-width: 230px;
}
.min-w-\[250px\] {
  min-width: 250px;
}
.min-w-\[360px\] {
  min-width: 360px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.min-w-\[95px\] {
  min-width: 95px;
}
.min-w-\[auto\] {
  min-width: auto;
}
.min-w-full {
  min-width: 100%;
}
.\!max-w-\[262px\] {
  max-width: 262px !important;
}
.\!max-w-none {
  max-width: none !important;
}
.max-w-32 {
  max-width: 8rem;
}
.max-w-52 {
  max-width: 13rem;
}
.max-w-56 {
  max-width: 14rem;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[1150px\] {
  max-width: 1150px;
}
.max-w-\[1400px\] {
  max-width: 1400px;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[248px\] {
  max-width: 248px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[262px\] {
  max-width: 262px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[330px\] {
  max-width: 330px;
}
.max-w-\[580px\] {
  max-width: 580px;
}
.max-w-\[70\%\] {
  max-width: 70%;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-none {
  max-width: none;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[1\] {
  flex: 1;
}
.flex-\[1_0_auto\] {
  flex: 1 0 auto;
}
.flex-\[1px\] {
  flex: 1px;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.basis-1 {
  flex-basis: 0.25rem;
}
.basis-\[100\%\] {
  flex-basis: 100%;
}
.basis-\[30\%\] {
  flex-basis: 30%;
}
.basis-\[400px\] {
  flex-basis: 400px;
}
.basis-\[425px\] {
  flex-basis: 425px;
}
.basis-\[500px\] {
  flex-basis: 500px;
}
.\!table-auto {
  table-layout: auto !important;
}
.table-fixed {
  table-layout: fixed;
}
.border-spacing-0 {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.-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-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-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-x-\[110px\] {
  --tw-translate-x: 110px;
  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));
}
.rotate-90 {
  --tw-rotate: 90deg;
  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-\[270deg\] {
  --tw-rotate: 270deg;
  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-x-100 {
  --tw-scale-x: 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-y-150 {
  --tw-scale-y: 1.5;
  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)) !important;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\!cursor-help {
  cursor: help !important;
}
.\!cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-\[grab\] {
  cursor: grab;
}
.cursor-default {
  cursor: default;
}
.cursor-grab {
  cursor: grab;
}
.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-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-\[\'\2192_\'\] {
  list-style-type: '→ ';
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-\[1fr_100px\] {
  grid-template-columns: 1fr 100px;
}
.grid-cols-\[1fr_21px_1fr\] {
  grid-template-columns: 1fr 21px 1fr;
}
.grid-cols-\[1fr_max-content\] {
  grid-template-columns: 1fr max-content;
}
.grid-cols-\[max-content_1fr\] {
  grid-template-columns: max-content 1fr;
}
.grid-cols-\[repeat\(5\2c _1fr\)\] {
  grid-template-columns: repeat(5, 1fr);
}
.grid-rows-\[max-content_1fr\] {
  grid-template-rows: max-content 1fr;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.\!justify-center {
  justify-content: center !important;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.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-\[10px\] {
  gap: 10px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[6px\] {
  gap: 6px;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-\[10px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10px * var(--tw-space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--tw-space-x-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-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.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-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.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;
}
.\!rounded {
  border-radius: 0.25rem !important;
}
.\!rounded-lg {
  border-radius: 0.5rem !important;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[11px\] {
  border-radius: 11px;
}
.rounded-\[34px\] {
  border-radius: 34px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[9999px\] {
  border-radius: 9999px;
}
.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-bl {
  border-bottom-left-radius: 0.25rem;
}
.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}
.rounded-bl-none {
  border-bottom-left-radius: 0px;
}
.rounded-br {
  border-bottom-right-radius: 0.25rem;
}
.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.rounded-br-none {
  border-bottom-right-radius: 0px;
}
.rounded-tl {
  border-top-left-radius: 0.25rem;
}
.rounded-tl-none {
  border-top-left-radius: 0px;
}
.rounded-tr {
  border-top-right-radius: 0.25rem;
}
.rounded-tr-none {
  border-top-right-radius: 0px;
}
.\!border {
  border-width: 1px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.\!border-b {
  border-bottom-width: 1px !important;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-\[3px\] {
  border-right-width: 3px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.\!border-solid {
  border-style: solid !important;
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.\!border-none {
  border-style: none !important;
}
.border-none {
  border-style: none;
}
.\!border-\[\#7284a8\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(114 132 168 / var(--tw-border-opacity)) !important;
}
.\!border-\[\#FDA29B\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 162 155 / var(--tw-border-opacity)) !important;
}
.\!border-brand-600 {
  border-color: hsl(var(--brand-600)) !important;
}
.\!border-gray-200 {
  border-color: hsl(var(--gray-200)) !important;
}
.\!border-gray-300 {
  border-color: hsl(var(--gray-300)) !important;
}
.\!border-gray-600 {
  border-color: hsl(var(--gray-600)) !important;
}
.\!border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
}
.border-\[\#0496ff\] {
  --tw-border-opacity: 1;
  border-color: rgb(4 150 255 / var(--tw-border-opacity));
}
.border-\[\#1fd7ff\] {
  --tw-border-opacity: 1;
  border-color: rgb(31 215 255 / var(--tw-border-opacity));
}
.border-\[\#292f36\] {
  --tw-border-opacity: 1;
  border-color: rgb(41 47 54 / var(--tw-border-opacity));
}
.border-\[\#456789\] {
  --tw-border-opacity: 1;
  border-color: rgb(69 103 137 / var(--tw-border-opacity));
}
.border-\[\#4db1ed\] {
  --tw-border-opacity: 1;
  border-color: rgb(77 177 237 / var(--tw-border-opacity));
}
.border-\[\#64748b\] {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.border-\[\#9966CC\] {
  --tw-border-opacity: 1;
  border-color: rgb(153 102 204 / var(--tw-border-opacity));
}
.border-\[\#a3e065\] {
  --tw-border-opacity: 1;
  border-color: rgb(163 224 101 / var(--tw-border-opacity));
}
.border-\[\#c0c3c6\] {
  --tw-border-opacity: 1;
  border-color: rgb(192 195 198 / var(--tw-border-opacity));
}
.border-\[\#c64191\] {
  --tw-border-opacity: 1;
  border-color: rgb(198 65 145 / var(--tw-border-opacity));
}
.border-\[\#cdcdcd\] {
  --tw-border-opacity: 1;
  border-color: rgb(205 205 205 / var(--tw-border-opacity));
}
.border-\[\#d5d8dc\] {
  --tw-border-opacity: 1;
  border-color: rgb(213 216 220 / var(--tw-border-opacity));
}
.border-\[\#d5edff\] {
  --tw-border-opacity: 1;
  border-color: rgb(213 237 255 / var(--tw-border-opacity));
}
.border-\[\#ddd447\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 212 71 / var(--tw-border-opacity));
}
.border-\[\#fe7f2d\] {
  --tw-border-opacity: 1;
  border-color: rgb(254 127 45 / var(--tw-border-opacity));
}
.border-\[\#ff5f0f\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 95 15 / var(--tw-border-opacity));
}
.border-\[\#ffaa47\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 170 71 / var(--tw-border-opacity));
}
.border-\[\#ffd447\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 212 71 / var(--tw-border-opacity));
}
.border-azure {
  --tw-border-opacity: 1;
  border-color: rgb(15 159 255 / var(--tw-border-opacity));
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.border-brand-200 {
  border-color: hsl(var(--brand-200));
}
.border-brand-600 {
  border-color: hsl(var(--brand-600));
}
.border-brand-700 {
  border-color: hsl(var(--brand-700));
}
.border-brick-red {
  --tw-border-opacity: 1;
  border-color: rgb(231 29 54 / var(--tw-border-opacity));
}
.border-charcoal {
  --tw-border-opacity: 1;
  border-color: rgb(48 50 59 / var(--tw-border-opacity));
}
.border-charcoal-gray2-alpha-10 {
  border-color: rgba(48, 55, 65, 0.1);
}
.border-charcoal-gray7 {
  --tw-border-opacity: 1;
  border-color: rgb(130 130 130 / var(--tw-border-opacity));
}
.border-cloudy-blue {
  --tw-border-opacity: 1;
  border-color: rgb(177 185 204 / var(--tw-border-opacity));
}
.border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(27 30 49 / var(--tw-border-opacity));
}
.border-emerald-500 {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
}
.border-error-200 {
  border-color: hsl(var(--error-200));
}
.border-gray-200 {
  border-color: hsl(var(--gray-200));
}
.border-gray-300 {
  border-color: hsl(var(--gray-300));
}
.border-gray-400 {
  border-color: hsl(var(--gray-400));
}
.border-gray-50 {
  border-color: hsl(var(--gray-50));
}
.border-gray-500 {
  border-color: hsl(var(--gray-500));
}
.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}
.border-link-blue {
  --tw-border-opacity: 1;
  border-color: rgb(16 159 255 / var(--tw-border-opacity));
}
.border-orange-200 {
  border-color: hsl(var(--orange-200));
}
.border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity));
}
.border-pink-200 {
  border-color: hsl(var(--pink-200));
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-school-bus-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(255 216 0 / var(--tw-border-opacity));
}
.border-silver {
  --tw-border-opacity: 1;
  border-color: rgb(192 193 194 / var(--tw-border-opacity));
}
.border-success-200 {
  border-color: hsl(var(--success-200));
}
.border-torch-red {
  --tw-border-opacity: 1;
  border-color: rgb(255 15 79 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-violet-300 {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity));
}
.border-zinc-400 {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity));
}
.border-b-brand-600 {
  border-bottom-color: hsl(var(--brand-600));
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-r-transparent {
  border-right-color: transparent;
}
.border-t-brand-900 {
  border-top-color: hsl(var(--brand-900));
}
.border-t-transparent {
  border-top-color: transparent;
}
.\!bg-\[\#0496ff\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(4 150 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-\[\#1fd7ff\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 215 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-\[\#292f36\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(41 47 54 / var(--tw-bg-opacity)) !important;
}
.\!bg-\[\#3fc299\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 194 153 / var(--tw-bg-opacity)) !important;
}
.\!bg-\[\#456789\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(69 103 137 / var(--tw-bg-opacity)) !important;
}
.\!bg-\[\#64748b\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity)) !important;
}
.\!bg-\[\#9966CC\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 102 204 / var(--tw-bg-opacity)) !important;
}
.\!bg-\[\#a3e065\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(163 224 101 / var(--tw-bg-opacity)) !important;
}
.\!bg-\[\#c64191\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(198 65 145 / var(--tw-bg-opacity)) !important;
}
.\!bg-\[\#ddd447\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(221 212 71 / var(--tw-bg-opacity)) !important;
}
.\!bg-\[\#fe7f2d\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 127 45 / var(--tw-bg-opacity)) !important;
}
.\!bg-\[\#ff5f0f\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 95 15 / var(--tw-bg-opacity)) !important;
}
.\!bg-\[\#ffaa47\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 170 71 / var(--tw-bg-opacity)) !important;
}
.\!bg-\[\#ffd447\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 212 71 / var(--tw-bg-opacity)) !important;
}
.\!bg-brand-600 {
  background-color: hsl(var(--brand-600)) !important;
}
.\!bg-brick-red {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 29 54 / var(--tw-bg-opacity)) !important;
}
.\!bg-charcoal-gray7 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(130 130 130 / var(--tw-bg-opacity)) !important;
}
.\!bg-gray-50 {
  background-color: hsl(var(--gray-50)) !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#0496ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(4 150 255 / var(--tw-bg-opacity));
}
.bg-\[\#0cbaba\] {
  --tw-bg-opacity: 1;
  background-color: rgb(12 186 186 / var(--tw-bg-opacity));
}
.bg-\[\#1ace56\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 206 86 / var(--tw-bg-opacity));
}
.bg-\[\#1fd7ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 215 255 / var(--tw-bg-opacity));
}
.bg-\[\#282f3b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 47 59 / var(--tw-bg-opacity));
}
.bg-\[\#2b59c3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(43 89 195 / var(--tw-bg-opacity));
}
.bg-\[\#3ec198\] {
  --tw-bg-opacity: 1;
  background-color: rgb(62 193 152 / var(--tw-bg-opacity));
}
.bg-\[\#3fc299\] {
  --tw-bg-opacity: 1;
  background-color: rgb(63 194 153 / var(--tw-bg-opacity));
}
.bg-\[\#40465a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(64 70 90 / var(--tw-bg-opacity));
}
.bg-\[\#63a1d1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(99 161 209 / var(--tw-bg-opacity));
}
.bg-\[\#7d1b22\] {
  --tw-bg-opacity: 1;
  background-color: rgb(125 27 34 / var(--tw-bg-opacity));
}
.bg-\[\#7dd739\] {
  --tw-bg-opacity: 1;
  background-color: rgb(125 215 57 / var(--tw-bg-opacity));
}
.bg-\[\#8862e5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(136 98 229 / var(--tw-bg-opacity));
}
.bg-\[\#F2F4F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}
.bg-\[\#a3e065\] {
  --tw-bg-opacity: 1;
  background-color: rgb(163 224 101 / var(--tw-bg-opacity));
}
.bg-\[\#d5edff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(213 237 255 / var(--tw-bg-opacity));
}
.bg-\[\#d65745\] {
  --tw-bg-opacity: 1;
  background-color: rgb(214 87 69 / var(--tw-bg-opacity));
}
.bg-\[\#eaf1f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 241 246 / var(--tw-bg-opacity));
}
.bg-\[\#eeba0b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 186 11 / var(--tw-bg-opacity));
}
.bg-\[\#f2f6f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 249 / var(--tw-bg-opacity));
}
.bg-\[\#f7f9fc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 252 / var(--tw-bg-opacity));
}
.bg-\[\#fe7f2d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 127 45 / var(--tw-bg-opacity));
}
.bg-\[\#ff9933\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 153 51 / var(--tw-bg-opacity));
}
.bg-\[\#ffd447\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 71 / var(--tw-bg-opacity));
}
.bg-\[\#ffd80088\] {
  background-color: #ffd80088;
}
.bg-\[\#fffdf2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 242 / var(--tw-bg-opacity));
}
.bg-\[rgba\(206\2c _198\2c _88\2c _0\.2\)\] {
  background-color: rgba(206, 198, 88, 0.2);
}
.bg-\[rgba\(213\2c _114\2c _120\2c _0\.2\)\] {
  background-color: rgba(213, 114, 120, 0.2);
}
.bg-\[rgba\(99\2c _161\2c _209\2c _0\.2\)\] {
  background-color: rgba(99, 161, 209, 0.2);
}
.bg-apple-green {
  --tw-bg-opacity: 1;
  background-color: rgb(124 214 56 / var(--tw-bg-opacity));
}
.bg-apple-green-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 211 33 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-brand-100 {
  background-color: hsl(var(--brand-100));
}
.bg-brand-50 {
  background-color: hsl(var(--brand-50));
}
.bg-brand-600 {
  background-color: hsl(var(--brand-600));
}
.bg-brand-800 {
  background-color: hsl(var(--brand-800));
}
.bg-brand-950 {
  background-color: hsl(var(--brand-950));
}
.bg-charcoal {
  --tw-bg-opacity: 1;
  background-color: rgb(48 50 59 / var(--tw-bg-opacity));
}
.bg-charcoal-gray3 {
  --tw-bg-opacity: 1;
  background-color: rgb(53 59 79 / var(--tw-bg-opacity));
}
.bg-charcoal-gray7 {
  --tw-bg-opacity: 1;
  background-color: rgb(130 130 130 / var(--tw-bg-opacity));
}
.bg-cloudy-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(177 185 204 / var(--tw-bg-opacity));
}
.bg-cloudy-blue-alpha-20 {
  background-color: rgba(177, 185, 204, 0.2);
}
.bg-cloudy-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgb(215 220 228 / var(--tw-bg-opacity));
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
.bg-error-50 {
  background-color: hsl(var(--error-50));
}
.bg-gray-100 {
  background-color: hsl(var(--gray-100));
}
.bg-gray-200 {
  background-color: hsl(var(--gray-200));
}
.bg-gray-300 {
  background-color: hsl(var(--gray-300));
}
.bg-gray-400 {
  background-color: hsl(var(--gray-400));
}
.bg-gray-50 {
  background-color: hsl(var(--gray-50));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-greeny-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(62 193 152 / var(--tw-bg-opacity));
}
.bg-inherit {
  background-color: inherit;
}
.bg-light-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(253 231 233 / var(--tw-bg-opacity));
}
.bg-link-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(16 159 255 / var(--tw-bg-opacity));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.bg-orange-50 {
  background-color: hsl(var(--orange-50));
}
.bg-pale-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 245 / var(--tw-bg-opacity));
}
.bg-pink-50 {
  background-color: hsl(var(--pink-50));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-school-bus-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 216 0 / var(--tw-bg-opacity));
}
.bg-silver2 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 195 198 / var(--tw-bg-opacity));
}
.bg-success-50 {
  background-color: hsl(var(--success-50));
}
.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}
.bg-torch-red {
  --tw-bg-opacity: 1;
  background-color: rgb(255 15 79 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.bg-\[linear-gradient\(91deg\2c _\#4ec780_0\%\2c _\#3fc299_20\%\)\] {
  background-image: linear-gradient(91deg, #4ec780 0%, #3fc299 20%);
}
.bg-none {
  background-image: none;
}
.\!fill-none {
  fill: none !important;
}
.fill-\[\#2E90FA\] {
  fill: #2E90FA;
}
.fill-\[\#63a1d1\] {
  fill: #63a1d1;
}
.fill-\[\#98A2B3\] {
  fill: #98A2B3;
}
.fill-\[\#bd4535\] {
  fill: #bd4535;
}
.fill-\[\#d5d8dc\] {
  fill: #d5d8dc;
}
.fill-apple-green {
  fill: #7cd638;
}
.fill-azure {
  fill: #0f9fff;
}
.fill-brand-700 {
  fill: hsl(var(--brand-700));
}
.fill-charcoal {
  fill: #30323b;
}
.fill-charcoal-gray2 {
  fill: #303741;
}
.fill-cloudy-blue {
  fill: #b1b9cc;
}
.fill-current {
  fill: currentColor;
}
.fill-dark {
  fill: #1b1e31;
}
.fill-gray-300 {
  fill: hsl(var(--gray-300));
}
.fill-gray-400 {
  fill: hsl(var(--gray-400));
}
.fill-gray-500 {
  fill: hsl(var(--gray-500));
}
.fill-gray-900 {
  fill: hsl(var(--gray-900));
}
.fill-green-500 {
  fill: #22c55e;
}
.fill-greeny-blue {
  fill: #3ec198;
}
.fill-none {
  fill: none;
}
.fill-pale-gray2 {
  fill: #f7f9fc;
}
.fill-red-500 {
  fill: #ef4444;
}
.fill-silver {
  fill: #c0c1c2;
}
.fill-silver2 {
  fill: #c0c3c6;
}
.fill-teal-500 {
  fill: #14b8a6;
}
.fill-white {
  fill: #fff;
}
.stroke-\[\#0496ff\] {
  stroke: #0496ff;
}
.stroke-azure {
  stroke: #0f9fff;
}
.stroke-brand-600 {
  stroke: hsl(var(--brand-600));
}
.stroke-brand-700 {
  stroke: hsl(var(--brand-700));
}
.stroke-cloudy-blue {
  stroke: #b1b9cc;
}
.stroke-current {
  stroke: currentColor;
}
.stroke-gray-500 {
  stroke: hsl(var(--gray-500));
}
.stroke-gray-600 {
  stroke: hsl(var(--gray-600));
}
.stroke-gray-900 {
  stroke: hsl(var(--gray-900));
}
.stroke-link-blue {
  stroke: #109fff;
}
.stroke-red-500 {
  stroke: #ef4444;
}
.stroke-silver2 {
  stroke: #c0c3c6;
}
.stroke-teal-500 {
  stroke: #14b8a6;
}
.stroke-white {
  stroke: #fff;
}
.stroke-2 {
  stroke-width: 2;
}
.stroke-\[0\.5px\] {
  stroke-width: 0.5px;
}
.stroke-\[0\.7px\] {
  stroke-width: 0.7px;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-2 {
  padding: 0.5rem !important;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[5px\] {
  padding: 5px;
}
.p-\[9px\] {
  padding: 9px;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}
.\!px-\[9px\] {
  padding-left: 9px !important;
  padding-right: 9px !important;
}
.\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.\!py-\[6px\] {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.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-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-\[1\.125rem\] {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[11px\] {
  padding-left: 11px;
  padding-right: 11px;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[1em\] {
  padding-left: 1em;
  padding-right: 1em;
}
.px-\[200px\] {
  padding-left: 200px;
  padding-right: 200px;
}
.px-\[29px\] {
  padding-left: 29px;
  padding-right: 29px;
}
.px-\[2px\] {
  padding-left: 2px;
  padding-right: 2px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[7px\] {
  padding-left: 7px;
  padding-right: 7px;
}
.px-\[83px\] {
  padding-left: 83px;
  padding-right: 83px;
}
.px-\[90px\] {
  padding-left: 90px;
  padding-right: 90px;
}
.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-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.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-\[0\.2em\] {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.py-\[0\.5625rem\] {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}
.py-\[0\] {
  padding-top: 0;
  padding-bottom: 0;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[3\.5px\] {
  padding-top: 3.5px;
  padding-bottom: 3.5px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[38px\] {
  padding-top: 38px;
  padding-bottom: 38px;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.\!pl-0 {
  padding-left: 0px !important;
}
.\!pl-7 {
  padding-left: 1.75rem !important;
}
.\!pr-0 {
  padding-right: 0px !important;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[14px\] {
  padding-bottom: 14px;
}
.pb-\[2px\] {
  padding-bottom: 2px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[3px\] {
  padding-bottom: 3px;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.pl-\[38px\] {
  padding-left: 38px;
}
.pl-\[5px\] {
  padding-left: 5px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-\[0\] {
  padding-right: 0;
}
.pr-\[1\.25rem\] {
  padding-right: 1.25rem;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pr-\[30px\] {
  padding-right: 30px;
}
.pr-\[5px\] {
  padding-right: 5px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.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-\[10px\] {
  padding-top: 10px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[1px\] {
  padding-top: 1px;
}
.pt-\[2\%\] {
  padding-top: 2%;
}
.pt-\[5px\] {
  padding-top: 5px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.indent-5 {
  text-indent: 1.25rem;
}
.\!font-inter {
  font-family: Inter !important;
}
.font-inter {
  font-family: Inter;
}
.\!text-\[14px\] {
  font-size: 14px !important;
}
.\!text-base {
  font-size: 16px !important;
}
.\!text-m {
  font-size: 15px !important;
}
.\!text-s {
  font-size: 13px !important;
}
.\!text-sm {
  font-size: 14px !important;
}
.\!text-xl {
  font-size: 20px !important;
}
.\!text-xs {
  font-size: 12px !important;
}
.text-2xl {
  font-size: 24px;
}
.text-4xl {
  font-size: 36px;
}
.text-5xl {
  font-size: 48px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[80\%\] {
  font-size: 80%;
}
.text-base {
  font-size: 16px;
}
.text-lg {
  font-size: 18px;
}
.text-m {
  font-size: 15px;
}
.text-s {
  font-size: 13px;
}
.text-sm {
  font-size: 14px;
}
.text-xl {
  font-size: 20px;
}
.text-xs {
  font-size: 12px;
}
.text-xxs {
  font-size: 10px;
}
.\!font-bold {
  font-weight: 700 !important;
}
.\!font-normal {
  font-weight: 400 !important;
}
.\!font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.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;
}
.\!normal-case {
  text-transform: none !important;
}
.normal-case {
  text-transform: none;
}
.\!italic {
  font-style: italic !important;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.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-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[1\.5px\] {
  line-height: 1.5px;
}
.leading-\[1\.65\] {
  line-height: 1.65;
}
.leading-\[12px\] {
  line-height: 12px;
}
.leading-\[1\] {
  line-height: 1;
}
.leading-\[2\.5\] {
  line-height: 2.5;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.\!tracking-\[1px\] {
  letter-spacing: 1px !important;
}
.tracking-0 {
  letter-spacing: 0;
}
.tracking-\[1px\] {
  letter-spacing: 1px;
}
.tracking-\[2px\] {
  letter-spacing: 2px;
}
.tracking-one {
  letter-spacing: 1px;
}
.\!text-\[\#303741\] {
  --tw-text-opacity: 1 !important;
  color: rgb(48 55 65 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#5ceaa2\] {
  --tw-text-opacity: 1 !important;
  color: rgb(92 234 162 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#667085\] {
  --tw-text-opacity: 1 !important;
  color: rgb(102 112 133 / var(--tw-text-opacity)) !important;
}
.\!text-brand-700 {
  color: hsl(var(--brand-700)) !important;
}
.\!text-brand-800 {
  color: hsl(var(--brand-800)) !important;
}
.\!text-brand-950 {
  color: hsl(var(--brand-950)) !important;
}
.\!text-charcoal-gray2 {
  --tw-text-opacity: 1 !important;
  color: rgb(48 55 65 / var(--tw-text-opacity)) !important;
}
.\!text-gray-600 {
  color: hsl(var(--gray-600)) !important;
}
.\!text-gray-700 {
  color: hsl(var(--gray-700)) !important;
}
.\!text-gray-800 {
  color: hsl(var(--gray-800)) !important;
}
.\!text-gray-900 {
  color: hsl(var(--gray-900)) !important;
}
.\!text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}
.\!text-slate-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(30 41 59 / var(--tw-text-opacity)) !important;
}
.\!text-torch-red {
  --tw-text-opacity: 1 !important;
  color: rgb(255 15 79 / var(--tw-text-opacity)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#109fff\] {
  --tw-text-opacity: 1;
  color: rgb(16 159 255 / var(--tw-text-opacity));
}
.text-\[\#182230\] {
  --tw-text-opacity: 1;
  color: rgb(24 34 48 / var(--tw-text-opacity));
}
.text-\[\#1b537d\] {
  --tw-text-opacity: 1;
  color: rgb(27 83 125 / var(--tw-text-opacity));
}
.text-\[\#272d43\] {
  --tw-text-opacity: 1;
  color: rgb(39 45 67 / var(--tw-text-opacity));
}
.text-\[\#2E90FA\] {
  --tw-text-opacity: 1;
  color: rgb(46 144 250 / var(--tw-text-opacity));
}
.text-\[\#2f80ed\] {
  --tw-text-opacity: 1;
  color: rgb(47 128 237 / var(--tw-text-opacity));
}
.text-\[\#3ec198\] {
  --tw-text-opacity: 1;
  color: rgb(62 193 152 / var(--tw-text-opacity));
}
.text-\[\#4ec780\] {
  --tw-text-opacity: 1;
  color: rgb(78 199 128 / var(--tw-text-opacity));
}
.text-\[\#667085\] {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.text-\[\#7d1b22\] {
  --tw-text-opacity: 1;
  color: rgb(125 27 34 / var(--tw-text-opacity));
}
.text-\[\#7f781c\] {
  --tw-text-opacity: 1;
  color: rgb(127 120 28 / var(--tw-text-opacity));
}
.text-\[\#838383\] {
  --tw-text-opacity: 1;
  color: rgb(131 131 131 / var(--tw-text-opacity));
}
.text-\[\#989ea9\] {
  --tw-text-opacity: 1;
  color: rgb(152 158 169 / var(--tw-text-opacity));
}
.text-\[\#98A2B3\] {
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}
.text-\[\#bd4535\] {
  --tw-text-opacity: 1;
  color: rgb(189 69 53 / var(--tw-text-opacity));
}
.text-\[\#fbfbfb\] {
  --tw-text-opacity: 1;
  color: rgb(251 251 251 / var(--tw-text-opacity));
}
.text-azure {
  --tw-text-opacity: 1;
  color: rgb(15 159 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-brand-100 {
  color: hsl(var(--brand-100));
}
.text-brand-600 {
  color: hsl(var(--brand-600));
}
.text-brand-700 {
  color: hsl(var(--brand-700));
}
.text-brand-950 {
  color: hsl(var(--brand-950));
}
.text-charcoal {
  --tw-text-opacity: 1;
  color: rgb(48 50 59 / var(--tw-text-opacity));
}
.text-charcoal-gray2 {
  --tw-text-opacity: 1;
  color: rgb(48 55 65 / var(--tw-text-opacity));
}
.text-charcoal-gray2-alpha50 {
  color: rgba(48, 55, 65, 0.5);
}
.text-charcoal-gray6 {
  --tw-text-opacity: 1;
  color: rgb(39 45 67 / var(--tw-text-opacity));
}
.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
.text-error-700 {
  color: hsl(var(--error-700));
}
.text-gray-400 {
  color: hsl(var(--gray-400));
}
.text-gray-500 {
  color: hsl(var(--gray-500));
}
.text-gray-600 {
  color: hsl(var(--gray-600));
}
.text-gray-700 {
  color: hsl(var(--gray-700));
}
.text-gray-900 {
  color: hsl(var(--gray-900));
}
.text-gray-950 {
  color: hsl(var(--gray-950));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-greeny-blue {
  --tw-text-opacity: 1;
  color: rgb(62 193 152 / var(--tw-text-opacity));
}
.text-inherit {
  color: inherit;
}
.text-mineshaft {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.text-orange-700 {
  color: hsl(var(--orange-700));
}
.text-pale-gray {
  --tw-text-opacity: 1;
  color: rgb(242 243 245 / var(--tw-text-opacity));
}
.text-pale-gray2 {
  --tw-text-opacity: 1;
  color: rgb(247 249 252 / var(--tw-text-opacity));
}
.text-pink-700 {
  color: hsl(var(--pink-700));
}
.text-placeholder {
  color: rgba(40, 47, 59, 0.6);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-santas-gray {
  --tw-text-opacity: 1;
  color: rgb(155 162 179 / var(--tw-text-opacity));
}
.text-silver3 {
  --tw-text-opacity: 1;
  color: rgb(126 130 137 / var(--tw-text-opacity));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.text-success-700 {
  color: hsl(var(--success-700));
}
.text-torch-red {
  --tw-text-opacity: 1;
  color: rgb(255 15 79 / var(--tw-text-opacity));
}
.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.\!opacity-100 {
  opacity: 1 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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_14px_9px_0_rgba\(48\2c _55\2c _65\2c _0\.3\)\] {
  --tw-shadow: 0 14px 9px 0 rgba(48, 55, 65, 0.3);
  --tw-shadow-colored: 0 14px 9px 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-\[0_4px_10px_0_rgba\(48\2c _55\2c _65\2c _0\.3\)\] {
  --tw-shadow: 0 4px 10px 0 rgba(48, 55, 65, 0.3);
  --tw-shadow-colored: 0 4px 10px 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-\[0_4px_20px_0_rgba\(48\2c _55\2c _65\2c _0\.3\)\] {
  --tw-shadow: 0 4px 20px 0 rgba(48, 55, 65, 0.3);
  --tw-shadow-colored: 0 4px 20px 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-\[0_8px_20px_0_rgba\(48\2c _55\2c _65\2c _0\.3\)\] {
  --tw-shadow: 0 8px 20px 0 rgba(48, 55, 65, 0.3);
  --tw-shadow-colored: 0 8px 20px 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-\[0px_4px_20px_0_rgba\(48\2c _55\2c _65\2c _0\.3\)\] {
  --tw-shadow: 0px 4px 20px 0 rgba(48, 55, 65, 0.3);
  --tw-shadow-colored: 0px 4px 20px 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-\[0px_4px_20px_0px_rgba\(48\2c _55\2c _65\2c _0\.3\)\] {
  --tw-shadow: 0px 4px 20px 0px rgba(48, 55, 65, 0.3);
  --tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  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;
}
.outline {
  outline-style: solid;
}
.outline-\[0\] {
  outline-width: 0;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-\[url\(\#blurFilter\)\] {
  --tw-blur: blur(url(#blurFilter));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[0\.4s\] {
  transition-property: 0.4s;
  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-\[background\2c color\2c opacity\] {
  transition-property: background,color,opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[background-color\2c border-color\2c border-width\2c box-shadow\2c color\] {
  transition-property: background-color,border-color,border-width,box-shadow,color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[background-color\2c border-color\2c box-shadow\2c color\] {
  transition-property: background-color,border-color,box-shadow,color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[background-color\2c border-color\] {
  transition-property: background-color,border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[background-color\2c border\] {
  transition-property: background-color,border;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[background-color\2c color\2c opacity\] {
  transition-property: background-color,color,opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[background-color\2c opacity\] {
  transition-property: background-color,opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[background-color\] {
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[border-color\2c opacity\] {
  transition-property: border-color,opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[color\] {
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[fill\2c opacity\] {
  transition-property: fill,opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[fill\] {
  transition-property: fill;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[margin\] {
  transition-property: margin;
  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;
}
.transition-\[padding\] {
  transition-property: padding;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[transform\] {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\] {
  transition-property: width;
  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;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.will-change-transform {
  will-change: transform;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
    display: none;
  }
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
.placeholder\:pl-\[10px\]::-moz-placeholder {
  padding-left: 10px;
}
.placeholder\:pl-\[10px\]::placeholder {
  padding-left: 10px;
}
.placeholder\:font-inter::-moz-placeholder {
  font-family: Inter;
}
.placeholder\:font-inter::placeholder {
  font-family: Inter;
}
.placeholder\:\!text-sm::-moz-placeholder {
  font-size: 14px !important;
}
.placeholder\:\!text-sm::placeholder {
  font-size: 14px !important;
}
.placeholder\:placeholder\:text-s::-moz-placeholder::placeholder {
  font-size: 13px;
}
.placeholder\:placeholder\:text-s::placeholder::placeholder {
  font-size: 13px;
}
.placeholder\:text-base::-moz-placeholder {
  font-size: 16px;
}
.placeholder\:text-base::placeholder {
  font-size: 16px;
}
.placeholder\:text-xs::-moz-placeholder {
  font-size: 12px;
}
.placeholder\:text-xs::placeholder {
  font-size: 12px;
}
.placeholder\:\!font-bold::-moz-placeholder {
  font-weight: 700 !important;
}
.placeholder\:\!font-bold::placeholder {
  font-weight: 700 !important;
}
.placeholder\:\!font-normal::-moz-placeholder {
  font-weight: 400 !important;
}
.placeholder\:\!font-normal::placeholder {
  font-weight: 400 !important;
}
.placeholder\:font-bold::-moz-placeholder {
  font-weight: 700;
}
.placeholder\:font-bold::placeholder {
  font-weight: 700;
}
.placeholder\:font-normal::-moz-placeholder {
  font-weight: 400;
}
.placeholder\:font-normal::placeholder {
  font-weight: 400;
}
.placeholder\:not-italic::-moz-placeholder {
  font-style: normal;
}
.placeholder\:not-italic::placeholder {
  font-style: normal;
}
.placeholder\:leading-none::-moz-placeholder {
  line-height: 1;
}
.placeholder\:leading-none::placeholder {
  line-height: 1;
}
.placeholder\:\!text-gray-600::-moz-placeholder {
  color: hsl(var(--gray-600)) !important;
}
.placeholder\:\!text-gray-600::placeholder {
  color: hsl(var(--gray-600)) !important;
}
.placeholder\:text-\[rgba\(247\2c _249\2c _252\2c _0\.7\)\]::-moz-placeholder {
  color: rgba(247, 249, 252, 0.7);
}
.placeholder\:text-\[rgba\(247\2c _249\2c _252\2c _0\.7\)\]::placeholder {
  color: rgba(247, 249, 252, 0.7);
}
.placeholder\:text-gray-500::-moz-placeholder {
  color: hsl(var(--gray-500));
}
.placeholder\:text-gray-500::placeholder {
  color: hsl(var(--gray-500));
}
.placeholder\:text-placeholder::-moz-placeholder {
  color: rgba(40, 47, 59, 0.6);
}
.placeholder\:text-placeholder::placeholder {
  color: rgba(40, 47, 59, 0.6);
}
.placeholder\:opacity-100::-moz-placeholder {
  opacity: 1;
}
.placeholder\:opacity-100::placeholder {
  opacity: 1;
}
.placeholder\:opacity-60::-moz-placeholder {
  opacity: 0.6;
}
.placeholder\:opacity-60::placeholder {
  opacity: 0.6;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:bottom-\[3px\]::before {
  content: var(--tw-content);
  bottom: 3px;
}
.before\:left-\[10px\]::before {
  content: var(--tw-content);
  left: 10px;
}
.before\:left-\[3px\]::before {
  content: var(--tw-content);
  left: 3px;
}
.before\:top-9::before {
  content: var(--tw-content);
  top: 2.25rem;
}
.before\:block::before {
  content: var(--tw-content);
  display: block;
}
.before\:h-5::before {
  content: var(--tw-content);
  height: 1.25rem;
}
.before\:h-\[14px\]::before {
  content: var(--tw-content);
  height: 14px;
}
.before\:h-\[calc\(100\%_-_72px\)\]::before {
  content: var(--tw-content);
  height: calc(100% - 72px);
}
.before\:w-5::before {
  content: var(--tw-content);
  width: 1.25rem;
}
.before\:w-\[14px\]::before {
  content: var(--tw-content);
  width: 14px;
}
.before\:w-\[2px\]::before {
  content: var(--tw-content);
  width: 2px;
}
.before\:rounded-\[7px\]::before {
  content: var(--tw-content);
  border-radius: 7px;
}
.before\:rounded-\[9999px\]::before {
  content: var(--tw-content);
  border-radius: 9999px;
}
.before\:border::before {
  content: var(--tw-content);
  border-width: 1px;
}
.before\:border-gray-300::before {
  content: var(--tw-content);
  border-color: hsl(var(--gray-300));
}
.before\:bg-charcoal-gray2-alpha-10::before {
  content: var(--tw-content);
  background-color: rgba(48, 55, 65, 0.1);
}
.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.before\:transition-\[0\.4s\]::before {
  content: var(--tw-content);
  transition-property: 0.4s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.before\:will-change-transform::before {
  content: var(--tw-content);
  will-change: transform;
}
.before\:content-\[\"\"\]::before {
  --tw-content: "";
  content: var(--tw-content);
}
.even\:bg-white:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.visited\:text-brand-700:visited {
  color: hsl(var(--brand-700));
}
.visited\:text-gray-600:visited {
  color: hsl(var(--gray-600));
}
.placeholder-shown\:transition-\[background-color\]:-moz-placeholder-shown {
  -moz-transition-property: background-color;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.placeholder-shown\:transition-\[background-color\]:placeholder-shown {
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.placeholder-shown\:duration-300:-moz-placeholder-shown {
  transition-duration: 300ms;
}
.placeholder-shown\:duration-300:placeholder-shown {
  transition-duration: 300ms;
}
.placeholder-shown\:ease-in-out:-moz-placeholder-shown {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.placeholder-shown\:ease-in-out:placeholder-shown {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hover\:visible:hover {
  visibility: visible;
}
.hover\:ml-0:hover {
  margin-left: 0px;
}
.hover\:ml-\[3px\]:hover {
  margin-left: 3px;
}
.hover\:cursor-default:hover {
  cursor: default;
}
.hover\:cursor-not-allowed:hover {
  cursor: not-allowed;
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:border:hover {
  border-width: 1px;
}
.hover\:border-r-\[6px\]:hover {
  border-right-width: 6px;
}
.hover\:border-azure:hover {
  --tw-border-opacity: 1;
  border-color: rgb(15 159 255 / var(--tw-border-opacity));
}
.hover\:border-brand-700:hover {
  border-color: hsl(var(--brand-700));
}
.hover\:border-link-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(16 159 255 / var(--tw-border-opacity));
}
.hover\:bg-\[\#0496ff99\]:hover {
  background-color: #0496ff99;
}
.hover\:bg-\[\#1fd7ff99\]:hover {
  background-color: #1fd7ff99;
}
.hover\:bg-\[\#292f3699\]:hover {
  background-color: #292f3699;
}
.hover\:bg-\[\#45678999\]:hover {
  background-color: #45678999;
}
.hover\:bg-\[\#64748b99\]:hover {
  background-color: #64748b99;
}
.hover\:bg-\[\#82828299\]:hover {
  background-color: #82828299;
}
.hover\:bg-\[\#9966CC99\]:hover {
  background-color: #9966CC99;
}
.hover\:bg-\[\#a3e06599\]:hover {
  background-color: #a3e06599;
}
.hover\:bg-\[\#c6419199\]:hover {
  background-color: #c6419199;
}
.hover\:bg-\[\#d65745a7\]:hover {
  background-color: #d65745a7;
}
.hover\:bg-\[\#ddd44799\]:hover {
  background-color: #ddd44799;
}
.hover\:bg-\[\#e71d3699\]:hover {
  background-color: #e71d3699;
}
.hover\:bg-\[\#fe7f2d99\]:hover {
  background-color: #fe7f2d99;
}
.hover\:bg-\[\#ff5f0f99\]:hover {
  background-color: #ff5f0f99;
}
.hover\:bg-\[\#ffaa4799\]:hover {
  background-color: #ffaa4799;
}
.hover\:bg-\[\#ffd44799\]:hover {
  background-color: #ffd44799;
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.hover\:bg-brand-900:hover {
  background-color: hsl(var(--brand-900));
}
.hover\:bg-cloudy-blue-alpha-20:hover {
  background-color: rgba(177, 185, 204, 0.2);
}
.hover\:bg-gray-200:hover {
  background-color: hsl(var(--gray-200));
}
.hover\:bg-pale-gray2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 252 / var(--tw-bg-opacity));
}
.hover\:fill-emerald-400:hover {
  fill: #34d399;
}
.hover\:fill-red-500:hover {
  fill: #ef4444;
}
.hover\:fill-silver3:hover {
  fill: #7e8289;
}
.hover\:stroke-red-500:hover {
  stroke: #ef4444;
}
.hover\:\!text-brand-700:hover {
  color: hsl(var(--brand-700)) !important;
}
.hover\:text-\[\#5ceaa2\]:hover {
  --tw-text-opacity: 1;
  color: rgb(92 234 162 / var(--tw-text-opacity));
}
.hover\:text-brand-700:hover {
  color: hsl(var(--brand-700));
}
.hover\:text-gray-600:hover {
  color: hsl(var(--gray-600));
}
.hover\:text-santas-gray:hover {
  --tw-text-opacity: 1;
  color: rgb(155 162 179 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-70:hover {
  opacity: 0.7;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:opacity-\[0\.73\]:hover {
  opacity: 0.73;
}
.hover\:opacity-\[0\.7\]:hover {
  opacity: 0.7;
}
.hover\:\!shadow-\[0px_0px_0px_4px_rgba\(46\2c _144\2c _250\2c _0\.24\)\]:hover {
  --tw-shadow: 0px 0px 0px 4px rgba(46, 144, 250, 0.24) !important;
  --tw-shadow-colored: 0px 0px 0px 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;
}
.hover\:shadow-\[0_3px_8px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]:hover {
  --tw-shadow: 0 3px 8px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 3px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-\[0px_0px_0px_4px_rgba\(152\2c _162\2c _179\2c _0\.14\)\]:hover {
  --tw-shadow: 0px 0px 0px 4px rgba(152, 162, 179, 0.14);
  --tw-shadow-colored: 0px 0px 0px 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);
}
.focus\:visible:focus {
  visibility: visible;
}
.focus\:-m-\[10px\]:focus {
  margin: -10px;
}
.focus\:my-0:focus {
  margin-top: 0px;
  margin-bottom: 0px;
}
.focus\:h-full:focus {
  height: 100%;
}
.focus\:w-\[inherit\]:focus {
  width: inherit;
}
.focus\:rounded-lg:focus {
  border-radius: 0.5rem;
}
.focus\:rounded-none:focus {
  border-radius: 0px;
}
.focus\:\!border:focus {
  border-width: 1px !important;
}
.focus\:border:focus {
  border-width: 1px;
}
.focus\:border-2:focus {
  border-width: 2px;
}
.focus\:border-b:focus {
  border-bottom-width: 1px;
}
.focus\:\!border-\[\#FDA29B\]:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 162 155 / var(--tw-border-opacity)) !important;
}
.focus\:border-\[\#4db1ed\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(77 177 237 / var(--tw-border-opacity));
}
.focus\:border-\[\#cdcdcd\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(205 205 205 / var(--tw-border-opacity));
}
.focus\:border-brand-600:focus {
  border-color: hsl(var(--brand-600));
}
.focus\:border-brick-red:focus {
  --tw-border-opacity: 1;
  border-color: rgb(231 29 54 / var(--tw-border-opacity));
}
.focus\:border-green-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:border-l-transparent:focus {
  border-left-color: transparent;
}
.focus\:border-r-transparent:focus {
  border-right-color: transparent;
}
.focus\:border-t-transparent:focus {
  border-top-color: transparent;
}
.focus\:\!bg-gray-50:focus {
  background-color: hsl(var(--gray-50)) !important;
}
.focus\:bg-\[\#eaf1f6\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(234 241 246 / var(--tw-bg-opacity));
}
.focus\:bg-\[\#fffdf2\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 242 / var(--tw-bg-opacity));
}
.focus\:bg-light-pink:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(253 231 233 / var(--tw-bg-opacity));
}
.focus\:bg-transparent:focus {
  background-color: transparent;
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:\!px-\[9px\]:focus {
  padding-left: 9px !important;
  padding-right: 9px !important;
}
.focus\:\!py-\[6px\]:focus {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.focus\:font-inter:focus {
  font-family: Inter;
}
.focus\:text-s:focus {
  font-size: 13px;
}
.focus\:text-xs:focus {
  font-size: 12px;
}
.focus\:font-normal:focus {
  font-weight: 400;
}
.focus\:not-italic:focus {
  font-style: normal;
}
.focus\:text-charcoal:focus {
  --tw-text-opacity: 1;
  color: rgb(48 50 59 / var(--tw-text-opacity));
}
.focus\:text-gray-500:focus {
  color: hsl(var(--gray-500));
}
.focus\:text-gray-600:focus {
  color: hsl(var(--gray-600));
}
.focus\:text-gray-900:focus {
  color: hsl(var(--gray-900));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:border:disabled {
  border-width: 1px;
}
.disabled\:border-gray-200:disabled {
  border-color: hsl(var(--gray-200));
}
.disabled\:border-silver:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(192 193 194 / var(--tw-border-opacity));
}
.disabled\:bg-gray-100:disabled {
  background-color: hsl(var(--gray-100));
}
.disabled\:font-normal:disabled {
  font-weight: 400;
}
.disabled\:\!text-silver:disabled {
  --tw-text-opacity: 1 !important;
  color: rgb(192 193 194 / var(--tw-text-opacity)) !important;
}
.disabled\:text-\[\#98A2B\]:disabled {
  color: #98A2B;
}
.disabled\:text-gray-400:disabled {
  color: hsl(var(--gray-400));
}
.disabled\:text-silver:disabled {
  --tw-text-opacity: 1;
  color: rgb(192 193 194 / var(--tw-text-opacity));
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.disabled\:opacity-60:disabled {
  opacity: 0.6;
}
.disabled\:opacity-70:disabled {
  opacity: 0.7;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.peer:checked ~ .peer-checked\:border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.data-\[sticky-td\=true\]\:sticky[data-sticky-td=true] {
  position: sticky;
}
.data-\[sticky-first-right-td\=true\]\:\!border-r[data-sticky-first-right-td=true] {
  border-right-width: 1px !important;
}
.data-\[sticky-last-left-td\=true\]\:\!border-r[data-sticky-last-left-td=true] {
  border-right-width: 1px !important;
}
.data-\[sticky-td\=true\]\:\!border-r[data-sticky-td=true] {
  border-right-width: 1px !important;
}
.data-\[sticky-first-right-td\=true\]\:\!border-gray-200[data-sticky-first-right-td=true] {
  border-color: hsl(var(--gray-200)) !important;
}
.data-\[sticky-last-left-td\=true\]\:\!border-gray-200[data-sticky-last-left-td=true] {
  border-color: hsl(var(--gray-200)) !important;
}
.data-\[sticky-td\=true\]\:border-gray-200[data-sticky-td=true] {
  border-color: hsl(var(--gray-200));
}
.peer[data-expanded=true] ~ .peer-data-\[expanded\=true\]\:w-\[calc\(100vw-275px\)\] {
  width: calc(100vw - 275px);
}
@media (max-width: 1820px) {

  .max-\[1820px\]\:max-w-\[1120px\] {
    max-width: 1120px;
  }

  .max-\[1820px\]\:max-w-none {
    max-width: none;
  }
}
@media (min-width: 768px) {

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {

  .xl\:max-w-full {
    max-width: 100%;
  }
}
@media print {

  .print\:block {
    display: block;
  }

  .print\:hidden {
    display: none;
  }

  .print\:h-\[15pt\] {
    height: 15pt;
  }

  .print\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .print\:text-center {
    text-align: center;
  }
}
.\[\&\.sticky\]\:overflow-scroll.sticky {
  overflow: scroll;
}
.\[\&\.sticky_\>_\.body\]\:relative.sticky > .body {
  position: relative;
}
.\[\&\.sticky_\>_\.body\]\:z-0.sticky > .body {
  z-index: 0;
}
.\[\&\.sticky_\>_\.footer\]\:sticky.sticky > .footer {
  position: sticky;
}
.\[\&\.sticky_\>_\.footer\]\:bottom-0.sticky > .footer {
  bottom: 0px;
}
.\[\&\.sticky_\>_\.footer\]\:w-fit.sticky > .footer {
  width: -moz-fit-content;
  width: fit-content;
}
.\[\&\.sticky_\>_\.footer\]\:shadow-\[0px_-1px_1px_\#ccc\].sticky > .footer {
  --tw-shadow: 0px -1px 1px #ccc;
  --tw-shadow-colored: 0px -1px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\[\&\.sticky_\>_\.header\]\:sticky.sticky > .header {
  position: sticky;
}
.\[\&\.sticky_\>_\.header\]\:top-0.sticky > .header {
  top: 0px;
}
.\[\&\.sticky_\>_\.header\]\:w-fit.sticky > .header {
  width: -moz-fit-content;
  width: fit-content;
}
.\[\&\.sticky_\>_\.header\]\:shadow-\[0px_1px_1px_\#ccc\].sticky > .header {
  --tw-shadow: 0px 1px 1px #ccc;
  --tw-shadow-colored: 0px 1px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\[\&\:\:-moz-focus-inner\]\:border-0::-moz-focus-inner {
  border-width: 0px;
}
.\[\&\:\:-webkit-scrollbar-thumb\:hover\]\:bg-cloudy-blue::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(177 185 204 / var(--tw-bg-opacity));
}
.\[\&\:\:-webkit-scrollbar-thumb\:hover\]\:bg-cloudy-blue-alpha-50::-webkit-scrollbar-thumb:hover {
  background-color: rgba(177, 185, 204, 0.5);
}
.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-cloudy-blue-alpha-20::-webkit-scrollbar-thumb {
  background-color: rgba(177, 185, 204, 0.2);
}
.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-cloudy-blue-light::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(215 220 228 / var(--tw-bg-opacity));
}
.\[\&\:\:-webkit-scrollbar-track\]\:bg-transparent::-webkit-scrollbar-track {
  background-color: transparent;
}
.\[\&\:\:-webkit-scrollbar\]\:h-\[10px\]::-webkit-scrollbar {
  height: 10px;
}
.\[\&\:\:-webkit-scrollbar\]\:w-\[10px\]::-webkit-scrollbar {
  width: 10px;
}
.\[\&\:checked_\+_span\:before\]\:translate-x-5:checked + span:before {
  --tw-translate-x: 1.25rem;
  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));
}
.\[\&\:checked_\+_span\]\:bg-brand-600:checked + span {
  background-color: hsl(var(--brand-600));
}
.\[\&\:checked_\+_span\]\:bg-gradient-to-l:checked + span {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.\[\&\:checked_\+_span\]\:from-apple-green:checked + span {
  --tw-gradient-from: #7cd638 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 214 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.\[\&\:checked_\+_span\]\:to-greeny-blue2:checked + span {
  --tw-gradient-to: #3ec298 var(--tw-gradient-to-position);
}
.\[\&\:disabled_\>_svg\]\:\!fill-silver:disabled > svg {
  fill: #c0c1c2 !important;
}
.\[\&\:first-of-type\]\:rounded:first-of-type {
  border-radius: 0.25rem;
}
.\[\&\:first-of-type\]\:rounded-bl-lg:first-of-type {
  border-bottom-left-radius: 0.5rem;
}
.\[\&\:first-of-type\]\:rounded-br-none:first-of-type {
  border-bottom-right-radius: 0px;
}
.\[\&\:first-of-type\]\:rounded-tl-lg:first-of-type {
  border-top-left-radius: 0.5rem;
}
.\[\&\:first-of-type\]\:rounded-tr-none:first-of-type {
  border-top-right-radius: 0px;
}
.\[\&\:focus_\+_svg\]\:fill-gray-500:focus + svg {
  fill: hsl(var(--gray-500));
}
.\[\&\:hover\:enabled\]\:border:hover:enabled {
  border-width: 1px;
}
.\[\&\:hover\:enabled\]\:border-gray-300:hover:enabled {
  border-color: hsl(var(--gray-300));
}
.\[\&\:hover\:enabled\]\:bg-charcoal-gray2-alpha-10:hover:enabled {
  background-color: rgba(48, 55, 65, 0.1);
}
.\[\&\:hover\:enabled\]\:bg-gray-200:hover:enabled {
  background-color: hsl(var(--gray-200));
}
.\[\&\:hover\:enabled\]\:shadow-\[0_2px_8px_0_rgba\(48\2c _55\2c _65\2c _0\.1\)\]:hover:enabled {
  --tw-shadow: 0 2px 8px 0 rgba(48, 55, 65, 0.1);
  --tw-shadow-colored: 0 2px 8px 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);
}
.\[\&\:hover\:not\(\:disabled\)\]\:bg-cloudy-blue-alpha-20:hover:not(:disabled) {
  background-color: rgba(177, 185, 204, 0.2);
}
.\[\&\:hover_\>_div\]\:border-brand-600:hover > div {
  border-color: hsl(var(--brand-600));
}
.\[\&\:hover_\>_div\]\:border-teal-500:hover > div {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}
.\[\&\:hover_\>_svg\]\:fill-azure:hover > svg {
  fill: #0f9fff;
}
.\[\&\:hover_\>_svg\]\:fill-brand-700:hover > svg {
  fill: hsl(var(--brand-700));
}
.\[\&\:last-of-type\]\:-ml-\[1px\]:last-of-type {
  margin-left: -1px;
}
.\[\&\:last-of-type\]\:ml-0:last-of-type {
  margin-left: 0px;
}
.\[\&\:last-of-type\]\:mt-\[10px\]:last-of-type {
  margin-top: 10px;
}
.\[\&\:last-of-type\]\:rounded:last-of-type {
  border-radius: 0.25rem;
}
.\[\&\:last-of-type\]\:rounded-bl-none:last-of-type {
  border-bottom-left-radius: 0px;
}
.\[\&\:last-of-type\]\:rounded-br-lg:last-of-type {
  border-bottom-right-radius: 0.5rem;
}
.\[\&\:last-of-type\]\:rounded-tr-lg:last-of-type {
  border-top-right-radius: 0.5rem;
}
.\[\&\:not\(\:empty\)\]\:flex-\[0_0_50\%\]:not(:empty) {
  flex: 0 0 50%;
}
.\[\&\:not\(\:empty\)\]\:pb-\[30px\]:not(:empty) {
  padding-bottom: 30px;
}
.\[\&\:not\(\:first-of-type\)\]\:mt-5:not(:first-of-type) {
  margin-top: 1.25rem;
}
.\[\&\:not\(\:focus\)\]\:-mt-\[7px\]:not(:focus) {
  margin-top: -7px;
}
.\[\&\:not\(\:focus\)\]\:border-none:not(:focus) {
  border-style: none;
}
.\[\&\:not\(\:focus\)\]\:bg-none:not(:focus) {
  background-image: none;
}
.\[\&\:not\(\:last-child\)\]\:mb-5:not(:last-child) {
  margin-bottom: 1.25rem;
}
.\[\&\:not\(\:last-of-type\)\]\:mb-\[10px\]:not(:last-of-type) {
  margin-bottom: 10px;
}
.\[\&\:not\(\:last-of-type\)\]\:mr-\[10px\]:not(:last-of-type) {
  margin-right: 10px;
}
.\[\&\:not\(\:last-of-type\)_\>_span\]\:mb-\[5px\]:not(:last-of-type) > span {
  margin-bottom: 5px;
}
.\[\&\:not\(first-of-type\)\]\:mt-2\.5:not(first-of-type) {
  margin-top: 0.625rem;
}
.\[\&\:nth-child\(even\)\]\:bg-\[\#F9FAFB\]:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.\[\&\:nth-of-type\(2\)\]\:-ml-\[1px\]:nth-of-type(2) {
  margin-left: -1px;
}
.\[\&\:nth-of-type\(2\)\]\:rounded-none:nth-of-type(2) {
  border-radius: 0px;
}
.\[\&\:-moz-placeholder-shown\]\:bg-pale-gray:-moz-placeholder-shown {
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 245 / var(--tw-bg-opacity));
}
.\[\&\:placeholder-shown\]\:bg-pale-gray:placeholder-shown {
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 245 / var(--tw-bg-opacity));
}
.\[\&\:-moz-placeholder-shown\]\:transition-\[background-color\]:-moz-placeholder-shown {
  -moz-transition-property: background-color;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&\:placeholder-shown\]\:transition-\[background-color\]:placeholder-shown {
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&\:-moz-placeholder-shown\]\:duration-300:-moz-placeholder-shown {
  transition-duration: 300ms;
}
.\[\&\:placeholder-shown\]\:duration-300:placeholder-shown {
  transition-duration: 300ms;
}
.\[\&\>svg\]\:text-brand-100>svg {
  color: hsl(var(--brand-100));
}
.\[\&_\*\]\:\!font-inter * {
  font-family: Inter !important;
}
.\[\&_\*\]\:font-inter * {
  font-family: Inter;
}
.\[\&_\*\]\:text-sm * {
  font-size: 14px;
}
.\[\&_\+_\&\]\:-ml-\[1px\] + .\[\&_\+_\&\]\:-ml-\[1px\] {
  margin-left: -1px;
}
.\[\&_\+_\&\]\:mt-4 + .\[\&_\+_\&\]\:mt-4 {
  margin-top: 1rem;
}
.\[\&_\+_\&\]\:mt-\[10px\] + .\[\&_\+_\&\]\:mt-\[10px\] {
  margin-top: 10px;
}
.\[\&_\+_\&\]\:mt-\[1em\] + .\[\&_\+_\&\]\:mt-\[1em\] {
  margin-top: 1em;
}
.\[\&_\+_\&\]\:rounded-bl-none + .\[\&_\+_\&\]\:rounded-bl-none {
  border-bottom-left-radius: 0px;
}
.\[\&_\+_\&\]\:rounded-br-lg + .\[\&_\+_\&\]\:rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.\[\&_\+_\&\]\:rounded-tl-none + .\[\&_\+_\&\]\:rounded-tl-none {
  border-top-left-radius: 0px;
}
.\[\&_\+_\&\]\:rounded-tr-lg + .\[\&_\+_\&\]\:rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.\[\&_\+_\&\]\:border-t-0 + .\[\&_\+_\&\]\:border-t-0 {
  border-top-width: 0px;
}
.\[\&_\+_\&\]\:pl-\[10px\] + .\[\&_\+_\&\]\:pl-\[10px\] {
  padding-left: 10px;
}
.\[\&_\+_\&\]\:pl-\[30px\] + .\[\&_\+_\&\]\:pl-\[30px\] {
  padding-left: 30px;
}
.\[\&_\+_\*\]\:ml-\[10px\] + * {
  margin-left: 10px;
}
.\[\&_\.image-gallery-content\]\:relative .image-gallery-content {
  position: relative;
}
.\[\&_\.image-gallery-slide\.center\]\:relative .image-gallery-slide.center {
  position: relative;
}
.\[\&_\.image-gallery-slide\]\:absolute .image-gallery-slide {
  position: absolute;
}
.\[\&_\.image-gallery-slide\]\:left-0 .image-gallery-slide {
  left: 0px;
}
.\[\&_\.image-gallery-slide\]\:top-0 .image-gallery-slide {
  top: 0px;
}
.\[\&_\.image-gallery-slide\]\:w-full .image-gallery-slide {
  width: 100%;
}
.\[\&_\.image-gallery-slide\]\:overflow-hidden .image-gallery-slide {
  overflow: hidden;
}
.\[\&_\.image-gallery-slides\]\:relative .image-gallery-slides {
  position: relative;
}
.\[\&_\.image-gallery-slides\]\:overflow-hidden .image-gallery-slides {
  overflow: hidden;
}
.\[\&_\.image-gallery-slides\]\:whitespace-nowrap .image-gallery-slides {
  white-space: nowrap;
}
.\[\&_\.image-gallery\]\:flex .image-gallery {
  display: flex;
}
.\[\&_\.image-gallery\]\:flex-col .image-gallery {
  flex-direction: column;
}
.\[\&_\.image-gallery\]\:items-center .image-gallery {
  align-items: center;
}
.\[\&_\.image-gallery\]\:justify-center .image-gallery {
  justify-content: center;
}
.\[\&_\.section\]\:text-sm .section {
  font-size: 14px;
}
.\[\&_\.section\]\:font-semibold .section {
  font-weight: 600;
}
.\[\&_\.section\]\:text-gray-700 .section {
  color: hsl(var(--gray-700));
}
.\[\&_\.td\:first-child\]\:py-0 .td:first-child {
  padding-top: 0px;
  padding-bottom: 0px;
}
.\[\&_\.td\:first-child\]\:pl-5 .td:first-child {
  padding-left: 1.25rem;
}
.\[\&_\.td\:first-child\]\:pr-\[10px\] .td:first-child {
  padding-right: 10px;
}
.\[\&_\.td\:last-child\]\:py-0 .td:last-child {
  padding-top: 0px;
  padding-bottom: 0px;
}
.\[\&_\.td\:last-child\]\:pl-5 .td:last-child {
  padding-left: 1.25rem;
}
.\[\&_\.td\:last-child\]\:pr-\[10px\] .td:last-child {
  padding-right: 10px;
}
.\[\&_\.td\]\:flex .td {
  display: flex;
}
.\[\&_\.td\]\:items-center .td {
  align-items: center;
}
.\[\&_\.td\]\:px-\[10px\] .td {
  padding-left: 10px;
  padding-right: 10px;
}
.\[\&_\.td\]\:py-0 .td {
  padding-top: 0px;
  padding-bottom: 0px;
}
.\[\&_\.td\]\:font-inter .td {
  font-family: Inter;
}
.\[\&_\.td\]\:text-s .td {
  font-size: 13px;
}
.\[\&_\.td\]\:font-normal .td {
  font-weight: 400;
}
.\[\&_\.td\]\:not-italic .td {
  font-style: normal;
}
.\[\&_\.td\]\:text-gray-600 .td {
  color: hsl(var(--gray-600));
}
.\[\&_\.td_\>_span\]\:overflow-hidden .td > span {
  overflow: hidden;
}
.\[\&_\.td_\>_span\]\:text-ellipsis .td > span {
  text-overflow: ellipsis;
}
.\[\&_\.td_\>_span\]\:whitespace-nowrap .td > span {
  white-space: nowrap;
}
.\[\&_\.th\:first-child\]\:py-0 .th:first-child {
  padding-top: 0px;
  padding-bottom: 0px;
}
.\[\&_\.th\:first-child\]\:pl-5 .th:first-child {
  padding-left: 1.25rem;
}
.\[\&_\.th\:first-child\]\:pr-\[10px\] .th:first-child {
  padding-right: 10px;
}
.\[\&_\.th\:last-child\]\:py-0 .th:last-child {
  padding-top: 0px;
  padding-bottom: 0px;
}
.\[\&_\.th\:last-child\]\:pl-5 .th:last-child {
  padding-left: 1.25rem;
}
.\[\&_\.th\:last-child\]\:pr-\[10px\] .th:last-child {
  padding-right: 10px;
}
.\[\&_\.th\]\:relative .th {
  position: relative;
}
.\[\&_\.th\]\:h-\[39px\] .th {
  height: 39px;
}
.\[\&_\.th\]\:select-none .th {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.\[\&_\.th\]\:overflow-hidden .th {
  overflow: hidden;
}
.\[\&_\.th\]\:text-ellipsis .th {
  text-overflow: ellipsis;
}
.\[\&_\.th\]\:whitespace-nowrap .th {
  white-space: nowrap;
}
.\[\&_\.th\]\:border-b .th {
  border-bottom-width: 1px;
}
.\[\&_\.th\]\:border-gray-200 .th {
  border-color: hsl(var(--gray-200));
}
.\[\&_\.th\]\:bg-brand-50 .th {
  background-color: hsl(var(--brand-50));
}
.\[\&_\.th\]\:px-\[10px\] .th {
  padding-left: 10px;
  padding-right: 10px;
}
.\[\&_\.th\]\:py-0 .th {
  padding-top: 0px;
  padding-bottom: 0px;
}
.\[\&_\.th\]\:\!pr-\[30px\] .th {
  padding-right: 30px !important;
}
.\[\&_\.th\]\:font-inter .th {
  font-family: Inter;
}
.\[\&_\.th\]\:text-xs .th {
  font-size: 12px;
}
.\[\&_\.th\]\:font-semibold .th {
  font-weight: 600;
}
.\[\&_\.th\]\:not-italic .th {
  font-style: normal;
}
.\[\&_\.th\]\:leading-\[39px\] .th {
  line-height: 39px;
}
.\[\&_\.th\]\:text-gray-600 .th {
  color: hsl(var(--gray-600));
}
.\[\&_\.th_\>_span\]\:overflow-hidden .th > span {
  overflow: hidden;
}
.\[\&_\.th_\>_span\]\:text-ellipsis .th > span {
  text-overflow: ellipsis;
}
.\[\&_\.th_\>_span\]\:whitespace-nowrap .th > span {
  white-space: nowrap;
}
.\[\&_\.thead\]\:sticky .thead {
  position: sticky;
}
.\[\&_\.thead\]\:top-0 .thead {
  top: 0px;
}
.\[\&_\.thead\]\:z-10 .thead {
  z-index: 10;
}
.\[\&_\.thead_\.th\.tooltip\]\:block .thead .th.tooltip {
  display: block;
}
.\[\&_\.thead_\.th\]\:flex .thead .th {
  display: flex;
}
.\[\&_\.thead_\.th\]\:h-\[50px\] .thead .th {
  height: 50px;
}
.\[\&_\.thead_\.th\]\:h-\[initial\] .thead .th {
  height: initial;
}
.\[\&_\.thead_\.th\]\:items-center .thead .th {
  align-items: center;
}
.\[\&_\.thead_\.th\]\:gap-1 .thead .th {
  gap: 0.25rem;
}
.\[\&_\.thead_\.th\]\:whitespace-normal .thead .th {
  white-space: normal;
}
.\[\&_\.thead_\.th\]\:whitespace-nowrap .thead .th {
  white-space: nowrap;
}
.\[\&_\.thead_\.th\]\:\!border-0 .thead .th {
  border-width: 0px !important;
}
.\[\&_\.thead_\.th\]\:border-b .thead .th {
  border-bottom-width: 1px;
}
.\[\&_\.thead_\.th\]\:border-none .thead .th {
  border-style: none;
}
.\[\&_\.thead_\.th\]\:border-b-\[\#c0c3c6\] .thead .th {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(192 195 198 / var(--tw-border-opacity));
}
.\[\&_\.thead_\.th\]\:border-b-gray-200 .thead .th {
  border-bottom-color: hsl(var(--gray-200));
}
.\[\&_\.thead_\.th\]\:bg-\[f7f9fc\] .thead .th {
  background-color: f7f9fc;
}
.\[\&_\.thead_\.th\]\:bg-\[rgba\(62\2c _193\2c _152\2c _1\)\] .thead .th {
  background-color: rgba(62, 193, 152, 1);
}
.\[\&_\.thead_\.th\]\:bg-brand-50 .thead .th {
  background-color: hsl(var(--brand-50));
}
.\[\&_\.thead_\.th\]\:py-1 .thead .th {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.\[\&_\.thead_\.th\]\:pb-1 .thead .th {
  padding-bottom: 0.25rem;
}
.\[\&_\.thead_\.th\]\:pt-1 .thead .th {
  padding-top: 0.25rem;
}
.\[\&_\.thead_\.th\]\:text-center .thead .th {
  text-align: center;
}
.\[\&_\.thead_\.th\]\:font-inter .thead .th {
  font-family: Inter;
}
.\[\&_\.thead_\.th\]\:leading-\[initial\] .thead .th {
  line-height: initial;
}
.\[\&_\.thead_\.th\]\:text-\[\#667085\] .thead .th {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.\[\&_\.thead_\.th\]\:text-gray-600 .thead .th {
  color: hsl(var(--gray-600));
}
.\[\&_\.thead_\.th\]\:text-white .thead .th {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\[\&_\.thead_\.th_svg\]\:top-\[18px\] .thead .th svg {
  top: 18px;
}
.\[\&_\.thead_\.th_svg\]\:top-\[26px\] .thead .th svg {
  top: 26px;
}
.\[\&_\.thead_\.th_svg\]\:fill-\[\#d5d8dc\] .thead .th svg {
  fill: #d5d8dc;
}
.\[\&_\.thead_\.th_svg\]\:fill-\[d5d8dc\] .thead .th svg {
  fill: d5d8dc;
}
.\[\&_\.thead_\.th_svg\]\:fill-white .thead .th svg {
  fill: #fff;
}
.\[\&_\.thead_\.tr_\>_div\]\:min-h-\[60px\] .thead .tr > div {
  min-height: 60px;
}
.\[\&_\.tr\:not\(\:last-child\)_\.td\]\:border-b .tr:not(:last-child) .td {
  border-bottom-width: 1px;
}
.\[\&_\.tr\:not\(\:last-child\)_\.td\]\:border-gray-200 .tr:not(:last-child) .td {
  border-color: hsl(var(--gray-200));
}
.\[\&_\.tr\:nth-of-type\(even\)_\.td\]\:bg-\[\#f7f9fc\] .tr:nth-of-type(even) .td {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 252 / var(--tw-bg-opacity));
}
.\[\&_\.tr\:nth-of-type\(odd\)_\.td\]\:bg-white .tr:nth-of-type(odd) .td {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\[\&_\.tr_\.td\]\:overflow-x-auto .tr .td {
  overflow-x: auto;
}
.\[\&_\.tr_\.td\]\:overflow-x-hidden .tr .td {
  overflow-x: hidden;
}
.\[\&_\.tr_\.td\]\:\!border-b-0 .tr .td {
  border-bottom-width: 0px !important;
}
.\[\&_\.tr_\.td\]\:\!border-none .tr .td {
  border-style: none !important;
}
.\[\&_\.tr_\.td\]\:border-none .tr .td {
  border-style: none;
}
.\[\&_\.tr_\.td\]\:font-inter .tr .td {
  font-family: Inter;
}
.\[\&_\.tr_\.td\]\:text-\[\#667085\] .tr .td {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}
.\[\&_\.tr_\.td\]\:text-gray-600 .tr .td {
  color: hsl(var(--gray-600));
}
.\[\&_\.wfa-header\]\:hidden .wfa-header {
  display: none;
}
.\[\&_\>_\*\:disabled\]\:opacity-50 > *:disabled {
  opacity: 0.5;
}
.\[\&_\>_\*\:hover\:not\(\:disabled\)\]\:underline > *:hover:not(:disabled) {
  text-decoration-line: underline;
}
.\[\&_\>_\*\:not\(\:first-child\)\]\:mt-\[10px\] > *:not(:first-child) {
  margin-top: 10px;
}
.\[\&_\>_\*\]\:mb-\[10px\] > * {
  margin-bottom: 10px;
}
.\[\&_\>_\*\]\:flex > * {
  display: flex;
}
.\[\&_\>_\*\]\:w-\[240px\] > * {
  width: 240px;
}
.\[\&_\>_\*\]\:items-center > * {
  align-items: center;
}
.\[\&_\>_\*\]\:justify-start > * {
  justify-content: flex-start;
}
.\[\&_\>_\*\]\:border-b > * {
  border-bottom-width: 1px;
}
.\[\&_\>_\*\]\:border-gray-200 > * {
  border-color: hsl(var(--gray-200));
}
.\[\&_\>_\*\]\:text-left > * {
  text-align: left;
}
.\[\&_\>_\*\]\:font-inter > * {
  font-family: Inter;
}
.\[\&_\>_\*_\+_\*\]\:ml-5 > * + * {
  margin-left: 1.25rem;
}
.\[\&_\>_\*_\+_\*\]\:ml-\[10px\] > * + * {
  margin-left: 10px;
}
.\[\&_\>_\*_i\]\:ml-1 > * i {
  margin-left: 0.25rem;
}
.\[\&_\>_\:first-child\]\:rounded-bl-lg > :first-child {
  border-bottom-left-radius: 0.5rem;
}
.\[\&_\>_\:first-child\]\:rounded-br-none > :first-child {
  border-bottom-right-radius: 0px;
}
.\[\&_\>_\:first-child\]\:rounded-tl-lg > :first-child {
  border-top-left-radius: 0.5rem;
}
.\[\&_\>_\:first-child\]\:rounded-tr-none > :first-child {
  border-top-right-radius: 0px;
}
.\[\&_\>_\:last-child\]\:rounded-bl-none > :last-child {
  border-bottom-left-radius: 0px;
}
.\[\&_\>_\:last-child\]\:rounded-br-lg > :last-child {
  border-bottom-right-radius: 0.5rem;
}
.\[\&_\>_\:last-child\]\:rounded-tl-none > :last-child {
  border-top-left-radius: 0px;
}
.\[\&_\>_\:last-child\]\:rounded-tr-lg > :last-child {
  border-top-right-radius: 0.5rem;
}
.\[\&_\>_\:not\(\:last-child\)\]\:mb-5 > :not(:last-child) {
  margin-bottom: 1.25rem;
}
.\[\&_\>_\:not\(\:last-child\)\]\:mr-5 > :not(:last-child) {
  margin-right: 1.25rem;
}
.\[\&_\>_\:not\(\:last-child\)\]\:mr-\[10px\] > :not(:last-child) {
  margin-right: 10px;
}
.\[\&_\>_a\:hover\]\:text-brand-600 > a:hover {
  color: hsl(var(--brand-600));
}
.\[\&_\>_a\:visited\]\:text-\[rgba\(102\2c _51\2c _153\2c _0\.8\)\] > a:visited {
  color: rgba(102, 51, 153, 0.8);
}
.\[\&_\>_a\]\:ml-5 > a {
  margin-left: 1.25rem;
}
.\[\&_\>_a\]\:block > a {
  display: block;
}
.\[\&_\>_a\]\:min-w-\[130px\] > a {
  min-width: 130px;
}
.\[\&_\>_a\]\:text-sm > a {
  font-size: 14px;
}
.\[\&_\>_a\]\:font-medium > a {
  font-weight: 500;
}
.\[\&_\>_a\]\:font-normal > a {
  font-weight: 400;
}
.\[\&_\>_a\]\:text-\[\#101828\] > a {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}
.\[\&_\>_a\]\:text-brand-700 > a {
  color: hsl(var(--brand-700));
}
.\[\&_\>_a\]\:underline > a {
  text-decoration-line: underline;
}
.\[\&_\>_button\:first-of-type\]\:ml-auto > button:first-of-type {
  margin-left: auto;
}
.\[\&_\>_button\:first-of-type\]\:mr-\[10px\] > button:first-of-type {
  margin-right: 10px;
}
.\[\&_\>_button\:first-of-type\]\:border > button:first-of-type {
  border-width: 1px;
}
.\[\&_\>_button\:first-of-type\]\:border-gray-300 > button:first-of-type {
  border-color: hsl(var(--gray-300));
}
.\[\&_\>_button\:first-of-type\]\:\!text-gray-700 > button:first-of-type {
  color: hsl(var(--gray-700)) !important;
}
.\[\&_\>_button\]\:relative > button {
  position: relative;
}
.\[\&_\>_button\]\:left-\[50px\] > button {
  left: 50px;
}
.\[\&_\>_button\]\:mb-0 > button {
  margin-bottom: 0px;
}
.\[\&_\>_button\]\:ml-5 > button {
  margin-left: 1.25rem;
}
.\[\&_\>_button\]\:ml-auto > button {
  margin-left: auto;
}
.\[\&_\>_button\]\:mr-\[10px\] > button {
  margin-right: 10px;
}
.\[\&_\>_button\]\:mr-\[unset\] > button {
  margin-right: unset;
}
.\[\&_\>_button\]\:mt-4 > button {
  margin-top: 1rem;
}
.\[\&_\>_button\]\:mt-5 > button {
  margin-top: 1.25rem;
}
.\[\&_\>_button\]\:flex > button {
  display: flex;
}
.\[\&_\>_button\]\:h-4 > button {
  height: 1rem;
}
.\[\&_\>_button\]\:h-5 > button {
  height: 1.25rem;
}
.\[\&_\>_button\]\:h-6 > button {
  height: 1.5rem;
}
.\[\&_\>_button\]\:h-\[38px\] > button {
  height: 38px;
}
.\[\&_\>_button\]\:w-4 > button {
  width: 1rem;
}
.\[\&_\>_button\]\:w-5 > button {
  width: 1.25rem;
}
.\[\&_\>_button\]\:w-6 > button {
  width: 1.5rem;
}
.\[\&_\>_button\]\:w-full > button {
  width: 100%;
}
.\[\&_\>_button\]\:min-w-\[130px\] > button {
  min-width: 130px;
}
.\[\&_\>_button\]\:cursor-pointer > button {
  cursor: pointer;
}
.\[\&_\>_button\]\:rounded-lg > button {
  border-radius: 0.5rem;
}
.\[\&_\>_button\]\:border-none > button {
  border-style: none;
}
.\[\&_\>_button\]\:\!pt-3 > button {
  padding-top: 0.75rem !important;
}
.\[\&_\>_button\]\:text-left > button {
  text-align: left;
}
.\[\&_\>_button\]\:font-inter > button {
  font-family: Inter;
}
.\[\&_\>_button\]\:text-s > button {
  font-size: 13px;
}
.\[\&_\>_button\]\:text-xs > button {
  font-size: 12px;
}
.\[\&_\>_button\]\:\!font-bold > button {
  font-weight: 700 !important;
}
.\[\&_\>_button\]\:font-bold > button {
  font-weight: 700;
}
.\[\&_\>_button\]\:font-semibold > button {
  font-weight: 600;
}
.\[\&_\>_button\]\:normal-case > button {
  text-transform: none;
}
.\[\&_\>_button\]\:text-brand-600 > button {
  color: hsl(var(--brand-600));
}
.\[\&_\>_button\]\:text-gray-600 > button {
  color: hsl(var(--gray-600));
}
.\[\&_\>_button\]\:text-inherit > button {
  color: inherit;
}
.\[\&_\>_button_\.clear-selection\]\:h-\[18px\] > button .clear-selection {
  height: 18px;
}
.\[\&_\>_button_\.clear-selection\]\:w-\[18px\] > button .clear-selection {
  width: 18px;
}
.\[\&_\>_button_\.clear-selection\]\:fill-\[\#ea4335\] > button .clear-selection {
  fill: #ea4335;
}
.\[\&_\>_button_\>_span\:first-of-type\]\:\!font-medium > button > span:first-of-type {
  font-weight: 500 !important;
}
.\[\&_\>_button_\>_span\]\:ml-\[3px\] > button > span {
  margin-left: 3px;
}
.\[\&_\>_button_\>_span\]\:font-inter > button > span {
  font-family: Inter;
}
.\[\&_\>_button_\>_span\]\:\!text-base > button > span {
  font-size: 16px !important;
}
.\[\&_\>_button_\>_span\]\:text-s > button > span {
  font-size: 13px;
}
.\[\&_\>_button_\>_span\]\:text-sm > button > span {
  font-size: 14px;
}
.\[\&_\>_button_\>_span\]\:\!font-semibold > button > span {
  font-weight: 600 !important;
}
.\[\&_\>_button_\>_span\]\:font-semibold > button > span {
  font-weight: 600;
}
.\[\&_\>_button_\>_span\]\:text-gray-500 > button > span {
  color: hsl(var(--gray-500));
}
.\[\&_\>_button_\>_span\]\:text-gray-600 > button > span {
  color: hsl(var(--gray-600));
}
.\[\&_\>_button_\>_span\]\:text-gray-700 > button > span {
  color: hsl(var(--gray-700));
}
.\[\&_\>_button_\>_span\]\:opacity-60 > button > span {
  opacity: 0.6;
}
.\[\&_\>_button_\>_svg\]\:h-\[14px\] > button > svg {
  height: 14px;
}
.\[\&_\>_button_\>_svg\]\:w-\[14px\] > button > svg {
  width: 14px;
}
.\[\&_\>_button_\>_svg\]\:fill-current > button > svg {
  fill: currentColor;
}
.\[\&_\>_button_\>_ul\]\:max-h-\[400px\] > button > ul {
  max-height: 400px;
}
.\[\&_\>_button_\>_ul\]\:overflow-auto > button > ul {
  overflow: auto;
}
.\[\&_\>_div\.tbody\]\:pb-\[50px\] > div.tbody {
  padding-bottom: 50px;
}
.\[\&_\>_div\:first-of-type\]\:mx-auto > div:first-of-type {
  margin-left: auto;
  margin-right: auto;
}
.\[\&_\>_div\:first-of-type\]\:my-0 > div:first-of-type {
  margin-top: 0px;
  margin-bottom: 0px;
}
.\[\&_\>_div\:first-of-type\]\:mb-2 > div:first-of-type {
  margin-bottom: 0.5rem;
}
.\[\&_\>_div\:first-of-type\]\:hidden > div:first-of-type {
  display: none;
}
.\[\&_\>_div\:first-of-type\]\:h-\[30px\] > div:first-of-type {
  height: 30px;
}
.\[\&_\>_div\:first-of-type\]\:px-5 > div:first-of-type {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.\[\&_\>_div\:first-of-type\]\:pt-0 > div:first-of-type {
  padding-top: 0px;
}
.\[\&_\>_div\:first-of-type_\+_div\]\:-mt-\[6px\] > div:first-of-type + div {
  margin-top: -6px;
}
.\[\&_\>_div\:first-of-type_\>_div_\>_div\:first-of-type\]\:hidden > div:first-of-type > div > div:first-of-type {
  display: none;
}
.\[\&_\>_div\:first-of-type_\>_input\]\:h-\[30px\] > div:first-of-type > input {
  height: 30px;
}
.\[\&_\>_div\:first-of-type_\>_svg\]\:-mt-\[3px\] > div:first-of-type > svg {
  margin-top: -3px;
}
.\[\&_\>_div\]\:fixed > div {
  position: fixed;
}
.\[\&_\>_div\]\:left-\[24\.25\%\] > div {
  left: 24.25%;
}
.\[\&_\>_div\]\:left-\[27\.5\%\] > div {
  left: 27.5%;
}
.\[\&_\>_div\]\:top-10 > div {
  top: 2.5rem;
}
.\[\&_\>_div\]\:top-\[10\%\] > div {
  top: 10%;
}
.\[\&_\>_div\]\:top-\[20\%\] > div {
  top: 20%;
}
.\[\&_\>_div\]\:z-\[2000\] > div {
  z-index: 2000;
}
.\[\&_\>_div\]\:mx-auto > div {
  margin-left: auto;
  margin-right: auto;
}
.\[\&_\>_div\]\:my-\[50px\] > div {
  margin-top: 50px;
  margin-bottom: 50px;
}
.\[\&_\>_div\]\:mb-2 > div {
  margin-bottom: 0.5rem;
}
.\[\&_\>_div\]\:ml-\[10px\] > div {
  margin-left: 10px;
}
.\[\&_\>_div\]\:mr-\[5px\] > div {
  margin-right: 5px;
}
.\[\&_\>_div\]\:mt-\[10px\] > div {
  margin-top: 10px;
}
.\[\&_\>_div\]\:flex > div {
  display: flex;
}
.\[\&_\>_div\]\:grid > div {
  display: grid;
}
.\[\&_\>_div\]\:h-4 > div {
  height: 1rem;
}
.\[\&_\>_div\]\:h-full > div {
  height: 100%;
}
.\[\&_\>_div\]\:max-h-\[200px\] > div {
  max-height: 200px;
}
.\[\&_\>_div\]\:w-\[0px\] > div {
  width: 0px;
}
.\[\&_\>_div\]\:w-\[140px\] > div {
  width: 140px;
}
.\[\&_\>_div\]\:w-\[320px\] > div {
  width: 320px;
}
.\[\&_\>_div\]\:w-\[70px\] > div {
  width: 70px;
}
.\[\&_\>_div\]\:w-full > div {
  width: 100%;
}
.\[\&_\>_div\]\:min-w-\[60px\] > div {
  min-width: 60px;
}
.\[\&_\>_div\]\:max-w-\[120px\] > div {
  max-width: 120px;
}
.\[\&_\>_div\]\:grow > div {
  flex-grow: 1;
}
.\[\&_\>_div\]\:basis-2\/4 > div {
  flex-basis: 50%;
}
.\[\&_\>_div\]\:basis-\[49\%\] > div {
  flex-basis: 49%;
}
.\[\&_\>_div\]\:grid-flow-col > div {
  grid-auto-flow: column;
}
.\[\&_\>_div\]\:flex-col > div {
  flex-direction: column;
}
.\[\&_\>_div\]\:flex-wrap > div {
  flex-wrap: wrap;
}
.\[\&_\>_div\]\:justify-center > div {
  justify-content: center;
}
.\[\&_\>_div\]\:gap-\[10px\] > div {
  gap: 10px;
}
.\[\&_\>_div\]\:overflow-hidden > div {
  overflow: hidden;
}
.\[\&_\>_div\]\:\!overflow-y-hidden > div {
  overflow-y: hidden !important;
}
.\[\&_\>_div\]\:\!overflow-y-visible > div {
  overflow-y: visible !important;
}
.\[\&_\>_div\]\:text-ellipsis > div {
  text-overflow: ellipsis;
}
.\[\&_\>_div\]\:border-r > div {
  border-right-width: 1px;
}
.\[\&_\>_div\]\:border-none > div {
  border-style: none;
}
.\[\&_\>_div\]\:\!border-gray-300 > div {
  border-color: hsl(var(--gray-300)) !important;
}
.\[\&_\>_div\]\:px-10 > div {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.\[\&_\>_div\]\:py-5 > div {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.\[\&_\>_div_\+_div\]\:ml-\[5\%\] > div + div {
  margin-left: 5%;
}
.\[\&_\>_div_\+_div\]\:overflow-hidden > div + div {
  overflow: hidden;
}
.\[\&_\>_div_\+_div\]\:text-ellipsis > div + div {
  text-overflow: ellipsis;
}
.\[\&_\>_div_\>_\.y-scrollbar\]\:hidden > div > .y-scrollbar {
  display: none;
}
.\[\&_\>_div_\>_button\:first-of-type\]\:-mt-\[2px\] > div > button:first-of-type {
  margin-top: -2px;
}
.\[\&_\>_div_\>_button\:first-of-type\]\:h-\[38px\] > div > button:first-of-type {
  height: 38px;
}
.\[\&_\>_div_\>_button\:first-of-type\]\:border-gray-300 > div > button:first-of-type {
  border-color: hsl(var(--gray-300));
}
.\[\&_\>_div_\>_button\]\:ml-4 > div > button {
  margin-left: 1rem;
}
.\[\&_\>_div_\>_button\]\:ml-auto > div > button {
  margin-left: auto;
}
.\[\&_\>_div_\>_button\]\:h-\[14px\] > div > button {
  height: 14px;
}
.\[\&_\>_div_\>_button\]\:w-\[14px\] > div > button {
  width: 14px;
}
.\[\&_\>_div_\>_button\]\:w-\[200px\] > div > button {
  width: 200px;
}
.\[\&_\>_div_\>_button\]\:w-full > div > button {
  width: 100%;
}
.\[\&_\>_div_\>_button\]\:justify-between > div > button {
  justify-content: space-between;
}
.\[\&_\>_div_\>_button\]\:whitespace-nowrap > div > button {
  white-space: nowrap;
}
.\[\&_\>_div_\>_button\]\:border > div > button {
  border-width: 1px;
}
.\[\&_\>_div_\>_button\]\:border-torch-red > div > button {
  --tw-border-opacity: 1;
  border-color: rgb(255 15 79 / var(--tw-border-opacity));
}
.\[\&_\>_div_\>_button\]\:font-semibold > div > button {
  font-weight: 600;
}
.\[\&_\>_div_\>_button\]\:text-gray-600 > div > button {
  color: hsl(var(--gray-600));
}
.\[\&_\>_div_\>_button\]\:text-gray-700 > div > button {
  color: hsl(var(--gray-700));
}
.\[\&_\>_div_\>_button\]\:text-torch-red > div > button {
  --tw-text-opacity: 1;
  color: rgb(255 15 79 / var(--tw-text-opacity));
}
.\[\&_\>_div_\>_button_\+_div\]\:bottom-\[30px\] > div > button + div {
  bottom: 30px;
}
.\[\&_\>_div_\>_button_\+_div\]\:left-0 > div > button + div {
  left: 0px;
}
.\[\&_\>_div_\>_button_\+_div\]\:top-\[inherit\] > div > button + div {
  top: inherit;
}
.\[\&_\>_div_\>_button_\>_span\]\:max-w-\[262px\] > div > button > span {
  max-width: 262px;
}
.\[\&_\>_div_\>_button_\>_span\]\:font-normal > div > button > span {
  font-weight: 400;
}
.\[\&_\>_div_\>_button_\>_span\]\:\!text-gray-700 > div > button > span {
  color: hsl(var(--gray-700)) !important;
}
.\[\&_\>_div_\>_button_\>_span\]\:opacity-100 > div > button > span {
  opacity: 1;
}
.\[\&_\>_div_\>_button_\>_svg\]\:ml-0 > div > button > svg {
  margin-left: 0px;
}
.\[\&_\>_div_\>_button_\>_svg\]\:fill-charcoal > div > button > svg {
  fill: #30323b;
}
.\[\&_\>_div_\>_div\]\:-bottom-\[65px\] > div > div {
  bottom: -65px;
}
.\[\&_\>_div_\>_div\]\:-left-\[10px\] > div > div {
  left: -10px;
}
.\[\&_\>_div_\>_div\]\:left-\[70px\] > div > div {
  left: 70px;
}
.\[\&_\>_div_\>_div\]\:top-7 > div > div {
  top: 1.75rem;
}
.\[\&_\>_div_\>_div\]\:h-auto > div > div {
  height: auto;
}
.\[\&_\>_div_\>_div\]\:w-\[300px\] > div > div {
  width: 300px;
}
.\[\&_\>_div_\>_div\]\:w-\[580px\] > div > div {
  width: 580px;
}
.\[\&_\>_div_\>_div\]\:bg-transparent > div > div {
  background-color: transparent;
}
.\[\&_\>_div_\>_div\]\:shadow-\[unset\] > div > div {
  --tw-shadow-color: unset;
  --tw-shadow: var(--tw-shadow-colored);
}
.\[\&_\>_div_\>_div_\>_div\:not\(\:first-of-type\)\]\:mt-\[10px\] > div > div > div:not(:first-of-type) {
  margin-top: 10px;
}
.\[\&_\>_div_\>_div_\>_div\]\:\!ml-0 > div > div > div {
  margin-left: 0px !important;
}
.\[\&_\>_div_\>_div_\>_div\]\:h-auto > div > div > div {
  height: auto;
}
.\[\&_\>_div_\>_div_\>_div\]\:p-\[2px\] > div > div > div {
  padding: 2px;
}
.\[\&_\>_div_\>_div_\>_div\]\:shadow-\[0_3px_8px_rgba\(0\2c _0\2c _0\2c _0\.25\)\] > div > div > div {
  --tw-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 3px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\[\&_\>_div_\>_div_\>_label\]\:mb-1\.5 > div > div > label {
  margin-bottom: 0.375rem;
}
.\[\&_\>_div_\>_div_\>_label\]\:items-start > div > div > label {
  align-items: flex-start;
}
.\[\&_\>_div_\>_h3\]\:font-inter > div > h3 {
  font-family: Inter;
}
.\[\&_\>_div_\>_h3\]\:text-2xl > div > h3 {
  font-size: 24px;
}
.\[\&_\>_div_\>_h3\]\:font-bold > div > h3 {
  font-weight: 700;
}
.\[\&_\>_div_\>_h3\]\:text-gray-600 > div > h3 {
  color: hsl(var(--gray-600));
}
.\[\&_\>_div_\>_header\]\:hidden > div > header {
  display: none;
}
.\[\&_\>_div_\>_input\]\:text-sm > div > input {
  font-size: 14px;
}
.\[\&_\>_div_\>_input\]\:placeholder\:text-sm > div > input::-moz-placeholder {
  font-size: 14px;
}
.\[\&_\>_div_\>_input\]\:placeholder\:text-sm > div > input::placeholder {
  font-size: 14px;
}
.\[\&_\>_div_\>_label_\>_div_\>_div\]\:h-4 > div > label > div > div {
  height: 1rem;
}
.\[\&_\>_div_\>_label_\>_div_\>_div\]\:w-4 > div > label > div > div {
  width: 1rem;
}
.\[\&_\>_div_\>_label_\>_span\]\:font-inter > div > label > span {
  font-family: Inter;
}
.\[\&_\>_div_\>_label_\>_span\]\:font-bold > div > label > span {
  font-weight: 700;
}
.\[\&_\>_div_\>_label_\>_span\]\:text-gray-700 > div > label > span {
  color: hsl(var(--gray-700));
}
.\[\&_\>_div_\>_svg\:hover\]\:opacity-70 > div > svg:hover {
  opacity: 0.7;
}
.\[\&_\>_div_\>_svg\]\:\!block > div > svg {
  display: block !important;
}
.\[\&_\>_div_\>_svg\]\:cursor-pointer > div > svg {
  cursor: pointer;
}
.\[\&_\>_div_\>_svg\]\:fill-red-500 > div > svg {
  fill: #ef4444;
}
.\[\&_\>_div_\>_svg\]\:transition-\[opacity\] > div > svg {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_\>_div_\>_svg\]\:duration-300 > div > svg {
  transition-duration: 300ms;
}
.\[\&_\>_div_\>_svg\]\:ease-in-out > div > svg {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[\&_\>_div_\>_ul_\>_li\]\:whitespace-nowrap > div > ul > li {
  white-space: nowrap;
}
.\[\&_\>_div_ul\]\:w-\[200px\] > div ul {
  width: 200px;
}
.\[\&_\>_embed\]\:absolute > embed {
  position: absolute;
}
.\[\&_\>_embed\]\:left-0 > embed {
  left: 0px;
}
.\[\&_\>_embed\]\:top-0 > embed {
  top: 0px;
}
.\[\&_\>_embed\]\:h-full > embed {
  height: 100%;
}
.\[\&_\>_embed\]\:w-full > embed {
  width: 100%;
}
.\[\&_\>_h2\]\:mb-4 > h2 {
  margin-bottom: 1rem;
}
.\[\&_\>_h2\]\:mb-5 > h2 {
  margin-bottom: 1.25rem;
}
.\[\&_\>_h2\]\:mt-5 > h2 {
  margin-top: 1.25rem;
}
.\[\&_\>_h2\]\:pt-4 > h2 {
  padding-top: 1rem;
}
.\[\&_\>_h2\]\:text-center > h2 {
  text-align: center;
}
.\[\&_\>_h2\]\:font-inter > h2 {
  font-family: Inter;
}
.\[\&_\>_h2\]\:text-xl > h2 {
  font-size: 20px;
}
.\[\&_\>_h2\]\:font-black > h2 {
  font-weight: 900;
}
.\[\&_\>_h2\]\:font-bold > h2 {
  font-weight: 700;
}
.\[\&_\>_h2\]\:font-extrabold > h2 {
  font-weight: 800;
}
.\[\&_\>_h2\]\:\!text-\[\#494a52\] > h2 {
  --tw-text-opacity: 1 !important;
  color: rgb(73 74 82 / var(--tw-text-opacity)) !important;
}
.\[\&_\>_h2\]\:\!text-white > h2 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.\[\&_\>_h3\]\:mb-\[5px\] > h3 {
  margin-bottom: 5px;
}
.\[\&_\>_h3\]\:mt-\[15px\] > h3 {
  margin-top: 15px;
}
.\[\&_\>_h3\]\:pt-\[10px\] > h3 {
  padding-top: 10px;
}
.\[\&_\>_h3\]\:font-inter > h3 {
  font-family: Inter;
}
.\[\&_\>_h3\]\:text-base > h3 {
  font-size: 16px;
}
.\[\&_\>_h3\]\:font-bold > h3 {
  font-weight: 700;
}
.\[\&_\>_h3\]\:font-extrabold > h3 {
  font-weight: 800;
}
.\[\&_\>_h3\]\:text-black > h3 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.\[\&_\>_img\]\:h-5 > img {
  height: 1.25rem;
}
.\[\&_\>_img\]\:w-5 > img {
  width: 1.25rem;
}
.\[\&_\>_input\:\:placeholder\]\:font-inter > input::-moz-placeholder {
  font-family: Inter;
}
.\[\&_\>_input\:\:placeholder\]\:font-inter > input::placeholder {
  font-family: Inter;
}
.\[\&_\>_input\:\:placeholder\]\:text-base > input::-moz-placeholder {
  font-size: 16px;
}
.\[\&_\>_input\:\:placeholder\]\:text-base > input::placeholder {
  font-size: 16px;
}
.\[\&_\>_input\:\:placeholder\]\:text-gray-500 > input::-moz-placeholder {
  color: hsl(var(--gray-500));
}
.\[\&_\>_input\:\:placeholder\]\:text-gray-500 > input::placeholder {
  color: hsl(var(--gray-500));
}
.\[\&_\>_input\:focus\]\:\!border-brand-600 > input:focus {
  border-color: hsl(var(--brand-600)) !important;
}
.\[\&_\>_input\:focus\]\:\!bg-white > input:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.\[\&_\>_input\:focus\]\:bg-white > input:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\[\&_\>_input\:invalid\]\:border > input:invalid {
  border-width: 1px;
}
.\[\&_\>_input\:invalid\]\:border-red-500 > input:invalid {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.\[\&_\>_input\]\:mb-\[14px\] > input {
  margin-bottom: 14px;
}
.\[\&_\>_input\]\:mb-\[5px\] > input {
  margin-bottom: 5px;
}
.\[\&_\>_input\]\:ml-\[10px\] > input {
  margin-left: 10px;
}
.\[\&_\>_input\]\:mr-3 > input {
  margin-right: 0.75rem;
}
.\[\&_\>_input\]\:mr-5 > input {
  margin-right: 1.25rem;
}
.\[\&_\>_input\]\:mr-\[10px\] > input {
  margin-right: 10px;
}
.\[\&_\>_input\]\:h-5 > input {
  height: 1.25rem;
}
.\[\&_\>_input\]\:h-9 > input {
  height: 2.25rem;
}
.\[\&_\>_input\]\:h-\[38px\] > input {
  height: 38px;
}
.\[\&_\>_input\]\:w-\[200px\] > input {
  width: 200px;
}
.\[\&_\>_input\]\:w-\[250px\] > input {
  width: 250px;
}
.\[\&_\>_input\]\:w-\[325px\] > input {
  width: 325px;
}
.\[\&_\>_input\]\:min-w-\[75px\] > input {
  min-width: 75px;
}
.\[\&_\>_input\]\:overflow-visible > input {
  overflow: visible;
}
.\[\&_\>_input\]\:rounded > input {
  border-radius: 0.25rem;
}
.\[\&_\>_input\]\:rounded-lg > input {
  border-radius: 0.5rem;
}
.\[\&_\>_input\]\:border > input {
  border-width: 1px;
}
.\[\&_\>_input\]\:border-gray-300 > input {
  border-color: hsl(var(--gray-300));
}
.\[\&_\>_input\]\:border-silver > input {
  --tw-border-opacity: 1;
  border-color: rgb(192 193 194 / var(--tw-border-opacity));
}
.\[\&_\>_input\]\:\!bg-white > input {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.\[\&_\>_input\]\:bg-white > input {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\[\&_\>_input\]\:p-\[10px\] > input {
  padding: 10px;
}
.\[\&_\>_input\]\:px-\[5px\] > input {
  padding-left: 5px;
  padding-right: 5px;
}
.\[\&_\>_input\]\:py-0 > input {
  padding-top: 0px;
  padding-bottom: 0px;
}
.\[\&_\>_input\]\:pl-\[11px\] > input {
  padding-left: 11px;
}
.\[\&_\>_input\]\:\!font-inter > input {
  font-family: Inter !important;
}
.\[\&_\>_input\]\:font-inter > input {
  font-family: Inter;
}
.\[\&_\>_input\]\:text-\[14px\] > input {
  font-size: 14px;
}
.\[\&_\>_input\]\:text-base > input {
  font-size: 16px;
}
.\[\&_\>_input\]\:font-bold > input {
  font-weight: 700;
}
.\[\&_\>_input\]\:text-gray-500 > input {
  color: hsl(var(--gray-500));
}
.\[\&_\>_input\]\:transition-\[background-color\2c border\] > input {
  transition-property: background-color,border;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_\>_input\]\:duration-300 > input {
  transition-duration: 300ms;
}
.\[\&_\>_input_\+_svg\]\:hidden > input + svg {
  display: none;
}
.\[\&_\>_label\:first-of-type_span\]\:-left-\[18px\] > label:first-of-type span {
  left: -18px;
}
.\[\&_\>_label\:first-of-type_span\]\:text-charcoal > label:first-of-type span {
  --tw-text-opacity: 1;
  color: rgb(48 50 59 / var(--tw-text-opacity));
}
.\[\&_\>_label\:nth-of-type\(2\)_span\]\:text-red-500 > label:nth-of-type(2) span {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.\[\&_\>_label\:nth-of-type\(3\)_span\]\:text-orange-500 > label:nth-of-type(3) span {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.\[\&_\>_label\:nth-of-type\(4\)_span\]\:text-amber-400 > label:nth-of-type(4) span {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}
.\[\&_\>_label\:nth-of-type\(5\)_span\]\:text-green-500 > label:nth-of-type(5) span {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.\[\&_\>_label\:nth-of-type\(6\)_span\]\:text-brand-700 > label:nth-of-type(6) span {
  color: hsl(var(--brand-700));
}
.\[\&_\>_label\]\:\!mr-\[10px\] > label {
  margin-right: 10px !important;
}
.\[\&_\>_label\]\:flex > label {
  display: flex;
}
.\[\&_\>_label\]\:h-full > label {
  height: 100%;
}
.\[\&_\>_label\]\:w-\[30px\] > label {
  width: 30px;
}
.\[\&_\>_label\]\:w-full > label {
  width: 100%;
}
.\[\&_\>_label\]\:cursor-pointer > label {
  cursor: pointer;
}
.\[\&_\>_label\]\:items-center > label {
  align-items: center;
}
.\[\&_\>_label\]\:justify-center > label {
  justify-content: center;
}
.\[\&_\>_label\]\:whitespace-nowrap > label {
  white-space: nowrap;
}
.\[\&_\>_label\]\:font-bold > label {
  font-weight: 700;
}
.\[\&_\>_label_\>_div\]\:mr-0 > label > div {
  margin-right: 0px;
}
.\[\&_\>_label_\>_div\]\:h-\[18px\] > label > div {
  height: 18px;
}
.\[\&_\>_label_\>_div\]\:w-\[18px\] > label > div {
  width: 18px;
}
.\[\&_\>_label_span\]\:relative > label span {
  position: relative;
}
.\[\&_\>_label_span\]\:-bottom-5 > label span {
  bottom: -1.25rem;
}
.\[\&_\>_label_span\]\:-left-\[13px\] > label span {
  left: -13px;
}
.\[\&_\>_label_span\]\:font-bold > label span {
  font-weight: 700;
}
.\[\&_\>_li\:first-child\]\:mt-5 > li:first-child {
  margin-top: 1.25rem;
}
.\[\&_\>_li\:last-child\]\:mb-2 > li:last-child {
  margin-bottom: 0.5rem;
}
.\[\&_\>_li\]\:ml-0 > li {
  margin-left: 0px;
}
.\[\&_\>_li\]\:list-none > li {
  list-style-type: none;
}
.\[\&_\>_li_\>_svg\]\:fill-white > li > svg {
  fill: #fff;
}
.\[\&_\>_p\]\:mt-\[180px\] > p {
  margin-top: 180px;
}
.\[\&_\>_p\]\:text-center > p {
  text-align: center;
}
.\[\&_\>_p\]\:text-lg > p {
  font-size: 18px;
}
.\[\&_\>_p\]\:text-s > p {
  font-size: 13px;
}
.\[\&_\>_p\]\:font-bold > p {
  font-weight: 700;
}
.\[\&_\>_p\]\:text-greeny-blue > p {
  --tw-text-opacity: 1;
  color: rgb(62 193 152 / var(--tw-text-opacity));
}
.\[\&_\>_p_\>_svg\]\:inline > p > svg {
  display: inline;
}
.\[\&_\>_p_\>_svg\]\:stroke-greeny-blue > p > svg {
  stroke: #3ec198;
}
.\[\&_\>_path\]\:stroke-white > path {
  stroke: #fff;
}
.\[\&_\>_span\:first-of-type\]\:overflow-hidden > span:first-of-type {
  overflow: hidden;
}
.\[\&_\>_span\:first-of-type\]\:text-ellipsis > span:first-of-type {
  text-overflow: ellipsis;
}
.\[\&_\>_span\:first-of-type\]\:font-bold > span:first-of-type {
  font-weight: 700;
}
.\[\&_\>_span\]\:\!visible > span {
  visibility: visible !important;
}
.\[\&_\>_span\]\:invisible > span {
  visibility: hidden;
}
.\[\&_\>_span\]\:ml-5 > span {
  margin-left: 1.25rem;
}
.\[\&_\>_span\]\:mr-\[10px\] > span {
  margin-right: 10px;
}
.\[\&_\>_span\]\:mr-\[5px\] > span {
  margin-right: 5px;
}
.\[\&_\>_span\]\:block > span {
  display: block;
}
.\[\&_\>_span\]\:flex > span {
  display: flex;
}
.\[\&_\>_span\]\:w-\[15px\] > span {
  width: 15px;
}
.\[\&_\>_span\]\:max-w-\[210px\] > span {
  max-width: 210px;
}
.\[\&_\>_span\]\:max-w-\[220px\] > span {
  max-width: 220px;
}
.\[\&_\>_span\]\:items-center > span {
  align-items: center;
}
.\[\&_\>_span\]\:overflow-hidden > span {
  overflow: hidden;
}
.\[\&_\>_span\]\:text-ellipsis > span {
  text-overflow: ellipsis;
}
.\[\&_\>_span\]\:whitespace-nowrap > span {
  white-space: nowrap;
}
.\[\&_\>_span\]\:\!font-normal > span {
  font-weight: 400 !important;
}
.\[\&_\>_span\]\:font-normal > span {
  font-weight: 400;
}
.\[\&_\>_span_\>_svg\]\:fill-\[\#d5d8dc\] > span > svg {
  fill: #d5d8dc;
}
.\[\&_\>_span_\>_svg\]\:fill-greeny-blue > span > svg {
  fill: #3ec198;
}
.\[\&_\>_svg\]\:absolute > svg {
  position: absolute;
}
.\[\&_\>_svg\]\:left-\[10px\] > svg {
  left: 10px;
}
.\[\&_\>_svg\]\:top-\[11px\] > svg {
  top: 11px;
}
.\[\&_\>_svg\]\:top-\[12px\] > svg {
  top: 12px;
}
.\[\&_\>_svg\]\:-z-\[2\] > svg {
  z-index: -2;
}
.\[\&_\>_svg\]\:ml-1 > svg {
  margin-left: 0.25rem;
}
.\[\&_\>_svg\]\:ml-2 > svg {
  margin-left: 0.5rem;
}
.\[\&_\>_svg\]\:ml-3 > svg {
  margin-left: 0.75rem;
}
.\[\&_\>_svg\]\:ml-5 > svg {
  margin-left: 1.25rem;
}
.\[\&_\>_svg\]\:ml-\[2px\] > svg {
  margin-left: 2px;
}
.\[\&_\>_svg\]\:ml-\[5px\] > svg {
  margin-left: 5px;
}
.\[\&_\>_svg\]\:ml-\[6px\] > svg {
  margin-left: 6px;
}
.\[\&_\>_svg\]\:mr-2 > svg {
  margin-right: 0.5rem;
}
.\[\&_\>_svg\]\:mr-\[10px\] > svg {
  margin-right: 10px;
}
.\[\&_\>_svg\]\:mr-\[3px\] > svg {
  margin-right: 3px;
}
.\[\&_\>_svg\]\:mr-\[5px\] > svg {
  margin-right: 5px;
}
.\[\&_\>_svg\]\:mt-\[3px\] > svg {
  margin-top: 3px;
}
.\[\&_\>_svg\]\:h-1\/2 > svg {
  height: 50%;
}
.\[\&_\>_svg\]\:h-3 > svg {
  height: 0.75rem;
}
.\[\&_\>_svg\]\:h-4 > svg {
  height: 1rem;
}
.\[\&_\>_svg\]\:h-5 > svg {
  height: 1.25rem;
}
.\[\&_\>_svg\]\:h-\[13px\] > svg {
  height: 13px;
}
.\[\&_\>_svg\]\:h-\[14px\] > svg {
  height: 14px;
}
.\[\&_\>_svg\]\:h-\[15px\] > svg {
  height: 15px;
}
.\[\&_\>_svg\]\:h-\[17px\] > svg {
  height: 17px;
}
.\[\&_\>_svg\]\:h-\[30px\] > svg {
  height: 30px;
}
.\[\&_\>_svg\]\:w-1\/2 > svg {
  width: 50%;
}
.\[\&_\>_svg\]\:w-3 > svg {
  width: 0.75rem;
}
.\[\&_\>_svg\]\:w-4 > svg {
  width: 1rem;
}
.\[\&_\>_svg\]\:w-5 > svg {
  width: 1.25rem;
}
.\[\&_\>_svg\]\:w-\[13px\] > svg {
  width: 13px;
}
.\[\&_\>_svg\]\:w-\[14px\] > svg {
  width: 14px;
}
.\[\&_\>_svg\]\:w-\[15px\] > svg {
  width: 15px;
}
.\[\&_\>_svg\]\:w-\[17px\] > svg {
  width: 17px;
}
.\[\&_\>_svg\]\:w-\[30px\] > svg {
  width: 30px;
}
.\[\&_\>_svg\]\:w-full > svg {
  width: 100%;
}
.\[\&_\>_svg\]\:min-w-\[13px\] > svg {
  min-width: 13px;
}
.\[\&_\>_svg\]\:flex-auto > svg {
  flex: 1 1 auto;
}
.\[\&_\>_svg\]\:cursor-pointer > svg {
  cursor: pointer;
}
.\[\&_\>_svg\]\:items-center > svg {
  align-items: center;
}
.\[\&_\>_svg\]\:\!fill-apple-green > svg {
  fill: #7cd638 !important;
}
.\[\&_\>_svg\]\:\!fill-brand-800 > svg {
  fill: hsl(var(--brand-800)) !important;
}
.\[\&_\>_svg\]\:fill-\[\#828282\] > svg {
  fill: #828282;
}
.\[\&_\>_svg\]\:fill-azure > svg {
  fill: #0f9fff;
}
.\[\&_\>_svg\]\:fill-brand-700 > svg {
  fill: hsl(var(--brand-700));
}
.\[\&_\>_svg\]\:fill-charcoal-gray7 > svg {
  fill: #828282;
}
.\[\&_\>_svg\]\:fill-current > svg {
  fill: currentColor;
}
.\[\&_\>_svg\]\:fill-greeny-blue > svg {
  fill: #3ec198;
}
.\[\&_\>_svg\]\:fill-placeholder > svg {
  fill: rgba(40, 47, 59, 0.6);
}
.\[\&_\>_svg\]\:fill-santas-gray > svg {
  fill: #9ba2b3;
}
.\[\&_\>_svg\]\:fill-silver2 > svg {
  fill: #c0c3c6;
}
.\[\&_\>_svg\]\:fill-torch-red > svg {
  fill: #ff0f4f;
}
.\[\&_\>_svg\]\:fill-white > svg {
  fill: #fff;
}
.\[\&_\>_svg\]\:stroke-gray-900 > svg {
  stroke: hsl(var(--gray-900));
}
.\[\&_\>_svg\]\:stroke-torch-red > svg {
  stroke: #ff0f4f;
}
.\[\&_\>_svg\]\:stroke-white > svg {
  stroke: #fff;
}
.\[\&_\>_svg\]\:text-5xl > svg {
  font-size: 48px;
}
.\[\&_\>_svg\]\:text-\[48px\] > svg {
  font-size: 48px;
}
.\[\&_\>_svg\]\:transition-\[fill\] > svg {
  transition-property: fill;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_\>_svg\]\:duration-300 > svg {
  transition-duration: 300ms;
}
.\[\&_\>_svg\]\:ease-in-out > svg {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[\&_\>_svg\]\:ease-out > svg {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[\&_\>_tbody_\>_tr_\>_td\:first-of-type\]\:pl-\[18px\] > tbody > tr > td:first-of-type {
  padding-left: 18px;
}
.\[\&_\>_tbody_\>_tr_\>_td\:last-of-type\]\:pl-1 > tbody > tr > td:last-of-type {
  padding-left: 0.25rem;
}
.\[\&_\>_tbody_\>_tr_\>_td\:nth-of-type\]\:pl-\[12px\] > tbody > tr > td:nth-of-type {
  padding-left: 12px;
}
.\[\&_\>_textarea\]\:mx-0 > textarea {
  margin-left: 0px;
  margin-right: 0px;
}
.\[\&_\>_textarea\]\:mb-\[10px\] > textarea {
  margin-bottom: 10px;
}
.\[\&_\>_textarea\]\:h-20 > textarea {
  height: 5rem;
}
.\[\&_\>_thead_\>_tr_\>_th\]\:bg-none > thead > tr > th {
  background-image: none;
}
.\[\&_\>_thead_\>_tr_\>_th\]\:\!pl-2 > thead > tr > th {
  padding-left: 0.5rem !important;
}
.\[\&_\>_thead_\>_tr_\>_th\]\:\!pr-0 > thead > tr > th {
  padding-right: 0px !important;
}
.\[\&_\>_thead_\>_tr_\>_th\]\:pl-3 > thead > tr > th {
  padding-left: 0.75rem;
}
.\[\&_\>_thead_\>_tr_\>_th\]\:text-left > thead > tr > th {
  text-align: left;
}
.\[\&_\>_ul\]\:\!max-h-\[240px\] > ul {
  max-height: 240px !important;
}
.\[\&_\>_ul\]\:max-h-\[400px\] > ul {
  max-height: 400px;
}
.\[\&_\>_ul\]\:overflow-y-auto > ul {
  overflow-y: auto;
}
.\[\&_\>_ul_li\]\:pt-\[10px\] > ul li {
  padding-top: 10px;
}
.\[\&_a\]\:font-inter a {
  font-family: Inter;
}
.\[\&_a\]\:text-s a {
  font-size: 13px;
}
.\[\&_a\]\:font-normal a {
  font-weight: 400;
}
.\[\&_a\]\:not-italic a {
  font-style: normal;
}
.\[\&_a\]\:text-brand-700 a {
  color: hsl(var(--brand-700));
}
.\[\&_a\]\:text-pale-gray2 a {
  --tw-text-opacity: 1;
  color: rgb(247 249 252 / var(--tw-text-opacity));
}
.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}
.\[\&_button\:hover\]\:opacity-80 button:hover {
  opacity: 0.8;
}
.\[\&_button\:hover\]\:shadow-\[0px_4px_20px_0px_rgba\(48\2c _55\2c _65\2c _0\.3\)\] button:hover {
  --tw-shadow: 0px 4px 20px 0px rgba(48, 55, 65, 0.3);
  --tw-shadow-colored: 0px 4px 20px 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);
}
.\[\&_button\]\:mb-10 button {
  margin-bottom: 2.5rem;
}
.\[\&_button\]\:h-10 button {
  height: 2.5rem;
}
.\[\&_button\]\:h-8 button {
  height: 2rem;
}
.\[\&_button\]\:h-auto button {
  height: auto;
}
.\[\&_button\]\:min-h-\[30px\] button {
  min-height: 30px;
}
.\[\&_button\]\:w-1\/3 button {
  width: 33.333333%;
}
.\[\&_button\]\:w-\[190px\] button {
  width: 190px;
}
.\[\&_button\]\:whitespace-nowrap button {
  white-space: nowrap;
}
.\[\&_button\]\:rounded button {
  border-radius: 0.25rem;
}
.\[\&_button\]\:rounded-t-lg button {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.\[\&_button\]\:bg-white button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\[\&_button\]\:px-\[7px\] button {
  padding-left: 7px;
  padding-right: 7px;
}
.\[\&_button\]\:py-\[10px\] button {
  padding-top: 10px;
  padding-bottom: 10px;
}
.\[\&_button\]\:font-inter button {
  font-family: Inter;
}
.\[\&_button\]\:text-s button {
  font-size: 13px;
}
.\[\&_button\]\:font-bold button {
  font-weight: 700;
}
.\[\&_button\]\:font-semibold button {
  font-weight: 600;
}
.\[\&_button\]\:\!text-gray-900 button {
  color: hsl(var(--gray-900)) !important;
}
.\[\&_button\]\:text-brand-700 button {
  color: hsl(var(--brand-700));
}
.\[\&_button\]\:text-charcoal-gray2 button {
  --tw-text-opacity: 1;
  color: rgb(48 55 65 / var(--tw-text-opacity));
}
.\[\&_button\]\:transition-\[box-shadow\] button {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_button\]\:duration-300 button {
  transition-duration: 300ms;
}
.\[\&_button\]\:ease-in-out button {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[\&_button_\+_button\]\:-ml-\[1px\] button + button {
  margin-left: -1px;
}
.\[\&_button_\+_button\]\:ml-3 button + button {
  margin-left: 0.75rem;
}
.\[\&_button_svg\]\:mr-\[5px\] button svg {
  margin-right: 5px;
}
.\[\&_button_svg\]\:h-6 button svg {
  height: 1.5rem;
}
.\[\&_button_svg\]\:w-6 button svg {
  width: 1.5rem;
}
.\[\&_button_svg\]\:shrink-0 button svg {
  flex-shrink: 0;
}
.\[\&_div\:last-of-type\]\:\!mb-0 div:last-of-type {
  margin-bottom: 0px !important;
}
.\[\&_div\:nth-child\(3\)\]\:justify-center div:nth-child(3) {
  justify-content: center;
}
.\[\&_div\]\:mb-\[10px\] div {
  margin-bottom: 10px;
}
.\[\&_div\]\:h-\[635px\] div {
  height: 635px;
}
.\[\&_footer\]\:border-none footer {
  border-style: none;
}
.\[\&_h1\]\:mx-0 h1 {
  margin-left: 0px;
  margin-right: 0px;
}
.\[\&_h1\]\:mb-\[25px\] h1 {
  margin-bottom: 25px;
}
.\[\&_h1\]\:mt-\[15px\] h1 {
  margin-top: 15px;
}
.\[\&_h1\]\:w-\[170px\] h1 {
  width: 170px;
}
.\[\&_h1\]\:overflow-x-hidden h1 {
  overflow-x: hidden;
}
.\[\&_h1\]\:text-ellipsis h1 {
  text-overflow: ellipsis;
}
.\[\&_h1\]\:whitespace-nowrap h1 {
  white-space: nowrap;
}
.\[\&_h1\]\:font-inter h1 {
  font-family: Inter;
}
.\[\&_h1\]\:text-base h1 {
  font-size: 16px;
}
.\[\&_h1\]\:font-bold h1 {
  font-weight: 700;
}
.\[\&_h1\]\:uppercase h1 {
  text-transform: uppercase;
}
.\[\&_h1\]\:text-gray-600 h1 {
  color: hsl(var(--gray-600));
}
.\[\&_h1\]\:text-pale-gray2 h1 {
  --tw-text-opacity: 1;
  color: rgb(247 249 252 / var(--tw-text-opacity));
}
.\[\&_h2\]\:mb-\[15px\] h2 {
  margin-bottom: 15px;
}
.\[\&_h2\]\:font-inter h2 {
  font-family: Inter;
}
.\[\&_h2\]\:\!text-m h2 {
  font-size: 15px !important;
}
.\[\&_h2\]\:text-xs h2 {
  font-size: 12px;
}
.\[\&_h2\]\:font-bold h2 {
  font-weight: 700;
}
.\[\&_h2\]\:uppercase h2 {
  text-transform: uppercase;
}
.\[\&_h2\]\:text-charcoal-gray2 h2 {
  --tw-text-opacity: 1;
  color: rgb(48 55 65 / var(--tw-text-opacity));
}
.\[\&_h2\]\:text-gray-600 h2 {
  color: hsl(var(--gray-600));
}
.\[\&_h3\]\:\!text-gray-900 h3 {
  color: hsl(var(--gray-900)) !important;
}
.\[\&_header\]\:border-none header {
  border-style: none;
}
.\[\&_header\]\:bg-white header {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\[\&_input\:\:placeholder\]\:font-inter input::-moz-placeholder {
  font-family: Inter;
}
.\[\&_input\:\:placeholder\]\:font-inter input::placeholder {
  font-family: Inter;
}
.\[\&_input\:\:placeholder\]\:text-base input::-moz-placeholder {
  font-size: 16px;
}
.\[\&_input\:\:placeholder\]\:text-base input::placeholder {
  font-size: 16px;
}
.\[\&_input\:\:placeholder\]\:text-s input::-moz-placeholder {
  font-size: 13px;
}
.\[\&_input\:\:placeholder\]\:text-s input::placeholder {
  font-size: 13px;
}
.\[\&_input\:\:placeholder\]\:font-bold input::-moz-placeholder {
  font-weight: 700;
}
.\[\&_input\:\:placeholder\]\:font-bold input::placeholder {
  font-weight: 700;
}
.\[\&_input\:\:placeholder\]\:not-italic input::-moz-placeholder {
  font-style: normal;
}
.\[\&_input\:\:placeholder\]\:not-italic input::placeholder {
  font-style: normal;
}
.\[\&_input\:\:placeholder\]\:\!text-\[\#667085\] input::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(102 112 133 / var(--tw-text-opacity)) !important;
}
.\[\&_input\:\:placeholder\]\:\!text-\[\#667085\] input::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(102 112 133 / var(--tw-text-opacity)) !important;
}
.\[\&_input\:checked_\+_div\]\:bg-white input:checked + div {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\[\&_input\:focus\]\:font-inter input:focus {
  font-family: Inter;
}
.\[\&_input\:focus\]\:text-base input:focus {
  font-size: 16px;
}
.\[\&_input\:focus\]\:text-s input:focus {
  font-size: 13px;
}
.\[\&_input\:focus\]\:font-bold input:focus {
  font-weight: 700;
}
.\[\&_input\:focus\]\:not-italic input:focus {
  font-style: normal;
}
.\[\&_input\:focus\]\:\!text-\[\#667085\] input:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(102 112 133 / var(--tw-text-opacity)) !important;
}
.\[\&_input\]\:hidden input {
  display: none;
}
.\[\&_input\]\:h-10 input {
  height: 2.5rem;
}
.\[\&_input\]\:w-\[300px\] input {
  width: 300px;
}
.\[\&_input\]\:border input {
  border-width: 1px;
}
.\[\&_input\]\:\!bg-white input {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.\[\&_input\]\:pl-10 input {
  padding-left: 2.5rem;
}
.\[\&_input\]\:font-inter input {
  font-family: Inter;
}
.\[\&_input\]\:text-base input {
  font-size: 16px;
}
.\[\&_input\]\:text-s input {
  font-size: 13px;
}
.\[\&_input\]\:text-sm input {
  font-size: 14px;
}
.\[\&_input\]\:font-bold input {
  font-weight: 700;
}
.\[\&_input\]\:not-italic input {
  font-style: normal;
}
.\[\&_input\]\:\!text-\[\#667085\] input {
  --tw-text-opacity: 1 !important;
  color: rgb(102 112 133 / var(--tw-text-opacity)) !important;
}
.\[\&_input\]\:placeholder\:text-sm input::-moz-placeholder {
  font-size: 14px;
}
.\[\&_input\]\:placeholder\:text-sm input::placeholder {
  font-size: 14px;
}
.\[\&_input_\+_div\]\:bg-zinc-100 input + div {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}
.\[\&_label\:not\(\:last-child\)\]\:mb-\[6px\] label:not(:last-child) {
  margin-bottom: 6px;
}
.\[\&_label\:not\(\:last-child\)\]\:mr-5 label:not(:last-child) {
  margin-right: 1.25rem;
}
.\[\&_label\]\:mr-\[10px\] label {
  margin-right: 10px;
}
.\[\&_label\]\:text-s label {
  font-size: 13px;
}
.\[\&_label\]\:leading-\[250\%\] label {
  line-height: 250%;
}
.\[\&_li\:\:before\]\:mr-\[14px\] li::before {
  margin-right: 14px;
}
.\[\&_li\:\:before\]\:inline-block li::before {
  display: inline-block;
}
.\[\&_li\:\:before\]\:h-\[6px\] li::before {
  height: 6px;
}
.\[\&_li\:\:before\]\:w-\[6px\] li::before {
  width: 6px;
}
.\[\&_li\:\:before\]\:rounded-\[5px\] li::before {
  border-radius: 5px;
}
.\[\&_li\:\:before\]\:border li::before {
  border-width: 1px;
}
.\[\&_li\:\:before\]\:border-silver li::before {
  --tw-border-opacity: 1;
  border-color: rgb(192 193 194 / var(--tw-border-opacity));
}
.\[\&_li\:\:before\]\:content-\[\'\"\"\'\] li::before {
  --tw-content: '""';
  content: var(--tw-content);
}
.\[\&_li\:last-of-type\]\:\!mb-0 li:last-of-type {
  margin-bottom: 0px !important;
}
.\[\&_li\]\:mb-\[10px\] li {
  margin-bottom: 10px;
}
.\[\&_li\]\:ml-5 li {
  margin-left: 1.25rem;
}
.\[\&_li\]\:list-none li {
  list-style-type: none;
}
.\[\&_li\]\:-indent-5 li {
  text-indent: -1.25rem;
}
.\[\&_p\]\:mx-\[10px\] p {
  margin-left: 10px;
  margin-right: 10px;
}
.\[\&_p\]\:-mb-\[7px\] p {
  margin-bottom: -7px;
}
.\[\&_p\]\:mb-\[25px\] p {
  margin-bottom: 25px;
}
.\[\&_p\]\:mt-0 p {
  margin-top: 0px;
}
.\[\&_p\]\:flex p {
  display: flex;
}
.\[\&_p\]\:h-\[88px\] p {
  height: 88px;
}
.\[\&_p\]\:items-end p {
  align-items: flex-end;
}
.\[\&_p\]\:justify-center p {
  justify-content: center;
}
.\[\&_p\]\:p-0 p {
  padding: 0px;
}
.\[\&_p\]\:font-inter p {
  font-family: Inter;
}
.\[\&_p\]\:text-s p {
  font-size: 13px;
}
.\[\&_p\]\:font-normal p {
  font-weight: 400;
}
.\[\&_p\]\:leading-\[18px\] p {
  line-height: 18px;
}
.\[\&_p\]\:leading-\[22px\] p {
  line-height: 22px;
}
.\[\&_p\]\:text-charcoal-gray2 p {
  --tw-text-opacity: 1;
  color: rgb(48 55 65 / var(--tw-text-opacity));
}
.\[\&_p\]\:text-pale-gray2 p {
  --tw-text-opacity: 1;
  color: rgb(247 249 252 / var(--tw-text-opacity));
}
.\[\&_span\]\:\!text-s span {
  font-size: 13px !important;
}
.\[\&_svg\]\:-mt-0\.5 svg {
  margin-top: -0.125rem;
}
.\[\&_svg\]\:ml-5 svg {
  margin-left: 1.25rem;
}
.\[\&_svg\]\:mr-\[5px\] svg {
  margin-right: 5px;
}
.\[\&_svg\]\:hidden svg {
  display: none;
}
.\[\&_svg\]\:size-5 svg {
  width: 1.25rem;
  height: 1.25rem;
}
.\[\&_svg\]\:h-2 svg {
  height: 0.5rem;
}
.\[\&_svg\]\:h-\[15px\] svg {
  height: 15px;
}
.\[\&_svg\]\:w-\[14px\] svg {
  width: 14px;
}
.\[\&_svg\]\:w-\[15px\] svg {
  width: 15px;
}
.\[\&_svg\]\:cursor-pointer svg {
  cursor: pointer;
}
.\[\&_svg\]\:fill-\[\#5ceaa2\] svg {
  fill: #5ceaa2;
}
.\[\&_svg\]\:fill-charcoal svg {
  fill: #30323b;
}
.\[\&_svg\]\:fill-current svg {
  fill: currentColor;
}
.\[\&_svg\]\:fill-dark svg {
  fill: #1b1e31;
}
.\[\&_svg\]\:fill-pale-gray2 svg {
  fill: #f7f9fc;
}
.\[\&_svg\]\:fill-santas-gray svg {
  fill: #9ba2b3;
}
.\[\&_svg\]\:fill-silver2 svg {
  fill: #c0c3c6;
}
.\[\&_svg\]\:stroke-greeny-blue svg {
  stroke: #3ec198;
}
.\[\&_tbody_\>_tr_\>_td\]\:\!border-b tbody > tr > td {
  border-bottom-width: 1px !important;
}
.\[\&_tbody_\>_tr_\>_td\]\:\!border-gray-200 tbody > tr > td {
  border-color: hsl(var(--gray-200)) !important;
}
.\[\&_tbody_tr\:nth-child\(odd\)\]\:bg-white tbody tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\[\&_td\:first-of-type\]\:text-ellipsis td:first-of-type {
  text-overflow: ellipsis;
}
.\[\&_td\]\:h-\[47px\] td {
  height: 47px;
}
.\[\&_td\]\:overflow-hidden td {
  overflow: hidden;
}
.\[\&_td\]\:text-ellipsis td {
  text-overflow: ellipsis;
}
.\[\&_td\]\:whitespace-nowrap td {
  white-space: nowrap;
}
.\[\&_td\]\:px-\[10px\] td {
  padding-left: 10px;
  padding-right: 10px;
}
.\[\&_td\]\:py-0 td {
  padding-top: 0px;
  padding-bottom: 0px;
}
.\[\&_td\]\:text-left td {
  text-align: left;
}
.\[\&_td\]\:font-inter td {
  font-family: Inter;
}
.\[\&_td\]\:text-s td {
  font-size: 13px;
}
.\[\&_td\]\:font-normal td {
  font-weight: 400;
}
.\[\&_td\]\:not-italic td {
  font-style: normal;
}
.\[\&_td\]\:leading-\[1\] td {
  line-height: 1;
}
.\[\&_th\:first-child\]\:py-0 th:first-child {
  padding-top: 0px;
  padding-bottom: 0px;
}
.\[\&_th\:first-child\]\:pl-5 th:first-child {
  padding-left: 1.25rem;
}
.\[\&_th\:first-child\]\:pr-\[10px\] th:first-child {
  padding-right: 10px;
}
.\[\&_th\:last-child\]\:py-0 th:last-child {
  padding-top: 0px;
  padding-bottom: 0px;
}
.\[\&_th\:last-child\]\:pl-\[10px\] th:last-child {
  padding-left: 10px;
}
.\[\&_th\:last-child\]\:pr-5 th:last-child {
  padding-right: 1.25rem;
}
.\[\&_th\]\:h-\[39px\] th {
  height: 39px;
}
.\[\&_th\]\:border-b th {
  border-bottom-width: 1px;
}
.\[\&_th\]\:border-t th {
  border-top-width: 1px;
}
.\[\&_th\]\:border-gray-200 th {
  border-color: hsl(var(--gray-200));
}
.\[\&_th\]\:bg-brand-50 th {
  background-color: hsl(var(--brand-50));
}
.\[\&_th\]\:font-inter th {
  font-family: Inter;
}
.\[\&_th\]\:text-xs th {
  font-size: 12px;
}
.\[\&_th\]\:font-medium th {
  font-weight: 500;
}
.\[\&_th\]\:not-italic th {
  font-style: normal;
}
.\[\&_th\]\:text-gray-600 th {
  color: hsl(var(--gray-600));
}
.\[\&_thead\]\:bg-brand-50 thead {
  background-color: hsl(var(--brand-50));
}
.\[\&_thead_th\]\:border-none thead th {
  border-style: none;
}
.\[\&_thead_th\]\:bg-transparent thead th {
  background-color: transparent;
}
.\[\&_thead_th\]\:font-inter thead th {
  font-family: Inter;
}
.\[\&_thead_th_svg\]\:fill-\[\#d5d8dc\] thead th svg {
  fill: #d5d8dc;
}
.\[\&_tr\:not\(\:last-child\)_td\]\:border-b tr:not(:last-child) td {
  border-bottom-width: 1px;
}
.\[\&_tr\:not\(\:last-child\)_td\]\:border-gray-200 tr:not(:last-child) td {
  border-color: hsl(var(--gray-200));
}
.\[\&_tr_td\]\:overflow-hidden tr td {
  overflow: hidden;
}
.\[\&_tr_td\]\:\!border-none tr td {
  border-style: none !important;
}
.\[\&_tr_td\]\:font-inter tr td {
  font-family: Inter;
}
.\[\&_tr_td\]\:text-gray-600 tr td {
  color: hsl(var(--gray-600));
}
.\[\&_ul\]\:w-\[180px\] ul {
  width: 180px;
}
.\[\&_ul\]\:whitespace-nowrap ul {
  white-space: nowrap;
}
@supports -ms-ime-align: auto {

  .\[\@supports_-ms-ime-align\:_auto\]\:relative {
    position: relative;
  }

  .\[\@supports_-ms-ime-align\:_auto\]\:top-0 {
    top: 0px;
  }
}
td .\[td_\&\]\:ml-auto {
  margin-left: auto;
}


/*# sourceMappingURL=33.9aa7ee72709fdfe309a4.css.map*/