*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

  .container {
    max-width: 768px;
  }
}
@media (min-width: 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 !important;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.\!relative {
  position: relative !important;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-bottom-20 {
  bottom: -5rem;
}
.-right-1 {
  right: -0.25rem;
}
.-right-9 {
  right: -2.25rem;
}
.-top-1 {
  top: -0.25rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-16 {
  bottom: 4rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-\[1px\] {
  bottom: 1px;
}
.end-0 {
  inset-inline-end: 0px;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-11 {
  left: 2.75rem;
}
.left-2 {
  left: 0.5rem;
}
.left-2\.5 {
  left: 0.625rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-6 {
  left: 1.5rem;
}
.left-72 {
  left: 18rem;
}
.left-8 {
  left: 2rem;
}
.left-\[22px\] {
  left: 22px;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-12 {
  right: 3rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-8 {
  right: 2rem;
}
.right-\[-5px\] {
  right: -5px;
}
.right-\[0\] {
  right: 0;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[18px\] {
  right: 18px;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-12 {
  top: 3rem;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-6 {
  top: 1.5rem;
}
.top-7 {
  top: 1.75rem;
}
.top-\[-11px\] {
  top: -11px;
}
.top-\[-12px\] {
  top: -12px;
}
.top-\[13px\] {
  top: 13px;
}
.top-\[21px\] {
  top: 21px;
}
.top-\[31px\] {
  top: 31px;
}
.top-\[37px\] {
  top: 37px;
}
.top-\[40px\] {
  top: 40px;
}
.top-\[44px\] {
  top: 44px;
}
.top-\[53px\] {
  top: 53px;
}
.top-\[54px\] {
  top: 54px;
}
.top-\[72px\] {
  top: 72px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[10000px\] {
  z-index: 10000px;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[1011\] {
  z-index: 1011;
}
.z-\[1055\] {
  z-index: 1055;
}
.z-\[1056\] {
  z-index: 1056;
}
.z-\[1057\] {
  z-index: 1057;
}
.z-\[1100\] {
  z-index: 1100;
}
.z-\[50\] {
  z-index: 50;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-auto {
  z-index: auto;
}
.order-1 {
  order: 1;
}
.order-last {
  order: 9999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-full {
  grid-column: 1 / -1;
}
.float-end {
  float: inline-end;
}
.float-right {
  float: right;
}
.\!m-0 {
  margin: 0px !important;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.m-10 {
  margin: 2.5rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 0.75rem;
}
.m-4 {
  margin: 1rem;
}
.m-5 {
  margin: 1.25rem;
}
.m-6 {
  margin: 1.5rem;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.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-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-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mt-1 {
  margin-top: 0.25rem !important;
}
.-mb-5 {
  margin-bottom: -1.25rem;
}
.-mb-8 {
  margin-bottom: -2rem;
}
.-mb-\[0\.34rem\] {
  margin-bottom: -0.34rem;
}
.-mb-px {
  margin-bottom: -1px;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-ml-6 {
  margin-left: -1.5rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mr-5 {
  margin-right: -1.25rem;
}
.-mt-0\.5 {
  margin-top: -0.125rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-\[1px\] {
  margin-top: -1px;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-44 {
  margin-bottom: 11rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[62px\] {
  margin-bottom: 62px;
}
.me-2 {
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.me-3 {
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
}
.me-4 {
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-16 {
  margin-left: 4rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.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-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-\[1px\] {
  margin-right: 1px;
}
.mr-\[7px\] {
  margin-right: 7px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-36 {
  margin-top: 9rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[107px\] {
  margin-top: 107px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[11px\] {
  margin-top: 11px;
}
.mt-\[13px\] {
  margin-top: 13px;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[19px\] {
  margin-top: 19px;
}
.mt-\[1px\] {
  margin-top: 1px;
}
.mt-\[21px\] {
  margin-top: 21px;
}
.mt-\[22px\] {
  margin-top: 22px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-auto {
  margin-top: auto;
}
.box-border {
  box-sizing: border-box;
}
.box-content {
  box-sizing: content-box;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.\!table {
  display: table !important;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-10 {
  height: 2.5rem !important;
}
.\!h-12 {
  height: 3rem !important;
}
.\!h-14 {
  height: 3.5rem !important;
}
.\!h-16 {
  height: 4rem !important;
}
.\!h-8 {
  height: 2rem !important;
}
.\!h-\[100px\] {
  height: 100px !important;
}
.\!h-\[100vh\] {
  height: 100vh !important;
}
.\!h-\[40px\] {
  height: 40px !important;
}
.\!h-\[46px\] {
  height: 46px !important;
}
.\!h-\[50px\] {
  height: 50px !important;
}
.\!h-auto {
  height: auto !important;
}
.\!h-screen {
  height: 100vh !important;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-1\/2 {
  height: 50%;
}
.h-1\/3 {
  height: 33.333333%;
}
.h-1\/4 {
  height: 25%;
}
.h-1\/5 {
  height: 20%;
}
.h-1\/6 {
  height: 16.666667%;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-2\/3 {
  height: 66.666667%;
}
.h-2\/4 {
  height: 50%;
}
.h-2\/5 {
  height: 40%;
}
.h-2\/6 {
  height: 33.333333%;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-3\/4 {
  height: 75%;
}
.h-3\/5 {
  height: 60%;
}
.h-3\/6 {
  height: 50%;
}
.h-32 {
  height: 8rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-4\/5 {
  height: 80%;
}
.h-4\/6 {
  height: 66.666667%;
}
.h-40 {
  height: 10rem;
}
.h-44 {
  height: 11rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-5\/6 {
  height: 83.333333%;
}
.h-52 {
  height: 13rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[10rem\] {
  height: 10rem;
}
.h-\[112px\] {
  height: 112px;
}
.h-\[11px\] {
  height: 11px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[134\] {
  height: 134;
}
.h-\[134px\] {
  height: 134px;
}
.h-\[149px\] {
  height: 149px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[1rem\] {
  height: 1rem;
}
.h-\[203px\] {
  height: 203px;
}
.h-\[209px\] {
  height: 209px;
}
.h-\[212\.229px\] {
  height: 212.229px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[25rem\] {
  height: 25rem;
}
.h-\[266\.81px\] {
  height: 266.81px;
}
.h-\[268px\] {
  height: 268px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[270px\] {
  height: 270px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[30rem\] {
  height: 30rem;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[35rem\] {
  height: 35rem;
}
.h-\[37rem\] {
  height: 37rem;
}
.h-\[3rem\] {
  height: 3rem;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[40vh\] {
  height: 40vh;
}
.h-\[420px\] {
  height: 420px;
}
.h-\[427px\] {
  height: 427px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[430px\] {
  height: 430px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[450px\] {
  height: 450px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[45vh\] {
  height: 45vh;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[47px\] {
  height: 47px;
}
.h-\[488px\] {
  height: 488px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[50dvh\] {
  height: 50dvh;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[556px\] {
  height: 556px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[57px\] {
  height: 57px;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[60dvh\] {
  height: 60dvh;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-\[620px\] {
  height: 620px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[66px\] {
  height: 66px;
}
.h-\[67px\] {
  height: 67px;
}
.h-\[68\%\] {
  height: 68%;
}
.h-\[70dvh\] {
  height: 70dvh;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[70vh\] {
  height: 70vh;
}
.h-\[71px\] {
  height: 71px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[85vh\] {
  height: 85vh;
}
.h-\[86px\] {
  height: 86px;
}
.h-\[88px\] {
  height: 88px;
}
.h-\[90\%\] {
  height: 90%;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[90vh\] {
  height: 90vh;
}
.h-\[95\%\] {
  height: 95%;
}
.h-\[95px\] {
  height: 95px;
}
.h-\[96px\] {
  height: 96px;
}
.h-\[calc\(100vh\)\] {
  height: calc(100vh);
}
.h-\[calc\(100vh-14rem\)\] {
  height: calc(100vh - 14rem);
}
.h-\[calc\(100vh-20rem\)\] {
  height: calc(100vh - 20rem);
}
.h-\[calc\(100vh-21rem\)\] {
  height: calc(100vh - 21rem);
}
.h-\[calc\(100vh-23\.5rem\)\] {
  height: calc(100vh - 23.5rem);
}
.h-\[calc\(100vh-260px\)\] {
  height: calc(100vh - 260px);
}
.h-\[calc\(100vh-4rem\)\] {
  height: calc(100vh - 4rem);
}
.h-\[calc\(100vh-5rem\)\] {
  height: calc(100vh - 5rem);
}
.h-\[calc\(80vh-21rem\)\] {
  height: calc(80vh - 21rem);
}
.h-auto {
  height: auto;
}
.h-dvh {
  height: 100dvh;
}
.h-fit {
  height: -webkit-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-10 {
  max-height: 2.5rem;
}
.max-h-11 {
  max-height: 2.75rem;
}
.max-h-12 {
  max-height: 3rem;
}
.max-h-28 {
  max-height: 7rem;
}
.max-h-32 {
  max-height: 8rem;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-52 {
  max-height: 13rem;
}
.max-h-56 {
  max-height: 14rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-8 {
  max-height: 2rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[100px\] {
  max-height: 100px;
}
.max-h-\[139px\] {
  max-height: 139px;
}
.max-h-\[150px\] {
  max-height: 150px;
}
.max-h-\[24rem\] {
  max-height: 24rem;
}
.max-h-\[250px\] {
  max-height: 250px;
}
.max-h-\[260px\] {
  max-height: 260px;
}
.max-h-\[280px\] {
  max-height: 280px;
}
.max-h-\[320px\] {
  max-height: 320px;
}
.max-h-\[340px\] {
  max-height: 340px;
}
.max-h-\[450px\] {
  max-height: 450px;
}
.max-h-\[50vh\] {
  max-height: 50vh;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[62vh\] {
  max-height: 62vh;
}
.max-h-\[68\%\] {
  max-height: 68%;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-\[75vh\] {
  max-height: 75vh;
}
.max-h-\[88vh\] {
  max-height: 88vh;
}
.max-h-\[95\%\] {
  max-height: 95%;
}
.max-h-\[95vh\] {
  max-height: 95vh;
}
.max-h-\[98\%\] {
  max-height: 98%;
}
.max-h-\[calc\(100vh-100px\)\] {
  max-height: calc(100vh - 100px);
}
.max-h-\[calc\(100vh-250px\)\] {
  max-height: calc(100vh - 250px);
}
.max-h-\[calc\(100vh-27rem\)\] {
  max-height: calc(100vh - 27rem);
}
.max-h-\[calc\(100vh-7rem\)\] {
  max-height: calc(100vh - 7rem);
}
.max-h-\[calc\(60vh\)\] {
  max-height: calc(60vh);
}
.max-h-\[calc\(80vh-21rem\)\] {
  max-height: calc(80vh - 21rem);
}
.max-h-\[calc\(91vh-7rem\)\] {
  max-height: calc(91vh - 7rem);
}
.max-h-full {
  max-height: 100%;
}
.max-h-screen {
  max-height: 100vh;
}
.\!min-h-2 {
  min-height: 0.5rem !important;
}
.\!min-h-\[255px\] {
  min-height: 255px !important;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-11 {
  min-height: 2.75rem;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-16 {
  min-height: 4rem;
}
.min-h-2 {
  min-height: 0.5rem;
}
.min-h-44 {
  min-height: 11rem;
}
.min-h-8 {
  min-height: 2rem;
}
.min-h-\[12rem\] {
  min-height: 12rem;
}
.min-h-\[160px\] {
  min-height: 160px;
}
.min-h-\[18px\] {
  min-height: 18px;
}
.min-h-\[20rem\] {
  min-height: 20rem;
}
.min-h-\[215px\] {
  min-height: 215px;
}
.min-h-\[21px\] {
  min-height: 21px;
}
.min-h-\[245px\] {
  min-height: 245px;
}
.min-h-\[24px\] {
  min-height: 24px;
}
.min-h-\[360px\] {
  min-height: 360px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[40vh\] {
  min-height: 40vh;
}
.min-h-\[480px\] {
  min-height: 480px;
}
.min-h-\[48px\] {
  min-height: 48px;
}
.min-h-\[50vh\] {
  min-height: 50vh;
}
.min-h-\[60dvh\] {
  min-height: 60dvh;
}
.min-h-\[64px\] {
  min-height: 64px;
}
.min-h-\[70vh\] {
  min-height: 70vh;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.min-h-\[80vh\] {
  min-height: 80vh;
}
.min-h-\[95px\] {
  min-height: 95px;
}
.min-h-\[calc\(100vh-18\.5rem\)\] {
  min-height: calc(100vh - 18.5rem);
}
.min-h-\[calc\(100vh-7rem\)\] {
  min-height: calc(100vh - 7rem);
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-10 {
  width: 2.5rem !important;
}
.\!w-16 {
  width: 4rem !important;
}
.\!w-40 {
  width: 10rem !important;
}
.\!w-44 {
  width: 11rem !important;
}
.\!w-52 {
  width: 13rem !important;
}
.\!w-\[150px\] {
  width: 150px !important;
}
.\!w-\[40px\] {
  width: 40px !important;
}
.\!w-\[450px\] {
  width: 450px !important;
}
.\!w-auto {
  width: auto !important;
}
.\!w-fit {
  width: -webkit-fit-content !important;
  width: fit-content !important;
}
.\!w-full {
  width: 100% !important;
}
.w-0 {
  width: 0px;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/5 {
  width: 20%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-10 {
  width: 2.5rem;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11 {
  width: 2.75rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-2\/4 {
  width: 50%;
}
.w-2\/5 {
  width: 40%;
}
.w-2\/6 {
  width: 33.333333%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3\/12 {
  width: 25%;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.w-3\/6 {
  width: 50%;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-4\/5 {
  width: 80%;
}
.w-4\/6 {
  width: 66.666667%;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-6\/12 {
  width: 50%;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-9\/12 {
  width: 75%;
}
.w-96 {
  width: 24rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[11px\] {
  width: 11px;
}
.w-\[124px\] {
  width: 124px;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[138px\] {
  width: 138px;
}
.w-\[139px\] {
  width: 139px;
}
.w-\[142px\] {
  width: 142px;
}
.w-\[147px\] {
  width: 147px;
}
.w-\[14rem\] {
  width: 14rem;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[156px\] {
  width: 156px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[167px\] {
  width: 167px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[205px\] {
  width: 205px;
}
.w-\[210px\] {
  width: 210px;
}
.w-\[22\%\] {
  width: 22%;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[222px\] {
  width: 222px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[248px\] {
  width: 248px;
}
.w-\[249px\] {
  width: 249px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[24rem\] {
  width: 24rem;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[265\.81px\] {
  width: 265.81px;
}
.w-\[265px\] {
  width: 265px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[283px\] {
  width: 283px;
}
.w-\[292px\] {
  width: 292px;
}
.w-\[293\.556px\] {
  width: 293.556px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[30rem\] {
  width: 30rem;
}
.w-\[31rem\] {
  width: 31rem;
}
.w-\[32\%\] {
  width: 32%;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[325px\] {
  width: 325px;
}
.w-\[328px\] {
  width: 328px;
}
.w-\[33rem\] {
  width: 33rem;
}
.w-\[34rem\] {
  width: 34rem;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[363px\] {
  width: 363px;
}
.w-\[37\%\] {
  width: 37%;
}
.w-\[370px\] {
  width: 370px;
}
.w-\[390px\] {
  width: 390px;
}
.w-\[3rem\] {
  width: 3rem;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[405px\] {
  width: 405px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[42\.5\%\] {
  width: 42.5%;
}
.w-\[44\%\] {
  width: 44%;
}
.w-\[45rem\] {
  width: 45rem;
}
.w-\[47px\] {
  width: 47px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[492px\] {
  width: 492px;
}
.w-\[4px\] {
  width: 4px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[528px\] {
  width: 528px;
}
.w-\[534px\] {
  width: 534px;
}
.w-\[57px\] {
  width: 57px;
}
.w-\[598px\] {
  width: 598px;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[628px\] {
  width: 628px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[66px\] {
  width: 66px;
}
.w-\[67px\] {
  width: 67px;
}
.w-\[7\%\] {
  width: 7%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[8rem\] {
  width: 8rem;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[95\%\] {
  width: 95%;
}
.w-\[96px\] {
  width: 96px;
}
.w-\[99px\] {
  width: 99px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -webkit-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -webkit-max-content;
  width: max-content;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.\!min-w-\[140px\] {
  min-width: 140px !important;
}
.\!min-w-\[200px\] {
  min-width: 200px !important;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-10 {
  min-width: 2.5rem;
}
.min-w-11 {
  min-width: 2.75rem;
}
.min-w-12 {
  min-width: 3rem;
}
.min-w-28 {
  min-width: 7rem;
}
.min-w-32 {
  min-width: 8rem;
}
.min-w-36 {
  min-width: 9rem;
}
.min-w-40 {
  min-width: 10rem;
}
.min-w-48 {
  min-width: 12rem;
}
.min-w-5 {
  min-width: 1.25rem;
}
.min-w-6 {
  min-width: 1.5rem;
}
.min-w-60 {
  min-width: 15rem;
}
.min-w-64 {
  min-width: 16rem;
}
.min-w-7 {
  min-width: 1.75rem;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-\[100\%\] {
  min-width: 100%;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[10rem\] {
  min-width: 10rem;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[12rem\] {
  min-width: 12rem;
}
.min-w-\[130px\] {
  min-width: 130px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[160px\] {
  min-width: 160px;
}
.min-w-\[165px\] {
  min-width: 165px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-\[18px\] {
  min-width: 18px;
}
.min-w-\[190px\] {
  min-width: 190px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[21px\] {
  min-width: 21px;
}
.min-w-\[220px\] {
  min-width: 220px;
}
.min-w-\[223px\] {
  min-width: 223px;
}
.min-w-\[22px\] {
  min-width: 22px;
}
.min-w-\[240px\] {
  min-width: 240px;
}
.min-w-\[24px\] {
  min-width: 24px;
}
.min-w-\[25\%\] {
  min-width: 25%;
}
.min-w-\[250vw\] {
  min-width: 250vw;
}
.min-w-\[30\%\] {
  min-width: 30%;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[33vw\] {
  min-width: 33vw;
}
.min-w-\[34\%\] {
  min-width: 34%;
}
.min-w-\[35\%\] {
  min-width: 35%;
}
.min-w-\[350vw\] {
  min-width: 350vw;
}
.min-w-\[37\%\] {
  min-width: 37%;
}
.min-w-\[40\%\] {
  min-width: 40%;
}
.min-w-\[45\%\] {
  min-width: 45%;
}
.min-w-\[47px\] {
  min-width: 47px;
}
.min-w-\[48px\] {
  min-width: 48px;
}
.min-w-\[5\%\] {
  min-width: 5%;
}
.min-w-\[600px\] {
  min-width: 600px;
}
.min-w-\[680px\] {
  min-width: 680px;
}
.min-w-\[720px\] {
  min-width: 720px;
}
.min-w-\[75\%\] {
  min-width: 75%;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.min-w-\[870px\] {
  min-width: 870px;
}
.min-w-\[900px\] {
  min-width: 900px;
}
.min-w-\[90px\] {
  min-width: 90px;
}
.min-w-\[95\%\] {
  min-width: 95%;
}
.min-w-\[98px\] {
  min-width: 98px;
}
.min-w-\[max\] {
  min-width: max;
}
.min-w-fit {
  min-width: -webkit-fit-content;
  min-width: fit-content;
}
.min-w-full {
  min-width: 100%;
}
.min-w-max {
  min-width: -webkit-max-content;
  min-width: max-content;
}
.max-w-10 {
  max-width: 2.5rem;
}
.max-w-11 {
  max-width: 2.75rem;
}
.max-w-12 {
  max-width: 3rem;
}
.max-w-28 {
  max-width: 7rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-36 {
  max-width: 9rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-48 {
  max-width: 12rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-8 {
  max-width: 2rem;
}
.max-w-\[100vw\] {
  max-width: 100vw;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[20rem\] {
  max-width: 20rem;
}
.max-w-\[25\%\] {
  max-width: 25%;
}
.max-w-\[30rem\] {
  max-width: 30rem;
}
.max-w-\[363px\] {
  max-width: 363px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[540px\] {
  max-width: 540px;
}
.max-w-\[560px\] {
  max-width: 560px;
}
.max-w-\[60\%\] {
  max-width: 60%;
}
.max-w-\[70\%\] {
  max-width: 70%;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-\[85\%\] {
  max-width: 85%;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-\[904px\] {
  max-width: 904px;
}
.max-w-\[95\%\] {
  max-width: 95%;
}
.max-w-\[auto\] {
  max-width: auto;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1;
}
.flex-\[0\.1\] {
  flex: 0.1 1;
}
.flex-\[10\] {
  flex: 10 1;
}
.flex-\[15\] {
  flex: 15 1;
}
.flex-\[1\] {
  flex: 1 1;
}
.flex-\[2\] {
  flex: 2 1;
}
.flex-\[5\] {
  flex: 5 1;
}
.flex-\[6\] {
  flex: 6 1;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.grow {
  flex-grow: 1;
}
.basis-0 {
  flex-basis: 0px;
}
.table-auto {
  table-layout: auto;
}
.table-fixed {
  table-layout: fixed;
}
.border-collapse {
  border-collapse: collapse;
}
.origin-top-right {
  transform-origin: top right;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --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));
}
.-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-0 {
  --tw-rotate: 0deg;
  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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.\!cursor-auto {
  cursor: auto !important;
}
.\!cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize-y {
  resize: vertical;
}
.resize {
  resize: both;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-start {
  scroll-snap-align: start;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.break-before-all {
  page-break-before: all;
  break-before: all;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.\!flex-col {
  flex-direction: column !important;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.place-items-center {
  place-items: center;
}
.\!items-start {
  align-items: flex-start !important;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.\!items-center {
  align-items: center !important;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.\!justify-normal {
  justify-content: normal !important;
}
.\!justify-start {
  justify-content: flex-start !important;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-items-center {
  justify-items: center;
}
.\!gap-1 {
  gap: 0.25rem !important;
}
.\!gap-2 {
  gap: 0.5rem !important;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[1\.78px\] {
  gap: 1.78px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-x-10 {
  column-gap: 2.5rem;
}
.gap-x-12 {
  column-gap: 3rem;
}
.gap-x-2 {
  column-gap: 0.5rem;
}
.gap-x-4 {
  column-gap: 1rem;
}
.gap-x-5 {
  column-gap: 1.25rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-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));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / 1);
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / 1);
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
.divide-slate-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(241 245 249 / 1);
  border-color: rgb(241 245 249 / var(--tw-divide-opacity, 1));
}
.divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / 1);
  border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.justify-self-end {
  justify-self: end;
}
.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;
}
.overscroll-contain {
  overscroll-behavior: contain;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-normal {
  white-space: normal;
}
.\!whitespace-nowrap {
  white-space: nowrap !important;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.\!rounded-\[12px\] {
  border-radius: 12px !important;
}
.\!rounded-\[18px\] {
  border-radius: 18px !important;
}
.\!rounded-lg {
  border-radius: 0.5rem !important;
}
.\!rounded-sm {
  border-radius: 0.125rem !important;
}
.\!rounded-xl {
  border-radius: 0.75rem !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}
.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.rounded-se-xl {
  border-start-end-radius: 0.75rem;
}
.rounded-ss-xl {
  border-start-start-radius: 0.75rem;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.\!border {
  border-width: 1px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[2px\] {
  border-bottom-width: 2px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-\[1px\] {
  border-left-width: 1px;
}
.border-l-\[3px\] {
  border-left-width: 3px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.\!border-none {
  border-style: none !important;
}
.border-none {
  border-style: none;
}
.\!border-\[\#0095ff\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 149 255 / 1) !important;
  border-color: rgb(0 149 255 / var(--tw-border-opacity, 1)) !important;
}
.\!border-\[\#D9DEE8\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 222 232 / 1) !important;
  border-color: rgb(217 222 232 / var(--tw-border-opacity, 1)) !important;
}
.\!border-\[\#F45045\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 80 69 / 1) !important;
  border-color: rgb(244 80 69 / var(--tw-border-opacity, 1)) !important;
}
.\!border-grayDisabled {
  --tw-border-opacity: 1 !important;
  border-color: rgb(176 176 176 / 1) !important;
  border-color: rgb(176 176 176 / var(--tw-border-opacity, 1)) !important;
}
.\!border-mediumGray {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 217 217 / 1) !important;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1)) !important;
}
.\!border-orange {
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 137 1 / 1) !important;
  border-color: rgb(190 137 1 / var(--tw-border-opacity, 1)) !important;
}
.\!border-primaryColor {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 124 194 / 1) !important;
  border-color: rgb(0 124 194 / var(--tw-border-opacity, 1)) !important;
}
.\!border-red {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 80 69 / 1) !important;
  border-color: rgb(244 80 69 / var(--tw-border-opacity, 1)) !important;
}
.\!border-secondaryColor {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 195 43 / 1) !important;
  border-color: rgb(254 195 43 / var(--tw-border-opacity, 1)) !important;
}
.\!border-tertiaryColor {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 179 131 / 1) !important;
  border-color: rgb(0 179 131 / var(--tw-border-opacity, 1)) !important;
}
.\!border-transparent {
  border-color: transparent !important;
}
.\!border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / 1) !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}
.border-\[\#0095ff\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 149 255 / 1);
  border-color: rgb(0 149 255 / var(--tw-border-opacity, 1));
}
.border-\[\#735bf2\] {
  --tw-border-opacity: 1;
  border-color: rgb(115 91 242 / 1);
  border-color: rgb(115 91 242 / var(--tw-border-opacity, 1));
}
.border-\[\#D6E4FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(214 228 255 / 1);
  border-color: rgb(214 228 255 / var(--tw-border-opacity, 1));
}
.border-\[\#E5E7EB\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-\[\#EFEFEF\] {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / 1);
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
}
.border-\[\#EFF1F5\] {
  --tw-border-opacity: 1;
  border-color: rgb(239 241 245 / 1);
  border-color: rgb(239 241 245 / var(--tw-border-opacity, 1));
}
.border-\[\#d9d9d9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / 1);
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / 1);
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / 1);
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / 1);
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / 1);
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / 1);
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / 1);
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-grayDisabled {
  --tw-border-opacity: 1;
  border-color: rgb(176 176 176 / 1);
  border-color: rgb(176 176 176 / var(--tw-border-opacity, 1));
}
.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / 1);
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-lightGray {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / 1);
  border-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
}
.border-lighterGray {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / 1);
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
}
.border-mediumGray {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / 1);
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / 1);
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / 1);
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(190 137 1 / 1);
  border-color: rgb(190 137 1 / var(--tw-border-opacity, 1));
}
.border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / 1);
  border-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}
.border-primaryColor {
  --tw-border-opacity: 1;
  border-color: rgb(0 124 194 / 1);
  border-color: rgb(0 124 194 / var(--tw-border-opacity, 1));
}
.border-primaryColor\/0 {
  border-color: rgb(0 124 194 / 0);
}
.border-primaryColor\/10 {
  border-color: rgb(0 124 194 / 0.1);
}
.border-primaryColor\/100 {
  border-color: rgb(0 124 194 / 1);
}
.border-primaryColor\/15 {
  border-color: rgb(0 124 194 / 0.15);
}
.border-primaryColor\/20 {
  border-color: rgb(0 124 194 / 0.2);
}
.border-primaryColor\/25 {
  border-color: rgb(0 124 194 / 0.25);
}
.border-primaryColor\/30 {
  border-color: rgb(0 124 194 / 0.3);
}
.border-primaryColor\/35 {
  border-color: rgb(0 124 194 / 0.35);
}
.border-primaryColor\/40 {
  border-color: rgb(0 124 194 / 0.4);
}
.border-primaryColor\/45 {
  border-color: rgb(0 124 194 / 0.45);
}
.border-primaryColor\/5 {
  border-color: rgb(0 124 194 / 0.05);
}
.border-primaryColor\/50 {
  border-color: rgb(0 124 194 / 0.5);
}
.border-primaryColor\/55 {
  border-color: rgb(0 124 194 / 0.55);
}
.border-primaryColor\/60 {
  border-color: rgb(0 124 194 / 0.6);
}
.border-primaryColor\/65 {
  border-color: rgb(0 124 194 / 0.65);
}
.border-primaryColor\/70 {
  border-color: rgb(0 124 194 / 0.7);
}
.border-primaryColor\/75 {
  border-color: rgb(0 124 194 / 0.75);
}
.border-primaryColor\/80 {
  border-color: rgb(0 124 194 / 0.8);
}
.border-primaryColor\/85 {
  border-color: rgb(0 124 194 / 0.85);
}
.border-primaryColor\/90 {
  border-color: rgb(0 124 194 / 0.9);
}
.border-primaryColor\/95 {
  border-color: rgb(0 124 194 / 0.95);
}
.border-primarySupport {
  --tw-border-opacity: 1;
  border-color: rgb(230 243 251 / 1);
  border-color: rgb(230 243 251 / var(--tw-border-opacity, 1));
}
.border-primarySupport\/0 {
  border-color: rgb(230 243 251 / 0);
}
.border-primarySupport\/10 {
  border-color: rgb(230 243 251 / 0.1);
}
.border-primarySupport\/100 {
  border-color: rgb(230 243 251 / 1);
}
.border-primarySupport\/15 {
  border-color: rgb(230 243 251 / 0.15);
}
.border-primarySupport\/20 {
  border-color: rgb(230 243 251 / 0.2);
}
.border-primarySupport\/25 {
  border-color: rgb(230 243 251 / 0.25);
}
.border-primarySupport\/30 {
  border-color: rgb(230 243 251 / 0.3);
}
.border-primarySupport\/35 {
  border-color: rgb(230 243 251 / 0.35);
}
.border-primarySupport\/40 {
  border-color: rgb(230 243 251 / 0.4);
}
.border-primarySupport\/45 {
  border-color: rgb(230 243 251 / 0.45);
}
.border-primarySupport\/5 {
  border-color: rgb(230 243 251 / 0.05);
}
.border-primarySupport\/50 {
  border-color: rgb(230 243 251 / 0.5);
}
.border-primarySupport\/55 {
  border-color: rgb(230 243 251 / 0.55);
}
.border-primarySupport\/60 {
  border-color: rgb(230 243 251 / 0.6);
}
.border-primarySupport\/65 {
  border-color: rgb(230 243 251 / 0.65);
}
.border-primarySupport\/70 {
  border-color: rgb(230 243 251 / 0.7);
}
.border-primarySupport\/75 {
  border-color: rgb(230 243 251 / 0.75);
}
.border-primarySupport\/80 {
  border-color: rgb(230 243 251 / 0.8);
}
.border-primarySupport\/85 {
  border-color: rgb(230 243 251 / 0.85);
}
.border-primarySupport\/90 {
  border-color: rgb(230 243 251 / 0.9);
}
.border-primarySupport\/95 {
  border-color: rgb(230 243 251 / 0.95);
}
.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / 1);
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(244 80 69 / 1);
  border-color: rgb(244 80 69 / var(--tw-border-opacity, 1));
}
.border-secondaryColor {
  --tw-border-opacity: 1;
  border-color: rgb(254 195 43 / 1);
  border-color: rgb(254 195 43 / var(--tw-border-opacity, 1));
}
.border-secondaryColor\/0 {
  border-color: rgb(254 195 43 / 0);
}
.border-secondaryColor\/10 {
  border-color: rgb(254 195 43 / 0.1);
}
.border-secondaryColor\/100 {
  border-color: rgb(254 195 43 / 1);
}
.border-secondaryColor\/15 {
  border-color: rgb(254 195 43 / 0.15);
}
.border-secondaryColor\/20 {
  border-color: rgb(254 195 43 / 0.2);
}
.border-secondaryColor\/25 {
  border-color: rgb(254 195 43 / 0.25);
}
.border-secondaryColor\/30 {
  border-color: rgb(254 195 43 / 0.3);
}
.border-secondaryColor\/35 {
  border-color: rgb(254 195 43 / 0.35);
}
.border-secondaryColor\/40 {
  border-color: rgb(254 195 43 / 0.4);
}
.border-secondaryColor\/45 {
  border-color: rgb(254 195 43 / 0.45);
}
.border-secondaryColor\/5 {
  border-color: rgb(254 195 43 / 0.05);
}
.border-secondaryColor\/50 {
  border-color: rgb(254 195 43 / 0.5);
}
.border-secondaryColor\/55 {
  border-color: rgb(254 195 43 / 0.55);
}
.border-secondaryColor\/60 {
  border-color: rgb(254 195 43 / 0.6);
}
.border-secondaryColor\/65 {
  border-color: rgb(254 195 43 / 0.65);
}
.border-secondaryColor\/70 {
  border-color: rgb(254 195 43 / 0.7);
}
.border-secondaryColor\/75 {
  border-color: rgb(254 195 43 / 0.75);
}
.border-secondaryColor\/80 {
  border-color: rgb(254 195 43 / 0.8);
}
.border-secondaryColor\/85 {
  border-color: rgb(254 195 43 / 0.85);
}
.border-secondaryColor\/90 {
  border-color: rgb(254 195 43 / 0.9);
}
.border-secondaryColor\/95 {
  border-color: rgb(254 195 43 / 0.95);
}
.border-secondarySupport {
  --tw-border-opacity: 1;
  border-color: rgb(255 248 230 / 1);
  border-color: rgb(255 248 230 / var(--tw-border-opacity, 1));
}
.border-secondarySupport\/0 {
  border-color: rgb(255 248 230 / 0);
}
.border-secondarySupport\/10 {
  border-color: rgb(255 248 230 / 0.1);
}
.border-secondarySupport\/100 {
  border-color: rgb(255 248 230 / 1);
}
.border-secondarySupport\/15 {
  border-color: rgb(255 248 230 / 0.15);
}
.border-secondarySupport\/20 {
  border-color: rgb(255 248 230 / 0.2);
}
.border-secondarySupport\/25 {
  border-color: rgb(255 248 230 / 0.25);
}
.border-secondarySupport\/30 {
  border-color: rgb(255 248 230 / 0.3);
}
.border-secondarySupport\/35 {
  border-color: rgb(255 248 230 / 0.35);
}
.border-secondarySupport\/40 {
  border-color: rgb(255 248 230 / 0.4);
}
.border-secondarySupport\/45 {
  border-color: rgb(255 248 230 / 0.45);
}
.border-secondarySupport\/5 {
  border-color: rgb(255 248 230 / 0.05);
}
.border-secondarySupport\/50 {
  border-color: rgb(255 248 230 / 0.5);
}
.border-secondarySupport\/55 {
  border-color: rgb(255 248 230 / 0.55);
}
.border-secondarySupport\/60 {
  border-color: rgb(255 248 230 / 0.6);
}
.border-secondarySupport\/65 {
  border-color: rgb(255 248 230 / 0.65);
}
.border-secondarySupport\/70 {
  border-color: rgb(255 248 230 / 0.7);
}
.border-secondarySupport\/75 {
  border-color: rgb(255 248 230 / 0.75);
}
.border-secondarySupport\/80 {
  border-color: rgb(255 248 230 / 0.8);
}
.border-secondarySupport\/85 {
  border-color: rgb(255 248 230 / 0.85);
}
.border-secondarySupport\/90 {
  border-color: rgb(255 248 230 / 0.9);
}
.border-secondarySupport\/95 {
  border-color: rgb(255 248 230 / 0.95);
}
.border-tertiaryColor {
  --tw-border-opacity: 1;
  border-color: rgb(0 179 131 / 1);
  border-color: rgb(0 179 131 / var(--tw-border-opacity, 1));
}
.border-textColor {
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / 1);
  border-color: rgb(102 102 102 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-violet-300 {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / 1);
  border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.border-violet-500 {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / 1);
  border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / 1);
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / 1);
  border-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}
.border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / 1);
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-zinc-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / 1);
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
.border-b-mediumGray {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / 1);
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.border-b-textColor {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(102 102 102 / 1);
  border-bottom-color: rgb(102 102 102 / var(--tw-border-opacity, 1));
}
.border-r-mediumGray {
  --tw-border-opacity: 1;
  border-right-color: rgb(217 217 217 / 1);
  border-right-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.border-r-textColor {
  --tw-border-opacity: 1;
  border-right-color: rgb(102 102 102 / 1);
  border-right-color: rgb(102 102 102 / var(--tw-border-opacity, 1));
}
.border-t-lightGray {
  --tw-border-opacity: 1;
  border-top-color: rgb(239 239 239 / 1);
  border-top-color: rgb(239 239 239 / var(--tw-border-opacity, 1));
}
.border-opacity-20 {
  --tw-border-opacity: 0.2;
}
.border-opacity-50 {
  --tw-border-opacity: 0.5;
}
.\!bg-\[\#444240\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(68 66 64 / 1) !important;
  background-color: rgb(68 66 64 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#453B6A\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(69 59 106 / 1) !important;
  background-color: rgb(69 59 106 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#BE8901\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 137 1 / 1) !important;
  background-color: rgb(190 137 1 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#FDF1DE\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 241 222 / 1) !important;
  background-color: rgb(253 241 222 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-grayDisabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(176 176 176 / 1) !important;
  background-color: rgb(176 176 176 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-lightGray {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 239 239 / 1) !important;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-mediumGray {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 217 217 / 1) !important;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-orangeSupport {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 235 184 / 1) !important;
  background-color: rgb(255 235 184 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-primaryColor {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 124 194 / 1) !important;
  background-color: rgb(0 124 194 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-primarySupport {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 243 251 / 1) !important;
  background-color: rgb(230 243 251 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 80 69 / 1) !important;
  background-color: rgb(244 80 69 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-redSupport {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 244 244 / 1) !important;
  background-color: rgb(254 244 244 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-secondarySupport {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 248 230 / 1) !important;
  background-color: rgb(255 248 230 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-tertiarySupport {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 248 244 / 1) !important;
  background-color: rgb(235 248 244 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / 1) !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#00ACC1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 172 193 / 1);
  background-color: rgb(0 172 193 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00Acc1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 172 193 / 1);
  background-color: rgb(0 172 193 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00B383\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 179 131 / 1);
  background-color: rgb(0 179 131 / var(--tw-bg-opacity, 1));
}
.bg-\[\#059669\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / 1);
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.bg-\[\#16A34A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / 1);
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1A5DCC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 93 204 / 1);
  background-color: rgb(26 93 204 / var(--tw-bg-opacity, 1));
}
.bg-\[\#208B25\] {
  --tw-bg-opacity: 1;
  background-color: rgb(32 139 37 / 1);
  background-color: rgb(32 139 37 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2E7D3226\] {
  background-color: #2E7D3226;
}
.bg-\[\#2E7D32\] {
  --tw-bg-opacity: 1;
  background-color: rgb(46 125 50 / 1);
  background-color: rgb(46 125 50 / var(--tw-bg-opacity, 1));
}
.bg-\[\#453B6A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(69 59 106 / 1);
  background-color: rgb(69 59 106 / var(--tw-bg-opacity, 1));
}
.bg-\[\#4F63DD26\] {
  background-color: #4F63DD26;
}
.bg-\[\#4F63DD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(79 99 221 / 1);
  background-color: rgb(79 99 221 / var(--tw-bg-opacity, 1));
}
.bg-\[\#64748B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / 1);
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}
.bg-\[\#666\] {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / 1);
  background-color: rgb(102 102 102 / var(--tw-bg-opacity, 1));
}
.bg-\[\#6B7280\] {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / 1);
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-\[\#6D59D926\] {
  background-color: #6D59D926;
}
.bg-\[\#6D59D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(109 89 217 / 1);
  background-color: rgb(109 89 217 / var(--tw-bg-opacity, 1));
}
.bg-\[\#735BF2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(115 91 242 / 1);
  background-color: rgb(115 91 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#735bf2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(115 91 242 / 1);
  background-color: rgb(115 91 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#7C3AED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / 1);
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}
.bg-\[\#9CA3AF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / 1);
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-\[\#BE8901\] {
  --tw-bg-opacity: 1;
  background-color: rgb(190 137 1 / 1);
  background-color: rgb(190 137 1 / var(--tw-bg-opacity, 1));
}
.bg-\[\#DC2626\] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / 1);
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E0802C26\] {
  background-color: #E0802C26;
}
.bg-\[\#E0802C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 128 44 / 1);
  background-color: rgb(224 128 44 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E0F2F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 241 / 1);
  background-color: rgb(224 242 241 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E3F2FD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 242 253 / 1);
  background-color: rgb(227 242 253 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E53935\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 57 53 / 1);
  background-color: rgb(229 57 53 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E6F0FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 240 255 / 1);
  background-color: rgb(230 240 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E8F5E9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 245 233 / 1);
  background-color: rgb(232 245 233 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E9F3FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 243 250 / 1);
  background-color: rgb(233 243 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E9f3fa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 243 250 / 1);
  background-color: rgb(233 243 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EAFBF5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 251 245 / 1);
  background-color: rgb(234 251 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EBF8F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 248 244 / 1);
  background-color: rgb(235 248 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EEF0F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 247 / 1);
  background-color: rgb(238 240 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EF9E2426\] {
  background-color: #EF9E2426;
}
.bg-\[\#EFEFEF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / 1);
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F3E5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 229 245 / 1);
  background-color: rgb(243 229 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F3F8FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 248 255 / 1);
  background-color: rgb(243 248 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F45045\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 80 69 / 1);
  background-color: rgb(244 80 69 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F59E0B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / 1);
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5F4FE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 244 254 / 1);
  background-color: rgb(245 244 254 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FBE6EA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 230 234 / 1);
  background-color: rgb(251 230 234 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FBF3DD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 243 221 / 1);
  background-color: rgb(251 243 221 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FDEDDE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 237 222 / 1);
  background-color: rgb(253 237 222 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FDF1DE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 241 222 / 1);
  background-color: rgb(253 241 222 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FEF4F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 244 244 / 1);
  background-color: rgb(254 244 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFEBEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 238 / 1);
  background-color: rgb(255 235 238 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFFFF26\] {
  background-color: #FFFFFF26;
}
.bg-\[\#be8901\] {
  --tw-bg-opacity: 1;
  background-color: rgb(190 137 1 / 1);
  background-color: rgb(190 137 1 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e6f6f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 246 241 / 1);
  background-color: rgb(230 246 241 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e9f3fa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 243 250 / 1);
  background-color: rgb(233 243 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5f4fe\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 244 254 / 1);
  background-color: rgb(245 244 254 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fef4f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 244 244 / 1);
  background-color: rgb(254 244 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fef6e7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 246 231 / 1);
  background-color: rgb(254 246 231 / var(--tw-bg-opacity, 1));
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / 1);
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / 1);
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / 1);
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / 1);
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / 1);
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / 1);
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / 1);
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / 1);
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-grayDisabled {
  --tw-bg-opacity: 1;
  background-color: rgb(176 176 176 / 1);
  background-color: rgb(176 176 176 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / 1);
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / 1);
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / 1);
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.bg-lightGray {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / 1);
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}
.bg-lightGray\/40 {
  background-color: rgb(239 239 239 / 0.4);
}
.bg-lightOrange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 191 / 1);
  background-color: rgb(255 237 191 / var(--tw-bg-opacity, 1));
}
.bg-lighterGray {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / 1);
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
}
.bg-mediumGray {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / 1);
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / 1);
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(190 137 1 / 1);
  background-color: rgb(190 137 1 / var(--tw-bg-opacity, 1));
}
.bg-orangeSupport {
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 184 / 1);
  background-color: rgb(255 235 184 / var(--tw-bg-opacity, 1));
}
.bg-orangeSupport2 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 241 222 / 1);
  background-color: rgb(253 241 222 / var(--tw-bg-opacity, 1));
}
.bg-primaryColor {
  --tw-bg-opacity: 1;
  background-color: rgb(0 124 194 / 1);
  background-color: rgb(0 124 194 / var(--tw-bg-opacity, 1));
}
.bg-primaryColor\/0 {
  background-color: rgb(0 124 194 / 0);
}
.bg-primaryColor\/10 {
  background-color: rgb(0 124 194 / 0.1);
}
.bg-primaryColor\/100 {
  background-color: rgb(0 124 194 / 1);
}
.bg-primaryColor\/15 {
  background-color: rgb(0 124 194 / 0.15);
}
.bg-primaryColor\/20 {
  background-color: rgb(0 124 194 / 0.2);
}
.bg-primaryColor\/25 {
  background-color: rgb(0 124 194 / 0.25);
}
.bg-primaryColor\/30 {
  background-color: rgb(0 124 194 / 0.3);
}
.bg-primaryColor\/35 {
  background-color: rgb(0 124 194 / 0.35);
}
.bg-primaryColor\/40 {
  background-color: rgb(0 124 194 / 0.4);
}
.bg-primaryColor\/45 {
  background-color: rgb(0 124 194 / 0.45);
}
.bg-primaryColor\/5 {
  background-color: rgb(0 124 194 / 0.05);
}
.bg-primaryColor\/50 {
  background-color: rgb(0 124 194 / 0.5);
}
.bg-primaryColor\/55 {
  background-color: rgb(0 124 194 / 0.55);
}
.bg-primaryColor\/60 {
  background-color: rgb(0 124 194 / 0.6);
}
.bg-primaryColor\/65 {
  background-color: rgb(0 124 194 / 0.65);
}
.bg-primaryColor\/70 {
  background-color: rgb(0 124 194 / 0.7);
}
.bg-primaryColor\/75 {
  background-color: rgb(0 124 194 / 0.75);
}
.bg-primaryColor\/80 {
  background-color: rgb(0 124 194 / 0.8);
}
.bg-primaryColor\/85 {
  background-color: rgb(0 124 194 / 0.85);
}
.bg-primaryColor\/90 {
  background-color: rgb(0 124 194 / 0.9);
}
.bg-primaryColor\/95 {
  background-color: rgb(0 124 194 / 0.95);
}
.bg-primarySupport {
  --tw-bg-opacity: 1;
  background-color: rgb(230 243 251 / 1);
  background-color: rgb(230 243 251 / var(--tw-bg-opacity, 1));
}
.bg-primarySupport\/0 {
  background-color: rgb(230 243 251 / 0);
}
.bg-primarySupport\/10 {
  background-color: rgb(230 243 251 / 0.1);
}
.bg-primarySupport\/100 {
  background-color: rgb(230 243 251 / 1);
}
.bg-primarySupport\/15 {
  background-color: rgb(230 243 251 / 0.15);
}
.bg-primarySupport\/20 {
  background-color: rgb(230 243 251 / 0.2);
}
.bg-primarySupport\/25 {
  background-color: rgb(230 243 251 / 0.25);
}
.bg-primarySupport\/30 {
  background-color: rgb(230 243 251 / 0.3);
}
.bg-primarySupport\/35 {
  background-color: rgb(230 243 251 / 0.35);
}
.bg-primarySupport\/40 {
  background-color: rgb(230 243 251 / 0.4);
}
.bg-primarySupport\/45 {
  background-color: rgb(230 243 251 / 0.45);
}
.bg-primarySupport\/5 {
  background-color: rgb(230 243 251 / 0.05);
}
.bg-primarySupport\/50 {
  background-color: rgb(230 243 251 / 0.5);
}
.bg-primarySupport\/55 {
  background-color: rgb(230 243 251 / 0.55);
}
.bg-primarySupport\/60 {
  background-color: rgb(230 243 251 / 0.6);
}
.bg-primarySupport\/65 {
  background-color: rgb(230 243 251 / 0.65);
}
.bg-primarySupport\/70 {
  background-color: rgb(230 243 251 / 0.7);
}
.bg-primarySupport\/75 {
  background-color: rgb(230 243 251 / 0.75);
}
.bg-primarySupport\/80 {
  background-color: rgb(230 243 251 / 0.8);
}
.bg-primarySupport\/85 {
  background-color: rgb(230 243 251 / 0.85);
}
.bg-primarySupport\/90 {
  background-color: rgb(230 243 251 / 0.9);
}
.bg-primarySupport\/95 {
  background-color: rgb(230 243 251 / 0.95);
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / 1);
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(244 80 69 / 1);
  background-color: rgb(244 80 69 / var(--tw-bg-opacity, 1));
}
.bg-redSupport {
  --tw-bg-opacity: 1;
  background-color: rgb(254 244 244 / 1);
  background-color: rgb(254 244 244 / var(--tw-bg-opacity, 1));
}
.bg-secondaryColor {
  --tw-bg-opacity: 1;
  background-color: rgb(254 195 43 / 1);
  background-color: rgb(254 195 43 / var(--tw-bg-opacity, 1));
}
.bg-secondaryColor\/0 {
  background-color: rgb(254 195 43 / 0);
}
.bg-secondaryColor\/10 {
  background-color: rgb(254 195 43 / 0.1);
}
.bg-secondaryColor\/100 {
  background-color: rgb(254 195 43 / 1);
}
.bg-secondaryColor\/15 {
  background-color: rgb(254 195 43 / 0.15);
}
.bg-secondaryColor\/20 {
  background-color: rgb(254 195 43 / 0.2);
}
.bg-secondaryColor\/25 {
  background-color: rgb(254 195 43 / 0.25);
}
.bg-secondaryColor\/30 {
  background-color: rgb(254 195 43 / 0.3);
}
.bg-secondaryColor\/35 {
  background-color: rgb(254 195 43 / 0.35);
}
.bg-secondaryColor\/40 {
  background-color: rgb(254 195 43 / 0.4);
}
.bg-secondaryColor\/45 {
  background-color: rgb(254 195 43 / 0.45);
}
.bg-secondaryColor\/5 {
  background-color: rgb(254 195 43 / 0.05);
}
.bg-secondaryColor\/50 {
  background-color: rgb(254 195 43 / 0.5);
}
.bg-secondaryColor\/55 {
  background-color: rgb(254 195 43 / 0.55);
}
.bg-secondaryColor\/60 {
  background-color: rgb(254 195 43 / 0.6);
}
.bg-secondaryColor\/65 {
  background-color: rgb(254 195 43 / 0.65);
}
.bg-secondaryColor\/70 {
  background-color: rgb(254 195 43 / 0.7);
}
.bg-secondaryColor\/75 {
  background-color: rgb(254 195 43 / 0.75);
}
.bg-secondaryColor\/80 {
  background-color: rgb(254 195 43 / 0.8);
}
.bg-secondaryColor\/85 {
  background-color: rgb(254 195 43 / 0.85);
}
.bg-secondaryColor\/90 {
  background-color: rgb(254 195 43 / 0.9);
}
.bg-secondaryColor\/95 {
  background-color: rgb(254 195 43 / 0.95);
}
.bg-secondarySupport {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 230 / 1);
  background-color: rgb(255 248 230 / var(--tw-bg-opacity, 1));
}
.bg-secondarySupport\/0 {
  background-color: rgb(255 248 230 / 0);
}
.bg-secondarySupport\/10 {
  background-color: rgb(255 248 230 / 0.1);
}
.bg-secondarySupport\/100 {
  background-color: rgb(255 248 230 / 1);
}
.bg-secondarySupport\/15 {
  background-color: rgb(255 248 230 / 0.15);
}
.bg-secondarySupport\/20 {
  background-color: rgb(255 248 230 / 0.2);
}
.bg-secondarySupport\/25 {
  background-color: rgb(255 248 230 / 0.25);
}
.bg-secondarySupport\/30 {
  background-color: rgb(255 248 230 / 0.3);
}
.bg-secondarySupport\/35 {
  background-color: rgb(255 248 230 / 0.35);
}
.bg-secondarySupport\/40 {
  background-color: rgb(255 248 230 / 0.4);
}
.bg-secondarySupport\/45 {
  background-color: rgb(255 248 230 / 0.45);
}
.bg-secondarySupport\/5 {
  background-color: rgb(255 248 230 / 0.05);
}
.bg-secondarySupport\/50 {
  background-color: rgb(255 248 230 / 0.5);
}
.bg-secondarySupport\/55 {
  background-color: rgb(255 248 230 / 0.55);
}
.bg-secondarySupport\/60 {
  background-color: rgb(255 248 230 / 0.6);
}
.bg-secondarySupport\/65 {
  background-color: rgb(255 248 230 / 0.65);
}
.bg-secondarySupport\/70 {
  background-color: rgb(255 248 230 / 0.7);
}
.bg-secondarySupport\/75 {
  background-color: rgb(255 248 230 / 0.75);
}
.bg-secondarySupport\/80 {
  background-color: rgb(255 248 230 / 0.8);
}
.bg-secondarySupport\/85 {
  background-color: rgb(255 248 230 / 0.85);
}
.bg-secondarySupport\/90 {
  background-color: rgb(255 248 230 / 0.9);
}
.bg-secondarySupport\/95 {
  background-color: rgb(255 248 230 / 0.95);
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / 1);
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / 1);
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-tertiaryColor {
  --tw-bg-opacity: 1;
  background-color: rgb(0 179 131 / 1);
  background-color: rgb(0 179 131 / var(--tw-bg-opacity, 1));
}
.bg-tertiarySupport {
  --tw-bg-opacity: 1;
  background-color: rgb(235 248 244 / 1);
  background-color: rgb(235 248 244 / var(--tw-bg-opacity, 1));
}
.bg-textColor {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / 1);
  background-color: rgb(102 102 102 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / 1);
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / 1);
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / 1);
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / 1);
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / 1);
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.from-\[\#5B3FFF\] {
  --tw-gradient-from: #5B3FFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 63 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-lightGray {
  --tw-gradient-from: #EFEFEF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 239 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-mediumGray {
  --tw-gradient-from: #D9D9D9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 217 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#725BFF\] {
  --tw-gradient-to: #725BFF var(--tw-gradient-to-position);
}
.to-gray-200 {
  --tw-gradient-to: #e5e7eb var(--tw-gradient-to-position);
}
.stroke-current {
  stroke: currentColor;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-fill {
  object-fit: fill;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-4 {
  padding: 1rem !important;
}
.\!p-\[6px\] {
  padding: 6px !important;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[2px\] {
  padding: 2px;
}
.p-\[4px\] {
  padding: 4px;
}
.p-\[6px\] {
  padding: 6px;
}
.p-\[7px\] {
  padding: 7px;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.\!py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[11px\] {
  padding-left: 11px;
  padding-right: 11px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[19px\] {
  padding-left: 19px;
  padding-right: 19px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.px-\[85px\] {
  padding-left: 85px;
  padding-right: 85px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[19px\] {
  padding-top: 19px;
  padding-bottom: 19px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-36 {
  padding-bottom: 9rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[130px\] {
  padding-bottom: 130px;
}
.pb-\[140px\] {
  padding-bottom: 140px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pe-2 {
  -webkit-padding-end: 0.5rem;
          padding-inline-end: 0.5rem;
}
.pe-4 {
  -webkit-padding-end: 1rem;
          padding-inline-end: 1rem;
}
.pe-6 {
  -webkit-padding-end: 1.5rem;
          padding-inline-end: 1.5rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-1\.5 {
  padding-left: 0.375rem;
}
.pl-14 {
  padding-left: 3.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-8 {
  padding-left: 2rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pl-\[20\%\] {
  padding-left: 20%;
}
.pl-\[2px\] {
  padding-left: 2px;
}
.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-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[2px\] {
  padding-top: 2px;
}
.pt-\[39px\] {
  padding-top: 39px;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-text-top {
  vertical-align: text-top;
}
.font-\[\'Figtree\'\] {
  font-family: 'Figtree';
}
.font-\[figtree\] {
  font-family: figtree;
}
.font-custom {
  font-family: Figtree, sans-serif;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.\!text-\[14px\] {
  font-size: 14px !important;
}
.\!text-\[16px\] {
  font-size: 16px !important;
}
.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-medium {
  font-weight: 500 !important;
}
.\!font-semibold {
  font-weight: 600 !important;
}
.font-\[14px\] {
  font-weight: 14px;
}
.font-\[16px\] {
  font-weight: 16px;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[500\] {
  font-weight: 500;
}
.font-\[600\] {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.\!leading-\[20px\] {
  line-height: 20px !important;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-loose {
  line-height: 2;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.\!tracking-\[0\.01em\] {
  letter-spacing: 0.01em !important;
}
.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}
.tracking-\[-0\.18px\] {
  letter-spacing: -0.18px;
}
.tracking-\[-1\%\] {
  letter-spacing: -1%;
}
.tracking-\[0\%\] {
  letter-spacing: 0%;
}
.tracking-\[0\.01em\] {
  letter-spacing: 0.01em;
}
.tracking-\[0\.12px\] {
  letter-spacing: 0.12px;
}
.tracking-\[0\.14px\] {
  letter-spacing: 0.14px;
}
.tracking-\[1\%\] {
  letter-spacing: 1%;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / 1) !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / 1) !important;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}
.\!text-grayDisabled {
  --tw-text-opacity: 1 !important;
  color: rgb(176 176 176 / 1) !important;
  color: rgb(176 176 176 / var(--tw-text-opacity, 1)) !important;
}
.\!text-mediumGray {
  --tw-text-opacity: 1 !important;
  color: rgb(217 217 217 / 1) !important;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1)) !important;
}
.\!text-orange {
  --tw-text-opacity: 1 !important;
  color: rgb(190 137 1 / 1) !important;
  color: rgb(190 137 1 / var(--tw-text-opacity, 1)) !important;
}
.\!text-primaryColor {
  --tw-text-opacity: 1 !important;
  color: rgb(0 124 194 / 1) !important;
  color: rgb(0 124 194 / var(--tw-text-opacity, 1)) !important;
}
.\!text-red {
  --tw-text-opacity: 1 !important;
  color: rgb(244 80 69 / 1) !important;
  color: rgb(244 80 69 / var(--tw-text-opacity, 1)) !important;
}
.\!text-secondaryColor {
  --tw-text-opacity: 1 !important;
  color: rgb(254 195 43 / 1) !important;
  color: rgb(254 195 43 / var(--tw-text-opacity, 1)) !important;
}
.\!text-tertiaryColor {
  --tw-text-opacity: 1 !important;
  color: rgb(0 179 131 / 1) !important;
  color: rgb(0 179 131 / var(--tw-text-opacity, 1)) !important;
}
.\!text-textColor {
  --tw-text-opacity: 1 !important;
  color: rgb(102 102 102 / 1) !important;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / 1) !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#0095ff\] {
  --tw-text-opacity: 1;
  color: rgb(0 149 255 / 1);
  color: rgb(0 149 255 / var(--tw-text-opacity, 1));
}
.text-\[\#076B77\] {
  --tw-text-opacity: 1;
  color: rgb(7 107 119 / 1);
  color: rgb(7 107 119 / var(--tw-text-opacity, 1));
}
.text-\[\#096C0E\] {
  --tw-text-opacity: 1;
  color: rgb(9 108 14 / 1);
  color: rgb(9 108 14 / var(--tw-text-opacity, 1));
}
.text-\[\#135FA2\] {
  --tw-text-opacity: 1;
  color: rgb(19 95 162 / 1);
  color: rgb(19 95 162 / var(--tw-text-opacity, 1));
}
.text-\[\#1A5DCC\] {
  --tw-text-opacity: 1;
  color: rgb(26 93 204 / 1);
  color: rgb(26 93 204 / var(--tw-text-opacity, 1));
}
.text-\[\#1C1F27\] {
  --tw-text-opacity: 1;
  color: rgb(28 31 39 / 1);
  color: rgb(28 31 39 / var(--tw-text-opacity, 1));
}
.text-\[\#2B303B\] {
  --tw-text-opacity: 1;
  color: rgb(43 48 59 / 1);
  color: rgb(43 48 59 / var(--tw-text-opacity, 1));
}
.text-\[\#453B6A\] {
  --tw-text-opacity: 1;
  color: rgb(69 59 106 / 1);
  color: rgb(69 59 106 / var(--tw-text-opacity, 1));
}
.text-\[\#475467\] {
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / 1);
  color: rgb(71 84 103 / var(--tw-text-opacity, 1));
}
.text-\[\#553291\] {
  --tw-text-opacity: 1;
  color: rgb(85 50 145 / 1);
  color: rgb(85 50 145 / var(--tw-text-opacity, 1));
}
.text-\[\#626C71\] {
  --tw-text-opacity: 1;
  color: rgb(98 108 113 / 1);
  color: rgb(98 108 113 / var(--tw-text-opacity, 1));
}
.text-\[\#636A80\] {
  --tw-text-opacity: 1;
  color: rgb(99 106 128 / 1);
  color: rgb(99 106 128 / var(--tw-text-opacity, 1));
}
.text-\[\#666666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / 1);
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / 1);
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.text-\[\#6B7280\] {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-\[\#735BF2\] {
  --tw-text-opacity: 1;
  color: rgb(115 91 242 / 1);
  color: rgb(115 91 242 / var(--tw-text-opacity, 1));
}
.text-\[\#735bf2\] {
  --tw-text-opacity: 1;
  color: rgb(115 91 242 / 1);
  color: rgb(115 91 242 / var(--tw-text-opacity, 1));
}
.text-\[\#7E5F08\] {
  --tw-text-opacity: 1;
  color: rgb(126 95 8 / 1);
  color: rgb(126 95 8 / var(--tw-text-opacity, 1));
}
.text-\[\#98A0AF\] {
  --tw-text-opacity: 1;
  color: rgb(152 160 175 / 1);
  color: rgb(152 160 175 / var(--tw-text-opacity, 1));
}
.text-\[\#9F550F\] {
  --tw-text-opacity: 1;
  color: rgb(159 85 15 / 1);
  color: rgb(159 85 15 / var(--tw-text-opacity, 1));
}
.text-\[\#AE2241\] {
  --tw-text-opacity: 1;
  color: rgb(174 34 65 / 1);
  color: rgb(174 34 65 / var(--tw-text-opacity, 1));
}
.text-\[\#BA2521\] {
  --tw-text-opacity: 1;
  color: rgb(186 37 33 / 1);
  color: rgb(186 37 33 / var(--tw-text-opacity, 1));
}
.text-\[\#BE8901\] {
  --tw-text-opacity: 1;
  color: rgb(190 137 1 / 1);
  color: rgb(190 137 1 / var(--tw-text-opacity, 1));
}
.text-\[\#CFCFCF\] {
  --tw-text-opacity: 1;
  color: rgb(207 207 207 / 1);
  color: rgb(207 207 207 / var(--tw-text-opacity, 1));
}
.text-\[\#F04438\] {
  --tw-text-opacity: 1;
  color: rgb(240 68 56 / 1);
  color: rgb(240 68 56 / var(--tw-text-opacity, 1));
}
.text-\[\#F45045\] {
  --tw-text-opacity: 1;
  color: rgb(244 80 69 / 1);
  color: rgb(244 80 69 / var(--tw-text-opacity, 1));
}
.text-\[\#be8901\] {
  --tw-text-opacity: 1;
  color: rgb(190 137 1 / 1);
  color: rgb(190 137 1 / var(--tw-text-opacity, 1));
}
.text-\[14PX\] {
  color: 14PX;
}
.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / 1);
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 1);
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / 1);
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / 1);
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / 1);
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / 1);
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 1);
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-grayDisabled {
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / 1);
  color: rgb(176 176 176 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / 1);
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / 1);
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-mediumGray {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / 1);
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / 1);
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / 1);
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / 1);
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / 1);
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / 1);
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}
.text-neutralBlack {
  --tw-text-opacity: 1;
  color: rgb(29 31 44 / 1);
  color: rgb(29 31 44 / var(--tw-text-opacity, 1));
}
.text-orange {
  --tw-text-opacity: 1;
  color: rgb(190 137 1 / 1);
  color: rgb(190 137 1 / var(--tw-text-opacity, 1));
}
.text-primaryColor {
  --tw-text-opacity: 1;
  color: rgb(0 124 194 / 1);
  color: rgb(0 124 194 / var(--tw-text-opacity, 1));
}
.text-primaryColor\/0 {
  color: rgb(0 124 194 / 0);
}
.text-primaryColor\/10 {
  color: rgb(0 124 194 / 0.1);
}
.text-primaryColor\/100 {
  color: rgb(0 124 194 / 1);
}
.text-primaryColor\/15 {
  color: rgb(0 124 194 / 0.15);
}
.text-primaryColor\/20 {
  color: rgb(0 124 194 / 0.2);
}
.text-primaryColor\/25 {
  color: rgb(0 124 194 / 0.25);
}
.text-primaryColor\/30 {
  color: rgb(0 124 194 / 0.3);
}
.text-primaryColor\/35 {
  color: rgb(0 124 194 / 0.35);
}
.text-primaryColor\/40 {
  color: rgb(0 124 194 / 0.4);
}
.text-primaryColor\/45 {
  color: rgb(0 124 194 / 0.45);
}
.text-primaryColor\/5 {
  color: rgb(0 124 194 / 0.05);
}
.text-primaryColor\/50 {
  color: rgb(0 124 194 / 0.5);
}
.text-primaryColor\/55 {
  color: rgb(0 124 194 / 0.55);
}
.text-primaryColor\/60 {
  color: rgb(0 124 194 / 0.6);
}
.text-primaryColor\/65 {
  color: rgb(0 124 194 / 0.65);
}
.text-primaryColor\/70 {
  color: rgb(0 124 194 / 0.7);
}
.text-primaryColor\/75 {
  color: rgb(0 124 194 / 0.75);
}
.text-primaryColor\/80 {
  color: rgb(0 124 194 / 0.8);
}
.text-primaryColor\/85 {
  color: rgb(0 124 194 / 0.85);
}
.text-primaryColor\/90 {
  color: rgb(0 124 194 / 0.9);
}
.text-primaryColor\/95 {
  color: rgb(0 124 194 / 0.95);
}
.text-primarySupport {
  --tw-text-opacity: 1;
  color: rgb(230 243 251 / 1);
  color: rgb(230 243 251 / var(--tw-text-opacity, 1));
}
.text-primarySupport\/0 {
  color: rgb(230 243 251 / 0);
}
.text-primarySupport\/10 {
  color: rgb(230 243 251 / 0.1);
}
.text-primarySupport\/100 {
  color: rgb(230 243 251 / 1);
}
.text-primarySupport\/15 {
  color: rgb(230 243 251 / 0.15);
}
.text-primarySupport\/20 {
  color: rgb(230 243 251 / 0.2);
}
.text-primarySupport\/25 {
  color: rgb(230 243 251 / 0.25);
}
.text-primarySupport\/30 {
  color: rgb(230 243 251 / 0.3);
}
.text-primarySupport\/35 {
  color: rgb(230 243 251 / 0.35);
}
.text-primarySupport\/40 {
  color: rgb(230 243 251 / 0.4);
}
.text-primarySupport\/45 {
  color: rgb(230 243 251 / 0.45);
}
.text-primarySupport\/5 {
  color: rgb(230 243 251 / 0.05);
}
.text-primarySupport\/50 {
  color: rgb(230 243 251 / 0.5);
}
.text-primarySupport\/55 {
  color: rgb(230 243 251 / 0.55);
}
.text-primarySupport\/60 {
  color: rgb(230 243 251 / 0.6);
}
.text-primarySupport\/65 {
  color: rgb(230 243 251 / 0.65);
}
.text-primarySupport\/70 {
  color: rgb(230 243 251 / 0.7);
}
.text-primarySupport\/75 {
  color: rgb(230 243 251 / 0.75);
}
.text-primarySupport\/80 {
  color: rgb(230 243 251 / 0.8);
}
.text-primarySupport\/85 {
  color: rgb(230 243 251 / 0.85);
}
.text-primarySupport\/90 {
  color: rgb(230 243 251 / 0.9);
}
.text-primarySupport\/95 {
  color: rgb(230 243 251 / 0.95);
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(244 80 69 / 1);
  color: rgb(244 80 69 / var(--tw-text-opacity, 1));
}
.text-secondaryColor {
  --tw-text-opacity: 1;
  color: rgb(254 195 43 / 1);
  color: rgb(254 195 43 / var(--tw-text-opacity, 1));
}
.text-secondaryColor\/0 {
  color: rgb(254 195 43 / 0);
}
.text-secondaryColor\/10 {
  color: rgb(254 195 43 / 0.1);
}
.text-secondaryColor\/100 {
  color: rgb(254 195 43 / 1);
}
.text-secondaryColor\/15 {
  color: rgb(254 195 43 / 0.15);
}
.text-secondaryColor\/20 {
  color: rgb(254 195 43 / 0.2);
}
.text-secondaryColor\/25 {
  color: rgb(254 195 43 / 0.25);
}
.text-secondaryColor\/30 {
  color: rgb(254 195 43 / 0.3);
}
.text-secondaryColor\/35 {
  color: rgb(254 195 43 / 0.35);
}
.text-secondaryColor\/40 {
  color: rgb(254 195 43 / 0.4);
}
.text-secondaryColor\/45 {
  color: rgb(254 195 43 / 0.45);
}
.text-secondaryColor\/5 {
  color: rgb(254 195 43 / 0.05);
}
.text-secondaryColor\/50 {
  color: rgb(254 195 43 / 0.5);
}
.text-secondaryColor\/55 {
  color: rgb(254 195 43 / 0.55);
}
.text-secondaryColor\/60 {
  color: rgb(254 195 43 / 0.6);
}
.text-secondaryColor\/65 {
  color: rgb(254 195 43 / 0.65);
}
.text-secondaryColor\/70 {
  color: rgb(254 195 43 / 0.7);
}
.text-secondaryColor\/75 {
  color: rgb(254 195 43 / 0.75);
}
.text-secondaryColor\/80 {
  color: rgb(254 195 43 / 0.8);
}
.text-secondaryColor\/85 {
  color: rgb(254 195 43 / 0.85);
}
.text-secondaryColor\/90 {
  color: rgb(254 195 43 / 0.9);
}
.text-secondaryColor\/95 {
  color: rgb(254 195 43 / 0.95);
}
.text-secondarySupport {
  --tw-text-opacity: 1;
  color: rgb(255 248 230 / 1);
  color: rgb(255 248 230 / var(--tw-text-opacity, 1));
}
.text-secondarySupport\/0 {
  color: rgb(255 248 230 / 0);
}
.text-secondarySupport\/10 {
  color: rgb(255 248 230 / 0.1);
}
.text-secondarySupport\/100 {
  color: rgb(255 248 230 / 1);
}
.text-secondarySupport\/15 {
  color: rgb(255 248 230 / 0.15);
}
.text-secondarySupport\/20 {
  color: rgb(255 248 230 / 0.2);
}
.text-secondarySupport\/25 {
  color: rgb(255 248 230 / 0.25);
}
.text-secondarySupport\/30 {
  color: rgb(255 248 230 / 0.3);
}
.text-secondarySupport\/35 {
  color: rgb(255 248 230 / 0.35);
}
.text-secondarySupport\/40 {
  color: rgb(255 248 230 / 0.4);
}
.text-secondarySupport\/45 {
  color: rgb(255 248 230 / 0.45);
}
.text-secondarySupport\/5 {
  color: rgb(255 248 230 / 0.05);
}
.text-secondarySupport\/50 {
  color: rgb(255 248 230 / 0.5);
}
.text-secondarySupport\/55 {
  color: rgb(255 248 230 / 0.55);
}
.text-secondarySupport\/60 {
  color: rgb(255 248 230 / 0.6);
}
.text-secondarySupport\/65 {
  color: rgb(255 248 230 / 0.65);
}
.text-secondarySupport\/70 {
  color: rgb(255 248 230 / 0.7);
}
.text-secondarySupport\/75 {
  color: rgb(255 248 230 / 0.75);
}
.text-secondarySupport\/80 {
  color: rgb(255 248 230 / 0.8);
}
.text-secondarySupport\/85 {
  color: rgb(255 248 230 / 0.85);
}
.text-secondarySupport\/90 {
  color: rgb(255 248 230 / 0.9);
}
.text-secondarySupport\/95 {
  color: rgb(255 248 230 / 0.95);
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / 1);
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / 1);
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / 1);
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / 1);
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / 1);
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / 1);
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}
.text-stone-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / 1);
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}
.text-tertiaryColor {
  --tw-text-opacity: 1;
  color: rgb(0 179 131 / 1);
  color: rgb(0 179 131 / var(--tw-text-opacity, 1));
}
.text-textColor {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / 1);
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / 1);
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / 1);
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / 1);
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / 1);
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.text-opacity-80 {
  --tw-text-opacity: 0.8;
}
.\!underline {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.\!no-underline {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.accent-primaryColor {
  accent-color: #007CC2;
}
.accent-violet-600 {
  accent-color: #7c3aed;
}
.\!opacity-40 {
  opacity: 0.4 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-90 {
  opacity: 0.9;
}
.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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_0_3px_rgba\(59\2c 130\2c 246\2c 0\.25\)\] {
  --tw-shadow: 0 0 0 3px rgba(59,130,246,0.25);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-footerShadow {
  --tw-shadow: 0px -13px 34px 0px rgba(0, 0, 0, 0.06);;
  --tw-shadow-colored: 0px -13px 34px 0px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-second {
  --tw-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.06);;
  --tw-shadow-colored: 0px 3px 30px 0px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  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-0 {
  outline-width: 0px !important;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --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), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset {
  --tw-ring-inset: inset;
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}
.ring-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}
.ring-emerald-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}
.ring-primaryColor {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 124 194 / var(--tw-ring-opacity, 1));
}
.ring-primaryColor\/40 {
  --tw-ring-color: rgb(0 124 194 / 0.4);
}
.ring-slate-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}
.ring-violet-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(221 214 254 / var(--tw-ring-opacity, 1));
}
.ring-violet-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity, 1));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-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);
}
.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);
}
.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  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-shadow {
  transition-property: box-shadow;
  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-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Fonts are now loaded via <link> in index.html with font-display: swap for better performance */

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Figtree', sans-serif !important;
}
/* Avoid fixed zoom on small screens to keep layout crisp */
#main-layout {
  zoom: 90%;
}
@media (max-width: 640px) {
  #main-layout {
    zoom: 100%;
  }
}
textarea {
  resize: none;
}
.curved-table {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
}
.group:hover .group-hover\:block {
  display: block;
}
.curved-table th {
  background-color: #f2f2f2;
}

/* Sticky header support for production list */
.sticky-header-table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: visible !important; /* override .curved-table overflow: hidden */
}
.sticky-header-table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}
.sticky-header-table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}
@media (max-width: 640px) {
  .custom-datePicker-popup {
    max-width: 90%; /* Ensure the popup takes the full width on small screens */
    overflow-x: auto;
  }
}

.stl-viewer > div > div > canvas {
  width: 100% !important;
}

.react-geosuggest__input {
  height: 48px;
  font-size: 16px;
}

/* Scroll bars (e.g., Chrome, Safari) */
::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #666666;
  border-radius: 6px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-button {
  display: none;
}

/* Hide scrollbar for IE, Edge, and Firefox */
@media (max-width: 768px) {
  ::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
}

/* Google Search */
.google-search-bar .css-1u9des2-indicatorSeparator {
  display: none;
}
.google-search-bar .css-tj5bde-Svg {
  display: none;
}
.google-search-bar .css-1imcndr-Input {
  padding-left: 30px;
  margin-left: 0px;
}

.google-search-bar .css-1jqq78o-placeholder {
  padding-left: 20px;
}
.google-search-bar .css-1imcndr-Input {
  padding-left: 20px;
}
.google-search-bar #react-select-3-input {
  padding-left: 20px;
}
.google-search-bar .css-1dimb5e-singleValue {
  padding-left: 20px;
}
.google-search-bar .css-t3ipsp-control {
  padding-left: 10px;
}

.dropdownRadio ::-webkit-scrollbar-thumb {
  background: var(--primary-color) !important; /* color of the thumb */
  border-radius: 6px; /* roundness of the thumb */
}
.ant-btn-primary {
  box-shadow: none;
}
.ant-btn:hover {
  background-color: var(--primary-color) !important;
}
.delete-file .ant-btn:hover {
  background-color: #f45045 !important;
}
.show-profile .ant-btn:hover {
  background-color: #fff !important;
  color: #666666 !important;
}

.edit-reminder .ant-btn:hover {
  background-color: #fff !important;
  color: #0095ff !important;
}
.custom-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  outline: none;
}

.custom-checkbox:checked {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.custom-checkbox:not(:checked) {
  border: 1px solid #d9d9d9;
}

.custom-checkbox:checked::after {
  content: '';
  display: block;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: relative;
  top: 1px;
  left: 4px;
}

.ant-pagination .ant-pagination-item-active {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color);
  border-radius: 8px;
}
.ant-pagination .ant-pagination-item-active a {
  color: #fff !important;
}

.ant-pagination .ant-pagination-item-active:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

/* write for hover as well */
.ant-pagination .ant-pagination-item-active:hover a {
  color: #fff;
}
.ant-pagination .ant-pagination-item {
  border-radius: 8px;
  border-color: #f5f4fe;
  background-color: #f5f4fe;
}
.ant-pagination .ant-pagination-item:hover {
  border-radius: 8px;
  border-color: #f5f4fe;
  background-color: #f5f4fe;
}
.ant-pagination .ant-pagination-item a {
  color: var(--primary-color);
  font-weight: 600;
}
.hide-pagination .ant-pagination .ant-pagination-item {
  display: none;
}
.hide-pagination .ant-pagination-prev {
  display: none;
}
.hide-pagination .ant-pagination-next {
  display: none;
}
.hide-pagination
  .ant-pagination
  .ant-pagination-jump-next
  .ant-pagination-item-container
  .ant-pagination-item-ellipsis {
  display: none;
}
.hide-pagination .ant-pagination-item-link {
  display: none;
}
.hide-pagination .ant-pagination .ant-pagination-jump-prev {
  display: none;
}
.hide-pagination .ant-pagination .ant-pagination-jump-next {
  display: none;
}

.isDisabled .ant-btn:hover {
  background-color: #a2a2a2;
}
.disabled {
  pointer-events: none;
  opacity: 0.5;
}
/* Checkbox green */
.green-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  outline: none;
  box-sizing: border-box;
  margin-top: 3px;
}

.green-checkbox:checked {
  background-color: #00b383;
  border: 1px solid #00b383;
  box-sizing: border-box;
  margin-top: 3px;
  background-color: #24968b;
  border: 1px solid #24968b;
}

.green-checkbox:not(:checked) {
  border: 1px solid #d9d9d9;
}

.green-checkbox:checked::after {
  /* Disabled the pseudo-element checkmark to avoid double checkmarks.
     We use the SVG background-image for the visible checkmark instead. */
  display: none;
}
/* Ensure disabled state appears muted across the app */
.green-checkbox:disabled {
  cursor: not-allowed;
  background-color: #f3f4f6; /* light gray for unchecked disabled */
  border: 1px solid #e5e7eb; /* muted border */
  box-sizing: border-box;
}

.green-checkbox:disabled:checked {
  background-color: #d1d5db; /* slightly darker gray when checked */
  border-color: #d1d5db;
}

.green-checkbox:disabled::after,
.green-checkbox:disabled:checked::after {
  border-color: #9ca3af; /* muted check mark color */
}

/* Stronger rules using input selector and attribute selector to win over utility classes */
input.green-checkbox[disabled],
input.green-checkbox:disabled {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #f3f4f6 !important;
  border: 1px solid #e5e7eb !important;
}

input.green-checkbox[disabled]:checked,
input.green-checkbox:disabled:checked {
  background-color: #d1d5db !important;
  border-color: #d1d5db !important;
}

input.green-checkbox[disabled]::after,
input.green-checkbox:disabled::after,
input.green-checkbox[disabled]:checked::after,
input.green-checkbox:disabled:checked::after {
  border-color: #9ca3af !important;
}

/* Fallback: use inline SVG background checkmark so it renders even if ::after on inputs isn't supported */
.green-checkbox {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
}

.green-checkbox:checked {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 10%27><path d=%27M1 5.2 L4.2 8.4 L11 1.6%27 stroke=%27%23ffffff%27 stroke-width=%272%27 fill=%27none%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}

input.green-checkbox[disabled]:checked,
input.green-checkbox:disabled:checked,
.green-checkbox[disabled]:checked {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 10%27><path d=%27M1 5.2 L4.2 8.4 L11 1.6%27 stroke=%27%239ca3af%27 stroke-width=%272%27 fill=%27none%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/></svg>");
}

/* Catch cases where utility classes add cursor/pointer styles on the input or parent by using a substring class selector */
.green-checkbox[disabled],
input[class*='green-checkbox'][disabled],
input[class*='green-checkbox']:disabled {
  cursor: not-allowed !important;
  pointer-events: none !important;
  background-color: #f3f4f6 !important;
  border: 1px solid #e5e7eb !important;
}

.green-checkbox[disabled]:checked,
input[class*='green-checkbox'][disabled]:checked,
input[class*='green-checkbox']:disabled:checked {
  background-color: #d1d5db !important;
  border-color: #d1d5db !important;
}

.green-checkbox[disabled]::after,
input[class*='green-checkbox'][disabled]::after,
.green-checkbox[disabled]:checked::after,
input[class*='green-checkbox'][disabled]:checked::after {
  border-color: #9ca3af !important;
}
.primary-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  outline: none;
  box-sizing: border-box;
  margin-top: 3px;
}

.primary-checkbox:checked {
  box-sizing: border-box;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.primary-checkbox:not(:checked) {
  border: 1px solid #b0b0b0;
}

.primary-checkbox:checked::after {
  content: '';
  display: block;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: relative;
  top: 2px;
  left: 5px;
}

.primary-checkbox:indeterminate {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.primary-checkbox:indeterminate::after {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: relative;
  top: 7px;
  left: 3px;
}

#green-checkbox-registration:checked::after {
  /* Prevent the ::after checkmark for this ID to avoid duplicating the SVG checkmark */
  display: none;
}

#green-checkbox-setup:checked::after {
  /* Prevent the ::after checkmark for this ID to avoid duplicating the SVG checkmark */
  display: none;
}

.ant-breadcrumb a:hover {
  background-color: transparent;
}
.react-select__menu {
  max-height: 200px; /* Set the maximum height as needed */
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.sidebar .ant-menu-item-group-title {
  font-weight: 300 !important;
}

.sidebar .ant-menu-inline-collapsed .ant-menu-item {
  width: 86px !important;
  height: 44px !important;
  align-items: center !important;
  /* background-color: red !important; */
}

.react-select__menu {
  max-height: 200px; /* Set the maximum height as needed */
}

.ant-btn {
  font-family: 'Figtree', sans-serif;
}

.ant-custom .ant-btn:hover {
  background-color: inherit !important;
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}

.hiddenScrollbar::-webkit-scrollbar {
  display: none;
}

.hiddenScrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.custom-date-input {
  -webkit-appearance: none; /* Remove default styling on iOS */
  appearance: none;
  border: 1px solid #d9d9d9; /* Set your desired border */
  border-radius: 4px; /* Set your desired border radius */
  padding: 10px; /* Adjust padding */
  font-size: 16px; /* Set a consistent font size */
  outline: none; /* Remove outline */
  transition: border-color 0.3s; /* Optional transition effect */
}

.custom-date-input:focus {
  border-color: #007bff; /* Change border color on focus */
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Optional shadow on focus */
}

/* Prevent auto-capitalization and auto-correction */
.custom-date-input {
  text-transform: none; /* Prevent capitalizing */
  -webkit-user-select: text; /* Allow text selection */
  user-select: text; /* Add standard property for compatibility */
  -webkit-autocorrect: off; /* Turn off autocorrect */
  -webkit-autocapitalize: off; /* Turn off autocapitalize */
}

input.custom-date-input:disabled + .custom-date-input-label {
  color: #898989;
  background-color: #efefef !important;
}

.custom-date-input:disabled {
  background-color: #efefef !important;
}

/* Ant Design Steps */

.steps-with-custom-finish .ant-steps-item-finish .ant-steps-item-icon {
  background-color: #00b383 !important;
  border-color: #00b383 !important;
}

.steps-with-custom-finish .ant-steps-item-finish .ant-steps-icon {
  color: white !important;
}

.steps-with-custom-finish .ant-steps-item-process .ant-steps-item-icon {
  background-color: #00b383 !important;
  border-color: #00b383 !important;
}

.steps-with-custom-finish .ant-steps-item-finish .ant-steps-item-tail::after {
  background-color: #00b383 !important;
}

/* Additional styles to ensure override */
.steps-with-custom-finish
  .ant-steps-item-finish
  > .ant-steps-item-container
  > .ant-steps-item-icon {
  background-color: #00b383 !important;
  border-color: #00b383 !important;
}

/* Enforce the style for the checkmark */
.steps-with-custom-finish .ant-steps-item-finish .ant-steps-finish-icon svg {
  color: white !important;
}
/* For active/current step */
.custom-step-style .ant-steps-item-process .ant-steps-icon {
  background-color: #735bf2 !important;
  border-color: #735bf2 !important;
}

/* Optional: For finished steps */
.custom-step-style .ant-steps-item-finish .ant-steps-icon {
  background-color: #735bf2 !important;
  border-color: #735bf2 !important;
}

/* Optional: Change text/icon color too */
.custom-step-style .ant-steps-item-process .ant-steps-icon > .ant-steps-icon-dot {
  background: #735bf2 !important;
}

/* iOS DatePicker Fix */
.ios-datepicker-fix {
  /* Enable momentum scrolling on iOS */
  -webkit-overflow-scrolling: touch;
}

.ios-datepicker-fix .ant-picker-panel-container {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  /* Prevent iOS from interfering with scrolling */
  touch-action: pan-x !important;
}

.ios-datepicker-fix .ant-picker-panel {
  min-width: 100% !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

.ios-datepicker-fix .ant-picker-body {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  min-width: 280px;
}

.ios-datepicker-fix .ant-picker-content {
  min-width: 280px !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

/* Time Picker Specific Fixes for iOS */
.ios-datepicker-fix .ant-picker-time-panel {
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  width: 100% !important;
  min-width: 200px !important;
}

.ios-datepicker-fix .ant-picker-time-panel-content {
  display: flex !important;
  flex-direction: row !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  width: 100% !important;
  min-width: 200px !important;
  touch-action: pan-x !important;
}

.ios-datepicker-fix .ant-picker-time-panel-column {
  flex-shrink: 0 !important;
  min-width: 60px !important;
  max-width: 80px !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Force AM/PM column to always be visible */
.ios-datepicker-fix .ant-picker-time-panel-column:last-child {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-width: 60px !important;
  flex-shrink: 0 !important;
}

/* Ensure all time picker cells are touchable */
.ios-datepicker-fix .ant-picker-time-panel-cell {
  touch-action: manipulation !important;
  padding: 4px 8px !important;
  white-space: nowrap !important;
}

/* Ensure touch events work properly on iOS */
.ios-datepicker-fix .ant-picker-cell {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

/* Fix for calendar navigation buttons on iOS */
.ios-datepicker-fix .ant-picker-header-view {
  touch-action: manipulation;
}

/* Alternative approach - make the entire popup scrollable */
@media screen and (max-width: 768px) {
  .custom-datePicker-popup {
    max-width: 100vw !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  /* For iOS specifically */
  @supports (-webkit-touch-callout: none) {
    .custom-datePicker-popup .ant-picker-panel-container {
      position: relative !important;
      overflow-x: scroll !important;
      overflow-y: hidden !important;
      -webkit-overflow-scrolling: touch !important;
      /* Prevent zoom on iOS */
      touch-action: pan-x pinch-zoom !important;
    }

    /* Force time picker to show all columns initially */
    .custom-datePicker-popup .ant-picker-time-panel-content {
      width: auto !important;
      min-width: 200px !important;
      display: flex !important;
      flex-wrap: nowrap !important;
    }

    /* Ensure AM/PM is always rendered */
    .custom-datePicker-popup .ant-picker-time-panel-column {
      display: block !important;
      opacity: 1 !important;
      visibility: visible !important;
    }
  }
}

.collapse-no-spacing .ant-collapse-item {
  margin: 0 !important;
  padding: 0 !important;
}

.collapse-no-spacing .ant-collapse-header {
  background-color: transparent !important;
}

.collapse-no-spacing .ant-collapse-content {
  padding: 0 !important;
  margin: 0 !important;
}

.collapse-no-spacing .ant-collapse-content-box {
  padding: 0 !important;
  margin: 0 !important;
}

.custom-select-dropdown .ant-select-item-option {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(102 102 102 / 1) !important;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1)) !important;
}

.custom-select-dropdown .ant-select-item-option:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(227 242 253 / 1) !important;
  background-color: rgb(227 242 253 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(254 195 43 / 1) !important;
  color: rgb(254 195 43 / var(--tw-text-opacity, 1)) !important;
}

.custom-select-dropdown .ant-select-selection-item {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 600 !important;
}

/* The horizontal scroller (you already have this) */
.kanban {
  overflow-x: auto;
  overflow-y: hidden;
  /* keep enough height to fit your board; adjust if you have other headers */
  /* height can remain auto; columns will size themselves with min-height below */
}

/* Make columns stretch to the same height */
.kanban-container {
  display: flex;
  align-items: stretch; /* critical: make all children same height */
  gap: 16px; /* adjust spacing */
  padding-bottom: 16px; /* breathing room for last row */
}

/* Column shell */
.kanban-col {
  display: flex;
  flex-direction: column;
  width: 360px; /* whatever your card column width is */
  min-width: 360px;
  /* make every column match the tallest by stretching with the container */
}

/* Sticky header (never scrolls with cards) */
.kanban-col-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  border-radius: 8px 8px 0 0;
  padding: 10px 12px;
  background: #2b6cb0; /* fallback; JS sets inline color */
  color: #fff;
}

.kanban-col-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.kanban-col-badge {
  display: inline-block;
  min-width: 22px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}

/* Scrollable body: fills remaining space, all columns equal height */
.kanban-col-body {
  flex: 1 1 auto; /* take all remaining height */
  min-height: 0; /* allow child overflow scrolling */
  overflow-y: auto; /* ONLY the cards scroll */
  padding-top: 8px; /* gap under header */
}

/* (Optional) if SectionItem renders its own header/title, hide it since we added our own */
.kanban-col-body .section-item-header,
.kanban-col-body .kanban-section-header {
  display: none !important;
}
.kanban-col-body .kanban-section-header,
.kanban-col-body .section-header,
.kanban-col-body .section-item-header {
  display: none !important;
}

.kanban-container {
  display: flex;
  align-items: stretch; /* <-- this is key */
  gap: 16px;
  height: calc(100vh - 180px); /* adjust for top nav height */
}

/* each column stretches fully */
.kanban-col {
  display: flex;
  flex-direction: column;
  width: 360px;
  min-width: 360px;
  height: 100%; /* fill parent height */
}

/* header remains sticky */
.kanban-col-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  border-radius: 8px 8px 0 0;
  padding: 10px 12px;
  background: #2b6cb0;
  color: #fff;
}

/* body scrolls inside the fixed-height column */
.kanban-col-body {
  flex: 1 1;
  overflow-y: auto;
  min-height: 0;
  background: #fafafa;
  padding: 8px 4px;
}
@media (max-width: 640px) {
  /* Shrink modal to viewport with comfy margin; desktop unchanged */
  .ds-mtr-modal .ant-modal {
    max-width: none;
    width: calc(100vw - 24px) !important;
    margin: 0 auto;
  }
  .ds-mtr-modal .ant-modal-content {
    border-radius: 12px;
    padding: 16px; /* inner padding on mobile */
  }
}
@media (max-width: 768px) {
  .mobile-fill {
    height: 100svh; /* stable small viewport (no URL-bar jump) */
  }
  .pb-mobile-nav {
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 72px);
  }
  .mobile-scroll {
    overscroll-behavior-y: contain;
    overflow-anchor: none;
    scrollbar-gutter: stable both-edges;
    -webkit-overflow-scrolling: touch;
  }
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar in Firefox */
.hide-scrollbar {
  scrollbar-width: none;
}

/* Hide scrollbar in Edge/IE */
.hide-scrollbar {
  -ms-overflow-style: none;
}
.placeholder\:\!text-\[\#98A0AF\]::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(152 160 175 / 1) !important;
  color: rgb(152 160 175 / var(--tw-text-opacity, 1)) !important;
}
.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 1);
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.last\:border-none:last-child {
  border-style: none;
}
.hover\:\!border-mediumGray:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 217 217 / 1) !important;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1)) !important;
}
.hover\:\!border-primaryColor:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 124 194 / 1) !important;
  border-color: rgb(0 124 194 / var(--tw-border-opacity, 1)) !important;
}
.hover\:\!border-red:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 80 69 / 1) !important;
  border-color: rgb(244 80 69 / var(--tw-border-opacity, 1)) !important;
}
.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / 1);
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-primaryColor:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 124 194 / 1);
  border-color: rgb(0 124 194 / var(--tw-border-opacity, 1));
}
.hover\:border-primaryColor\/0:hover {
  border-color: rgb(0 124 194 / 0);
}
.hover\:border-primaryColor\/10:hover {
  border-color: rgb(0 124 194 / 0.1);
}
.hover\:border-primaryColor\/100:hover {
  border-color: rgb(0 124 194 / 1);
}
.hover\:border-primaryColor\/15:hover {
  border-color: rgb(0 124 194 / 0.15);
}
.hover\:border-primaryColor\/20:hover {
  border-color: rgb(0 124 194 / 0.2);
}
.hover\:border-primaryColor\/25:hover {
  border-color: rgb(0 124 194 / 0.25);
}
.hover\:border-primaryColor\/30:hover {
  border-color: rgb(0 124 194 / 0.3);
}
.hover\:border-primaryColor\/35:hover {
  border-color: rgb(0 124 194 / 0.35);
}
.hover\:border-primaryColor\/40:hover {
  border-color: rgb(0 124 194 / 0.4);
}
.hover\:border-primaryColor\/45:hover {
  border-color: rgb(0 124 194 / 0.45);
}
.hover\:border-primaryColor\/5:hover {
  border-color: rgb(0 124 194 / 0.05);
}
.hover\:border-primaryColor\/50:hover {
  border-color: rgb(0 124 194 / 0.5);
}
.hover\:border-primaryColor\/55:hover {
  border-color: rgb(0 124 194 / 0.55);
}
.hover\:border-primaryColor\/60:hover {
  border-color: rgb(0 124 194 / 0.6);
}
.hover\:border-primaryColor\/65:hover {
  border-color: rgb(0 124 194 / 0.65);
}
.hover\:border-primaryColor\/70:hover {
  border-color: rgb(0 124 194 / 0.7);
}
.hover\:border-primaryColor\/75:hover {
  border-color: rgb(0 124 194 / 0.75);
}
.hover\:border-primaryColor\/80:hover {
  border-color: rgb(0 124 194 / 0.8);
}
.hover\:border-primaryColor\/85:hover {
  border-color: rgb(0 124 194 / 0.85);
}
.hover\:border-primaryColor\/90:hover {
  border-color: rgb(0 124 194 / 0.9);
}
.hover\:border-primaryColor\/95:hover {
  border-color: rgb(0 124 194 / 0.95);
}
.hover\:border-primarySupport:hover {
  --tw-border-opacity: 1;
  border-color: rgb(230 243 251 / 1);
  border-color: rgb(230 243 251 / var(--tw-border-opacity, 1));
}
.hover\:border-primarySupport\/0:hover {
  border-color: rgb(230 243 251 / 0);
}
.hover\:border-primarySupport\/10:hover {
  border-color: rgb(230 243 251 / 0.1);
}
.hover\:border-primarySupport\/100:hover {
  border-color: rgb(230 243 251 / 1);
}
.hover\:border-primarySupport\/15:hover {
  border-color: rgb(230 243 251 / 0.15);
}
.hover\:border-primarySupport\/20:hover {
  border-color: rgb(230 243 251 / 0.2);
}
.hover\:border-primarySupport\/25:hover {
  border-color: rgb(230 243 251 / 0.25);
}
.hover\:border-primarySupport\/30:hover {
  border-color: rgb(230 243 251 / 0.3);
}
.hover\:border-primarySupport\/35:hover {
  border-color: rgb(230 243 251 / 0.35);
}
.hover\:border-primarySupport\/40:hover {
  border-color: rgb(230 243 251 / 0.4);
}
.hover\:border-primarySupport\/45:hover {
  border-color: rgb(230 243 251 / 0.45);
}
.hover\:border-primarySupport\/5:hover {
  border-color: rgb(230 243 251 / 0.05);
}
.hover\:border-primarySupport\/50:hover {
  border-color: rgb(230 243 251 / 0.5);
}
.hover\:border-primarySupport\/55:hover {
  border-color: rgb(230 243 251 / 0.55);
}
.hover\:border-primarySupport\/60:hover {
  border-color: rgb(230 243 251 / 0.6);
}
.hover\:border-primarySupport\/65:hover {
  border-color: rgb(230 243 251 / 0.65);
}
.hover\:border-primarySupport\/70:hover {
  border-color: rgb(230 243 251 / 0.7);
}
.hover\:border-primarySupport\/75:hover {
  border-color: rgb(230 243 251 / 0.75);
}
.hover\:border-primarySupport\/80:hover {
  border-color: rgb(230 243 251 / 0.8);
}
.hover\:border-primarySupport\/85:hover {
  border-color: rgb(230 243 251 / 0.85);
}
.hover\:border-primarySupport\/90:hover {
  border-color: rgb(230 243 251 / 0.9);
}
.hover\:border-primarySupport\/95:hover {
  border-color: rgb(230 243 251 / 0.95);
}
.hover\:border-secondaryColor:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 195 43 / 1);
  border-color: rgb(254 195 43 / var(--tw-border-opacity, 1));
}
.hover\:border-secondaryColor\/0:hover {
  border-color: rgb(254 195 43 / 0);
}
.hover\:border-secondaryColor\/10:hover {
  border-color: rgb(254 195 43 / 0.1);
}
.hover\:border-secondaryColor\/100:hover {
  border-color: rgb(254 195 43 / 1);
}
.hover\:border-secondaryColor\/15:hover {
  border-color: rgb(254 195 43 / 0.15);
}
.hover\:border-secondaryColor\/20:hover {
  border-color: rgb(254 195 43 / 0.2);
}
.hover\:border-secondaryColor\/25:hover {
  border-color: rgb(254 195 43 / 0.25);
}
.hover\:border-secondaryColor\/30:hover {
  border-color: rgb(254 195 43 / 0.3);
}
.hover\:border-secondaryColor\/35:hover {
  border-color: rgb(254 195 43 / 0.35);
}
.hover\:border-secondaryColor\/40:hover {
  border-color: rgb(254 195 43 / 0.4);
}
.hover\:border-secondaryColor\/45:hover {
  border-color: rgb(254 195 43 / 0.45);
}
.hover\:border-secondaryColor\/5:hover {
  border-color: rgb(254 195 43 / 0.05);
}
.hover\:border-secondaryColor\/50:hover {
  border-color: rgb(254 195 43 / 0.5);
}
.hover\:border-secondaryColor\/55:hover {
  border-color: rgb(254 195 43 / 0.55);
}
.hover\:border-secondaryColor\/60:hover {
  border-color: rgb(254 195 43 / 0.6);
}
.hover\:border-secondaryColor\/65:hover {
  border-color: rgb(254 195 43 / 0.65);
}
.hover\:border-secondaryColor\/70:hover {
  border-color: rgb(254 195 43 / 0.7);
}
.hover\:border-secondaryColor\/75:hover {
  border-color: rgb(254 195 43 / 0.75);
}
.hover\:border-secondaryColor\/80:hover {
  border-color: rgb(254 195 43 / 0.8);
}
.hover\:border-secondaryColor\/85:hover {
  border-color: rgb(254 195 43 / 0.85);
}
.hover\:border-secondaryColor\/90:hover {
  border-color: rgb(254 195 43 / 0.9);
}
.hover\:border-secondaryColor\/95:hover {
  border-color: rgb(254 195 43 / 0.95);
}
.hover\:border-secondarySupport:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 248 230 / 1);
  border-color: rgb(255 248 230 / var(--tw-border-opacity, 1));
}
.hover\:border-secondarySupport\/0:hover {
  border-color: rgb(255 248 230 / 0);
}
.hover\:border-secondarySupport\/10:hover {
  border-color: rgb(255 248 230 / 0.1);
}
.hover\:border-secondarySupport\/100:hover {
  border-color: rgb(255 248 230 / 1);
}
.hover\:border-secondarySupport\/15:hover {
  border-color: rgb(255 248 230 / 0.15);
}
.hover\:border-secondarySupport\/20:hover {
  border-color: rgb(255 248 230 / 0.2);
}
.hover\:border-secondarySupport\/25:hover {
  border-color: rgb(255 248 230 / 0.25);
}
.hover\:border-secondarySupport\/30:hover {
  border-color: rgb(255 248 230 / 0.3);
}
.hover\:border-secondarySupport\/35:hover {
  border-color: rgb(255 248 230 / 0.35);
}
.hover\:border-secondarySupport\/40:hover {
  border-color: rgb(255 248 230 / 0.4);
}
.hover\:border-secondarySupport\/45:hover {
  border-color: rgb(255 248 230 / 0.45);
}
.hover\:border-secondarySupport\/5:hover {
  border-color: rgb(255 248 230 / 0.05);
}
.hover\:border-secondarySupport\/50:hover {
  border-color: rgb(255 248 230 / 0.5);
}
.hover\:border-secondarySupport\/55:hover {
  border-color: rgb(255 248 230 / 0.55);
}
.hover\:border-secondarySupport\/60:hover {
  border-color: rgb(255 248 230 / 0.6);
}
.hover\:border-secondarySupport\/65:hover {
  border-color: rgb(255 248 230 / 0.65);
}
.hover\:border-secondarySupport\/70:hover {
  border-color: rgb(255 248 230 / 0.7);
}
.hover\:border-secondarySupport\/75:hover {
  border-color: rgb(255 248 230 / 0.75);
}
.hover\:border-secondarySupport\/80:hover {
  border-color: rgb(255 248 230 / 0.8);
}
.hover\:border-secondarySupport\/85:hover {
  border-color: rgb(255 248 230 / 0.85);
}
.hover\:border-secondarySupport\/90:hover {
  border-color: rgb(255 248 230 / 0.9);
}
.hover\:border-secondarySupport\/95:hover {
  border-color: rgb(255 248 230 / 0.95);
}
.hover\:\!bg-\[\#BE8901\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 137 1 / 1) !important;
  background-color: rgb(190 137 1 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-\[\#EFEFEF\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 239 239 / 1) !important;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-grayDisabled:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(176 176 176 / 1) !important;
  background-color: rgb(176 176 176 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-lightGray:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 239 239 / 1) !important;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-mediumGray:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 217 217 / 1) !important;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-orange:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(190 137 1 / 1) !important;
  background-color: rgb(190 137 1 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-orangeSupport:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 235 184 / 1) !important;
  background-color: rgb(255 235 184 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-primaryColor:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 124 194 / 1) !important;
  background-color: rgb(0 124 194 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-primaryColor\/90:hover {
  background-color: rgb(0 124 194 / 0.9) !important;
}
.hover\:\!bg-primarySupport:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 243 251 / 1) !important;
  background-color: rgb(230 243 251 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-red:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 80 69 / 1) !important;
  background-color: rgb(244 80 69 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-redSupport:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 244 244 / 1) !important;
  background-color: rgb(254 244 244 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-secondaryColor:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 195 43 / 1) !important;
  background-color: rgb(254 195 43 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-slate-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 250 252 / 1) !important;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-transparent:hover {
  background-color: transparent !important;
}
.hover\:\!bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / 1) !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-\[\#0095ff\]\/10:hover {
  background-color: rgb(0 149 255 / 0.1);
}
.hover\:bg-\[\#F5F5F5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#F8F8F8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / 1);
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#FDD6D4\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 214 212 / 1);
  background-color: rgb(253 214 212 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#FFE6C2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 230 194 / 1);
  background-color: rgb(255 230 194 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#ece4ff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 228 255 / 1);
  background-color: rgb(236 228 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-black\/40:hover {
  background-color: rgb(0 0 0 / 0.4);
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / 1);
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / 1);
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / 1);
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-grayDisabled:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(176 176 176 / 1);
  background-color: rgb(176 176 176 / var(--tw-bg-opacity, 1));
}
.hover\:bg-lightGray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / 1);
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}
.hover\:bg-lighterGray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / 1);
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
}
.hover\:bg-mediumGray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / 1);
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
.hover\:bg-neutral-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 1);
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primaryColor:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 124 194 / 1);
  background-color: rgb(0 124 194 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primaryColor\/0:hover {
  background-color: rgb(0 124 194 / 0);
}
.hover\:bg-primaryColor\/10:hover {
  background-color: rgb(0 124 194 / 0.1);
}
.hover\:bg-primaryColor\/100:hover {
  background-color: rgb(0 124 194 / 1);
}
.hover\:bg-primaryColor\/15:hover {
  background-color: rgb(0 124 194 / 0.15);
}
.hover\:bg-primaryColor\/20:hover {
  background-color: rgb(0 124 194 / 0.2);
}
.hover\:bg-primaryColor\/25:hover {
  background-color: rgb(0 124 194 / 0.25);
}
.hover\:bg-primaryColor\/30:hover {
  background-color: rgb(0 124 194 / 0.3);
}
.hover\:bg-primaryColor\/35:hover {
  background-color: rgb(0 124 194 / 0.35);
}
.hover\:bg-primaryColor\/40:hover {
  background-color: rgb(0 124 194 / 0.4);
}
.hover\:bg-primaryColor\/45:hover {
  background-color: rgb(0 124 194 / 0.45);
}
.hover\:bg-primaryColor\/5:hover {
  background-color: rgb(0 124 194 / 0.05);
}
.hover\:bg-primaryColor\/50:hover {
  background-color: rgb(0 124 194 / 0.5);
}
.hover\:bg-primaryColor\/55:hover {
  background-color: rgb(0 124 194 / 0.55);
}
.hover\:bg-primaryColor\/60:hover {
  background-color: rgb(0 124 194 / 0.6);
}
.hover\:bg-primaryColor\/65:hover {
  background-color: rgb(0 124 194 / 0.65);
}
.hover\:bg-primaryColor\/70:hover {
  background-color: rgb(0 124 194 / 0.7);
}
.hover\:bg-primaryColor\/75:hover {
  background-color: rgb(0 124 194 / 0.75);
}
.hover\:bg-primaryColor\/80:hover {
  background-color: rgb(0 124 194 / 0.8);
}
.hover\:bg-primaryColor\/85:hover {
  background-color: rgb(0 124 194 / 0.85);
}
.hover\:bg-primaryColor\/90:hover {
  background-color: rgb(0 124 194 / 0.9);
}
.hover\:bg-primaryColor\/95:hover {
  background-color: rgb(0 124 194 / 0.95);
}
.hover\:bg-primarySupport:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 243 251 / 1);
  background-color: rgb(230 243 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primarySupport\/0:hover {
  background-color: rgb(230 243 251 / 0);
}
.hover\:bg-primarySupport\/10:hover {
  background-color: rgb(230 243 251 / 0.1);
}
.hover\:bg-primarySupport\/100:hover {
  background-color: rgb(230 243 251 / 1);
}
.hover\:bg-primarySupport\/15:hover {
  background-color: rgb(230 243 251 / 0.15);
}
.hover\:bg-primarySupport\/20:hover {
  background-color: rgb(230 243 251 / 0.2);
}
.hover\:bg-primarySupport\/25:hover {
  background-color: rgb(230 243 251 / 0.25);
}
.hover\:bg-primarySupport\/30:hover {
  background-color: rgb(230 243 251 / 0.3);
}
.hover\:bg-primarySupport\/35:hover {
  background-color: rgb(230 243 251 / 0.35);
}
.hover\:bg-primarySupport\/40:hover {
  background-color: rgb(230 243 251 / 0.4);
}
.hover\:bg-primarySupport\/45:hover {
  background-color: rgb(230 243 251 / 0.45);
}
.hover\:bg-primarySupport\/5:hover {
  background-color: rgb(230 243 251 / 0.05);
}
.hover\:bg-primarySupport\/50:hover {
  background-color: rgb(230 243 251 / 0.5);
}
.hover\:bg-primarySupport\/55:hover {
  background-color: rgb(230 243 251 / 0.55);
}
.hover\:bg-primarySupport\/60:hover {
  background-color: rgb(230 243 251 / 0.6);
}
.hover\:bg-primarySupport\/65:hover {
  background-color: rgb(230 243 251 / 0.65);
}
.hover\:bg-primarySupport\/70:hover {
  background-color: rgb(230 243 251 / 0.7);
}
.hover\:bg-primarySupport\/75:hover {
  background-color: rgb(230 243 251 / 0.75);
}
.hover\:bg-primarySupport\/80:hover {
  background-color: rgb(230 243 251 / 0.8);
}
.hover\:bg-primarySupport\/85:hover {
  background-color: rgb(230 243 251 / 0.85);
}
.hover\:bg-primarySupport\/90:hover {
  background-color: rgb(230 243 251 / 0.9);
}
.hover\:bg-primarySupport\/95:hover {
  background-color: rgb(230 243 251 / 0.95);
}
.hover\:bg-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 80 69 / 1);
  background-color: rgb(244 80 69 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondaryColor:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 195 43 / 1);
  background-color: rgb(254 195 43 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondaryColor\/0:hover {
  background-color: rgb(254 195 43 / 0);
}
.hover\:bg-secondaryColor\/10:hover {
  background-color: rgb(254 195 43 / 0.1);
}
.hover\:bg-secondaryColor\/100:hover {
  background-color: rgb(254 195 43 / 1);
}
.hover\:bg-secondaryColor\/15:hover {
  background-color: rgb(254 195 43 / 0.15);
}
.hover\:bg-secondaryColor\/20:hover {
  background-color: rgb(254 195 43 / 0.2);
}
.hover\:bg-secondaryColor\/25:hover {
  background-color: rgb(254 195 43 / 0.25);
}
.hover\:bg-secondaryColor\/30:hover {
  background-color: rgb(254 195 43 / 0.3);
}
.hover\:bg-secondaryColor\/35:hover {
  background-color: rgb(254 195 43 / 0.35);
}
.hover\:bg-secondaryColor\/40:hover {
  background-color: rgb(254 195 43 / 0.4);
}
.hover\:bg-secondaryColor\/45:hover {
  background-color: rgb(254 195 43 / 0.45);
}
.hover\:bg-secondaryColor\/5:hover {
  background-color: rgb(254 195 43 / 0.05);
}
.hover\:bg-secondaryColor\/50:hover {
  background-color: rgb(254 195 43 / 0.5);
}
.hover\:bg-secondaryColor\/55:hover {
  background-color: rgb(254 195 43 / 0.55);
}
.hover\:bg-secondaryColor\/60:hover {
  background-color: rgb(254 195 43 / 0.6);
}
.hover\:bg-secondaryColor\/65:hover {
  background-color: rgb(254 195 43 / 0.65);
}
.hover\:bg-secondaryColor\/70:hover {
  background-color: rgb(254 195 43 / 0.7);
}
.hover\:bg-secondaryColor\/75:hover {
  background-color: rgb(254 195 43 / 0.75);
}
.hover\:bg-secondaryColor\/80:hover {
  background-color: rgb(254 195 43 / 0.8);
}
.hover\:bg-secondaryColor\/85:hover {
  background-color: rgb(254 195 43 / 0.85);
}
.hover\:bg-secondaryColor\/90:hover {
  background-color: rgb(254 195 43 / 0.9);
}
.hover\:bg-secondaryColor\/95:hover {
  background-color: rgb(254 195 43 / 0.95);
}
.hover\:bg-secondarySupport:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 230 / 1);
  background-color: rgb(255 248 230 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondarySupport\/0:hover {
  background-color: rgb(255 248 230 / 0);
}
.hover\:bg-secondarySupport\/10:hover {
  background-color: rgb(255 248 230 / 0.1);
}
.hover\:bg-secondarySupport\/100:hover {
  background-color: rgb(255 248 230 / 1);
}
.hover\:bg-secondarySupport\/15:hover {
  background-color: rgb(255 248 230 / 0.15);
}
.hover\:bg-secondarySupport\/20:hover {
  background-color: rgb(255 248 230 / 0.2);
}
.hover\:bg-secondarySupport\/25:hover {
  background-color: rgb(255 248 230 / 0.25);
}
.hover\:bg-secondarySupport\/30:hover {
  background-color: rgb(255 248 230 / 0.3);
}
.hover\:bg-secondarySupport\/35:hover {
  background-color: rgb(255 248 230 / 0.35);
}
.hover\:bg-secondarySupport\/40:hover {
  background-color: rgb(255 248 230 / 0.4);
}
.hover\:bg-secondarySupport\/45:hover {
  background-color: rgb(255 248 230 / 0.45);
}
.hover\:bg-secondarySupport\/5:hover {
  background-color: rgb(255 248 230 / 0.05);
}
.hover\:bg-secondarySupport\/50:hover {
  background-color: rgb(255 248 230 / 0.5);
}
.hover\:bg-secondarySupport\/55:hover {
  background-color: rgb(255 248 230 / 0.55);
}
.hover\:bg-secondarySupport\/60:hover {
  background-color: rgb(255 248 230 / 0.6);
}
.hover\:bg-secondarySupport\/65:hover {
  background-color: rgb(255 248 230 / 0.65);
}
.hover\:bg-secondarySupport\/70:hover {
  background-color: rgb(255 248 230 / 0.7);
}
.hover\:bg-secondarySupport\/75:hover {
  background-color: rgb(255 248 230 / 0.75);
}
.hover\:bg-secondarySupport\/80:hover {
  background-color: rgb(255 248 230 / 0.8);
}
.hover\:bg-secondarySupport\/85:hover {
  background-color: rgb(255 248 230 / 0.85);
}
.hover\:bg-secondarySupport\/90:hover {
  background-color: rgb(255 248 230 / 0.9);
}
.hover\:bg-secondarySupport\/95:hover {
  background-color: rgb(255 248 230 / 0.95);
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/30:hover {
  background-color: rgb(255 255 255 / 0.3);
}
.hover\:\!text-gray-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / 1) !important;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-grayDisabled:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(176 176 176 / 1) !important;
  color: rgb(176 176 176 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-mediumGray:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(217 217 217 / 1) !important;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-orange:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(190 137 1 / 1) !important;
  color: rgb(190 137 1 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-primaryColor:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 124 194 / 1) !important;
  color: rgb(0 124 194 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-red:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(244 80 69 / 1) !important;
  color: rgb(244 80 69 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-secondaryColor:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(254 195 43 / 1) !important;
  color: rgb(254 195 43 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-textColor:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(102 102 102 / 1) !important;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / 1) !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 1);
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-primaryColor:hover {
  --tw-text-opacity: 1;
  color: rgb(0 124 194 / 1);
  color: rgb(0 124 194 / var(--tw-text-opacity, 1));
}
.hover\:text-primaryColor\/0:hover {
  color: rgb(0 124 194 / 0);
}
.hover\:text-primaryColor\/10:hover {
  color: rgb(0 124 194 / 0.1);
}
.hover\:text-primaryColor\/100:hover {
  color: rgb(0 124 194 / 1);
}
.hover\:text-primaryColor\/15:hover {
  color: rgb(0 124 194 / 0.15);
}
.hover\:text-primaryColor\/20:hover {
  color: rgb(0 124 194 / 0.2);
}
.hover\:text-primaryColor\/25:hover {
  color: rgb(0 124 194 / 0.25);
}
.hover\:text-primaryColor\/30:hover {
  color: rgb(0 124 194 / 0.3);
}
.hover\:text-primaryColor\/35:hover {
  color: rgb(0 124 194 / 0.35);
}
.hover\:text-primaryColor\/40:hover {
  color: rgb(0 124 194 / 0.4);
}
.hover\:text-primaryColor\/45:hover {
  color: rgb(0 124 194 / 0.45);
}
.hover\:text-primaryColor\/5:hover {
  color: rgb(0 124 194 / 0.05);
}
.hover\:text-primaryColor\/50:hover {
  color: rgb(0 124 194 / 0.5);
}
.hover\:text-primaryColor\/55:hover {
  color: rgb(0 124 194 / 0.55);
}
.hover\:text-primaryColor\/60:hover {
  color: rgb(0 124 194 / 0.6);
}
.hover\:text-primaryColor\/65:hover {
  color: rgb(0 124 194 / 0.65);
}
.hover\:text-primaryColor\/70:hover {
  color: rgb(0 124 194 / 0.7);
}
.hover\:text-primaryColor\/75:hover {
  color: rgb(0 124 194 / 0.75);
}
.hover\:text-primaryColor\/80:hover {
  color: rgb(0 124 194 / 0.8);
}
.hover\:text-primaryColor\/85:hover {
  color: rgb(0 124 194 / 0.85);
}
.hover\:text-primaryColor\/90:hover {
  color: rgb(0 124 194 / 0.9);
}
.hover\:text-primaryColor\/95:hover {
  color: rgb(0 124 194 / 0.95);
}
.hover\:text-primarySupport:hover {
  --tw-text-opacity: 1;
  color: rgb(230 243 251 / 1);
  color: rgb(230 243 251 / var(--tw-text-opacity, 1));
}
.hover\:text-primarySupport\/0:hover {
  color: rgb(230 243 251 / 0);
}
.hover\:text-primarySupport\/10:hover {
  color: rgb(230 243 251 / 0.1);
}
.hover\:text-primarySupport\/100:hover {
  color: rgb(230 243 251 / 1);
}
.hover\:text-primarySupport\/15:hover {
  color: rgb(230 243 251 / 0.15);
}
.hover\:text-primarySupport\/20:hover {
  color: rgb(230 243 251 / 0.2);
}
.hover\:text-primarySupport\/25:hover {
  color: rgb(230 243 251 / 0.25);
}
.hover\:text-primarySupport\/30:hover {
  color: rgb(230 243 251 / 0.3);
}
.hover\:text-primarySupport\/35:hover {
  color: rgb(230 243 251 / 0.35);
}
.hover\:text-primarySupport\/40:hover {
  color: rgb(230 243 251 / 0.4);
}
.hover\:text-primarySupport\/45:hover {
  color: rgb(230 243 251 / 0.45);
}
.hover\:text-primarySupport\/5:hover {
  color: rgb(230 243 251 / 0.05);
}
.hover\:text-primarySupport\/50:hover {
  color: rgb(230 243 251 / 0.5);
}
.hover\:text-primarySupport\/55:hover {
  color: rgb(230 243 251 / 0.55);
}
.hover\:text-primarySupport\/60:hover {
  color: rgb(230 243 251 / 0.6);
}
.hover\:text-primarySupport\/65:hover {
  color: rgb(230 243 251 / 0.65);
}
.hover\:text-primarySupport\/70:hover {
  color: rgb(230 243 251 / 0.7);
}
.hover\:text-primarySupport\/75:hover {
  color: rgb(230 243 251 / 0.75);
}
.hover\:text-primarySupport\/80:hover {
  color: rgb(230 243 251 / 0.8);
}
.hover\:text-primarySupport\/85:hover {
  color: rgb(230 243 251 / 0.85);
}
.hover\:text-primarySupport\/90:hover {
  color: rgb(230 243 251 / 0.9);
}
.hover\:text-primarySupport\/95:hover {
  color: rgb(230 243 251 / 0.95);
}
.hover\:text-secondaryColor:hover {
  --tw-text-opacity: 1;
  color: rgb(254 195 43 / 1);
  color: rgb(254 195 43 / var(--tw-text-opacity, 1));
}
.hover\:text-secondaryColor\/0:hover {
  color: rgb(254 195 43 / 0);
}
.hover\:text-secondaryColor\/10:hover {
  color: rgb(254 195 43 / 0.1);
}
.hover\:text-secondaryColor\/100:hover {
  color: rgb(254 195 43 / 1);
}
.hover\:text-secondaryColor\/15:hover {
  color: rgb(254 195 43 / 0.15);
}
.hover\:text-secondaryColor\/20:hover {
  color: rgb(254 195 43 / 0.2);
}
.hover\:text-secondaryColor\/25:hover {
  color: rgb(254 195 43 / 0.25);
}
.hover\:text-secondaryColor\/30:hover {
  color: rgb(254 195 43 / 0.3);
}
.hover\:text-secondaryColor\/35:hover {
  color: rgb(254 195 43 / 0.35);
}
.hover\:text-secondaryColor\/40:hover {
  color: rgb(254 195 43 / 0.4);
}
.hover\:text-secondaryColor\/45:hover {
  color: rgb(254 195 43 / 0.45);
}
.hover\:text-secondaryColor\/5:hover {
  color: rgb(254 195 43 / 0.05);
}
.hover\:text-secondaryColor\/50:hover {
  color: rgb(254 195 43 / 0.5);
}
.hover\:text-secondaryColor\/55:hover {
  color: rgb(254 195 43 / 0.55);
}
.hover\:text-secondaryColor\/60:hover {
  color: rgb(254 195 43 / 0.6);
}
.hover\:text-secondaryColor\/65:hover {
  color: rgb(254 195 43 / 0.65);
}
.hover\:text-secondaryColor\/70:hover {
  color: rgb(254 195 43 / 0.7);
}
.hover\:text-secondaryColor\/75:hover {
  color: rgb(254 195 43 / 0.75);
}
.hover\:text-secondaryColor\/80:hover {
  color: rgb(254 195 43 / 0.8);
}
.hover\:text-secondaryColor\/85:hover {
  color: rgb(254 195 43 / 0.85);
}
.hover\:text-secondaryColor\/90:hover {
  color: rgb(254 195 43 / 0.9);
}
.hover\:text-secondaryColor\/95:hover {
  color: rgb(254 195 43 / 0.95);
}
.hover\:text-secondarySupport:hover {
  --tw-text-opacity: 1;
  color: rgb(255 248 230 / 1);
  color: rgb(255 248 230 / var(--tw-text-opacity, 1));
}
.hover\:text-secondarySupport\/0:hover {
  color: rgb(255 248 230 / 0);
}
.hover\:text-secondarySupport\/10:hover {
  color: rgb(255 248 230 / 0.1);
}
.hover\:text-secondarySupport\/100:hover {
  color: rgb(255 248 230 / 1);
}
.hover\:text-secondarySupport\/15:hover {
  color: rgb(255 248 230 / 0.15);
}
.hover\:text-secondarySupport\/20:hover {
  color: rgb(255 248 230 / 0.2);
}
.hover\:text-secondarySupport\/25:hover {
  color: rgb(255 248 230 / 0.25);
}
.hover\:text-secondarySupport\/30:hover {
  color: rgb(255 248 230 / 0.3);
}
.hover\:text-secondarySupport\/35:hover {
  color: rgb(255 248 230 / 0.35);
}
.hover\:text-secondarySupport\/40:hover {
  color: rgb(255 248 230 / 0.4);
}
.hover\:text-secondarySupport\/45:hover {
  color: rgb(255 248 230 / 0.45);
}
.hover\:text-secondarySupport\/5:hover {
  color: rgb(255 248 230 / 0.05);
}
.hover\:text-secondarySupport\/50:hover {
  color: rgb(255 248 230 / 0.5);
}
.hover\:text-secondarySupport\/55:hover {
  color: rgb(255 248 230 / 0.55);
}
.hover\:text-secondarySupport\/60:hover {
  color: rgb(255 248 230 / 0.6);
}
.hover\:text-secondarySupport\/65:hover {
  color: rgb(255 248 230 / 0.65);
}
.hover\:text-secondarySupport\/70:hover {
  color: rgb(255 248 230 / 0.7);
}
.hover\:text-secondarySupport\/75:hover {
  color: rgb(255 248 230 / 0.75);
}
.hover\:text-secondarySupport\/80:hover {
  color: rgb(255 248 230 / 0.8);
}
.hover\:text-secondarySupport\/85:hover {
  color: rgb(255 248 230 / 0.85);
}
.hover\:text-secondarySupport\/90:hover {
  color: rgb(255 248 230 / 0.9);
}
.hover\:text-secondarySupport\/95:hover {
  color: rgb(255 248 230 / 0.95);
}
.hover\:text-slate-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / 1);
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.hover\:\!opacity-90:hover {
  opacity: 0.9 !important;
}
.hover\:opacity-60:hover {
  opacity: 0.6;
}
.hover\:opacity-70:hover {
  opacity: 0.7;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
.hover\:shadow:hover {
  --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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-lg:hover {
  --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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:drop-shadow-lg:hover {
  --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);
}
.hover\:drop-shadow-none:hover {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  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);
}
.focus\:\!border-\[\#5B3FFF\]:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(91 63 255 / 1) !important;
  border-color: rgb(91 63 255 / var(--tw-border-opacity, 1)) !important;
}
.focus\:border-gray-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / 1);
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.focus\:border-primaryColor:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 124 194 / 1);
  border-color: rgb(0 124 194 / var(--tw-border-opacity, 1));
}
.focus\:border-primaryColor\/0:focus {
  border-color: rgb(0 124 194 / 0);
}
.focus\:border-primaryColor\/10:focus {
  border-color: rgb(0 124 194 / 0.1);
}
.focus\:border-primaryColor\/100:focus {
  border-color: rgb(0 124 194 / 1);
}
.focus\:border-primaryColor\/15:focus {
  border-color: rgb(0 124 194 / 0.15);
}
.focus\:border-primaryColor\/20:focus {
  border-color: rgb(0 124 194 / 0.2);
}
.focus\:border-primaryColor\/25:focus {
  border-color: rgb(0 124 194 / 0.25);
}
.focus\:border-primaryColor\/30:focus {
  border-color: rgb(0 124 194 / 0.3);
}
.focus\:border-primaryColor\/35:focus {
  border-color: rgb(0 124 194 / 0.35);
}
.focus\:border-primaryColor\/40:focus {
  border-color: rgb(0 124 194 / 0.4);
}
.focus\:border-primaryColor\/45:focus {
  border-color: rgb(0 124 194 / 0.45);
}
.focus\:border-primaryColor\/5:focus {
  border-color: rgb(0 124 194 / 0.05);
}
.focus\:border-primaryColor\/50:focus {
  border-color: rgb(0 124 194 / 0.5);
}
.focus\:border-primaryColor\/55:focus {
  border-color: rgb(0 124 194 / 0.55);
}
.focus\:border-primaryColor\/60:focus {
  border-color: rgb(0 124 194 / 0.6);
}
.focus\:border-primaryColor\/65:focus {
  border-color: rgb(0 124 194 / 0.65);
}
.focus\:border-primaryColor\/70:focus {
  border-color: rgb(0 124 194 / 0.7);
}
.focus\:border-primaryColor\/75:focus {
  border-color: rgb(0 124 194 / 0.75);
}
.focus\:border-primaryColor\/80:focus {
  border-color: rgb(0 124 194 / 0.8);
}
.focus\:border-primaryColor\/85:focus {
  border-color: rgb(0 124 194 / 0.85);
}
.focus\:border-primaryColor\/90:focus {
  border-color: rgb(0 124 194 / 0.9);
}
.focus\:border-primaryColor\/95:focus {
  border-color: rgb(0 124 194 / 0.95);
}
.focus\:border-primarySupport:focus {
  --tw-border-opacity: 1;
  border-color: rgb(230 243 251 / 1);
  border-color: rgb(230 243 251 / var(--tw-border-opacity, 1));
}
.focus\:border-primarySupport\/0:focus {
  border-color: rgb(230 243 251 / 0);
}
.focus\:border-primarySupport\/10:focus {
  border-color: rgb(230 243 251 / 0.1);
}
.focus\:border-primarySupport\/100:focus {
  border-color: rgb(230 243 251 / 1);
}
.focus\:border-primarySupport\/15:focus {
  border-color: rgb(230 243 251 / 0.15);
}
.focus\:border-primarySupport\/20:focus {
  border-color: rgb(230 243 251 / 0.2);
}
.focus\:border-primarySupport\/25:focus {
  border-color: rgb(230 243 251 / 0.25);
}
.focus\:border-primarySupport\/30:focus {
  border-color: rgb(230 243 251 / 0.3);
}
.focus\:border-primarySupport\/35:focus {
  border-color: rgb(230 243 251 / 0.35);
}
.focus\:border-primarySupport\/40:focus {
  border-color: rgb(230 243 251 / 0.4);
}
.focus\:border-primarySupport\/45:focus {
  border-color: rgb(230 243 251 / 0.45);
}
.focus\:border-primarySupport\/5:focus {
  border-color: rgb(230 243 251 / 0.05);
}
.focus\:border-primarySupport\/50:focus {
  border-color: rgb(230 243 251 / 0.5);
}
.focus\:border-primarySupport\/55:focus {
  border-color: rgb(230 243 251 / 0.55);
}
.focus\:border-primarySupport\/60:focus {
  border-color: rgb(230 243 251 / 0.6);
}
.focus\:border-primarySupport\/65:focus {
  border-color: rgb(230 243 251 / 0.65);
}
.focus\:border-primarySupport\/70:focus {
  border-color: rgb(230 243 251 / 0.7);
}
.focus\:border-primarySupport\/75:focus {
  border-color: rgb(230 243 251 / 0.75);
}
.focus\:border-primarySupport\/80:focus {
  border-color: rgb(230 243 251 / 0.8);
}
.focus\:border-primarySupport\/85:focus {
  border-color: rgb(230 243 251 / 0.85);
}
.focus\:border-primarySupport\/90:focus {
  border-color: rgb(230 243 251 / 0.9);
}
.focus\:border-primarySupport\/95:focus {
  border-color: rgb(230 243 251 / 0.95);
}
.focus\:border-secondaryColor:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 195 43 / 1);
  border-color: rgb(254 195 43 / var(--tw-border-opacity, 1));
}
.focus\:border-secondaryColor\/0:focus {
  border-color: rgb(254 195 43 / 0);
}
.focus\:border-secondaryColor\/10:focus {
  border-color: rgb(254 195 43 / 0.1);
}
.focus\:border-secondaryColor\/100:focus {
  border-color: rgb(254 195 43 / 1);
}
.focus\:border-secondaryColor\/15:focus {
  border-color: rgb(254 195 43 / 0.15);
}
.focus\:border-secondaryColor\/20:focus {
  border-color: rgb(254 195 43 / 0.2);
}
.focus\:border-secondaryColor\/25:focus {
  border-color: rgb(254 195 43 / 0.25);
}
.focus\:border-secondaryColor\/30:focus {
  border-color: rgb(254 195 43 / 0.3);
}
.focus\:border-secondaryColor\/35:focus {
  border-color: rgb(254 195 43 / 0.35);
}
.focus\:border-secondaryColor\/40:focus {
  border-color: rgb(254 195 43 / 0.4);
}
.focus\:border-secondaryColor\/45:focus {
  border-color: rgb(254 195 43 / 0.45);
}
.focus\:border-secondaryColor\/5:focus {
  border-color: rgb(254 195 43 / 0.05);
}
.focus\:border-secondaryColor\/50:focus {
  border-color: rgb(254 195 43 / 0.5);
}
.focus\:border-secondaryColor\/55:focus {
  border-color: rgb(254 195 43 / 0.55);
}
.focus\:border-secondaryColor\/60:focus {
  border-color: rgb(254 195 43 / 0.6);
}
.focus\:border-secondaryColor\/65:focus {
  border-color: rgb(254 195 43 / 0.65);
}
.focus\:border-secondaryColor\/70:focus {
  border-color: rgb(254 195 43 / 0.7);
}
.focus\:border-secondaryColor\/75:focus {
  border-color: rgb(254 195 43 / 0.75);
}
.focus\:border-secondaryColor\/80:focus {
  border-color: rgb(254 195 43 / 0.8);
}
.focus\:border-secondaryColor\/85:focus {
  border-color: rgb(254 195 43 / 0.85);
}
.focus\:border-secondaryColor\/90:focus {
  border-color: rgb(254 195 43 / 0.9);
}
.focus\:border-secondaryColor\/95:focus {
  border-color: rgb(254 195 43 / 0.95);
}
.focus\:border-secondarySupport:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 248 230 / 1);
  border-color: rgb(255 248 230 / var(--tw-border-opacity, 1));
}
.focus\:border-secondarySupport\/0:focus {
  border-color: rgb(255 248 230 / 0);
}
.focus\:border-secondarySupport\/10:focus {
  border-color: rgb(255 248 230 / 0.1);
}
.focus\:border-secondarySupport\/100:focus {
  border-color: rgb(255 248 230 / 1);
}
.focus\:border-secondarySupport\/15:focus {
  border-color: rgb(255 248 230 / 0.15);
}
.focus\:border-secondarySupport\/20:focus {
  border-color: rgb(255 248 230 / 0.2);
}
.focus\:border-secondarySupport\/25:focus {
  border-color: rgb(255 248 230 / 0.25);
}
.focus\:border-secondarySupport\/30:focus {
  border-color: rgb(255 248 230 / 0.3);
}
.focus\:border-secondarySupport\/35:focus {
  border-color: rgb(255 248 230 / 0.35);
}
.focus\:border-secondarySupport\/40:focus {
  border-color: rgb(255 248 230 / 0.4);
}
.focus\:border-secondarySupport\/45:focus {
  border-color: rgb(255 248 230 / 0.45);
}
.focus\:border-secondarySupport\/5:focus {
  border-color: rgb(255 248 230 / 0.05);
}
.focus\:border-secondarySupport\/50:focus {
  border-color: rgb(255 248 230 / 0.5);
}
.focus\:border-secondarySupport\/55:focus {
  border-color: rgb(255 248 230 / 0.55);
}
.focus\:border-secondarySupport\/60:focus {
  border-color: rgb(255 248 230 / 0.6);
}
.focus\:border-secondarySupport\/65:focus {
  border-color: rgb(255 248 230 / 0.65);
}
.focus\:border-secondarySupport\/70:focus {
  border-color: rgb(255 248 230 / 0.7);
}
.focus\:border-secondarySupport\/75:focus {
  border-color: rgb(255 248 230 / 0.75);
}
.focus\:border-secondarySupport\/80:focus {
  border-color: rgb(255 248 230 / 0.8);
}
.focus\:border-secondarySupport\/85:focus {
  border-color: rgb(255 248 230 / 0.85);
}
.focus\:border-secondarySupport\/90:focus {
  border-color: rgb(255 248 230 / 0.9);
}
.focus\:border-secondarySupport\/95:focus {
  border-color: rgb(255 248 230 / 0.95);
}
.focus\:\!bg-transparent:focus {
  background-color: transparent !important;
}
.focus\:bg-primaryColor:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 124 194 / 1);
  background-color: rgb(0 124 194 / var(--tw-bg-opacity, 1));
}
.focus\:bg-primaryColor\/0:focus {
  background-color: rgb(0 124 194 / 0);
}
.focus\:bg-primaryColor\/10:focus {
  background-color: rgb(0 124 194 / 0.1);
}
.focus\:bg-primaryColor\/100:focus {
  background-color: rgb(0 124 194 / 1);
}
.focus\:bg-primaryColor\/15:focus {
  background-color: rgb(0 124 194 / 0.15);
}
.focus\:bg-primaryColor\/20:focus {
  background-color: rgb(0 124 194 / 0.2);
}
.focus\:bg-primaryColor\/25:focus {
  background-color: rgb(0 124 194 / 0.25);
}
.focus\:bg-primaryColor\/30:focus {
  background-color: rgb(0 124 194 / 0.3);
}
.focus\:bg-primaryColor\/35:focus {
  background-color: rgb(0 124 194 / 0.35);
}
.focus\:bg-primaryColor\/40:focus {
  background-color: rgb(0 124 194 / 0.4);
}
.focus\:bg-primaryColor\/45:focus {
  background-color: rgb(0 124 194 / 0.45);
}
.focus\:bg-primaryColor\/5:focus {
  background-color: rgb(0 124 194 / 0.05);
}
.focus\:bg-primaryColor\/50:focus {
  background-color: rgb(0 124 194 / 0.5);
}
.focus\:bg-primaryColor\/55:focus {
  background-color: rgb(0 124 194 / 0.55);
}
.focus\:bg-primaryColor\/60:focus {
  background-color: rgb(0 124 194 / 0.6);
}
.focus\:bg-primaryColor\/65:focus {
  background-color: rgb(0 124 194 / 0.65);
}
.focus\:bg-primaryColor\/70:focus {
  background-color: rgb(0 124 194 / 0.7);
}
.focus\:bg-primaryColor\/75:focus {
  background-color: rgb(0 124 194 / 0.75);
}
.focus\:bg-primaryColor\/80:focus {
  background-color: rgb(0 124 194 / 0.8);
}
.focus\:bg-primaryColor\/85:focus {
  background-color: rgb(0 124 194 / 0.85);
}
.focus\:bg-primaryColor\/90:focus {
  background-color: rgb(0 124 194 / 0.9);
}
.focus\:bg-primaryColor\/95:focus {
  background-color: rgb(0 124 194 / 0.95);
}
.focus\:bg-primarySupport:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(230 243 251 / 1);
  background-color: rgb(230 243 251 / var(--tw-bg-opacity, 1));
}
.focus\:bg-primarySupport\/0:focus {
  background-color: rgb(230 243 251 / 0);
}
.focus\:bg-primarySupport\/10:focus {
  background-color: rgb(230 243 251 / 0.1);
}
.focus\:bg-primarySupport\/100:focus {
  background-color: rgb(230 243 251 / 1);
}
.focus\:bg-primarySupport\/15:focus {
  background-color: rgb(230 243 251 / 0.15);
}
.focus\:bg-primarySupport\/20:focus {
  background-color: rgb(230 243 251 / 0.2);
}
.focus\:bg-primarySupport\/25:focus {
  background-color: rgb(230 243 251 / 0.25);
}
.focus\:bg-primarySupport\/30:focus {
  background-color: rgb(230 243 251 / 0.3);
}
.focus\:bg-primarySupport\/35:focus {
  background-color: rgb(230 243 251 / 0.35);
}
.focus\:bg-primarySupport\/40:focus {
  background-color: rgb(230 243 251 / 0.4);
}
.focus\:bg-primarySupport\/45:focus {
  background-color: rgb(230 243 251 / 0.45);
}
.focus\:bg-primarySupport\/5:focus {
  background-color: rgb(230 243 251 / 0.05);
}
.focus\:bg-primarySupport\/50:focus {
  background-color: rgb(230 243 251 / 0.5);
}
.focus\:bg-primarySupport\/55:focus {
  background-color: rgb(230 243 251 / 0.55);
}
.focus\:bg-primarySupport\/60:focus {
  background-color: rgb(230 243 251 / 0.6);
}
.focus\:bg-primarySupport\/65:focus {
  background-color: rgb(230 243 251 / 0.65);
}
.focus\:bg-primarySupport\/70:focus {
  background-color: rgb(230 243 251 / 0.7);
}
.focus\:bg-primarySupport\/75:focus {
  background-color: rgb(230 243 251 / 0.75);
}
.focus\:bg-primarySupport\/80:focus {
  background-color: rgb(230 243 251 / 0.8);
}
.focus\:bg-primarySupport\/85:focus {
  background-color: rgb(230 243 251 / 0.85);
}
.focus\:bg-primarySupport\/90:focus {
  background-color: rgb(230 243 251 / 0.9);
}
.focus\:bg-primarySupport\/95:focus {
  background-color: rgb(230 243 251 / 0.95);
}
.focus\:bg-secondaryColor:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 195 43 / 1);
  background-color: rgb(254 195 43 / var(--tw-bg-opacity, 1));
}
.focus\:bg-secondaryColor\/0:focus {
  background-color: rgb(254 195 43 / 0);
}
.focus\:bg-secondaryColor\/10:focus {
  background-color: rgb(254 195 43 / 0.1);
}
.focus\:bg-secondaryColor\/100:focus {
  background-color: rgb(254 195 43 / 1);
}
.focus\:bg-secondaryColor\/15:focus {
  background-color: rgb(254 195 43 / 0.15);
}
.focus\:bg-secondaryColor\/20:focus {
  background-color: rgb(254 195 43 / 0.2);
}
.focus\:bg-secondaryColor\/25:focus {
  background-color: rgb(254 195 43 / 0.25);
}
.focus\:bg-secondaryColor\/30:focus {
  background-color: rgb(254 195 43 / 0.3);
}
.focus\:bg-secondaryColor\/35:focus {
  background-color: rgb(254 195 43 / 0.35);
}
.focus\:bg-secondaryColor\/40:focus {
  background-color: rgb(254 195 43 / 0.4);
}
.focus\:bg-secondaryColor\/45:focus {
  background-color: rgb(254 195 43 / 0.45);
}
.focus\:bg-secondaryColor\/5:focus {
  background-color: rgb(254 195 43 / 0.05);
}
.focus\:bg-secondaryColor\/50:focus {
  background-color: rgb(254 195 43 / 0.5);
}
.focus\:bg-secondaryColor\/55:focus {
  background-color: rgb(254 195 43 / 0.55);
}
.focus\:bg-secondaryColor\/60:focus {
  background-color: rgb(254 195 43 / 0.6);
}
.focus\:bg-secondaryColor\/65:focus {
  background-color: rgb(254 195 43 / 0.65);
}
.focus\:bg-secondaryColor\/70:focus {
  background-color: rgb(254 195 43 / 0.7);
}
.focus\:bg-secondaryColor\/75:focus {
  background-color: rgb(254 195 43 / 0.75);
}
.focus\:bg-secondaryColor\/80:focus {
  background-color: rgb(254 195 43 / 0.8);
}
.focus\:bg-secondaryColor\/85:focus {
  background-color: rgb(254 195 43 / 0.85);
}
.focus\:bg-secondaryColor\/90:focus {
  background-color: rgb(254 195 43 / 0.9);
}
.focus\:bg-secondaryColor\/95:focus {
  background-color: rgb(254 195 43 / 0.95);
}
.focus\:bg-secondarySupport:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 230 / 1);
  background-color: rgb(255 248 230 / var(--tw-bg-opacity, 1));
}
.focus\:bg-secondarySupport\/0:focus {
  background-color: rgb(255 248 230 / 0);
}
.focus\:bg-secondarySupport\/10:focus {
  background-color: rgb(255 248 230 / 0.1);
}
.focus\:bg-secondarySupport\/100:focus {
  background-color: rgb(255 248 230 / 1);
}
.focus\:bg-secondarySupport\/15:focus {
  background-color: rgb(255 248 230 / 0.15);
}
.focus\:bg-secondarySupport\/20:focus {
  background-color: rgb(255 248 230 / 0.2);
}
.focus\:bg-secondarySupport\/25:focus {
  background-color: rgb(255 248 230 / 0.25);
}
.focus\:bg-secondarySupport\/30:focus {
  background-color: rgb(255 248 230 / 0.3);
}
.focus\:bg-secondarySupport\/35:focus {
  background-color: rgb(255 248 230 / 0.35);
}
.focus\:bg-secondarySupport\/40:focus {
  background-color: rgb(255 248 230 / 0.4);
}
.focus\:bg-secondarySupport\/45:focus {
  background-color: rgb(255 248 230 / 0.45);
}
.focus\:bg-secondarySupport\/5:focus {
  background-color: rgb(255 248 230 / 0.05);
}
.focus\:bg-secondarySupport\/50:focus {
  background-color: rgb(255 248 230 / 0.5);
}
.focus\:bg-secondarySupport\/55:focus {
  background-color: rgb(255 248 230 / 0.55);
}
.focus\:bg-secondarySupport\/60:focus {
  background-color: rgb(255 248 230 / 0.6);
}
.focus\:bg-secondarySupport\/65:focus {
  background-color: rgb(255 248 230 / 0.65);
}
.focus\:bg-secondarySupport\/70:focus {
  background-color: rgb(255 248 230 / 0.7);
}
.focus\:bg-secondarySupport\/75:focus {
  background-color: rgb(255 248 230 / 0.75);
}
.focus\:bg-secondarySupport\/80:focus {
  background-color: rgb(255 248 230 / 0.8);
}
.focus\:bg-secondarySupport\/85:focus {
  background-color: rgb(255 248 230 / 0.85);
}
.focus\:bg-secondarySupport\/90:focus {
  background-color: rgb(255 248 230 / 0.9);
}
.focus\:bg-secondarySupport\/95:focus {
  background-color: rgb(255 248 230 / 0.95);
}
.focus\:\!text-gray-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / 1) !important;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}
.focus\:text-primaryColor:focus {
  --tw-text-opacity: 1;
  color: rgb(0 124 194 / 1);
  color: rgb(0 124 194 / var(--tw-text-opacity, 1));
}
.focus\:text-primaryColor\/0:focus {
  color: rgb(0 124 194 / 0);
}
.focus\:text-primaryColor\/10:focus {
  color: rgb(0 124 194 / 0.1);
}
.focus\:text-primaryColor\/100:focus {
  color: rgb(0 124 194 / 1);
}
.focus\:text-primaryColor\/15:focus {
  color: rgb(0 124 194 / 0.15);
}
.focus\:text-primaryColor\/20:focus {
  color: rgb(0 124 194 / 0.2);
}
.focus\:text-primaryColor\/25:focus {
  color: rgb(0 124 194 / 0.25);
}
.focus\:text-primaryColor\/30:focus {
  color: rgb(0 124 194 / 0.3);
}
.focus\:text-primaryColor\/35:focus {
  color: rgb(0 124 194 / 0.35);
}
.focus\:text-primaryColor\/40:focus {
  color: rgb(0 124 194 / 0.4);
}
.focus\:text-primaryColor\/45:focus {
  color: rgb(0 124 194 / 0.45);
}
.focus\:text-primaryColor\/5:focus {
  color: rgb(0 124 194 / 0.05);
}
.focus\:text-primaryColor\/50:focus {
  color: rgb(0 124 194 / 0.5);
}
.focus\:text-primaryColor\/55:focus {
  color: rgb(0 124 194 / 0.55);
}
.focus\:text-primaryColor\/60:focus {
  color: rgb(0 124 194 / 0.6);
}
.focus\:text-primaryColor\/65:focus {
  color: rgb(0 124 194 / 0.65);
}
.focus\:text-primaryColor\/70:focus {
  color: rgb(0 124 194 / 0.7);
}
.focus\:text-primaryColor\/75:focus {
  color: rgb(0 124 194 / 0.75);
}
.focus\:text-primaryColor\/80:focus {
  color: rgb(0 124 194 / 0.8);
}
.focus\:text-primaryColor\/85:focus {
  color: rgb(0 124 194 / 0.85);
}
.focus\:text-primaryColor\/90:focus {
  color: rgb(0 124 194 / 0.9);
}
.focus\:text-primaryColor\/95:focus {
  color: rgb(0 124 194 / 0.95);
}
.focus\:text-primarySupport:focus {
  --tw-text-opacity: 1;
  color: rgb(230 243 251 / 1);
  color: rgb(230 243 251 / var(--tw-text-opacity, 1));
}
.focus\:text-primarySupport\/0:focus {
  color: rgb(230 243 251 / 0);
}
.focus\:text-primarySupport\/10:focus {
  color: rgb(230 243 251 / 0.1);
}
.focus\:text-primarySupport\/100:focus {
  color: rgb(230 243 251 / 1);
}
.focus\:text-primarySupport\/15:focus {
  color: rgb(230 243 251 / 0.15);
}
.focus\:text-primarySupport\/20:focus {
  color: rgb(230 243 251 / 0.2);
}
.focus\:text-primarySupport\/25:focus {
  color: rgb(230 243 251 / 0.25);
}
.focus\:text-primarySupport\/30:focus {
  color: rgb(230 243 251 / 0.3);
}
.focus\:text-primarySupport\/35:focus {
  color: rgb(230 243 251 / 0.35);
}
.focus\:text-primarySupport\/40:focus {
  color: rgb(230 243 251 / 0.4);
}
.focus\:text-primarySupport\/45:focus {
  color: rgb(230 243 251 / 0.45);
}
.focus\:text-primarySupport\/5:focus {
  color: rgb(230 243 251 / 0.05);
}
.focus\:text-primarySupport\/50:focus {
  color: rgb(230 243 251 / 0.5);
}
.focus\:text-primarySupport\/55:focus {
  color: rgb(230 243 251 / 0.55);
}
.focus\:text-primarySupport\/60:focus {
  color: rgb(230 243 251 / 0.6);
}
.focus\:text-primarySupport\/65:focus {
  color: rgb(230 243 251 / 0.65);
}
.focus\:text-primarySupport\/70:focus {
  color: rgb(230 243 251 / 0.7);
}
.focus\:text-primarySupport\/75:focus {
  color: rgb(230 243 251 / 0.75);
}
.focus\:text-primarySupport\/80:focus {
  color: rgb(230 243 251 / 0.8);
}
.focus\:text-primarySupport\/85:focus {
  color: rgb(230 243 251 / 0.85);
}
.focus\:text-primarySupport\/90:focus {
  color: rgb(230 243 251 / 0.9);
}
.focus\:text-primarySupport\/95:focus {
  color: rgb(230 243 251 / 0.95);
}
.focus\:text-secondaryColor:focus {
  --tw-text-opacity: 1;
  color: rgb(254 195 43 / 1);
  color: rgb(254 195 43 / var(--tw-text-opacity, 1));
}
.focus\:text-secondaryColor\/0:focus {
  color: rgb(254 195 43 / 0);
}
.focus\:text-secondaryColor\/10:focus {
  color: rgb(254 195 43 / 0.1);
}
.focus\:text-secondaryColor\/100:focus {
  color: rgb(254 195 43 / 1);
}
.focus\:text-secondaryColor\/15:focus {
  color: rgb(254 195 43 / 0.15);
}
.focus\:text-secondaryColor\/20:focus {
  color: rgb(254 195 43 / 0.2);
}
.focus\:text-secondaryColor\/25:focus {
  color: rgb(254 195 43 / 0.25);
}
.focus\:text-secondaryColor\/30:focus {
  color: rgb(254 195 43 / 0.3);
}
.focus\:text-secondaryColor\/35:focus {
  color: rgb(254 195 43 / 0.35);
}
.focus\:text-secondaryColor\/40:focus {
  color: rgb(254 195 43 / 0.4);
}
.focus\:text-secondaryColor\/45:focus {
  color: rgb(254 195 43 / 0.45);
}
.focus\:text-secondaryColor\/5:focus {
  color: rgb(254 195 43 / 0.05);
}
.focus\:text-secondaryColor\/50:focus {
  color: rgb(254 195 43 / 0.5);
}
.focus\:text-secondaryColor\/55:focus {
  color: rgb(254 195 43 / 0.55);
}
.focus\:text-secondaryColor\/60:focus {
  color: rgb(254 195 43 / 0.6);
}
.focus\:text-secondaryColor\/65:focus {
  color: rgb(254 195 43 / 0.65);
}
.focus\:text-secondaryColor\/70:focus {
  color: rgb(254 195 43 / 0.7);
}
.focus\:text-secondaryColor\/75:focus {
  color: rgb(254 195 43 / 0.75);
}
.focus\:text-secondaryColor\/80:focus {
  color: rgb(254 195 43 / 0.8);
}
.focus\:text-secondaryColor\/85:focus {
  color: rgb(254 195 43 / 0.85);
}
.focus\:text-secondaryColor\/90:focus {
  color: rgb(254 195 43 / 0.9);
}
.focus\:text-secondaryColor\/95:focus {
  color: rgb(254 195 43 / 0.95);
}
.focus\:text-secondarySupport:focus {
  --tw-text-opacity: 1;
  color: rgb(255 248 230 / 1);
  color: rgb(255 248 230 / var(--tw-text-opacity, 1));
}
.focus\:text-secondarySupport\/0:focus {
  color: rgb(255 248 230 / 0);
}
.focus\:text-secondarySupport\/10:focus {
  color: rgb(255 248 230 / 0.1);
}
.focus\:text-secondarySupport\/100:focus {
  color: rgb(255 248 230 / 1);
}
.focus\:text-secondarySupport\/15:focus {
  color: rgb(255 248 230 / 0.15);
}
.focus\:text-secondarySupport\/20:focus {
  color: rgb(255 248 230 / 0.2);
}
.focus\:text-secondarySupport\/25:focus {
  color: rgb(255 248 230 / 0.25);
}
.focus\:text-secondarySupport\/30:focus {
  color: rgb(255 248 230 / 0.3);
}
.focus\:text-secondarySupport\/35:focus {
  color: rgb(255 248 230 / 0.35);
}
.focus\:text-secondarySupport\/40:focus {
  color: rgb(255 248 230 / 0.4);
}
.focus\:text-secondarySupport\/45:focus {
  color: rgb(255 248 230 / 0.45);
}
.focus\:text-secondarySupport\/5:focus {
  color: rgb(255 248 230 / 0.05);
}
.focus\:text-secondarySupport\/50:focus {
  color: rgb(255 248 230 / 0.5);
}
.focus\:text-secondarySupport\/55:focus {
  color: rgb(255 248 230 / 0.55);
}
.focus\:text-secondarySupport\/60:focus {
  color: rgb(255 248 230 / 0.6);
}
.focus\:text-secondarySupport\/65:focus {
  color: rgb(255 248 230 / 0.65);
}
.focus\:text-secondarySupport\/70:focus {
  color: rgb(255 248 230 / 0.7);
}
.focus\:text-secondarySupport\/75:focus {
  color: rgb(255 248 230 / 0.75);
}
.focus\:text-secondarySupport\/80:focus {
  color: rgb(255 248 230 / 0.8);
}
.focus\:text-secondarySupport\/85:focus {
  color: rgb(255 248 230 / 0.85);
}
.focus\:text-secondarySupport\/90:focus {
  color: rgb(255 248 230 / 0.9);
}
.focus\:text-secondarySupport\/95:focus {
  color: rgb(255 248 230 / 0.95);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring: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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-\[\#BED8FF\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 216 255 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-mediumGray:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 217 217 / var(--tw-ring-opacity, 1));
}
.focus\:ring-primaryColor:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 124 194 / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.active\:border-primaryColor:active {
  --tw-border-opacity: 1;
  border-color: rgb(0 124 194 / 1);
  border-color: rgb(0 124 194 / var(--tw-border-opacity, 1));
}
.active\:border-primaryColor\/0:active {
  border-color: rgb(0 124 194 / 0);
}
.active\:border-primaryColor\/10:active {
  border-color: rgb(0 124 194 / 0.1);
}
.active\:border-primaryColor\/100:active {
  border-color: rgb(0 124 194 / 1);
}
.active\:border-primaryColor\/15:active {
  border-color: rgb(0 124 194 / 0.15);
}
.active\:border-primaryColor\/20:active {
  border-color: rgb(0 124 194 / 0.2);
}
.active\:border-primaryColor\/25:active {
  border-color: rgb(0 124 194 / 0.25);
}
.active\:border-primaryColor\/30:active {
  border-color: rgb(0 124 194 / 0.3);
}
.active\:border-primaryColor\/35:active {
  border-color: rgb(0 124 194 / 0.35);
}
.active\:border-primaryColor\/40:active {
  border-color: rgb(0 124 194 / 0.4);
}
.active\:border-primaryColor\/45:active {
  border-color: rgb(0 124 194 / 0.45);
}
.active\:border-primaryColor\/5:active {
  border-color: rgb(0 124 194 / 0.05);
}
.active\:border-primaryColor\/50:active {
  border-color: rgb(0 124 194 / 0.5);
}
.active\:border-primaryColor\/55:active {
  border-color: rgb(0 124 194 / 0.55);
}
.active\:border-primaryColor\/60:active {
  border-color: rgb(0 124 194 / 0.6);
}
.active\:border-primaryColor\/65:active {
  border-color: rgb(0 124 194 / 0.65);
}
.active\:border-primaryColor\/70:active {
  border-color: rgb(0 124 194 / 0.7);
}
.active\:border-primaryColor\/75:active {
  border-color: rgb(0 124 194 / 0.75);
}
.active\:border-primaryColor\/80:active {
  border-color: rgb(0 124 194 / 0.8);
}
.active\:border-primaryColor\/85:active {
  border-color: rgb(0 124 194 / 0.85);
}
.active\:border-primaryColor\/90:active {
  border-color: rgb(0 124 194 / 0.9);
}
.active\:border-primaryColor\/95:active {
  border-color: rgb(0 124 194 / 0.95);
}
.active\:border-primarySupport:active {
  --tw-border-opacity: 1;
  border-color: rgb(230 243 251 / 1);
  border-color: rgb(230 243 251 / var(--tw-border-opacity, 1));
}
.active\:border-primarySupport\/0:active {
  border-color: rgb(230 243 251 / 0);
}
.active\:border-primarySupport\/10:active {
  border-color: rgb(230 243 251 / 0.1);
}
.active\:border-primarySupport\/100:active {
  border-color: rgb(230 243 251 / 1);
}
.active\:border-primarySupport\/15:active {
  border-color: rgb(230 243 251 / 0.15);
}
.active\:border-primarySupport\/20:active {
  border-color: rgb(230 243 251 / 0.2);
}
.active\:border-primarySupport\/25:active {
  border-color: rgb(230 243 251 / 0.25);
}
.active\:border-primarySupport\/30:active {
  border-color: rgb(230 243 251 / 0.3);
}
.active\:border-primarySupport\/35:active {
  border-color: rgb(230 243 251 / 0.35);
}
.active\:border-primarySupport\/40:active {
  border-color: rgb(230 243 251 / 0.4);
}
.active\:border-primarySupport\/45:active {
  border-color: rgb(230 243 251 / 0.45);
}
.active\:border-primarySupport\/5:active {
  border-color: rgb(230 243 251 / 0.05);
}
.active\:border-primarySupport\/50:active {
  border-color: rgb(230 243 251 / 0.5);
}
.active\:border-primarySupport\/55:active {
  border-color: rgb(230 243 251 / 0.55);
}
.active\:border-primarySupport\/60:active {
  border-color: rgb(230 243 251 / 0.6);
}
.active\:border-primarySupport\/65:active {
  border-color: rgb(230 243 251 / 0.65);
}
.active\:border-primarySupport\/70:active {
  border-color: rgb(230 243 251 / 0.7);
}
.active\:border-primarySupport\/75:active {
  border-color: rgb(230 243 251 / 0.75);
}
.active\:border-primarySupport\/80:active {
  border-color: rgb(230 243 251 / 0.8);
}
.active\:border-primarySupport\/85:active {
  border-color: rgb(230 243 251 / 0.85);
}
.active\:border-primarySupport\/90:active {
  border-color: rgb(230 243 251 / 0.9);
}
.active\:border-primarySupport\/95:active {
  border-color: rgb(230 243 251 / 0.95);
}
.active\:border-secondaryColor:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 195 43 / 1);
  border-color: rgb(254 195 43 / var(--tw-border-opacity, 1));
}
.active\:border-secondaryColor\/0:active {
  border-color: rgb(254 195 43 / 0);
}
.active\:border-secondaryColor\/10:active {
  border-color: rgb(254 195 43 / 0.1);
}
.active\:border-secondaryColor\/100:active {
  border-color: rgb(254 195 43 / 1);
}
.active\:border-secondaryColor\/15:active {
  border-color: rgb(254 195 43 / 0.15);
}
.active\:border-secondaryColor\/20:active {
  border-color: rgb(254 195 43 / 0.2);
}
.active\:border-secondaryColor\/25:active {
  border-color: rgb(254 195 43 / 0.25);
}
.active\:border-secondaryColor\/30:active {
  border-color: rgb(254 195 43 / 0.3);
}
.active\:border-secondaryColor\/35:active {
  border-color: rgb(254 195 43 / 0.35);
}
.active\:border-secondaryColor\/40:active {
  border-color: rgb(254 195 43 / 0.4);
}
.active\:border-secondaryColor\/45:active {
  border-color: rgb(254 195 43 / 0.45);
}
.active\:border-secondaryColor\/5:active {
  border-color: rgb(254 195 43 / 0.05);
}
.active\:border-secondaryColor\/50:active {
  border-color: rgb(254 195 43 / 0.5);
}
.active\:border-secondaryColor\/55:active {
  border-color: rgb(254 195 43 / 0.55);
}
.active\:border-secondaryColor\/60:active {
  border-color: rgb(254 195 43 / 0.6);
}
.active\:border-secondaryColor\/65:active {
  border-color: rgb(254 195 43 / 0.65);
}
.active\:border-secondaryColor\/70:active {
  border-color: rgb(254 195 43 / 0.7);
}
.active\:border-secondaryColor\/75:active {
  border-color: rgb(254 195 43 / 0.75);
}
.active\:border-secondaryColor\/80:active {
  border-color: rgb(254 195 43 / 0.8);
}
.active\:border-secondaryColor\/85:active {
  border-color: rgb(254 195 43 / 0.85);
}
.active\:border-secondaryColor\/90:active {
  border-color: rgb(254 195 43 / 0.9);
}
.active\:border-secondaryColor\/95:active {
  border-color: rgb(254 195 43 / 0.95);
}
.active\:border-secondarySupport:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 248 230 / 1);
  border-color: rgb(255 248 230 / var(--tw-border-opacity, 1));
}
.active\:border-secondarySupport\/0:active {
  border-color: rgb(255 248 230 / 0);
}
.active\:border-secondarySupport\/10:active {
  border-color: rgb(255 248 230 / 0.1);
}
.active\:border-secondarySupport\/100:active {
  border-color: rgb(255 248 230 / 1);
}
.active\:border-secondarySupport\/15:active {
  border-color: rgb(255 248 230 / 0.15);
}
.active\:border-secondarySupport\/20:active {
  border-color: rgb(255 248 230 / 0.2);
}
.active\:border-secondarySupport\/25:active {
  border-color: rgb(255 248 230 / 0.25);
}
.active\:border-secondarySupport\/30:active {
  border-color: rgb(255 248 230 / 0.3);
}
.active\:border-secondarySupport\/35:active {
  border-color: rgb(255 248 230 / 0.35);
}
.active\:border-secondarySupport\/40:active {
  border-color: rgb(255 248 230 / 0.4);
}
.active\:border-secondarySupport\/45:active {
  border-color: rgb(255 248 230 / 0.45);
}
.active\:border-secondarySupport\/5:active {
  border-color: rgb(255 248 230 / 0.05);
}
.active\:border-secondarySupport\/50:active {
  border-color: rgb(255 248 230 / 0.5);
}
.active\:border-secondarySupport\/55:active {
  border-color: rgb(255 248 230 / 0.55);
}
.active\:border-secondarySupport\/60:active {
  border-color: rgb(255 248 230 / 0.6);
}
.active\:border-secondarySupport\/65:active {
  border-color: rgb(255 248 230 / 0.65);
}
.active\:border-secondarySupport\/70:active {
  border-color: rgb(255 248 230 / 0.7);
}
.active\:border-secondarySupport\/75:active {
  border-color: rgb(255 248 230 / 0.75);
}
.active\:border-secondarySupport\/80:active {
  border-color: rgb(255 248 230 / 0.8);
}
.active\:border-secondarySupport\/85:active {
  border-color: rgb(255 248 230 / 0.85);
}
.active\:border-secondarySupport\/90:active {
  border-color: rgb(255 248 230 / 0.9);
}
.active\:border-secondarySupport\/95:active {
  border-color: rgb(255 248 230 / 0.95);
}
.active\:\!bg-transparent:active {
  background-color: transparent !important;
}
.active\:bg-primaryColor:active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 124 194 / 1);
  background-color: rgb(0 124 194 / var(--tw-bg-opacity, 1));
}
.active\:bg-primaryColor\/0:active {
  background-color: rgb(0 124 194 / 0);
}
.active\:bg-primaryColor\/10:active {
  background-color: rgb(0 124 194 / 0.1);
}
.active\:bg-primaryColor\/100:active {
  background-color: rgb(0 124 194 / 1);
}
.active\:bg-primaryColor\/15:active {
  background-color: rgb(0 124 194 / 0.15);
}
.active\:bg-primaryColor\/20:active {
  background-color: rgb(0 124 194 / 0.2);
}
.active\:bg-primaryColor\/25:active {
  background-color: rgb(0 124 194 / 0.25);
}
.active\:bg-primaryColor\/30:active {
  background-color: rgb(0 124 194 / 0.3);
}
.active\:bg-primaryColor\/35:active {
  background-color: rgb(0 124 194 / 0.35);
}
.active\:bg-primaryColor\/40:active {
  background-color: rgb(0 124 194 / 0.4);
}
.active\:bg-primaryColor\/45:active {
  background-color: rgb(0 124 194 / 0.45);
}
.active\:bg-primaryColor\/5:active {
  background-color: rgb(0 124 194 / 0.05);
}
.active\:bg-primaryColor\/50:active {
  background-color: rgb(0 124 194 / 0.5);
}
.active\:bg-primaryColor\/55:active {
  background-color: rgb(0 124 194 / 0.55);
}
.active\:bg-primaryColor\/60:active {
  background-color: rgb(0 124 194 / 0.6);
}
.active\:bg-primaryColor\/65:active {
  background-color: rgb(0 124 194 / 0.65);
}
.active\:bg-primaryColor\/70:active {
  background-color: rgb(0 124 194 / 0.7);
}
.active\:bg-primaryColor\/75:active {
  background-color: rgb(0 124 194 / 0.75);
}
.active\:bg-primaryColor\/80:active {
  background-color: rgb(0 124 194 / 0.8);
}
.active\:bg-primaryColor\/85:active {
  background-color: rgb(0 124 194 / 0.85);
}
.active\:bg-primaryColor\/90:active {
  background-color: rgb(0 124 194 / 0.9);
}
.active\:bg-primaryColor\/95:active {
  background-color: rgb(0 124 194 / 0.95);
}
.active\:bg-primarySupport:active {
  --tw-bg-opacity: 1;
  background-color: rgb(230 243 251 / 1);
  background-color: rgb(230 243 251 / var(--tw-bg-opacity, 1));
}
.active\:bg-primarySupport\/0:active {
  background-color: rgb(230 243 251 / 0);
}
.active\:bg-primarySupport\/10:active {
  background-color: rgb(230 243 251 / 0.1);
}
.active\:bg-primarySupport\/100:active {
  background-color: rgb(230 243 251 / 1);
}
.active\:bg-primarySupport\/15:active {
  background-color: rgb(230 243 251 / 0.15);
}
.active\:bg-primarySupport\/20:active {
  background-color: rgb(230 243 251 / 0.2);
}
.active\:bg-primarySupport\/25:active {
  background-color: rgb(230 243 251 / 0.25);
}
.active\:bg-primarySupport\/30:active {
  background-color: rgb(230 243 251 / 0.3);
}
.active\:bg-primarySupport\/35:active {
  background-color: rgb(230 243 251 / 0.35);
}
.active\:bg-primarySupport\/40:active {
  background-color: rgb(230 243 251 / 0.4);
}
.active\:bg-primarySupport\/45:active {
  background-color: rgb(230 243 251 / 0.45);
}
.active\:bg-primarySupport\/5:active {
  background-color: rgb(230 243 251 / 0.05);
}
.active\:bg-primarySupport\/50:active {
  background-color: rgb(230 243 251 / 0.5);
}
.active\:bg-primarySupport\/55:active {
  background-color: rgb(230 243 251 / 0.55);
}
.active\:bg-primarySupport\/60:active {
  background-color: rgb(230 243 251 / 0.6);
}
.active\:bg-primarySupport\/65:active {
  background-color: rgb(230 243 251 / 0.65);
}
.active\:bg-primarySupport\/70:active {
  background-color: rgb(230 243 251 / 0.7);
}
.active\:bg-primarySupport\/75:active {
  background-color: rgb(230 243 251 / 0.75);
}
.active\:bg-primarySupport\/80:active {
  background-color: rgb(230 243 251 / 0.8);
}
.active\:bg-primarySupport\/85:active {
  background-color: rgb(230 243 251 / 0.85);
}
.active\:bg-primarySupport\/90:active {
  background-color: rgb(230 243 251 / 0.9);
}
.active\:bg-primarySupport\/95:active {
  background-color: rgb(230 243 251 / 0.95);
}
.active\:bg-secondaryColor:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 195 43 / 1);
  background-color: rgb(254 195 43 / var(--tw-bg-opacity, 1));
}
.active\:bg-secondaryColor\/0:active {
  background-color: rgb(254 195 43 / 0);
}
.active\:bg-secondaryColor\/10:active {
  background-color: rgb(254 195 43 / 0.1);
}
.active\:bg-secondaryColor\/100:active {
  background-color: rgb(254 195 43 / 1);
}
.active\:bg-secondaryColor\/15:active {
  background-color: rgb(254 195 43 / 0.15);
}
.active\:bg-secondaryColor\/20:active {
  background-color: rgb(254 195 43 / 0.2);
}
.active\:bg-secondaryColor\/25:active {
  background-color: rgb(254 195 43 / 0.25);
}
.active\:bg-secondaryColor\/30:active {
  background-color: rgb(254 195 43 / 0.3);
}
.active\:bg-secondaryColor\/35:active {
  background-color: rgb(254 195 43 / 0.35);
}
.active\:bg-secondaryColor\/40:active {
  background-color: rgb(254 195 43 / 0.4);
}
.active\:bg-secondaryColor\/45:active {
  background-color: rgb(254 195 43 / 0.45);
}
.active\:bg-secondaryColor\/5:active {
  background-color: rgb(254 195 43 / 0.05);
}
.active\:bg-secondaryColor\/50:active {
  background-color: rgb(254 195 43 / 0.5);
}
.active\:bg-secondaryColor\/55:active {
  background-color: rgb(254 195 43 / 0.55);
}
.active\:bg-secondaryColor\/60:active {
  background-color: rgb(254 195 43 / 0.6);
}
.active\:bg-secondaryColor\/65:active {
  background-color: rgb(254 195 43 / 0.65);
}
.active\:bg-secondaryColor\/70:active {
  background-color: rgb(254 195 43 / 0.7);
}
.active\:bg-secondaryColor\/75:active {
  background-color: rgb(254 195 43 / 0.75);
}
.active\:bg-secondaryColor\/80:active {
  background-color: rgb(254 195 43 / 0.8);
}
.active\:bg-secondaryColor\/85:active {
  background-color: rgb(254 195 43 / 0.85);
}
.active\:bg-secondaryColor\/90:active {
  background-color: rgb(254 195 43 / 0.9);
}
.active\:bg-secondaryColor\/95:active {
  background-color: rgb(254 195 43 / 0.95);
}
.active\:bg-secondarySupport:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 230 / 1);
  background-color: rgb(255 248 230 / var(--tw-bg-opacity, 1));
}
.active\:bg-secondarySupport\/0:active {
  background-color: rgb(255 248 230 / 0);
}
.active\:bg-secondarySupport\/10:active {
  background-color: rgb(255 248 230 / 0.1);
}
.active\:bg-secondarySupport\/100:active {
  background-color: rgb(255 248 230 / 1);
}
.active\:bg-secondarySupport\/15:active {
  background-color: rgb(255 248 230 / 0.15);
}
.active\:bg-secondarySupport\/20:active {
  background-color: rgb(255 248 230 / 0.2);
}
.active\:bg-secondarySupport\/25:active {
  background-color: rgb(255 248 230 / 0.25);
}
.active\:bg-secondarySupport\/30:active {
  background-color: rgb(255 248 230 / 0.3);
}
.active\:bg-secondarySupport\/35:active {
  background-color: rgb(255 248 230 / 0.35);
}
.active\:bg-secondarySupport\/40:active {
  background-color: rgb(255 248 230 / 0.4);
}
.active\:bg-secondarySupport\/45:active {
  background-color: rgb(255 248 230 / 0.45);
}
.active\:bg-secondarySupport\/5:active {
  background-color: rgb(255 248 230 / 0.05);
}
.active\:bg-secondarySupport\/50:active {
  background-color: rgb(255 248 230 / 0.5);
}
.active\:bg-secondarySupport\/55:active {
  background-color: rgb(255 248 230 / 0.55);
}
.active\:bg-secondarySupport\/60:active {
  background-color: rgb(255 248 230 / 0.6);
}
.active\:bg-secondarySupport\/65:active {
  background-color: rgb(255 248 230 / 0.65);
}
.active\:bg-secondarySupport\/70:active {
  background-color: rgb(255 248 230 / 0.7);
}
.active\:bg-secondarySupport\/75:active {
  background-color: rgb(255 248 230 / 0.75);
}
.active\:bg-secondarySupport\/80:active {
  background-color: rgb(255 248 230 / 0.8);
}
.active\:bg-secondarySupport\/85:active {
  background-color: rgb(255 248 230 / 0.85);
}
.active\:bg-secondarySupport\/90:active {
  background-color: rgb(255 248 230 / 0.9);
}
.active\:bg-secondarySupport\/95:active {
  background-color: rgb(255 248 230 / 0.95);
}
.active\:\!text-gray-600:active {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / 1) !important;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}
.active\:text-primaryColor:active {
  --tw-text-opacity: 1;
  color: rgb(0 124 194 / 1);
  color: rgb(0 124 194 / var(--tw-text-opacity, 1));
}
.active\:text-primaryColor\/0:active {
  color: rgb(0 124 194 / 0);
}
.active\:text-primaryColor\/10:active {
  color: rgb(0 124 194 / 0.1);
}
.active\:text-primaryColor\/100:active {
  color: rgb(0 124 194 / 1);
}
.active\:text-primaryColor\/15:active {
  color: rgb(0 124 194 / 0.15);
}
.active\:text-primaryColor\/20:active {
  color: rgb(0 124 194 / 0.2);
}
.active\:text-primaryColor\/25:active {
  color: rgb(0 124 194 / 0.25);
}
.active\:text-primaryColor\/30:active {
  color: rgb(0 124 194 / 0.3);
}
.active\:text-primaryColor\/35:active {
  color: rgb(0 124 194 / 0.35);
}
.active\:text-primaryColor\/40:active {
  color: rgb(0 124 194 / 0.4);
}
.active\:text-primaryColor\/45:active {
  color: rgb(0 124 194 / 0.45);
}
.active\:text-primaryColor\/5:active {
  color: rgb(0 124 194 / 0.05);
}
.active\:text-primaryColor\/50:active {
  color: rgb(0 124 194 / 0.5);
}
.active\:text-primaryColor\/55:active {
  color: rgb(0 124 194 / 0.55);
}
.active\:text-primaryColor\/60:active {
  color: rgb(0 124 194 / 0.6);
}
.active\:text-primaryColor\/65:active {
  color: rgb(0 124 194 / 0.65);
}
.active\:text-primaryColor\/70:active {
  color: rgb(0 124 194 / 0.7);
}
.active\:text-primaryColor\/75:active {
  color: rgb(0 124 194 / 0.75);
}
.active\:text-primaryColor\/80:active {
  color: rgb(0 124 194 / 0.8);
}
.active\:text-primaryColor\/85:active {
  color: rgb(0 124 194 / 0.85);
}
.active\:text-primaryColor\/90:active {
  color: rgb(0 124 194 / 0.9);
}
.active\:text-primaryColor\/95:active {
  color: rgb(0 124 194 / 0.95);
}
.active\:text-primarySupport:active {
  --tw-text-opacity: 1;
  color: rgb(230 243 251 / 1);
  color: rgb(230 243 251 / var(--tw-text-opacity, 1));
}
.active\:text-primarySupport\/0:active {
  color: rgb(230 243 251 / 0);
}
.active\:text-primarySupport\/10:active {
  color: rgb(230 243 251 / 0.1);
}
.active\:text-primarySupport\/100:active {
  color: rgb(230 243 251 / 1);
}
.active\:text-primarySupport\/15:active {
  color: rgb(230 243 251 / 0.15);
}
.active\:text-primarySupport\/20:active {
  color: rgb(230 243 251 / 0.2);
}
.active\:text-primarySupport\/25:active {
  color: rgb(230 243 251 / 0.25);
}
.active\:text-primarySupport\/30:active {
  color: rgb(230 243 251 / 0.3);
}
.active\:text-primarySupport\/35:active {
  color: rgb(230 243 251 / 0.35);
}
.active\:text-primarySupport\/40:active {
  color: rgb(230 243 251 / 0.4);
}
.active\:text-primarySupport\/45:active {
  color: rgb(230 243 251 / 0.45);
}
.active\:text-primarySupport\/5:active {
  color: rgb(230 243 251 / 0.05);
}
.active\:text-primarySupport\/50:active {
  color: rgb(230 243 251 / 0.5);
}
.active\:text-primarySupport\/55:active {
  color: rgb(230 243 251 / 0.55);
}
.active\:text-primarySupport\/60:active {
  color: rgb(230 243 251 / 0.6);
}
.active\:text-primarySupport\/65:active {
  color: rgb(230 243 251 / 0.65);
}
.active\:text-primarySupport\/70:active {
  color: rgb(230 243 251 / 0.7);
}
.active\:text-primarySupport\/75:active {
  color: rgb(230 243 251 / 0.75);
}
.active\:text-primarySupport\/80:active {
  color: rgb(230 243 251 / 0.8);
}
.active\:text-primarySupport\/85:active {
  color: rgb(230 243 251 / 0.85);
}
.active\:text-primarySupport\/90:active {
  color: rgb(230 243 251 / 0.9);
}
.active\:text-primarySupport\/95:active {
  color: rgb(230 243 251 / 0.95);
}
.active\:text-secondaryColor:active {
  --tw-text-opacity: 1;
  color: rgb(254 195 43 / 1);
  color: rgb(254 195 43 / var(--tw-text-opacity, 1));
}
.active\:text-secondaryColor\/0:active {
  color: rgb(254 195 43 / 0);
}
.active\:text-secondaryColor\/10:active {
  color: rgb(254 195 43 / 0.1);
}
.active\:text-secondaryColor\/100:active {
  color: rgb(254 195 43 / 1);
}
.active\:text-secondaryColor\/15:active {
  color: rgb(254 195 43 / 0.15);
}
.active\:text-secondaryColor\/20:active {
  color: rgb(254 195 43 / 0.2);
}
.active\:text-secondaryColor\/25:active {
  color: rgb(254 195 43 / 0.25);
}
.active\:text-secondaryColor\/30:active {
  color: rgb(254 195 43 / 0.3);
}
.active\:text-secondaryColor\/35:active {
  color: rgb(254 195 43 / 0.35);
}
.active\:text-secondaryColor\/40:active {
  color: rgb(254 195 43 / 0.4);
}
.active\:text-secondaryColor\/45:active {
  color: rgb(254 195 43 / 0.45);
}
.active\:text-secondaryColor\/5:active {
  color: rgb(254 195 43 / 0.05);
}
.active\:text-secondaryColor\/50:active {
  color: rgb(254 195 43 / 0.5);
}
.active\:text-secondaryColor\/55:active {
  color: rgb(254 195 43 / 0.55);
}
.active\:text-secondaryColor\/60:active {
  color: rgb(254 195 43 / 0.6);
}
.active\:text-secondaryColor\/65:active {
  color: rgb(254 195 43 / 0.65);
}
.active\:text-secondaryColor\/70:active {
  color: rgb(254 195 43 / 0.7);
}
.active\:text-secondaryColor\/75:active {
  color: rgb(254 195 43 / 0.75);
}
.active\:text-secondaryColor\/80:active {
  color: rgb(254 195 43 / 0.8);
}
.active\:text-secondaryColor\/85:active {
  color: rgb(254 195 43 / 0.85);
}
.active\:text-secondaryColor\/90:active {
  color: rgb(254 195 43 / 0.9);
}
.active\:text-secondaryColor\/95:active {
  color: rgb(254 195 43 / 0.95);
}
.active\:text-secondarySupport:active {
  --tw-text-opacity: 1;
  color: rgb(255 248 230 / 1);
  color: rgb(255 248 230 / var(--tw-text-opacity, 1));
}
.active\:text-secondarySupport\/0:active {
  color: rgb(255 248 230 / 0);
}
.active\:text-secondarySupport\/10:active {
  color: rgb(255 248 230 / 0.1);
}
.active\:text-secondarySupport\/100:active {
  color: rgb(255 248 230 / 1);
}
.active\:text-secondarySupport\/15:active {
  color: rgb(255 248 230 / 0.15);
}
.active\:text-secondarySupport\/20:active {
  color: rgb(255 248 230 / 0.2);
}
.active\:text-secondarySupport\/25:active {
  color: rgb(255 248 230 / 0.25);
}
.active\:text-secondarySupport\/30:active {
  color: rgb(255 248 230 / 0.3);
}
.active\:text-secondarySupport\/35:active {
  color: rgb(255 248 230 / 0.35);
}
.active\:text-secondarySupport\/40:active {
  color: rgb(255 248 230 / 0.4);
}
.active\:text-secondarySupport\/45:active {
  color: rgb(255 248 230 / 0.45);
}
.active\:text-secondarySupport\/5:active {
  color: rgb(255 248 230 / 0.05);
}
.active\:text-secondarySupport\/50:active {
  color: rgb(255 248 230 / 0.5);
}
.active\:text-secondarySupport\/55:active {
  color: rgb(255 248 230 / 0.55);
}
.active\:text-secondarySupport\/60:active {
  color: rgb(255 248 230 / 0.6);
}
.active\:text-secondarySupport\/65:active {
  color: rgb(255 248 230 / 0.65);
}
.active\:text-secondarySupport\/70:active {
  color: rgb(255 248 230 / 0.7);
}
.active\:text-secondarySupport\/75:active {
  color: rgb(255 248 230 / 0.75);
}
.active\:text-secondarySupport\/80:active {
  color: rgb(255 248 230 / 0.8);
}
.active\:text-secondarySupport\/85:active {
  color: rgb(255 248 230 / 0.85);
}
.active\:text-secondarySupport\/90:active {
  color: rgb(255 248 230 / 0.9);
}
.active\:text-secondarySupport\/95:active {
  color: rgb(255 248 230 / 0.95);
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:bg-gray-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / 1);
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.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\:block {
  display: block;
}
.group:hover .group-hover\:bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.group:hover .group-hover\:text-primaryColor {
  --tw-text-opacity: 1;
  color: rgb(0 124 194 / 1);
  color: rgb(0 124 194 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 640px) {

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-\[110px\] {
    height: 110px;
  }

  .sm\:h-\[300px\] {
    height: 300px;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-\[18\%\] {
    width: 18%;
  }

  .sm\:w-\[20rem\] {
    width: 20rem;
  }

  .sm\:w-\[400px\] {
    width: 400px;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-fit {
    width: -webkit-fit-content;
    width: fit-content;
  }

  .sm\:max-w-\[220px\] {
    max-width: 220px;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:flex-1 {
    flex: 1 1;
  }

  .sm\:shrink {
    flex-shrink: 1;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:self-auto {
    align-self: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:whitespace-nowrap {
    white-space: nowrap;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:pb-28 {
    padding-bottom: 7rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 768px) {

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:static {
    position: static;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:left-20 {
    left: 5rem;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-none {
    order: 0;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:me-12 {
    -webkit-margin-end: 3rem;
            margin-inline-end: 3rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:ml-\[104px\] {
    margin-left: 104px;
  }

  .md\:ml-\[267px\] {
    margin-left: 267px;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mr-20 {
    margin-right: 5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mr-\[180px\] {
    margin-right: 180px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mt-\[2px\] {
    margin-top: 2px;
  }

  .md\:mt-\[32px\] {
    margin-top: 32px;
  }

  .md\:mt-\[3px\] {
    margin-top: 3px;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:contents {
    display: contents;
  }

  .md\:\!hidden {
    display: none !important;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

  .md\:h-\[200px\] {
    height: 200px;
  }

  .md\:h-\[47px\] {
    height: 47px;
  }

  .md\:h-\[57px\] {
    height: 57px;
  }

  .md\:h-\[600px\] {
    height: 600px;
  }

  .md\:h-\[calc\(100vh\)\] {
    height: calc(100vh);
  }

  .md\:h-\[calc\(100vh-10rem\)\] {
    height: calc(100vh - 10rem);
  }

  .md\:h-\[calc\(100vh-11rem\)\] {
    height: calc(100vh - 11rem);
  }

  .md\:h-\[calc\(100vh-14rem\)\] {
    height: calc(100vh - 14rem);
  }

  .md\:h-\[calc\(100vh-17rem\)\] {
    height: calc(100vh - 17rem);
  }

  .md\:h-\[calc\(100vh-18rem\)\] {
    height: calc(100vh - 18rem);
  }

  .md\:h-\[calc\(100vh-5rem\)\] {
    height: calc(100vh - 5rem);
  }

  .md\:h-\[calc\(100vh-6rem\)\] {
    height: calc(100vh - 6rem);
  }

  .md\:h-\[calc\(100vh-9rem\)\] {
    height: calc(100vh - 9rem);
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:max-h-64 {
    max-height: 16rem;
  }

  .md\:max-h-\[70vh\] {
    max-height: 70vh;
  }

  .md\:max-h-\[calc\(100vh-30rem\)\] {
    max-height: calc(100vh - 30rem);
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:min-h-0 {
    min-height: 0px;
  }

  .md\:min-h-\[300px\] {
    min-height: 300px;
  }

  .md\:min-h-\[600px\] {
    min-height: 600px;
  }

  .md\:min-h-\[700px\] {
    min-height: 700px;
  }

  .md\:min-h-\[900px\] {
    min-height: 900px;
  }

  .md\:min-h-\[96px\] {
    min-height: 96px;
  }

  .md\:min-h-fit {
    min-height: -webkit-fit-content;
    min-height: fit-content;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:\!w-\[200px\] {
    width: 200px !important;
  }

  .md\:\!w-\[30\%\] {
    width: 30% !important;
  }

  .md\:\!w-\[40\%\] {
    width: 40% !important;
  }

  .md\:\!w-\[45rem\] {
    width: 45rem !important;
  }

  .md\:\!w-\[60\%\] {
    width: 60% !important;
  }

  .md\:\!w-full {
    width: 100% !important;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-14 {
    width: 3.5rem;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-\[116px\] {
    width: 116px;
  }

  .md\:w-\[150px\] {
    width: 150px;
  }

  .md\:w-\[159px\] {
    width: 159px;
  }

  .md\:w-\[18\%\] {
    width: 18%;
  }

  .md\:w-\[200px\] {
    width: 200px;
  }

  .md\:w-\[210px\] {
    width: 210px;
  }

  .md\:w-\[249px\] {
    width: 249px;
  }

  .md\:w-\[250px\] {
    width: 250px;
  }

  .md\:w-\[26\%\] {
    width: 26%;
  }

  .md\:w-\[28\%\] {
    width: 28%;
  }

  .md\:w-\[30\%\] {
    width: 30%;
  }

  .md\:w-\[301px\] {
    width: 301px;
  }

  .md\:w-\[31rem\] {
    width: 31rem;
  }

  .md\:w-\[32\%\] {
    width: 32%;
  }

  .md\:w-\[325px\] {
    width: 325px;
  }

  .md\:w-\[340px\] {
    width: 340px;
  }

  .md\:w-\[35\%\] {
    width: 35%;
  }

  .md\:w-\[350px\] {
    width: 350px;
  }

  .md\:w-\[363px\] {
    width: 363px;
  }

  .md\:w-\[370px\] {
    width: 370px;
  }

  .md\:w-\[380px\] {
    width: 380px;
  }

  .md\:w-\[385px\] {
    width: 385px;
  }

  .md\:w-\[38rem\] {
    width: 38rem;
  }

  .md\:w-\[400px\] {
    width: 400px;
  }

  .md\:w-\[42\.5\%\] {
    width: 42.5%;
  }

  .md\:w-\[45\%\] {
    width: 45%;
  }

  .md\:w-\[47px\] {
    width: 47px;
  }

  .md\:w-\[480px\] {
    width: 480px;
  }

  .md\:w-\[495px\] {
    width: 495px;
  }

  .md\:w-\[50\%\] {
    width: 50%;
  }

  .md\:w-\[500px\] {
    width: 500px;
  }

  .md\:w-\[50px\] {
    width: 50px;
  }

  .md\:w-\[52\%\] {
    width: 52%;
  }

  .md\:w-\[528px\] {
    width: 528px;
  }

  .md\:w-\[55\%\] {
    width: 55%;
  }

  .md\:w-\[566px\] {
    width: 566px;
  }

  .md\:w-\[57px\] {
    width: 57px;
  }

  .md\:w-\[60\%\] {
    width: 60%;
  }

  .md\:w-\[624px\] {
    width: 624px;
  }

  .md\:w-\[628px\] {
    width: 628px;
  }

  .md\:w-\[640px\] {
    width: 640px;
  }

  .md\:w-\[7\%\] {
    width: 7%;
  }

  .md\:w-\[70\%\] {
    width: 70%;
  }

  .md\:w-\[83\%\] {
    width: 83%;
  }

  .md\:w-\[88\%\] {
    width: 88%;
  }

  .md\:w-\[900px\] {
    width: 900px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-fit {
    width: -webkit-fit-content;
    width: fit-content;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:min-w-0 {
    min-width: 0px;
  }

  .md\:min-w-12 {
    min-width: 3rem;
  }

  .md\:min-w-24 {
    min-width: 6rem;
  }

  .md\:min-w-36 {
    min-width: 9rem;
  }

  .md\:min-w-\[120px\] {
    min-width: 120px;
  }

  .md\:min-w-\[140px\] {
    min-width: 140px;
  }

  .md\:min-w-\[35\%\] {
    min-width: 35%;
  }

  .md\:min-w-\[37\%\] {
    min-width: 37%;
  }

  .md\:min-w-\[400px\] {
    min-width: 400px;
  }

  .md\:min-w-\[42\.5\%\] {
    min-width: 42.5%;
  }

  .md\:min-w-\[471px\] {
    min-width: 471px;
  }

  .md\:min-w-fit {
    min-width: -webkit-fit-content;
    min-width: fit-content;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:max-w-\[60\%\] {
    max-width: 60%;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:shrink {
    flex-shrink: 1;
  }

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-\[260px_1fr\] {
    grid-template-columns: 260px 1fr;
  }

  .md\:grid-cols-\[minmax\(0\2c 1fr\)_420px\] {
    grid-template-columns: minmax(0,1fr) 420px;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:\!items-center {
    align-items: center !important;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:justify-normal {
    justify-content: normal;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:\!justify-center {
    justify-content: center !important;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:\!justify-between {
    justify-content: space-between !important;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-32 {
    gap: 8rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-\[10px\] {
    gap: 10px;
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\: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));
  }

  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .md\: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));
  }

  .md\:self-auto {
    align-self: auto;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:rounded-2xl {
    border-radius: 1rem;
  }

  .md\:rounded-\[4px\] {
    border-radius: 4px;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:rounded-md {
    border-radius: 0.375rem;
  }

  .md\:rounded-none {
    border-radius: 0px;
  }

  .md\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-\[0\.5px\] {
    border-width: 0.5px;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-lighterGray {
    --tw-border-opacity: 1;
    border-color: rgb(230 230 230 / 1);
    border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  }

  .md\:border-mediumGray {
    --tw-border-opacity: 1;
    border-color: rgb(217 217 217 / 1);
    border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  }

  .md\:border-primaryColor {
    --tw-border-opacity: 1;
    border-color: rgb(0 124 194 / 1);
    border-color: rgb(0 124 194 / var(--tw-border-opacity, 1));
  }

  .md\:bg-lightGray {
    --tw-bg-opacity: 1;
    background-color: rgb(239 239 239 / 1);
    background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-primarySupport {
    --tw-bg-opacity: 1;
    background-color: rgb(230 243 251 / 1);
    background-color: rgb(230 243 251 / var(--tw-bg-opacity, 1));
  }

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

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-2\.5 {
    padding: 0.625rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:\!pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-\[96px\] {
    padding-bottom: 96px;
  }

  .md\:pe-\[26px\] {
    -webkit-padding-end: 26px;
            padding-inline-end: 26px;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pr-60 {
    padding-right: 15rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-start {
    text-align: start;
  }

  .md\:text-end {
    text-align: end;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-\[10px\] {
    font-size: 10px;
  }

  .md\:text-\[12px\] {
    font-size: 12px;
  }

  .md\:text-\[14px\] {
    font-size: 14px;
  }

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:text-\[32px\] {
    font-size: 32px;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:text-grayDisabled {
    --tw-text-opacity: 1;
    color: rgb(176 176 176 / 1);
    color: rgb(176 176 176 / var(--tw-text-opacity, 1));
  }

  .md\:text-primaryColor {
    --tw-text-opacity: 1;
    color: rgb(0 124 194 / 1);
    color: rgb(0 124 194 / var(--tw-text-opacity, 1));
  }

  .md\:text-textColor {
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / 1);
    color: rgb(102 102 102 / var(--tw-text-opacity, 1));
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:\[grid-template-columns\:280px_1fr_80px\] {
    grid-template-columns: 280px 1fr 80px;
  }
}
@media (min-width: 1024px) {

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[calc\(100vh-15rem\)\] {
    height: calc(100vh - 15rem);
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-\[350px\] {
    width: 350px;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }
}
.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full::-webkit-scrollbar-thumb {
  border-radius: 9999px;
}
.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-gray-300::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / 1);
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.hover\:\[\&\:\:-webkit-scrollbar-thumb\]\:bg-gray-400::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / 1);
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.\[\&\:\:-webkit-scrollbar-track\]\:bg-textColor::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / 1);
  background-color: rgb(102 102 102 / var(--tw-bg-opacity, 1));
}
.\[\&\:\:-webkit-scrollbar\]\:h-2::-webkit-scrollbar {
  height: 0.5rem;
}
.\[\&\:\:-webkit-scrollbar\]\:w-2::-webkit-scrollbar {
  width: 0.5rem;
}
.\[\&_\.ant-checkbox-inner\]\:\!rounded-\[4px\] .ant-checkbox-inner {
  border-radius: 4px !important;
}
.\[\&_\.ant-select-selection-item\]\:\!text-\[14px\] .ant-select-selection-item {
  font-size: 14px !important;
}
.\[\&_\.ant-select-selection-item\]\:\!font-medium .ant-select-selection-item {
  font-weight: 500 !important;
}
.\[\&_\.ant-select-selection-item\]\:\!text-black .ant-select-selection-item {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / 1) !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\[\&_\.ant-select-selection-placeholder\]\:\!text-\[14px\] .ant-select-selection-placeholder {
  font-size: 14px !important;
}
.\[\&_\.ant-select-selection-placeholder\]\:\!font-medium .ant-select-selection-placeholder {
  font-weight: 500 !important;
}
.\[\&_\.ant-select-selection-placeholder\]\:\!text-gray-500 .ant-select-selection-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / 1) !important;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
}
.\[\&_\.ant-select-selector\:hover_\.ant-select-selection-item\]\:\!text-primaryColor .ant-select-selector:hover .ant-select-selection-item {
  --tw-text-opacity: 1 !important;
  color: rgb(0 124 194 / 1) !important;
  color: rgb(0 124 194 / var(--tw-text-opacity, 1)) !important;
}
.\[\&_\.ant-select-selector\]\:\!rounded-md .ant-select-selector {
  border-radius: 0.375rem !important;
}
.\[\&_\.ant-select-selector\]\:\!border .ant-select-selector {
  border-width: 1px !important;
}
.\[\&_\.ant-select-selector\]\:\!border-0 .ant-select-selector {
  border-width: 0px !important;
}
.\[\&_\.ant-select-selector\]\:\!border-none .ant-select-selector {
  border-style: none !important;
}
.\[\&_\.ant-select-selector\]\:\!border-mediumGray .ant-select-selector {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 217 217 / 1) !important;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1)) !important;
}
.\[\&_\.ant-select-selector\]\:\!bg-transparent .ant-select-selector {
  background-color: transparent !important;
}
.\[\&_\.ant-select-selector\]\:\!p-0 .ant-select-selector {
  padding: 0px !important;
}
.\[\&_\.ant-select-selector\]\:\!px-3 .ant-select-selector {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\[\&_\.ant-select-selector\]\:\!py-1 .ant-select-selector {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.\[\&_\.ant-select-selector\]\:\!shadow-none .ant-select-selector {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.hover\:\[\&_\.ant-select-selector\]\:\!border-primaryColor .ant-select-selector:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 124 194 / 1) !important;
  border-color: rgb(0 124 194 / var(--tw-border-opacity, 1)) !important;
}
.\[\&_\.ant-select-selector\]\:hover\:\!bg-primarySupport:hover .ant-select-selector {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 243 251 / 1) !important;
  background-color: rgb(230 243 251 / var(--tw-bg-opacity, 1)) !important;
}
.\[\&_\.ant-select-selector\]\:hover\:\!bg-transparent:hover .ant-select-selector {
  background-color: transparent !important;
}

.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.bottom-bar {
  transition: transform 0.3s ease-in-out;
  transform: translateY(0);
}

.bottom-bar.hidden {
  transform: translateY(100%);
}

.ant-popover {
  z-index: 10500 !important; /* Ensure it's above the modal */
}

.player-wrapper {
  position: relative;
  padding-top: 56.25%; /* 720 / 1280 = 0.5625 */
}

.react-player {
  position: absolute;
  top: 0;
  left: 0;
}

.scrollbar-hide::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  display: none;
}

/* Hide scrollbar for IE, Edge, and Firefox */
.scrollbar-hide {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* Your CSS file or styles within your component */
.input-container input {
  box-sizing: border-box;
  outline: 0;
  padding: 0.75rem;
  position: relative;
  width: 100%;
}

/* Custom style for the date input */
.custom-date-input {
  box-sizing: border-box;
  outline: 0;
  padding: 0.75rem;
  position: relative;
  width: 100%;
}

/* Custom style for the date picker indicator */
.custom-date-input::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 2;
}

.cross-platform {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.cross-platform__message {
  margin-bottom: 8px;
  font-weight: 500;
}

.cross-platform__spinner {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid #ccc;
  border-top-color: #333;
  animation: cross-platform-spin 0.8s linear infinite;
}

@keyframes cross-platform-spin {
  to {
    transform: rotate(360deg);
  }
}


/*# sourceMappingURL=main.f3a2f863.css.map*/