/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/styles/globals.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | 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 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Ubuntu, sans-serif; /* 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: Roboto Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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;
}

* {
  border-color: var(--border-base);
}

:root {
  --tag-neutral-border: rgba(228, 228, 231, 1);
  --tag-neutral-icon: rgba(161, 161, 170, 1);
  --bg-switch-off-hover: rgba(212, 212, 216, 1);
  --border-menu-bot: rgba(255, 255, 255, 1);
  --border-menu-top: rgba(228, 228, 231, 1);
  --bg-subtle-hover: rgba(244, 244, 245, 1);
  --contrast-fg-primary: rgba(255, 255, 255, 0.88);
  --bg-switch-off: rgba(228, 228, 231, 1);
  --contrast-bg-base-pressed: rgba(63, 63, 70, 1);
  --bg-field-component-hover: rgba(250, 250, 250, 1);
  --bg-base-pressed: rgba(228, 228, 231, 1);
  --tag-neutral-text: rgba(82, 82, 91, 1);
  --tag-red-text: rgba(159, 18, 57, 1);
  --contrast-bg-base: rgba(24, 24, 27, 1);
  --border-strong: rgba(212, 212, 216, 1);
  --contrast-border-base: rgba(255, 255, 255, 0.15);
  --bg-field: rgba(250, 250, 250, 1);
  --tag-blue-text: rgba(30, 64, 175, 1);
  --button-inverted-pressed: rgba(82, 82, 91, 1);
  --border-interactive: rgba(59, 130, 246, 1);
  --bg-base-hover: rgba(244, 244, 245, 1);
  --contrast-bg-subtle: rgba(39, 39, 42, 1);
  --bg-highlight: rgba(239, 246, 255, 1);
  --contrast-fg-secondary: rgba(255, 255, 255, 0.56);
  --tag-red-bg: rgba(255, 228, 230, 1);
  --button-transparent: rgba(255, 255, 255, 0);
  --button-danger-pressed: rgba(159, 18, 57, 1);
  --fg-on-color: rgba(255, 255, 255, 1);
  --button-inverted-hover: rgba(63, 63, 70, 1);
  --bg-field-component: rgba(255, 255, 255, 1);
  --tag-orange-text: rgba(154, 52, 18, 1);
  --tag-green-icon: rgba(16, 185, 129, 1);
  --border-base: rgba(228, 228, 231, 1);
  --bg-base: rgba(255, 255, 255, 1);
  --tag-orange-border: rgba(254, 215, 170, 1);
  --tag-red-border: rgba(254, 205, 211, 1);
  --tag-green-border: rgba(167, 243, 208, 1);
  --tag-green-text: rgba(6, 95, 70, 1);
  --button-neutral: rgba(255, 255, 255, 1);
  --tag-blue-border: rgba(191, 219, 254, 1);
  --fg-interactive-hover: rgba(37, 99, 235, 1);
  --tag-orange-icon: rgba(249, 115, 22, 1);
  --button-neutral-hover: rgba(244, 244, 245, 1);
  --fg-interactive: rgba(59, 130, 246, 1);
  --bg-component-pressed: rgba(228, 228, 231, 1);
  --tag-purple-bg: rgba(237, 233, 254, 1);
  --contrast-bg-base-hover: rgba(39, 39, 42, 1);
  --bg-component: rgba(250, 250, 250, 1);
  --bg-subtle: rgba(250, 250, 250, 1);
  --tag-purple-text: rgba(91, 33, 182, 1);
  --contrast-border-bot: rgba(255, 255, 255, 0.1);
  --button-inverted: rgba(39, 39, 42, 1);
  --tag-red-icon: rgba(244, 63, 94, 1);
  --button-transparent-hover: rgba(244, 244, 245, 1);
  --button-neutral-pressed: rgba(228, 228, 231, 1);
  --tag-purple-icon: rgba(167, 139, 250, 1);
  --bg-field-hover: rgba(244, 244, 245, 1);
  --fg-on-inverted: rgba(255, 255, 255, 1);
  --bg-interactive: rgba(59, 130, 246, 1);
  --border-danger: rgba(190, 18, 60, 1);
  --button-transparent-pressed: rgba(228, 228, 231, 1);
  --tag-purple-border: rgba(221, 214, 254, 1);
  --bg-highlight-hover: rgba(219, 234, 254, 1);
  --border-error: rgba(225, 29, 72, 1);
  --button-danger: rgba(225, 29, 72, 1);
  --tag-blue-bg: rgba(219, 234, 254, 1);
  --border-transparent: rgba(255, 255, 255, 0);
  --button-danger-hover: rgba(190, 18, 60, 1);
  --bg-subtle-pressed: rgba(228, 228, 231, 1);
  --fg-error: rgba(225, 29, 72, 1);
  --bg-component-hover: rgba(244, 244, 245, 1);
  --bg-disabled: rgba(244, 244, 245, 1);
  --tag-blue-icon: rgba(96, 165, 250, 1);
  --fg-subtle: rgba(82, 82, 91, 1);
  --tag-orange-bg-hover: rgba(254, 215, 170, 1);
  --tag-green-bg-hover: rgba(167, 243, 208, 1);
  --tag-red-bg-hover: rgba(254, 205, 211, 1);
  --tag-purple-bg-hover: rgba(221, 214, 254, 1);
  --tag-neutral-bg-hover: rgba(228, 228, 231, 1);
  --tag-blue-bg-hover: rgba(191, 219, 254, 1);
  --tag-green-bg: rgba(209, 250, 229, 1);
  --tag-neutral-bg: rgba(244, 244, 245, 1);
  --tag-orange-bg: rgba(255, 237, 213, 1);
  --fg-base: rgba(24, 24, 27, 1);
  --contrast-border-top: rgba(24, 24, 27, 1);
  --bg-overlay: rgba(24, 24, 27, 0.4);
  --fg-disabled: rgba(161, 161, 170, 1);
  --fg-muted: rgba(113, 113, 122, 1);
  --alpha-250: rgba(24, 24, 27, 0.1);
  --alpha-400: rgba(24, 24, 27, 0.24);
  --buttons-danger-focus: 0px 0.75px 0px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px 0px rgba(190, 18, 60, 0.4), 0px 0px 0px 1px rgba(190, 18, 60, 1), 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px rgba(59, 130, 246, 0.6);
  --details-contrast-on-bg-interactive: 0px 1px 2px 0px rgba(30, 58, 138, 0.6);
  --borders-error: 0px 0px 0px 1px rgba(225, 29, 72, 1), 0px 0px 0px 3px rgba(225, 29, 72, 0.15);
  --borders-focus: 0px 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 0px 3px rgba(59, 130, 246, 0.6);
  --buttons-danger: 0px 0.75px 0px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px 0px rgba(190, 18, 60, 0.4), 0px 0px 0px 1px rgba(190, 18, 60, 1);
  --buttons-inverted-focus: 0px 0.75px 0px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.4), 0px 0px 0px 1px rgba(24, 24, 27, 1), 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px rgba(59, 130, 246, 0.6);
  --elevation-card-hover: 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 1px 2px -1px rgba(0, 0, 0, 0.08), 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  --details-switch-handle: 0px 0px 2px 1px rgba(255, 255, 255, 1) inset, 0px 1px 0px 0px rgba(255, 255, 255, 1) inset, 0px 0px 0px 0.5px rgba(0, 0, 0, 0.02), 0px 5px 4px 0px rgba(0, 0, 0, 0.02), 0px 3px 3px 0px rgba(0, 0, 0, 0.04), 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 0px 1px 0px rgba(0, 0, 0, 0.08);
  --buttons-neutral: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
  --borders-base: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
  --elevation-card-rest: 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 1px 2px -1px rgba(0, 0, 0, 0.08), 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
  --buttons-neutral-focus: 0px 1px 2px 0px rgba(0, 0, 0, 0.12), 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px rgba(59, 130, 246, 0.6);
  --details-switch-background-focus: 0px 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 0px 3px rgba(59, 130, 246, 0.6), 0px 1px 1px 0px rgba(0, 0, 0, 0.04) inset, 0px 2px 4px 0px rgba(0, 0, 0, 0.04) inset, 0px 0px 0px 0.75px rgba(0, 0, 0, 0.06) inset, 0px 0px 8px 0px rgba(0, 0, 0, 0.02) inset, 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
  --details-switch-background: 0px 1px 1px 0px rgba(0, 0, 0, 0.04) inset, 0px 2px 4px 0px rgba(0, 0, 0, 0.04) inset, 0px 0px 0px 0.75px rgba(0, 0, 0, 0.06) inset, 0px 0px 8px 0px rgba(0, 0, 0, 0.02) inset, 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
  --elevation-flyout: 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 4px 8px 0px rgba(0, 0, 0, 0.08), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
  --elevation-tooltip: 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 2px 4px 0px rgba(0, 0, 0, 0.08), 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  --elevation-modal: 0px 0px 0px 1px rgba(255, 255, 255, 1) inset, 0px 0px 0px 1.5px rgba(228, 228, 231, 0.6) inset, 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 16px 32px 0px rgba(0, 0, 0, 0.08);
  --elevation-code-block: 0px 0px 0px 1px rgba(24, 24, 27, 1) inset, 0px 0px 0px 1.5px rgba(255, 255, 255, 0.2) inset;
  --buttons-inverted: 0px 0.75px 0px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.4), 0px 0px 0px 1px rgba(24, 24, 27, 1);
  --elevation-commandbar: 0px 0px 0px 0.75px rgba(39, 39, 42, 1) inset, 0px 0px 0px 1.25px rgba(255, 255, 255, 0.3) inset, 0px 8px 16px 0px rgba(0, 0, 0, 0.08), 0px 16px 32px 0px rgba(0, 0, 0, 0.08);
  --borders-interactive-with-focus: 0px 1px 2px 0px rgba(30, 58, 138, 0.5), 0px 0px 0px 1px rgba(37, 99, 235, 1), 0px 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 0px 4px rgba(37, 99, 235, 0.6);
  --borders-interactive-with-shadow: 0px 1px 2px 0px rgba(30, 58, 138, 0.5), 0px 0px 0px 1px rgba(37, 99, 235, 1);
  --borders-interactive-with-active: 0px 0px 0px 4px rgba(37, 99, 235, 0.2), 0px 0px 0px 1px rgba(37, 99, 235, 1);
}
.txt-compact-small-plus {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 500;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.txt-compact-medium {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.txt-compact-medium-plus {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.\!txt-compact-small {
  font-size: 0.8125rem !important;
  line-height: 1.25rem !important;
  font-weight: 400 !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
}
.txt-compact-small {
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.\!txt-medium {
  font-size: 0.875rem !important;
  line-height: 1.399999976158142rem !important;
  font-weight: 400 !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
}
.txt-medium {
  font-size: 0.875rem;
  line-height: 1.399999976158142rem;
  font-weight: 400;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.txt-small-plus {
  font-size: 0.8125rem;
  line-height: 1.3000000715255737rem;
  font-weight: 500;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.txt-medium-plus {
  font-size: 0.875rem;
  line-height: 1.399999976158142rem;
  font-weight: 500;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.txt-xlarge-plus {
  font-size: 1.125rem;
  line-height: 1.8000000715255737rem;
  font-weight: 500;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.txt-xlarge {
  font-size: 1.125rem;
  line-height: 1.8000000715255737rem;
  font-weight: 400;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
.content-container {
    width: calc(100% - clamp(1.5rem, 4vw, 7rem));
    max-width: 2200px;
    margin-left: auto;
    margin-right: auto;
  }
.text-small-regular {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.text-base-regular {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.text-base-semi {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.text-large-regular {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.text-large-semi {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.text-xl-semi {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 36px;
}
.text-2xl-regular {
  font-size: 30px;
  font-weight: 400;
  line-height: 48px;
}
.text-2xl-semi {
  font-size: 30px;
  font-weight: 600;
  line-height: 48px;
}
.text-3xl-regular {
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}
.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;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-x-\[31\.75\%\] {
  left: 31.75%;
  right: 31.75%;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.inset-y-\[31\.75\%\] {
  top: 31.75%;
  bottom: 31.75%;
}
.-bottom-\[calc\(100\%-36px\)\] {
  bottom: calc(calc(100% - 36px) * -1);
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-1\/2 {
  bottom: 50%;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-12 {
  left: 3rem;
}
.left-4 {
  left: 1rem;
}
.left-6 {
  left: 1.5rem;
}
.left-\[-3px\] {
  left: -3px;
}
.left-\[48\%\] {
  left: 48%;
}
.right-0 {
  right: 0px;
}
.right-0\.5 {
  right: 0.125rem;
}
.right-1 {
  right: 0.25rem;
}
.right-1\/2 {
  right: 50%;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-6 {
  top: 1.5rem;
}
.top-8 {
  top: 2rem;
}
.top-\[108px\] {
  top: 108px;
}
.top-\[41px\] {
  top: 41px;
}
.top-\[47px\] {
  top: 47px;
}
.top-\[48\%\] {
  top: 48%;
}
.top-\[72px\] {
  top: 72px;
}
.top-\[88px\] {
  top: 88px;
}
.top-\[8px\] {
  top: 8px;
}
.top-\[calc\(100\%\+1px\)\] {
  top: calc(100% + 1px);
}
.top-\[calc\(100\%\+6px\)\] {
  top: calc(100% + 6px);
}
.top-\[calc\(100\%\+8px\)\] {
  top: calc(100% + 8px);
}
.top-\[calc\(100\%-1px\)\] {
  top: calc(100% - 1px);
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[55\] {
  z-index: 55;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[70\] {
  z-index: 70;
}
.z-\[75\] {
  z-index: 75;
}
.z-\[80\] {
  z-index: 80;
}
.z-\[900\] {
  z-index: 900;
}
.z-\[9990\] {
  z-index: 9990;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.m-4 {
  margin: 1rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[-23px\] {
  margin-left: -23px;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}
.aspect-\[11\/14\] {
  aspect-ratio: 11/14;
}
.aspect-\[29\/34\] {
  aspect-ratio: 29/34;
}
.aspect-\[9\/16\] {
  aspect-ratio: 9/16;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-52 {
  height: 13rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[1\.5px\] {
  height: 1.5px;
}
.h-\[112px\] {
  height: 112px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[210px\] {
  height: 210px;
}
.h-\[242px\] {
  height: 242px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[43px\] {
  height: 43px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[84px\] {
  height: 84px;
}
.h-\[92px\] {
  height: 92px;
}
.h-\[clamp\(150px\2c 10vw\2c 190px\)\] {
  height: clamp(150px, 10vw, 190px);
}
.h-\[clamp\(210px\2c 13\.5vw\2c 255px\)\] {
  height: clamp(210px, 13.5vw, 255px);
}
.h-\[clamp\(60px\2c 5vw\2c 76px\)\] {
  height: clamp(60px, 5vw, 76px);
}
.h-\[min\(720px\2c calc\(100vh-1rem\)\)\] {
  height: min(720px, calc(100vh - 1rem));
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-\[1000px\] {
  max-height: 1000px;
}
.max-h-\[104px\] {
  max-height: 104px;
}
.max-h-\[140px\] {
  max-height: 140px;
}
.max-h-\[160px\] {
  max-height: 160px;
}
.max-h-\[208px\] {
  max-height: 208px;
}
.max-h-\[220px\] {
  max-height: 220px;
}
.max-h-\[260px\] {
  max-height: 260px;
}
.max-h-\[402px\] {
  max-height: 402px;
}
.max-h-\[420px\] {
  max-height: 420px;
}
.max-h-\[442px\] {
  max-height: 442px;
}
.max-h-\[46px\] {
  max-height: 46px;
}
.max-h-\[75vh\] {
  max-height: 75vh;
}
.max-h-\[calc\(100vh-108px\)\] {
  max-height: calc(100vh - 108px);
}
.max-h-\[clamp\(135px\2c 9vw\2c 170px\)\] {
  max-height: clamp(135px, 9vw, 170px);
}
.max-h-\[min\(530px\2c calc\(100vw-2rem\)\)\] {
  max-height: min(530px, calc(100vw - 2rem));
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-11 {
  min-height: 2.75rem;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-9 {
  min-height: 2.25rem;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[110px\] {
  min-height: 110px;
}
.min-h-\[126px\] {
  min-height: 126px;
}
.min-h-\[150px\] {
  min-height: 150px;
}
.min-h-\[160px\] {
  min-height: 160px;
}
.min-h-\[180px\] {
  min-height: 180px;
}
.min-h-\[208px\] {
  min-height: 208px;
}
.min-h-\[220px\] {
  min-height: 220px;
}
.min-h-\[260px\] {
  min-height: 260px;
}
.min-h-\[315px\] {
  min-height: 315px;
}
.min-h-\[390px\] {
  min-height: 390px;
}
.min-h-\[42px\] {
  min-height: 42px;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.min-h-\[46px\] {
  min-height: 46px;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.min-h-\[52px\] {
  min-height: 52px;
}
.min-h-\[72px\] {
  min-height: 72px;
}
.min-h-\[86px\] {
  min-height: 86px;
}
.min-h-\[88px\] {
  min-height: 88px;
}
.min-h-\[calc\(100vh-64px\)\] {
  min-height: calc(100vh - 64px);
}
.min-h-\[clamp\(430px\2c 38vw\2c 570px\)\] {
  min-height: clamp(430px, 38vw, 570px);
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0px;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.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-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.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\/6 {
  width: 50%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-\[1\.5px\] {
  width: 1.5px;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[260px\] {
  width: 260px;
}
.w-\[290px\] {
  width: 290px;
}
.w-\[38px\] {
  width: 38px;
}
.w-\[3px\] {
  width: 3px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[440px\] {
  width: 440px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[clamp\(220px\2c 16vw\2c 300px\)\] {
  width: clamp(220px, 16vw, 300px);
}
.w-\[clamp\(290px\2c 18vw\2c 320px\)\] {
  width: clamp(290px, 18vw, 320px);
}
.w-\[min\(256px\2c 72vw\)\] {
  width: min(256px, 72vw);
}
.w-\[min\(620px\2c calc\(100vw-1rem\)\)\] {
  width: min(620px, calc(100vw - 1rem));
}
.w-\[min\(clamp\(390px\2c 30vw\2c 460px\)\2c calc\(100vw-32px\)\)\] {
  width: min(clamp(390px, 30vw, 460px), calc(100vw - 32px));
}
.w-\[min\(clamp\(420px\2c 32vw\2c 520px\)\2c calc\(100vw-32px\)\)\] {
  width: min(clamp(420px, 32vw, 520px), calc(100vw - 32px));
}
.w-\[min\(clamp\(920px\2c 62vw\2c 1160px\)\2c calc\(100vw-2rem\)\)\] {
  width: min(clamp(920px, 62vw, 1160px), calc(100vw - 2rem));
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-4 {
  min-width: 1rem;
}
.min-w-5 {
  min-width: 1.25rem;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-\[220px\] {
  min-width: 220px;
}
.min-w-\[260px\] {
  min-width: 260px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[316px\] {
  min-width: 316px;
}
.min-w-\[320px\] {
  min-width: 320px;
}
.min-w-\[360px\] {
  min-width: 360px;
}
.min-w-\[560px\] {
  min-width: 560px;
}
.min-w-\[680px\] {
  min-width: 680px;
}
.min-w-\[720px\] {
  min-width: 720px;
}
.min-w-\[72px\] {
  min-width: 72px;
}
.min-w-\[760px\] {
  min-width: 760px;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[1120px\] {
  max-width: 1120px;
}
.max-w-\[112px\] {
  max-width: 112px;
}
.max-w-\[1160px\] {
  max-width: 1160px;
}
.max-w-\[260px\] {
  max-width: 260px;
}
.max-w-\[46px\] {
  max-width: 46px;
}
.max-w-\[620px\] {
  max-width: 620px;
}
.max-w-\[680px\] {
  max-width: 680px;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-\[760px\] {
  max-width: 760px;
}
.max-w-\[780px\] {
  max-width: 780px;
}
.max-w-\[820px\] {
  max-width: 820px;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.max-w-\[860px\] {
  max-width: 860px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[920px\] {
  max-width: 920px;
}
.max-w-\[980px\] {
  max-width: 980px;
}
.max-w-\[min\(1000px\2c 100\%\)\] {
  max-width: min(1000px, 100%);
}
.max-w-\[min\(430px\2c 100\%\)\] {
  max-width: min(430px, 100%);
}
.max-w-\[min\(620px\2c 100\%\)\] {
  max-width: min(620px, 100%);
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.basis-0 {
  flex-basis: 0px;
}
.basis-full {
  flex-basis: 100%;
}
.caption-bottom {
  caption-side: bottom;
}
.-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 {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-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-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1 {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-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-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.25\] {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.28\] {
  --tw-scale-x: 1.28;
  --tw-scale-y: 1.28;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.45\] {
  --tw-scale-x: 1.45;
  --tw-scale-y: 1.45;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.55\] {
  --tw-scale-x: 1.55;
  --tw-scale-y: 1.55;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.7\] {
  --tw-scale-x: 1.7;
  --tw-scale-y: 1.7;
  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));
}
.\!transform-none {
  transform: none !important;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-move {
  cursor: move;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-nwse-resize {
  cursor: nwse-resize;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.scroll-mt-24 {
  scroll-margin-top: 6rem;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.\!grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[122px_1fr\] {
  grid-template-columns: 122px 1fr;
}
.grid-cols-\[144px_1fr\] {
  grid-template-columns: 144px 1fr;
}
.grid-cols-\[1fr_44px\] {
  grid-template-columns: 1fr 44px;
}
.grid-cols-\[1fr_46px\] {
  grid-template-columns: 1fr 46px;
}
.grid-cols-\[1fr_80px\] {
  grid-template-columns: 1fr 80px;
}
.grid-cols-\[22px_minmax\(0\2c 1fr\)\] {
  grid-template-columns: 22px minmax(0,1fr);
}
.grid-cols-\[38px_auto\] {
  grid-template-columns: 38px auto;
}
.grid-cols-\[54px_minmax\(0\2c 1fr\)\] {
  grid-template-columns: 54px minmax(0,1fr);
}
.grid-cols-\[64px_auto\] {
  grid-template-columns: 64px auto;
}
.grid-cols-\[70px_54px_180px\] {
  grid-template-columns: 70px 54px 180px;
}
.grid-cols-\[74px_minmax\(0\2c 1fr\)\] {
  grid-template-columns: 74px minmax(0,1fr);
}
.grid-cols-\[clamp\(84px\2c 6vw\2c 96px\)_minmax\(0\2c 1fr\)\] {
  grid-template-columns: clamp(84px, 6vw, 96px) minmax(0,1fr);
}
.grid-cols-\[minmax\(0\2c 1fr\)_auto\] {
  grid-template-columns: minmax(0,1fr) auto;
}
.grid-cols-\[minmax\(0\2c 1fr\)_minmax\(0\2c 1fr\)\] {
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
}
.grid-cols-\[repeat\(auto-fit\2c minmax\(min\(190px\2c 100\%\)\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(min(190px, 100%),1fr));
}
.grid-rows-\[150px_auto_auto\] {
  grid-template-rows: 150px auto auto;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.content-center {
  align-content: center;
}
.content-start {
  align-content: flex-start;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-start {
  justify-items: start;
}
.justify-items-center {
  justify-items: center;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.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-9 {
  gap: 2.25rem;
}
.gap-\[3px\] {
  gap: 3px;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-\[clamp\(24px\2c 2vw\2c 40px\)\] {
  -moz-column-gap: clamp(24px, 2vw, 40px);
       column-gap: clamp(24px, 2vw, 40px);
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-24 {
  row-gap: 6rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-7 {
  row-gap: 1.75rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.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-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-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * 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-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * 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-\[\#d8dddd\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(216 221 221 / var(--tw-divide-opacity, 1));
}
.divide-\[\#e1e4e4\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(225 228 228 / var(--tw-divide-opacity, 1));
}
.divide-\[\#e4eaed\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(228 234 237 / var(--tw-divide-opacity, 1));
}
.divide-\[\#eceeee\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 238 238 / var(--tw-divide-opacity, 1));
}
.divide-\[\#edf0f0\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(237 240 240 / var(--tw-divide-opacity, 1));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-stretch {
  align-self: stretch;
}
.justify-self-end {
  justify-self: end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-circle {
  border-radius: 9999px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-large {
  border-radius: 16px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-rounded {
  border-radius: 8px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[30px\] {
  border-bottom-width: 30px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-l-\[18px\] {
  border-left-width: 18px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-r-\[18px\] {
  border-right-width: 18px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-\[\#0072bc\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 114 188 / var(--tw-border-opacity, 1));
}
.border-\[\#0084cc\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 132 204 / var(--tw-border-opacity, 1));
}
.border-\[\#2bb8df\] {
  --tw-border-opacity: 1;
  border-color: rgb(43 184 223 / var(--tw-border-opacity, 1));
}
.border-\[\#2f3d3e\] {
  --tw-border-opacity: 1;
  border-color: rgb(47 61 62 / var(--tw-border-opacity, 1));
}
.border-\[\#3f4748\] {
  --tw-border-opacity: 1;
  border-color: rgb(63 71 72 / var(--tw-border-opacity, 1));
}
.border-\[\#77bc1f\] {
  --tw-border-opacity: 1;
  border-color: rgb(119 188 31 / var(--tw-border-opacity, 1));
}
.border-\[\#8f9696\] {
  --tw-border-opacity: 1;
  border-color: rgb(143 150 150 / var(--tw-border-opacity, 1));
}
.border-\[\#9ba2a2\] {
  --tw-border-opacity: 1;
  border-color: rgb(155 162 162 / var(--tw-border-opacity, 1));
}
.border-\[\#9eb6c2\] {
  --tw-border-opacity: 1;
  border-color: rgb(158 182 194 / var(--tw-border-opacity, 1));
}
.border-\[\#aeb6b8\] {
  --tw-border-opacity: 1;
  border-color: rgb(174 182 184 / var(--tw-border-opacity, 1));
}
.border-\[\#b8bebe\] {
  --tw-border-opacity: 1;
  border-color: rgb(184 190 190 / var(--tw-border-opacity, 1));
}
.border-\[\#b8d7e8\] {
  --tw-border-opacity: 1;
  border-color: rgb(184 215 232 / var(--tw-border-opacity, 1));
}
.border-\[\#ccd1d1\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 209 209 / var(--tw-border-opacity, 1));
}
.border-\[\#cdd8dd\] {
  --tw-border-opacity: 1;
  border-color: rgb(205 216 221 / var(--tw-border-opacity, 1));
}
.border-\[\#cfd4d5\] {
  --tw-border-opacity: 1;
  border-color: rgb(207 212 213 / var(--tw-border-opacity, 1));
}
.border-\[\#cfd5d5\] {
  --tw-border-opacity: 1;
  border-color: rgb(207 213 213 / var(--tw-border-opacity, 1));
}
.border-\[\#cfd8dc\] {
  --tw-border-opacity: 1;
  border-color: rgb(207 216 220 / var(--tw-border-opacity, 1));
}
.border-\[\#d6dee2\] {
  --tw-border-opacity: 1;
  border-color: rgb(214 222 226 / var(--tw-border-opacity, 1));
}
.border-\[\#d8dddd\] {
  --tw-border-opacity: 1;
  border-color: rgb(216 221 221 / var(--tw-border-opacity, 1));
}
.border-\[\#d8e1e5\] {
  --tw-border-opacity: 1;
  border-color: rgb(216 225 229 / var(--tw-border-opacity, 1));
}
.border-\[\#d9e1e5\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 225 229 / var(--tw-border-opacity, 1));
}
.border-\[\#e1e8eb\] {
  --tw-border-opacity: 1;
  border-color: rgb(225 232 235 / var(--tw-border-opacity, 1));
}
.border-\[\#e3e8ea\] {
  --tw-border-opacity: 1;
  border-color: rgb(227 232 234 / var(--tw-border-opacity, 1));
}
.border-\[\#e4c97a\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 201 122 / var(--tw-border-opacity, 1));
}
.border-\[\#e4eaed\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 234 237 / var(--tw-border-opacity, 1));
}
.border-\[\#edf0f0\] {
  --tw-border-opacity: 1;
  border-color: rgb(237 240 240 / var(--tw-border-opacity, 1));
}
.border-\[\#f3c969\] {
  --tw-border-opacity: 1;
  border-color: rgb(243 201 105 / var(--tw-border-opacity, 1));
}
.border-current {
  border-color: currentColor;
}
.border-gray-200 {
  --tw-border-opacity: 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 / var(--tw-border-opacity, 1));
}
.border-grey-20 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-ui-border-base {
  border-color: var(--border-base);
}
.border-ui-border-interactive {
  border-color: var(--border-interactive);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-b-\[\#b01d27\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(176 29 39 / var(--tw-border-opacity, 1));
}
.border-l-\[\#77bc1f\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(119 188 31 / var(--tw-border-opacity, 1));
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-r-transparent {
  border-right-color: transparent;
}
.\!bg-\[\#77bc1f\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(119 188 31 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#0072bc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 188 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0084cc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 132 204 / var(--tw-bg-opacity, 1));
}
.bg-\[\#13232c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(19 35 44 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2bb8df\] {
  --tw-bg-opacity: 1;
  background-color: rgb(43 184 223 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3f4748\] {
  --tw-bg-opacity: 1;
  background-color: rgb(63 71 72 / var(--tw-bg-opacity, 1));
}
.bg-\[\#566162\] {
  --tw-bg-opacity: 1;
  background-color: rgb(86 97 98 / var(--tw-bg-opacity, 1));
}
.bg-\[\#65a319\] {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 25 / var(--tw-bg-opacity, 1));
}
.bg-\[\#6f7778\] {
  --tw-bg-opacity: 1;
  background-color: rgb(111 119 120 / var(--tw-bg-opacity, 1));
}
.bg-\[\#77bc1f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(119 188 31 / var(--tw-bg-opacity, 1));
}
.bg-\[\#8c9495\] {
  --tw-bg-opacity: 1;
  background-color: rgb(140 148 149 / var(--tw-bg-opacity, 1));
}
.bg-\[\#8f9696\] {
  --tw-bg-opacity: 1;
  background-color: rgb(143 150 150 / var(--tw-bg-opacity, 1));
}
.bg-\[\#9ba2a2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(155 162 162 / var(--tw-bg-opacity, 1));
}
.bg-\[\#9da3a5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(157 163 165 / var(--tw-bg-opacity, 1));
}
.bg-\[\#aeb5b5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(174 181 181 / var(--tw-bg-opacity, 1));
}
.bg-\[\#d8dddd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 221 221 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e1e3e3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 227 227 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e3e5e5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 229 229 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e6f3f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 243 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e8f6fb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 246 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ededed\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eef3f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eef4f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 244 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eef8ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 248 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ef4b28\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 75 40 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f1f1f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f4f7f8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 247 248 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5f5f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5f8f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f7f7f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f7f8f8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 248 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f7f9f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f7faf4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f7fafa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f7fafb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f7fbf1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 251 241 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f8fafb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fafafa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fbfcfd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 252 253 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff8db\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 219 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-current {
  background-color: currentColor;
}
.bg-gray-100 {
  --tw-bg-opacity: 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 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-grey-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}
.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-ui-bg-base {
  background-color: var(--bg-base);
}
.bg-ui-bg-component-pressed {
  background-color: var(--bg-component-pressed);
}
.bg-ui-bg-field {
  background-color: var(--bg-field);
}
.bg-ui-bg-subtle {
  background-color: var(--bg-subtle);
}
.bg-ui-button-neutral-hover {
  background-color: var(--button-neutral-hover);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}
.bg-zinc-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-green-400 {
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-zinc-400 {
  --tw-gradient-from: #a1a1aa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 161 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-green-500 {
  --tw-gradient-to: #22c55e var(--tw-gradient-to-position);
}
.to-zinc-500 {
  --tw-gradient-to: #71717a var(--tw-gradient-to-position);
}
.fill-\[\#9ca3af\] {
  fill: #9ca3af;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-left {
  -o-object-position: left;
     object-position: left;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[6px\] {
  padding: 6px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[clamp\(16px\2c 1\.5vw\2c 24px\)\] {
  padding-left: clamp(16px, 1.5vw, 24px);
  padding-right: clamp(16px, 1.5vw, 24px);
}
.px-\[clamp\(18px\2c 2vw\2c 28px\)\] {
  padding-left: clamp(18px, 2vw, 28px);
  padding-right: clamp(18px, 2vw, 28px);
}
.px-\[clamp\(24px\2c 2vw\2c 32px\)\] {
  padding-left: clamp(24px, 2vw, 32px);
  padding-right: clamp(24px, 2vw, 32px);
}
.px-\[clamp\(5px\2c 0\.48vw\2c 9px\)\] {
  padding-left: clamp(5px, 0.48vw, 9px);
  padding-right: clamp(5px, 0.48vw, 9px);
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.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;
}
.\!pl-0 {
  padding-left: 0px !important;
}
.\!pr-0 {
  padding-right: 0px !important;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-\[1px\] {
  padding-left: 1px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-mono {
  font-family: Roboto Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 2rem;
}
.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-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[31px\] {
  font-size: 31px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[42px\] {
  font-size: 42px;
}
.text-\[46px\] {
  font-size: 46px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[52px\] {
  font-size: 52px;
}
.text-\[58px\] {
  font-size: 58px;
}
.text-\[clamp\(13px\2c 0\.74vw\2c 14px\)\] {
  font-size: clamp(13px, 0.74vw, 14px);
}
.text-\[clamp\(13px\2c 0\.8vw\2c 15px\)\] {
  font-size: clamp(13px, 0.8vw, 15px);
}
.text-\[clamp\(15px\2c 0\.92vw\2c 17px\)\] {
  font-size: clamp(15px, 0.92vw, 17px);
}
.text-\[clamp\(15px\2c 0\.95vw\2c 17px\)\] {
  font-size: clamp(15px, 0.95vw, 17px);
}
.text-\[clamp\(17px\2c 1\.15vw\2c 20px\)\] {
  font-size: clamp(17px, 1.15vw, 20px);
}
.text-\[clamp\(17px\2c 1\.1vw\2c 20px\)\] {
  font-size: clamp(17px, 1.1vw, 20px);
}
.text-\[clamp\(17px\2c 1vw\2c 20px\)\] {
  font-size: clamp(17px, 1vw, 20px);
}
.text-\[clamp\(18px\2c 1\.15vw\2c 21px\)\] {
  font-size: clamp(18px, 1.15vw, 21px);
}
.text-\[clamp\(18px\2c 1\.25vw\2c 23px\)\] {
  font-size: clamp(18px, 1.25vw, 23px);
}
.text-\[clamp\(19px\2c 1\.2vw\2c 23px\)\] {
  font-size: clamp(19px, 1.2vw, 23px);
}
.text-\[clamp\(20px\2c 1\.4vw\2c 26px\)\] {
  font-size: clamp(20px, 1.4vw, 26px);
}
.text-\[clamp\(21px\2c 1\.45vw\2c 26px\)\] {
  font-size: clamp(21px, 1.45vw, 26px);
}
.text-\[clamp\(23px\2c 1\.6vw\2c 26px\)\] {
  font-size: clamp(23px, 1.6vw, 26px);
}
.text-\[clamp\(24px\2c 1\.55vw\2c 27px\)\] {
  font-size: clamp(24px, 1.55vw, 27px);
}
.text-\[clamp\(24px\2c 2vw\2c 34px\)\] {
  font-size: clamp(24px, 2vw, 34px);
}
.text-\[clamp\(26px\2c 2\.6vw\2c 34px\)\] {
  font-size: clamp(26px, 2.6vw, 34px);
}
.text-\[clamp\(32px\2c 3vw\2c 46px\)\] {
  font-size: clamp(32px, 3vw, 46px);
}
.text-\[clamp\(34px\2c 2\.6vw\2c 44px\)\] {
  font-size: clamp(34px, 2.6vw, 44px);
}
.text-\[clamp\(48px\2c 3\.6vw\2c 56px\)\] {
  font-size: clamp(48px, 3.6vw, 56px);
}
.text-\[clamp\(50px\2c 3\.8vw\2c 58px\)\] {
  font-size: clamp(50px, 3.8vw, 58px);
}
.text-\[clamp\(56px\2c 4vw\2c 58px\)\] {
  font-size: clamp(56px, 4vw, 58px);
}
.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-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[0\.95\] {
  line-height: 0.95;
}
.leading-\[1\.02\] {
  line-height: 1.02;
}
.leading-\[1\.04\] {
  line-height: 1.04;
}
.leading-\[1\.08\] {
  line-height: 1.08;
}
.leading-\[1\.15\] {
  line-height: 1.15;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.06em\] {
  letter-spacing: 0.06em;
}
.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}
.tracking-normal {
  letter-spacing: 0em;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#006aa6\] {
  --tw-text-opacity: 1;
  color: rgb(0 106 166 / var(--tw-text-opacity, 1));
}
.text-\[\#0072bc\] {
  --tw-text-opacity: 1;
  color: rgb(0 114 188 / var(--tw-text-opacity, 1));
}
.text-\[\#13232c\] {
  --tw-text-opacity: 1;
  color: rgb(19 35 44 / var(--tw-text-opacity, 1));
}
.text-\[\#1d2a32\] {
  --tw-text-opacity: 1;
  color: rgb(29 42 50 / var(--tw-text-opacity, 1));
}
.text-\[\#2bb8df\] {
  --tw-text-opacity: 1;
  color: rgb(43 184 223 / var(--tw-text-opacity, 1));
}
.text-\[\#2f3d3e\] {
  --tw-text-opacity: 1;
  color: rgb(47 61 62 / var(--tw-text-opacity, 1));
}
.text-\[\#2f3f48\] {
  --tw-text-opacity: 1;
  color: rgb(47 63 72 / var(--tw-text-opacity, 1));
}
.text-\[\#35b8dc\] {
  --tw-text-opacity: 1;
  color: rgb(53 184 220 / var(--tw-text-opacity, 1));
}
.text-\[\#4d8f16\] {
  --tw-text-opacity: 1;
  color: rgb(77 143 22 / var(--tw-text-opacity, 1));
}
.text-\[\#4f8f0f\] {
  --tw-text-opacity: 1;
  color: rgb(79 143 15 / var(--tw-text-opacity, 1));
}
.text-\[\#51616b\] {
  --tw-text-opacity: 1;
  color: rgb(81 97 107 / var(--tw-text-opacity, 1));
}
.text-\[\#53646e\] {
  --tw-text-opacity: 1;
  color: rgb(83 100 110 / var(--tw-text-opacity, 1));
}
.text-\[\#566162\] {
  --tw-text-opacity: 1;
  color: rgb(86 97 98 / var(--tw-text-opacity, 1));
}
.text-\[\#607174\] {
  --tw-text-opacity: 1;
  color: rgb(96 113 116 / var(--tw-text-opacity, 1));
}
.text-\[\#62727c\] {
  --tw-text-opacity: 1;
  color: rgb(98 114 124 / var(--tw-text-opacity, 1));
}
.text-\[\#6b4e00\] {
  --tw-text-opacity: 1;
  color: rgb(107 78 0 / var(--tw-text-opacity, 1));
}
.text-\[\#71808a\] {
  --tw-text-opacity: 1;
  color: rgb(113 128 138 / var(--tw-text-opacity, 1));
}
.text-\[\#778384\] {
  --tw-text-opacity: 1;
  color: rgb(119 131 132 / var(--tw-text-opacity, 1));
}
.text-\[\#77bc1f\] {
  --tw-text-opacity: 1;
  color: rgb(119 188 31 / var(--tw-text-opacity, 1));
}
.text-\[\#80caee\] {
  --tw-text-opacity: 1;
  color: rgb(128 202 238 / var(--tw-text-opacity, 1));
}
.text-\[\#879092\] {
  --tw-text-opacity: 1;
  color: rgb(135 144 146 / var(--tw-text-opacity, 1));
}
.text-\[\#8c9495\] {
  --tw-text-opacity: 1;
  color: rgb(140 148 149 / var(--tw-text-opacity, 1));
}
.text-\[\#8f9696\] {
  --tw-text-opacity: 1;
  color: rgb(143 150 150 / var(--tw-text-opacity, 1));
}
.text-\[\#9aa2a3\] {
  --tw-text-opacity: 1;
  color: rgb(154 162 163 / var(--tw-text-opacity, 1));
}
.text-\[\#9ba2a2\] {
  --tw-text-opacity: 1;
  color: rgb(155 162 162 / var(--tw-text-opacity, 1));
}
.text-\[\#a04a00\] {
  --tw-text-opacity: 1;
  color: rgb(160 74 0 / var(--tw-text-opacity, 1));
}
.text-\[\#a4afb5\] {
  --tw-text-opacity: 1;
  color: rgb(164 175 181 / var(--tw-text-opacity, 1));
}
.text-\[\#b4babb\] {
  --tw-text-opacity: 1;
  color: rgb(180 186 187 / var(--tw-text-opacity, 1));
}
.text-\[\#b7bdbd\] {
  --tw-text-opacity: 1;
  color: rgb(183 189 189 / var(--tw-text-opacity, 1));
}
.text-\[\#b8c0c1\] {
  --tw-text-opacity: 1;
  color: rgb(184 192 193 / var(--tw-text-opacity, 1));
}
.text-\[\#c2410c\] {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.text-\[\#c4c9ca\] {
  --tw-text-opacity: 1;
  color: rgb(196 201 202 / var(--tw-text-opacity, 1));
}
.text-\[\#c77a12\] {
  --tw-text-opacity: 1;
  color: rgb(199 122 18 / var(--tw-text-opacity, 1));
}
.text-\[\#cfd4d5\] {
  --tw-text-opacity: 1;
  color: rgb(207 212 213 / var(--tw-text-opacity, 1));
}
.text-\[\#d8dddd\] {
  --tw-text-opacity: 1;
  color: rgb(216 221 221 / var(--tw-text-opacity, 1));
}
.text-\[\#d9e6ec\] {
  --tw-text-opacity: 1;
  color: rgb(217 230 236 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-grey-90 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-neutral-950 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}
.text-orange-950 {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity, 1));
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}
.text-ui-fg-base {
  color: var(--fg-base);
}
.text-ui-fg-interactive {
  color: var(--fg-interactive);
}
.text-ui-fg-muted {
  color: var(--fg-muted);
}
.text-ui-fg-subtle {
  color: var(--fg-subtle);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}
.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}
.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.accent-\[\#0072bc\] {
  accent-color: #0072bc;
}
.accent-\[\#77bc1f\] {
  accent-color: #77bc1f;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_-8px_18px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0 -8px 18px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 -8px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_10px_24px_rgba\(0\2c 0\2c 0\2c 0\.14\)\] {
  --tw-shadow: 0 10px 24px rgba(0,0,0,0.14);
  --tw-shadow-colored: 0 10px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_12px_24px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0 12px 24px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 12px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_12px_28px_rgba\(0\2c 0\2c 0\2c 0\.14\)\] {
  --tw-shadow: 0 12px 28px rgba(0,0,0,0.14);
  --tw-shadow-colored: 0 12px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_12px_28px_rgba\(0\2c 0\2c 0\2c 0\.16\)\] {
  --tw-shadow: 0 12px 28px rgba(0,0,0,0.16);
  --tw-shadow-colored: 0 12px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_22px_70px_rgba\(0\2c 0\2c 0\2c 0\.22\)\] {
  --tw-shadow: 0 22px 70px rgba(0,0,0,0.22);
  --tw-shadow-colored: 0 22px 70px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-borders-base {
  --tw-shadow: var(--borders-base);
  --tw-shadow-colored: var(--borders-base);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-details-contrast-on-bg-interactive {
  --tw-shadow: var(--details-contrast-on-bg-interactive);
  --tw-shadow-colored: var(--details-contrast-on-bg-interactive);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-elevation-card-rest {
  --tw-shadow: var(--elevation-card-rest);
  --tw-shadow-colored: var(--elevation-card-rest);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.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-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  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-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[max-height\2c opacity\] {
  transition-property: max-height,opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-1000 {
  transition-delay: 1000ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@keyframes enter {

  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }

  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes exit {

  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.duration-100 {
  animation-duration: 100ms;
}
.duration-150 {
  animation-duration: 150ms;
}
.duration-200 {
  animation-duration: 200ms;
}
.duration-300 {
  animation-duration: 300ms;
}
.duration-500 {
  animation-duration: 500ms;
}
.delay-1000 {
  animation-delay: 1000ms;
}
.ease-in {
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
    display: none;
  }
.no-scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
  }
.no-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
input:not(:-moz-placeholder) ~ label {
  font-size: 10px;
  font-weight: 400;
  line-height: 1rem;
  --tw-translate-y: -0.5rem;
  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));
}
input:focus ~ label,
  input:not(:placeholder-shown) ~ label {
  font-size: 10px;
  font-weight: 400;
  line-height: 1rem;
  --tw-translate-y: -0.5rem;
  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));
}
input:focus ~ label {
  left: 0px;
}
input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus {
    border: 1px solid #212121;
    -webkit-text-fill-color: #212121;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
  }
input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button,
  input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
  }

.placeholder\:text-\[\#b4babb\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(180 186 187 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#b4babb\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(180 186 187 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#b8bebe\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(184 190 190 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#b8bebe\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(184 190 190 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.first\:pt-0:first-child {
  padding-top: 0px;
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.last\:border-b:last-child {
  border-bottom-width: 1px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:border-none:last-child {
  border-style: none;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border-\[\#0072bc\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 114 188 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#2b8fc2\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(43 143 194 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#77bc1f\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(119 188 31 / var(--tw-border-opacity, 1));
}

.hover\:\!bg-\[\#65a319\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(101 163 25 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-\[\#005f9e\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 95 158 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#006ea8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 110 168 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#219cc0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(33 156 192 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#566162\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(86 97 98 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#5d6667\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(93 102 103 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#65a319\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 25 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#77bc1f\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(119 188 31 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#eef5e8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 245 232 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#eef7e7\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 247 231 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#f5f5f5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#f7faf4\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 244 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.hover\:bg-grey-5:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-ui-bg-field-hover:hover {
  background-color: var(--bg-field-hover);
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#005d99\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 93 153 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#005f9e\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 95 158 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#006aa6\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 106 166 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#0072bc\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 114 188 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#2f3d3e\]:hover {
  --tw-text-opacity: 1;
  color: rgb(47 61 62 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#566162\]:hover {
  --tw-text-opacity: 1;
  color: rgb(86 97 98 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#65a319\]:hover {
  --tw-text-opacity: 1;
  color: rgb(101 163 25 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#77bc1f\]:hover {
  --tw-text-opacity: 1;
  color: rgb(119 188 31 / var(--tw-text-opacity, 1));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-ui-fg-base:hover {
  color: var(--fg-base);
}

.hover\:text-ui-fg-interactive-hover:hover {
  color: var(--fg-interactive-hover);
}

.hover\:text-ui-fg-subtle:hover {
  color: var(--fg-subtle);
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:shadow-borders-interactive-with-active:hover {
  --tw-shadow: var(--borders-interactive-with-active);
  --tw-shadow-colored: var(--borders-interactive-with-active);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-elevation-card-rest:hover {
  --tw-shadow: var(--elevation-card-rest);
  --tw-shadow-colored: var(--elevation-card-rest);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-\[\#0072bc\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 114 188 / var(--tw-border-opacity, 1));
}

.focus\:border-\[\#77bc1f\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(119 188 31 / var(--tw-border-opacity, 1));
}

.focus\:border-gray-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.focus\:bg-transparent:focus {
  background-color: transparent;
}

.focus\:text-ui-fg-base:focus {
  color: var(--fg-base);
}

.focus\:shadow-borders-interactive-with-active:focus {
  --tw-shadow: var(--borders-interactive-with-active);
  --tw-shadow-colored: var(--borders-interactive-with-active);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-\[\#0084cc\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 132 204 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:border-gray-300:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-\[\#77bc1f\]:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(119 188 31 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-white:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-opacity-75:focus-visible {
  --tw-ring-opacity: 0.75;
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:ring-offset-gray-300:focus-visible {
  --tw-ring-offset-color: #d1d5db;
}

.active\:bg-grey-5:active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.active\:bg-transparent:active {
  background-color: transparent;
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:border-\[\#b8c5c7\]:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(184 197 199 / var(--tw-border-opacity, 1));
}

.disabled\:border-\[\#cfd4d5\]:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(207 212 213 / var(--tw-border-opacity, 1));
}

.disabled\:bg-\[\#9cd9e9\]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(156 217 233 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-\[\#b8d995\]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(184 217 149 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-transparent:disabled {
  background-color: transparent;
}

.disabled\:text-\[\#879092\]:disabled {
  --tw-text-opacity: 1;
  color: rgb(135 144 146 / var(--tw-text-opacity, 1));
}

.disabled\:text-\[\#b8c0c1\]:disabled {
  --tw-text-opacity: 1;
  color: rgb(184 192 193 / var(--tw-text-opacity, 1));
}

.disabled\:text-\[\#c4c9ca\]:disabled {
  --tw-text-opacity: 1;
  color: rgb(196 201 202 / var(--tw-text-opacity, 1));
}

.disabled\:text-grey-30:disabled {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.disabled\:text-orange-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group\/account:focus-within .group-focus-within\/account\:block {
  display: block;
}

.group\/navitem:focus-within .group-focus-within\/navitem\:block {
  display: block;
}

.group\/account:hover .group-hover\/account\:block {
  display: block;
}

.group\/navitem:hover .group-hover\/navitem\:block {
  display: block;
}

.group:hover .group-hover\:rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes pulse {

  50% {
    opacity: .5;
  }
}

.group:hover .group-hover\:animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.group\/account:hover .group-hover\/account\:text-\[\#77bc1f\] {
  --tw-text-opacity: 1;
  color: rgb(119 188 31 / var(--tw-text-opacity, 1));
}

.group\/navitem:hover .group-hover\/navitem\:text-\[\#77bc1f\] {
  --tw-text-opacity: 1;
  color: rgb(119 188 31 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-\[\#77bc1f\] {
  --tw-text-opacity: 1;
  color: rgb(119 188 31 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:shadow-elevation-card-hover {
  --tw-shadow: var(--elevation-card-hover);
  --tw-shadow-colored: var(--elevation-card-hover);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:focus .group-focus\:\!shadow-borders-interactive-with-focus {
  --tw-shadow: var(--borders-interactive-with-focus) !important;
  --tw-shadow-colored: var(--borders-interactive-with-focus) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:disabled .group-disabled\:\!bg-ui-bg-disabled {
  background-color: var(--bg-disabled) !important;
}

.group:disabled .group-disabled\:bg-ui-fg-disabled {
  background-color: var(--fg-disabled);
}

.group:disabled .group-disabled\:\!shadow-borders-base {
  --tw-shadow: var(--borders-base) !important;
  --tw-shadow-colored: var(--borders-base) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:disabled .group-disabled\:shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.peer:checked ~ .peer-checked\:bg-\[\#77bc1f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(119 188 31 / var(--tw-bg-opacity, 1));
}

.group[data-state="checked"] .group-data-\[state\=checked\]\:bg-ui-bg-interactive {
  background-color: var(--bg-interactive);
}

.radix-state-closed\:pointer-events-none[data-state="closed"] {
  pointer-events: none;
}

@keyframes accordion-slide-up {

  0% {
    height: var(--radix-accordion-content-height);
    opacity: 1;
  }

  100% {
    height: 0;
    opacity: 0;
  }
}

.radix-state-closed\:animate-accordion-close[data-state="closed"] {
  animation: accordion-slide-up 300ms cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

@keyframes accordion-slide-up {

  0% {
    height: var(--radix-accordion-content-height);
    opacity: 1;
  }

  100% {
    height: 0;
    opacity: 0;
  }
}

.group[data-state="closed"] .group-radix-state-closed\:animate-accordion-close {
  animation: accordion-slide-up 300ms cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

@keyframes accordion-slide-down {

  0% {
    min-height: 0;
    max-height: 0;
    opacity: 0;
  }

  100% {
    min-height: var(--radix-accordion-content-height);
    max-height: none;
    opacity: 1;
  }
}

.radix-state-open\:animate-accordion-open[data-state="open"] {
  animation: accordion-slide-down 300ms cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

.group[data-state="open"] .group-radix-state-open\:left-1\/2 {
  left: 50%;
}

.group[data-state="open"] .group-radix-state-open\:right-1\/2 {
  right: 50%;
}

.group[data-state="open"] .group-radix-state-open\: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));
}

@media not all and (min-width: 640px) {

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

  .max-sm\:grid-cols-\[70px_auto\] {
    grid-template-columns: 70px auto;
  }
}

@media (min-width: 512px) {

  .xsmall\:left-auto {
    left: auto;
  }

  .xsmall\:right-0 {
    right: 0px;
  }
}

@media (min-width: 640px) {

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:max-h-\[clamp\(112px\2c 7\.5vw\2c 142px\)\] {
    max-height: clamp(112px, 7.5vw, 142px);
  }

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

  .sm\:min-h-\[clamp\(120px\2c 8vw\2c 150px\)\] {
    min-height: clamp(120px, 8vw, 150px);
  }

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

  .sm\:w-\[min\(52vw\2c 280px\)\] {
    width: min(52vw, 280px);
  }

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

  .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\:grid-cols-\[120px_1fr\] {
    grid-template-columns: 120px 1fr;
  }

  .sm\:grid-cols-\[24px_minmax\(132px\2c 24\%\)_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 24px minmax(132px,24%) minmax(0,1fr);
  }

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

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

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

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

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

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

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

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:text-\[44px\] {
    font-size: 44px;
  }

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

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

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

  .md\:hidden {
    display: none;
  }

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

  .md\:w-\[clamp\(220px\2c 18vw\2c 320px\)\] {
    width: clamp(220px, 18vw, 320px);
  }

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

  .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-\[120px_minmax\(0\2c 1fr\)_210px\] {
    grid-template-columns: 120px minmax(0,1fr) 210px;
  }

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

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

  .md\:grid-cols-\[24px_120px_minmax\(0\2c 1fr\)_minmax\(210px\2c 15vw\)\] {
    grid-template-columns: 24px 120px minmax(0,1fr) minmax(210px,15vw);
  }

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

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

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

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

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

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

  .md\:grid-cols-\[minmax\(0\2c 1fr\)_clamp\(280px\2c 22vw\2c 360px\)_clamp\(190px\2c 15vw\2c 230px\)\] {
    grid-template-columns: minmax(0,1fr) clamp(280px, 22vw, 360px) clamp(190px, 15vw, 230px);
  }

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

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

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

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

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

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

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

  .md\:justify-items-end {
    justify-items: end;
  }

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

  .md\:justify-self-end {
    justify-self: end;
  }

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

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

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

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

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

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

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

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

  .last\:md\:border-r-0:last-child {
    border-right-width: 0px;
  }
}

@media (min-width: 1024px) {

  .lg\:sticky {
    position: sticky;
  }

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

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

  .lg\:order-2 {
    order: 2;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[100px\] {
    height: 100px;
  }

  .lg\:max-h-\[clamp\(155px\2c 11vw\2c 205px\)\] {
    max-height: clamp(155px, 11vw, 205px);
  }

  .lg\:min-h-\[100px\] {
    min-height: 100px;
  }

  .lg\:min-h-\[92px\] {
    min-height: 92px;
  }

  .lg\:min-h-\[clamp\(165px\2c 12vw\2c 220px\)\] {
    min-height: clamp(165px, 12vw, 220px);
  }

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

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

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

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

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

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

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

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

  .lg\:grid-cols-\[230px_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 230px minmax(0,1fr);
  }

  .lg\:grid-cols-\[240px_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 240px minmax(0,1fr);
  }

  .lg\:grid-cols-\[260px_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 260px minmax(0,1fr);
  }

  .lg\:grid-cols-\[270px_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 270px minmax(0,1fr);
  }

  .lg\:grid-cols-\[300px_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 300px minmax(0,1fr);
  }

  .lg\:grid-cols-\[320px_minmax\(0\2c 1242px\)\] {
    grid-template-columns: 320px minmax(0,1242px);
  }

  .lg\:grid-cols-\[clamp\(300px\2c 22vw\2c 360px\)_minmax\(0\2c 1fr\)\] {
    grid-template-columns: clamp(300px, 22vw, 360px) minmax(0,1fr);
  }

  .lg\:grid-cols-\[minmax\(0\2c 1\.7fr\)_minmax\(380px\2c 0\.8fr\)\] {
    grid-template-columns: minmax(0,1.7fr) minmax(380px,0.8fr);
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_230px_150px\] {
    grid-template-columns: minmax(0,1fr) 230px 150px;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_300px\] {
    grid-template-columns: minmax(0,1fr) 300px;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_310px\] {
    grid-template-columns: minmax(0,1fr) 310px;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_330px\] {
    grid-template-columns: minmax(0,1fr) 330px;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_360px\] {
    grid-template-columns: minmax(0,1fr) 360px;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_380px\] {
    grid-template-columns: minmax(0,1fr) 380px;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_390px\] {
    grid-template-columns: minmax(0,1fr) 390px;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_auto_auto\] {
    grid-template-columns: minmax(0,1fr) auto auto;
  }

  .lg\:grid-cols-\[minmax\(0\2c 58\%\)_minmax\(360px\2c 1fr\)\] {
    grid-template-columns: minmax(0,58%) minmax(360px,1fr);
  }

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

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

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

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

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

  .lg\:gap-\[clamp\(18px\2c 1\.4vw\2c 34px\)\] {
    gap: clamp(18px, 1.4vw, 34px);
  }

  .lg\:gap-x-\[18px\] {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

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

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

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

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

  .lg\:pt-\[42px\] {
    padding-top: 42px;
  }

  .lg\:text-\[15px\] {
    font-size: 15px;
  }

  .small\:sticky {
    position: sticky;
  }

  .small\:top-48 {
    top: 12rem;
  }

  .small\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .small\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .small\:ml-\[1\.675rem\] {
    margin-left: 1.675rem;
  }

  .small\:block {
    display: block;
  }

  .small\:table-cell {
    display: table-cell;
  }

  .small\:hidden {
    display: none;
  }

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

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

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

  .small\:max-w-\[300px\] {
    max-width: 300px;
  }

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

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

  .small\:grid-cols-\[1fr_360px\] {
    grid-template-columns: 1fr 360px;
  }

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

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

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

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

  .small\:gap-y-36 {
    row-gap: 9rem;
  }

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

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

  .small\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .small\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1280px) {

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

  .xl\:mr-\[clamp\(42px\2c 4\.6vw\2c 68px\)\] {
    margin-right: clamp(42px, 4.6vw, 68px);
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

  .xl\:grid-cols-\[24px_minmax\(150px\2c 12vw\)_minmax\(0\2c 1fr\)_minmax\(210px\2c 14vw\)\] {
    grid-template-columns: 24px minmax(150px,12vw) minmax(0,1fr) minmax(210px,14vw);
  }

  .xl\:grid-cols-\[minmax\(0\2c 1fr\)_300px\] {
    grid-template-columns: minmax(0,1fr) 300px;
  }

  .xl\:grid-cols-\[minmax\(0\2c 1fr\)_360px\] {
    grid-template-columns: minmax(0,1fr) 360px;
  }

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

  .\32xl\:grid-cols-\[minmax\(0\2c 1\.75fr\)_minmax\(430px\2c 0\.75fr\)\] {
    grid-template-columns: minmax(0,1.75fr) minmax(430px,0.75fr);
  }
}

@media print {

  .print\:block {
    display: block;
  }

  .print\:hidden {
    display: none;
  }

  .print\:max-w-none {
    max-width: none;
  }

  .print\:break-inside-avoid {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }

  .print\:border-0 {
    border-width: 0px;
  }

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

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

  .print\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .print\:pt-0 {
    padding-top: 0px;
  }
}

.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]) {
  padding-right: 0px;
}

@media (min-width: 1280px) {

  .xl\:\[\&\:nth-child\(3n\)\]\:border-r-0:nth-child(3n) {
    border-right-width: 0px;
  }
}

.\[\&_tr\:last-child\]\:border-0 tr:last-child {
  border-width: 0px;
}

.\[\&_tr\]\:border-b tr {
  border-bottom-width: 1px;
}

