/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./app/assets/stylesheets/scss/system_pages.scss ***!
  \**********************************************************************************************************************************************************************************************************/
/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  .text-content-xl {
    font-family: "IBM Plex Mono", monospace;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    font-weight: 400;
    line-height: 165%;
  }
  .text-content-l {
    font-family: "IBM Plex Mono", monospace;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    font-weight: 400;
    line-height: 165%;
  }
  .text-content-m {
    font-family: "IBM Plex Mono", monospace;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-weight: 400;
    line-height: 165%;
  }
  .text-caption-s {
    font-family: "IBM Plex Mono", monospace;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    line-height: 165%;
  }
  .text-buttons {
    font-family: "IBM Plex Mono", monospace;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-weight: 400;
    line-height: 165%;
  }
  h1 {
    font-family: "IBM Plex Mono", monospace;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 72px */
    letter-spacing: 2.4px;
  }
  h2 {
    font-family: "IBM Plex Mono", monospace;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%; /* 61.44px */
    letter-spacing: 1.92px;
  }
  h3 {
    font-family: "IBM Plex Mono", monospace;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 118%; /* 47.2px */
    letter-spacing: -1.2px;
  }
  h4 {
    font-family: "IBM Plex Mono", monospace;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%; /* 44.16px */
  }
  h5 {
    font-family: "IBM Plex Mono", monospace;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%; /* 33.12px */
  }
  h6 {
    font-family: "IBM Plex Mono", monospace;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 158%; /* 31.6px */
  }

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

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

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

  .container {
    max-width: 1094px;
  }
}
@media (min-width: 1518px) {

  .container {
    max-width: 1518px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-\[-130px\] {
  bottom: -130px;
}
.bottom-\[-1px\] {
  bottom: -1px;
}
.bottom-\[0\] {
  bottom: 0;
}
.bottom-\[16px\] {
  bottom: 16px;
}
.bottom-\[48px\] {
  bottom: 48px;
}
.bottom-m {
  bottom: 24px;
}
.bottom-s {
  bottom: 16px;
}
.bottom-zero {
  bottom: 0px;
}
.left-\[0\] {
  left: 0;
}
.left-\[0px\] {
  left: 0px;
}
.left-\[10px\] {
  left: 10px;
}
.left-\[291px\] {
  left: 291px;
}
.left-\[40px\] {
  left: 40px;
}
.left-s {
  left: 16px;
}
.left-zero {
  left: 0px;
}
.right-\[-187px\] {
  right: -187px;
}
.right-\[-73px\] {
  right: -73px;
}
.right-\[-92px\] {
  right: -92px;
}
.right-\[0\] {
  right: 0;
}
.right-\[0px\] {
  right: 0px;
}
.right-\[19\.77px\] {
  right: 19.77px;
}
.right-\[24px\] {
  right: 24px;
}
.right-\[40px\] {
  right: 40px;
}
.right-\[47\.14px\] {
  right: 47.14px;
}
.right-\[48px\] {
  right: 48px;
}
.right-l {
  right: 32px;
}
.right-m {
  right: 24px;
}
.right-s {
  right: 16px;
}
.right-xs {
  right: 8px;
}
.right-zero {
  right: 0px;
}
.top-\[0\] {
  top: 0;
}
.top-\[0px\] {
  top: 0px;
}
.top-\[14px\] {
  top: 14px;
}
.top-\[18px\] {
  top: 18px;
}
.top-\[223px\] {
  top: 223px;
}
.top-\[24px\] {
  top: 24px;
}
.top-\[25px\] {
  top: 25px;
}
.top-\[33px\] {
  top: 33px;
}
.top-\[3px\] {
  top: 3px;
}
.top-\[40px\] {
  top: 40px;
}
.top-\[41px\] {
  top: 41px;
}
.top-\[45px\] {
  top: 45px;
}
.top-\[5px\] {
  top: 5px;
}
.top-\[7px\] {
  top: 7px;
}
.top-m {
  top: 24px;
}
.top-s {
  top: 16px;
}
.top-xs {
  top: 8px;
}
.top-zero {
  top: 0px;
}
.z-\[0\] {
  z-index: 0;
}
.z-\[1001\] {
  z-index: 1001;
}
.z-\[1002\] {
  z-index: 1002;
}
.z-\[1003\] {
  z-index: 1003;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[5000\] {
  z-index: 5000;
}
.m-auto {
  margin: auto;
}
.mx-\[-12px\] {
  margin-left: -12px;
  margin-right: -12px;
}
.mx-\[-40px\] {
  margin-left: -40px;
  margin-right: -40px;
}
.mx-\[-8px\] {
  margin-left: -8px;
  margin-right: -8px;
}
.mx-\[14px\] {
  margin-left: 14px;
  margin-right: 14px;
}
.mx-\[8px\] {
  margin-left: 8px;
  margin-right: 8px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-m {
  margin-left: 24px;
  margin-right: 24px;
}
.mx-s {
  margin-left: 16px;
  margin-right: 16px;
}
.mx-xs {
  margin-left: 8px;
  margin-right: 8px;
}
.mx-xxs {
  margin-left: 4px;
  margin-right: 4px;
}
.my-\[12px\] {
  margin-top: 12px;
  margin-bottom: 12px;
}
.my-s {
  margin-top: 16px;
  margin-bottom: 16px;
}
.my-xs {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mb-\[-12px\] {
  margin-bottom: -12px;
}
.mb-\[-2px\] {
  margin-bottom: -2px;
}
.mb-\[-9px\] {
  margin-bottom: -9px;
}
.mb-\[102px\] {
  margin-bottom: 102px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[1px\] {
  margin-bottom: 1px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[21px\] {
  margin-bottom: 21px;
}
.mb-\[22px\] {
  margin-bottom: 22px;
}
.mb-\[23px\] {
  margin-bottom: 23px;
}
.mb-\[28px\] {
  margin-bottom: 28px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[33px\] {
  margin-bottom: 33px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[41px\] {
  margin-bottom: 41px;
}
.mb-\[4px\] {
  margin-bottom: 4px;
}
.mb-\[57px\] {
  margin-bottom: 57px;
}
.mb-\[66px\] {
  margin-bottom: 66px;
}
.mb-\[72px\] {
  margin-bottom: 72px;
}
.mb-\[76px\] {
  margin-bottom: 76px;
}
.mb-\[87px\] {
  margin-bottom: 87px;
}
.mb-\[88px\] {
  margin-bottom: 88px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mb-\[93px\] {
  margin-bottom: 93px;
}
.mb-\[9px\] {
  margin-bottom: 9px;
}
.mb-l {
  margin-bottom: 32px;
}
.mb-m {
  margin-bottom: 24px;
}
.mb-s {
  margin-bottom: 16px;
}
.mb-xl {
  margin-bottom: 40px;
}
.mb-xxl {
  margin-bottom: 48px;
}
.mb-xxs {
  margin-bottom: 4px;
}
.ml-\[-12px\] {
  margin-left: -12px;
}
.ml-\[-3px\] {
  margin-left: -3px;
}
.ml-\[-8px\] {
  margin-left: -8px;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[12px\] {
  margin-left: 12px;
}
.ml-\[17px\] {
  margin-left: 17px;
}
.ml-\[28px\] {
  margin-left: 28px;
}
.ml-\[52px\] {
  margin-left: 52px;
}
.ml-\[6px\] {
  margin-left: 6px;
}
.ml-l {
  margin-left: 32px;
}
.ml-m {
  margin-left: 24px;
}
.ml-s {
  margin-left: 16px;
}
.ml-xs {
  margin-left: 8px;
}
.ml-xxs {
  margin-left: 4px;
}
.ml-zero {
  margin-left: 0px;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mr-\[12px\] {
  margin-right: 12px;
}
.mr-\[14px\] {
  margin-right: 14px;
}
.mr-\[6px\] {
  margin-right: 6px;
}
.mr-\[7px\] {
  margin-right: 7px;
}
.mr-s {
  margin-right: 16px;
}
.mr-xs {
  margin-right: 8px;
}
.mt-\[-12px\] {
  margin-top: -12px;
}
.mt-\[-16px\] {
  margin-top: -16px;
}
.mt-\[11px\] {
  margin-top: 11px;
}
.mt-\[147px\] {
  margin-top: 147px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[1px\] {
  margin-top: 1px;
}
.mt-\[22px\] {
  margin-top: 22px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[56px\] {
  margin-top: 56px;
}
.mt-\[72px\] {
  margin-top: 72px;
}
.mt-l {
  margin-top: 32px;
}
.mt-m {
  margin-top: 24px;
}
.mt-s {
  margin-top: 16px;
}
.mt-xl {
  margin-top: 40px;
}
.mt-xs {
  margin-top: 8px;
}
.mt-xxs {
  margin-top: 4px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.h-\[0\.977px\] {
  height: 0.977px;
}
.h-\[1\.518px\] {
  height: 1.518px;
}
.h-\[106px\] {
  height: 106px;
}
.h-\[128px\] {
  height: 128px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[191px\] {
  height: 191px;
}
.h-\[2\.183px\] {
  height: 2.183px;
}
.h-\[208px\] {
  height: 208px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[238px\] {
  height: 238px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[253px\] {
  height: 253px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[26\] {
  height: 26;
}
.h-\[279px\] {
  height: 279px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[281px\] {
  height: 281px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[37px\] {
  height: 37px;
}
.h-\[381px\] {
  height: 381px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[416px\] {
  height: 416px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[535px\] {
  height: 535px;
}
.h-\[559px\] {
  height: 559px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[582px\] {
  height: 582px;
}
.h-\[631px\] {
  height: 631px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[670px\] {
  height: 670px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[736px\] {
  height: 736px;
}
.h-\[78px\] {
  height: 78px;
}
.h-\[791px\] {
  height: 791px;
}
.h-\[86px\] {
  height: 86px;
}
.h-\[894px\] {
  height: 894px;
}
.h-\[949px\] {
  height: 949px;
}
.h-\[var\(--app-height\)\] {
  height: var(--app-height);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-l {
  height: 32px;
}
.h-m {
  height: 24px;
}
.h-s {
  height: 16px;
}
.h-screen {
  height: 100vh;
}
.h-xxl {
  height: 48px;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-\[34px\] {
  min-height: 34px;
}
.min-h-\[366px\] {
  min-height: 366px;
}
.min-h-\[375px\] {
  min-height: 375px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-auto {
  width: auto !important;
}
.\!w-full {
  width: 100% !important;
}
.w-\[0\.977px\] {
  width: 0.977px;
}
.w-\[1\.518px\] {
  width: 1.518px;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[104px\] {
  width: 104px;
}
.w-\[106px\] {
  width: 106px;
}
.w-\[1080px\] {
  width: 1080px;
}
.w-\[112px\] {
  width: 112px;
}
.w-\[117px\] {
  width: 117px;
}
.w-\[1197px\] {
  width: 1197px;
}
.w-\[129px\] {
  width: 129px;
}
.w-\[138px\] {
  width: 138px;
}
.w-\[139\] {
  width: 139;
}
.w-\[155px\] {
  width: 155px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[176px\] {
  width: 176px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[193px\] {
  width: 193px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[2\.183px\] {
  width: 2.183px;
}
.w-\[209px\] {
  width: 209px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[224px\] {
  width: 224px;
}
.w-\[229px\] {
  width: 229px;
}
.w-\[232px\] {
  width: 232px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[241px\] {
  width: 241px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[264px\] {
  width: 264px;
}
.w-\[286px\] {
  width: 286px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[310px\] {
  width: 310px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[321\] {
  width: 321;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[351px\] {
  width: 351px;
}
.w-\[384px\] {
  width: 384px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[420px\] {
  width: 420px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[480px\] {
  width: 480px;
}
.w-\[488px\] {
  width: 488px;
}
.w-\[520px\] {
  width: 520px;
}
.w-\[640px\] {
  width: 640px;
}
.w-\[669px\] {
  width: 669px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[738px\] {
  width: 738px;
}
.w-\[76px\] {
  width: 76px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[84px\] {
  width: 84px;
}
.w-\[calc\(100\%\+16px\)\] {
  width: calc(100% + 16px);
}
.w-full {
  width: 100%;
}
.w-l {
  width: 32px;
}
.w-m {
  width: 24px;
}
.w-s {
  width: 16px;
}
.w-screen {
  width: 100vw;
}
.w-zero {
  width: 0px;
}
.min-w-\[112px\] {
  min-width: 112px;
}
.min-w-\[136px\] {
  min-width: 136px;
}
.min-w-\[16px\] {
  min-width: 16px;
}
.min-w-\[20px\] {
  min-width: 20px;
}
.min-w-s {
  min-width: 16px;
}
.max-w-\[1261px\] {
  max-width: 1261px;
}
.max-w-\[138px\] {
  max-width: 138px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[224px\] {
  max-width: 224px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[608px\] {
  max-width: 608px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.border-collapse {
  border-collapse: collapse;
}
.-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-\[18\.24deg\] {
  --tw-rotate: 18.24deg;
  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-\[75deg\] {
  --tw-rotate: 75deg;
  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));
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.resize {
  resize: both;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[33px\] {
  gap: 33px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-l {
  gap: 32px;
}
.gap-m {
  gap: 24px;
}
.gap-s {
  gap: 16px;
}
.gap-xl {
  gap: 40px;
}
.gap-xs {
  gap: 8px;
}
.gap-xxs {
  gap: 4px;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.\!rounded-4 {
  border-radius: 4px !important;
}
.\!rounded-40 {
  border-radius: 40px !important;
}
.\!rounded-\[70px\] {
  border-radius: 70px !important;
}
.rounded-10 {
  border-radius: 10px;
}
.rounded-12 {
  border-radius: 12px;
}
.rounded-16 {
  border-radius: 16px;
}
.rounded-2 {
  border-radius: 2px;
}
.rounded-23 {
  border-radius: 23px;
}
.rounded-24 {
  border-radius: 24px;
}
.rounded-4 {
  border-radius: 4px;
}
.rounded-6 {
  border-radius: 6px;
}
.rounded-8 {
  border-radius: 8px;
}
.rounded-\[40px\] {
  border-radius: 40px;
}
.rounded-\[48px\] {
  border-radius: 48px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-t-8 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.border {
  border-width: 1px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-dotted {
  border-style: dotted;
}
.\!border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.\!border-brand-cta {
  --tw-border-opacity: 1 !important;
  border-color: rgb(27 106 255 / var(--tw-border-opacity)) !important;
}
.\!border-error-light {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 235 226 / var(--tw-border-opacity)) !important;
}
.border-brand-cta {
  --tw-border-opacity: 1;
  border-color: rgb(27 106 255 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
}
.\!bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.\!bg-brand-night-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 89 255 / var(--tw-bg-opacity)) !important;
}
.\!bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity)) !important;
}
.\!bg-hard-error {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(215 2 2 / var(--tw-bg-opacity)) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-\[\#282828\]\/60 {
  background-color: rgb(40 40 40 / 0.6);
}
.bg-\[\#99DC81\] {
  --tw-bg-opacity: 1;
  background-color: rgb(153 220 129 / var(--tw-bg-opacity));
}
.bg-\[\#DDF4E3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 244 227 / var(--tw-bg-opacity));
}
.bg-\[\#F2F2F280\] {
  background-color: #F2F2F280;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-brand-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(27 106 255 / var(--tw-bg-opacity));
}
.bg-brand-error-form {
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 245 / var(--tw-bg-opacity));
}
.bg-brand-night-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 89 255 / var(--tw-bg-opacity));
}
.bg-brand-second-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(223 237 255 / var(--tw-bg-opacity));
}
.bg-error-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 226 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity));
}
.bg-gray-150 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-gray-250 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
.bg-gray-250\/60 {
  background-color: rgb(241 241 241 / 0.6);
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 55 55 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.fill-black {
  fill: #000;
}
.fill-brand-night-blue {
  fill: #0059FF;
}
.fill-error-light {
  fill: #FFEBE2;
}
.fill-gray-400 {
  fill: #C5C5C5;
}
.fill-gray-900 {
  fill: #282828;
}
.fill-green {
  fill: #2C8107;
}
.stroke-\[\#6D6D6D\] {
  stroke: #6D6D6D;
}
.stroke-black {
  stroke: #000;
}
.stroke-brand-cta {
  stroke: #1B6AFF;
}
.stroke-brand-night-blue {
  stroke: #0059FF;
}
.stroke-error-light {
  stroke: #FFEBE2;
}
.stroke-gray-400 {
  stroke: #C5C5C5;
}
.stroke-gray-450 {
  stroke: #B7B7B7;
}
.stroke-gray-500 {
  stroke: #8D8D8D;
}
.stroke-gray-600 {
  stroke: #6D6D6D;
}
.stroke-gray-900 {
  stroke: #282828;
}
.stroke-hard-error {
  stroke: #D70202;
}
.stroke-red {
  stroke: #FF2828;
}
.stroke-white {
  stroke: #fff;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[47px\] {
  padding: 47px;
}
.p-\[4px\] {
  padding: 4px;
}
.p-m {
  padding: 24px;
}
.p-s {
  padding: 16px;
}
.p-xl {
  padding: 40px;
}
.p-xs {
  padding: 8px;
}
.\!px-\[18px\] {
  padding-left: 18px !important;
  padding-right: 18px !important;
}
.px-\[11px\] {
  padding-left: 11px;
  padding-right: 11px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.px-\[7px\] {
  padding-left: 7px;
  padding-right: 7px;
}
.px-l {
  padding-left: 32px;
  padding-right: 32px;
}
.px-m {
  padding-left: 24px;
  padding-right: 24px;
}
.px-s {
  padding-left: 16px;
  padding-right: 16px;
}
.px-xl {
  padding-left: 40px;
  padding-right: 40px;
}
.px-xs {
  padding-left: 8px;
  padding-right: 8px;
}
.px-xxl {
  padding-left: 48px;
  padding-right: 48px;
}
.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-s {
  padding-top: 16px;
  padding-bottom: 16px;
}
.\!pb-\[1px\] {
  padding-bottom: 1px !important;
}
.\!pb-zero {
  padding-bottom: 0px !important;
}
.\!pr-\[140px\] {
  padding-right: 140px !important;
}
.pb-\[12px\] {
  padding-bottom: 12px;
}
.pb-\[13px\] {
  padding-bottom: 13px;
}
.pb-\[26px\] {
  padding-bottom: 26px;
}
.pb-\[2px\] {
  padding-bottom: 2px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[4px\] {
  padding-bottom: 4px;
}
.pb-\[7px\] {
  padding-bottom: 7px;
}
.pb-\[96px\] {
  padding-bottom: 96px;
}
.pb-s {
  padding-bottom: 16px;
}
.pb-xl {
  padding-bottom: 40px;
}
.pb-xxl {
  padding-bottom: 48px;
}
.pl-\[11px\] {
  padding-left: 11px;
}
.pl-\[12px\] {
  padding-left: 12px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[40px\] {
  padding-left: 40px;
}
.pl-\[4px\] {
  padding-left: 4px;
}
.pl-\[56px\] {
  padding-left: 56px;
}
.pl-\[6px\] {
  padding-left: 6px;
}
.pl-l {
  padding-left: 32px;
}
.pl-m {
  padding-left: 24px;
}
.pl-s {
  padding-left: 16px;
}
.pl-xl {
  padding-left: 40px;
}
.pr-\[12px\] {
  padding-right: 12px;
}
.pr-\[13px\] {
  padding-right: 13px;
}
.pr-\[19px\] {
  padding-right: 19px;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pr-\[24px\] {
  padding-right: 24px;
}
.pr-\[26px\] {
  padding-right: 26px;
}
.pr-\[40px\] {
  padding-right: 40px;
}
.pr-\[64px\] {
  padding-right: 64px;
}
.pr-\[9px\] {
  padding-right: 9px;
}
.pr-l {
  padding-right: 32px;
}
.pr-s {
  padding-right: 16px;
}
.pr-xs {
  padding-right: 8px;
}
.pr-xxl {
  padding-right: 48px;
}
.pt-\[111px\] {
  padding-top: 111px;
}
.pt-\[120px\] {
  padding-top: 120px;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pt-\[17px\] {
  padding-top: 17px;
}
.pt-\[26px\] {
  padding-top: 26px;
}
.pt-\[31px\] {
  padding-top: 31px;
}
.pt-\[36px\] {
  padding-top: 36px;
}
.pt-\[38px\] {
  padding-top: 38px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[4px\] {
  padding-top: 4px;
}
.pt-\[63px\] {
  padding-top: 63px;
}
.pt-\[88px\] {
  padding-top: 88px;
}
.pt-\[95px\] {
  padding-top: 95px;
}
.pt-l {
  padding-top: 32px;
}
.pt-m {
  padding-top: 24px;
}
.pt-s {
  padding-top: 16px;
}
.pt-xs {
  padding-top: 8px;
}
.pt-xxl {
  padding-top: 48px;
}
.pt-xxs {
  padding-top: 4px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.\!text-\[13px\] {
  font-size: 13px !important;
}
.text-\[11px\] {
  font-size: 11px;
}
.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-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[56px\] {
  font-size: 56px;
}
.text-\[80px\] {
  font-size: 80px;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.capitalize {
  text-transform: capitalize;
}
.\!leading-\[23\.7px\] {
  line-height: 23.7px !important;
}
.\!leading-\[24\.5px\] {
  line-height: 24.5px !important;
}
.leading-\[111\%\] {
  line-height: 111%;
}
.tracking-\[-0\.2px\] {
  letter-spacing: -0.2px;
}
.tracking-\[-2\.3px\] {
  letter-spacing: -2.3px;
}
.\!text-\[\#99DC81\] {
  --tw-text-opacity: 1 !important;
  color: rgb(153 220 129 / var(--tw-text-opacity)) !important;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-brand-cta {
  --tw-text-opacity: 1 !important;
  color: rgb(27 106 255 / var(--tw-text-opacity)) !important;
}
.\!text-error-light {
  --tw-text-opacity: 1 !important;
  color: rgb(255 235 226 / var(--tw-text-opacity)) !important;
}
.text-\[\#006811\] {
  --tw-text-opacity: 1;
  color: rgb(0 104 17 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-brand-cta {
  --tw-text-opacity: 1;
  color: rgb(27 106 255 / var(--tw-text-opacity));
}
.text-brand-night-blue {
  --tw-text-opacity: 1;
  color: rgb(0 89 255 / var(--tw-text-opacity));
}
.text-brand-young {
  --tw-text-opacity: 1;
  color: rgb(231 175 121 / var(--tw-text-opacity));
}
.text-error-light {
  --tw-text-opacity: 1;
  color: rgb(255 235 226 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(197 197 197 / var(--tw-text-opacity));
}
.text-gray-450 {
  --tw-text-opacity: 1;
  color: rgb(183 183 183 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(109 109 109 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(55 55 55 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(44 129 7 / var(--tw-text-opacity));
}
.text-hard-error {
  --tw-text-opacity: 1;
  color: rgb(215 2 2 / var(--tw-text-opacity));
}
.text-mid-red {
  --tw-text-opacity: 1;
  color: rgb(254 88 89 / var(--tw-text-opacity));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(255 40 40 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.\!no-underline {
  text-decoration-line: none !important;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.underline-offset-\[2px\] {
  text-underline-offset: 2px;
}
.underline-offset-\[3px\] {
  text-underline-offset: 3px;
}
.underline-offset-\[4px\] {
  text-underline-offset: 4px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-80 {
  opacity: 0.8;
}
.mix-blend-difference {
  mix-blend-mode: difference;
}
.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0\.78px_1\.8px_0px_rgba\(0\2c 0\2c 0\2c 0\.07\)\] {
  --tw-shadow: 0px 0.78px 1.8px 0px rgba(0,0,0,0.07);
  --tw-shadow-colored: 0px 0.78px 1.8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-s {
  --tw-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 3px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-s-hover {
  --tw-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.blur-\[100px\] {
  --tw-blur: blur(100px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[bottom\] {
  transition-property: bottom;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[top\] {
  transition-property: top;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-\[375ms\] {
  transition-duration: 375ms;
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
.font-imb {
  font-family: "IBM Plex Mono", monospace;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/IBM_Plex_Mono/IBMPlexMono-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
.font-imb {
  font-family: "IBM Plex Mono", monospace;
}

* {
  -webkit-font-smoothing: antialiased;
}
.font-feature-ss01 {
  font-feature-settings: "ss01" on;
}

.font-feature-slashed-zero {
  font-variant-numeric: slashed-zero;
  font-feature-settings: "zero" 1;
}

body.not-found-body {
  background-size: 320px 320px;
  background-image: linear-gradient(45deg, #F6F6F6 25%, transparent 25%, transparent 75%, #F6F6F6 75%, #F6F6F6), linear-gradient(45deg, #F6F6F6 25%, white 25%, white 75%, #F6F6F6 75%, #F6F6F6);
  background-position: 0 0, 160px 160px;
  margin: 0;
}

.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(197 197 197 / var(--tw-text-opacity));
}

.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(197 197 197 / var(--tw-text-opacity));
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-\[-3px\]::before {
  content: var(--tw-content);
  bottom: -3px;
}

.before\:left-\[-8px\]::before {
  content: var(--tw-content);
  left: -8px;
}

.before\:right-\[-8px\]::before {
  content: var(--tw-content);
  right: -8px;
}

.before\:top-\[-3px\]::before {
  content: var(--tw-content);
  top: -3px;
}

.before\:rounded-8::before {
  content: var(--tw-content);
  border-radius: 8px;
}

.before\:\!bg-gray-250::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity)) !important;
}

.before\:\!shadow-none::before {
  content: var(--tw-content);
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:\!bg-gray-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-150:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-250:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}

.hover\:bg-gray-900\/10:hover {
  background-color: rgb(40 40 40 / 0.1);
}

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

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:shadow-s-hover:hover {
  --tw-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.hover\:before\:shadow-\[0px_2px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.14\)\]:hover::before {
  content: var(--tw-content);
  --tw-shadow: 0px 2px 8px 0px rgba(0,0,0,0.14);
  --tw-shadow-colored: 0px 2px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity));
}

.active\:bg-gray-150:active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.active\:bg-gray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.active\:bg-gray-250:active {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}

.active\:bg-gray-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}

.active\:opacity-50:active {
  opacity: 0.5;
}

.active\:shadow-none:active {
  --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);
}

.disabled\:bg-gray-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(40 40 40 / var(--tw-border-opacity));
}

.group:hover .group-hover\:stroke-gray-900 {
  stroke: #282828;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.dark\:border-\[1px\]:is(.dark *) {
  border-width: 1px;
}

.dark\:\!border-biege:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 235 226 / var(--tw-border-opacity)) !important;
}

.dark\:\!border-brand-cta:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(27 106 255 / var(--tw-border-opacity)) !important;
}

.dark\:\!border-gray-600:is(.dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(109 109 109 / var(--tw-border-opacity)) !important;
}

.dark\:border-gray-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(55 55 55 / var(--tw-border-opacity));
}

.dark\:border-gray-850:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(49 49 49 / var(--tw-border-opacity));
}

.dark\:bg-\[\#006811\]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 104 17 / var(--tw-bg-opacity));
}

.dark\:bg-black:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.dark\:bg-black\/60:is(.dark *) {
  background-color: rgb(0 0 0 / 0.6);
}

.dark\:bg-gray-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(80 80 80 / var(--tw-bg-opacity));
}

.dark\:bg-gray-750:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(66 66 66 / var(--tw-bg-opacity));
}

.dark\:bg-gray-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 55 55 / var(--tw-bg-opacity));
}

.dark\:bg-gray-850:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(49 49 49 / var(--tw-bg-opacity));
}

.dark\:bg-gray-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
}

.dark\:bg-gray-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 24 / var(--tw-bg-opacity));
}

.dark\:bg-transparent:is(.dark *) {
  background-color: transparent;
}

.dark\:fill-biege:is(.dark *) {
  fill: #FFEBE2;
}

.dark\:fill-brand-cta:is(.dark *) {
  fill: #1B6AFF;
}

.dark\:fill-gray-500:is(.dark *) {
  fill: #8D8D8D;
}

.dark\:fill-gray-600:is(.dark *) {
  fill: #6D6D6D;
}

.dark\:fill-gray-700:is(.dark *) {
  fill: #505050;
}

.dark\:fill-white:is(.dark *) {
  fill: #fff;
}

.dark\:stroke-biege:is(.dark *) {
  stroke: #FFEBE2;
}

.dark\:stroke-black:is(.dark *) {
  stroke: #000;
}

.dark\:stroke-brand-cta:is(.dark *) {
  stroke: #1B6AFF;
}

.dark\:stroke-gray-400:is(.dark *) {
  stroke: #C5C5C5;
}

.dark\:stroke-gray-500:is(.dark *) {
  stroke: #8D8D8D;
}

.dark\:stroke-gray-600:is(.dark *) {
  stroke: #6D6D6D;
}

.dark\:stroke-gray-650:is(.dark *) {
  stroke: #616161;
}

.dark\:stroke-gray-700:is(.dark *) {
  stroke: #505050;
}

.dark\:stroke-white:is(.dark *) {
  stroke: #fff;
}

.dark\:\!text-biege:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 235 226 / var(--tw-text-opacity)) !important;
}

.dark\:\!text-brand-cta:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(27 106 255 / var(--tw-text-opacity)) !important;
}

.dark\:\!text-gray-600:is(.dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(109 109 109 / var(--tw-text-opacity)) !important;
}

.dark\:text-\[\#DDF4E3\]:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(221 244 227 / var(--tw-text-opacity));
}

.dark\:text-biege:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 235 226 / var(--tw-text-opacity));
}

.dark\:text-brand-cta:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(27 106 255 / var(--tw-text-opacity));
}

.dark\:text-gray-350:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(220 220 220 / var(--tw-text-opacity));
}

.dark\:text-gray-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(197 197 197 / var(--tw-text-opacity));
}

.dark\:text-gray-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity));
}

.dark\:text-gray-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(109 109 109 / var(--tw-text-opacity));
}

.dark\:text-gray-650:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}

.dark\:text-gray-700:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity));
}

.dark\:text-mid-red:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(254 88 89 / var(--tw-text-opacity));
}

.dark\:text-white:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark\:placeholder\:text-gray-600:is(.dark *)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(109 109 109 / var(--tw-text-opacity));
}

.dark\:placeholder\:text-gray-600:is(.dark *)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(109 109 109 / var(--tw-text-opacity));
}

.dark\:hover\:bg-gray-700:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(80 80 80 / var(--tw-bg-opacity));
}

.dark\:hover\:bg-gray-750:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(66 66 66 / var(--tw-bg-opacity));
}

.dark\:hover\:stroke-gray-500:hover:is(.dark *) {
  stroke: #8D8D8D;
}

.dark\:hover\:stroke-white:hover:is(.dark *) {
  stroke: #fff;
}

.dark\:focus\:bg-gray-700:focus:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(80 80 80 / var(--tw-bg-opacity));
}

.dark\:active\:bg-gray-800:active:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 55 55 / var(--tw-bg-opacity));
}

.dark\:active\:bg-gray-850:active:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(49 49 49 / var(--tw-bg-opacity));
}

.dark\:disabled\:bg-gray-700:disabled:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(80 80 80 / var(--tw-bg-opacity));
}

.dark\:disabled\:text-gray-400:disabled:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(197 197 197 / var(--tw-text-opacity));
}

.group:hover .dark\:group-hover\:border-gray-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(141 141 141 / var(--tw-border-opacity));
}

.group:hover .dark\:group-hover\:stroke-gray-500:is(.dark *) {
  stroke: #8D8D8D;
}

.group:hover .dark\:group-hover\:stroke-white:is(.dark *) {
  stroke: #fff;
}

.group:hover .dark\:group-hover\:text-white:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 1093px) {

  .max-tablet\:fixed {
    position: fixed;
  }

  .max-tablet\:relative {
    position: relative;
  }

  .max-tablet\:\!top-zero {
    top: 0px !important;
  }

  .max-tablet\:bottom-\[60px\] {
    bottom: 60px;
  }

  .max-tablet\:bottom-s {
    bottom: 16px;
  }

  .max-tablet\:bottom-xxs {
    bottom: 4px;
  }

  .max-tablet\:bottom-zero {
    bottom: 0px;
  }

  .max-tablet\:left-s {
    left: 16px;
  }

  .max-tablet\:left-xs {
    left: 8px;
  }

  .max-tablet\:right-\[31px\] {
    right: 31px;
  }

  .max-tablet\:right-\[48px\] {
    right: 48px;
  }

  .max-tablet\:right-\[56px\] {
    right: 56px;
  }

  .max-tablet\:right-s {
    right: 16px;
  }

  .max-tablet\:top-\[10px\] {
    top: 10px;
  }

  .max-tablet\:top-s {
    top: 16px;
  }

  .max-tablet\:mx-\[12px\] {
    margin-left: 12px;
    margin-right: 12px;
  }

  .max-tablet\:mx-s {
    margin-left: 16px;
    margin-right: 16px;
  }

  .max-tablet\:mx-xs {
    margin-left: 8px;
    margin-right: 8px;
  }

  .max-tablet\:my-m {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .max-tablet\:mb-\[14px\] {
    margin-bottom: 14px;
  }

  .max-tablet\:mb-\[22px\] {
    margin-bottom: 22px;
  }

  .max-tablet\:mb-\[23px\] {
    margin-bottom: 23px;
  }

  .max-tablet\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .max-tablet\:mb-\[41px\] {
    margin-bottom: 41px;
  }

  .max-tablet\:mb-\[43px\] {
    margin-bottom: 43px;
  }

  .max-tablet\:mb-\[46px\] {
    margin-bottom: 46px;
  }

  .max-tablet\:mb-\[5px\] {
    margin-bottom: 5px;
  }

  .max-tablet\:mb-\[7px\] {
    margin-bottom: 7px;
  }

  .max-tablet\:mb-\[82px\] {
    margin-bottom: 82px;
  }

  .max-tablet\:mb-l {
    margin-bottom: 32px;
  }

  .max-tablet\:mb-s {
    margin-bottom: 16px;
  }

  .max-tablet\:mb-xs {
    margin-bottom: 8px;
  }

  .max-tablet\:mb-zero {
    margin-bottom: 0px;
  }

  .max-tablet\:ml-s {
    margin-left: 16px;
  }

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

  .max-tablet\:mt-m {
    margin-top: 24px;
  }

  .max-tablet\:mt-s {
    margin-top: 16px;
  }

  .max-tablet\:block {
    display: block;
  }

  .max-tablet\:flex {
    display: flex;
  }

  .max-tablet\:\!hidden {
    display: none !important;
  }

  .max-tablet\:hidden {
    display: none;
  }

  .max-tablet\:h-\[160px\] {
    height: 160px;
  }

  .max-tablet\:h-\[204px\] {
    height: 204px;
  }

  .max-tablet\:h-\[40px\] {
    height: 40px;
  }

  .max-tablet\:h-\[44px\] {
    height: 44px;
  }

  .max-tablet\:h-\[56px\] {
    height: 56px;
  }

  .max-tablet\:h-\[58px\] {
    height: 58px;
  }

  .max-tablet\:h-\[74px\] {
    height: 74px;
  }

  .max-tablet\:h-\[88px\] {
    height: 88px;
  }

  .max-tablet\:h-auto {
    height: auto;
  }

  .max-tablet\:h-m {
    height: 24px;
  }

  .max-tablet\:min-h-\[371px\] {
    min-height: 371px;
  }

  .max-tablet\:min-h-\[44px\] {
    min-height: 44px;
  }

  .max-tablet\:w-\[109px\] {
    width: 109px;
  }

  .max-tablet\:w-\[136px\] {
    width: 136px;
  }

  .max-tablet\:w-\[184px\] {
    width: 184px;
  }

  .max-tablet\:w-\[240px\] {
    width: 240px;
  }

  .max-tablet\:w-\[40px\] {
    width: 40px;
  }

  .max-tablet\:w-\[56px\] {
    width: 56px;
  }

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

  .max-tablet\:w-m {
    width: 24px;
  }

  .max-tablet\:min-w-\[109px\] {
    min-width: 109px;
  }

  .max-tablet\:max-w-\[168px\] {
    max-width: 168px;
  }

  .max-tablet\:max-w-\[357px\] {
    max-width: 357px;
  }

  .max-tablet\:scale-\[1\.65\] {
    --tw-scale-x: 1.65;
    --tw-scale-y: 1.65;
    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));
  }

  .max-tablet\:flex-col {
    flex-direction: column;
  }

  .max-tablet\:items-start {
    align-items: flex-start;
  }

  .max-tablet\:items-center {
    align-items: center;
  }

  .max-tablet\:justify-center {
    justify-content: center;
  }

  .max-tablet\:gap-\[4px\] {
    gap: 4px;
  }

  .max-tablet\:gap-\[7px\] {
    gap: 7px;
  }

  .max-tablet\:gap-\[9px\] {
    gap: 9px;
  }

  .max-tablet\:gap-s {
    gap: 16px;
  }

  .max-tablet\:\!rounded-8 {
    border-radius: 8px !important;
  }

  .max-tablet\:rounded-4 {
    border-radius: 4px;
  }

  .max-tablet\:rounded-8 {
    border-radius: 8px;
  }

  .max-tablet\:rounded-\[10px\] {
    border-radius: 10px;
  }

  .max-tablet\:border-gray-900 {
    --tw-border-opacity: 1;
    border-color: rgb(40 40 40 / var(--tw-border-opacity));
  }

  .max-tablet\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 252 252 / var(--tw-bg-opacity));
  }

  .max-tablet\:bg-gray-100\/100 {
    background-color: rgb(252 252 252 / 1);
  }

  .max-tablet\:bg-transparent {
    background-color: transparent;
  }

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

  .max-tablet\:stroke-gray-900 {
    stroke: #282828;
  }

  .max-tablet\:p-xs {
    padding: 8px;
  }

  .max-tablet\:\!px-\[9px\] {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }

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

  .max-tablet\:px-m {
    padding-left: 24px;
    padding-right: 24px;
  }

  .max-tablet\:px-s {
    padding-left: 16px;
    padding-right: 16px;
  }

  .max-tablet\:px-xs {
    padding-left: 8px;
    padding-right: 8px;
  }

  .max-tablet\:px-zero {
    padding-left: 0px;
    padding-right: 0px;
  }

  .max-tablet\:\!pb-\[9px\] {
    padding-bottom: 9px !important;
  }

  .max-tablet\:\!pt-\[10px\] {
    padding-top: 10px !important;
  }

  .max-tablet\:pb-\[4px\] {
    padding-bottom: 4px;
  }

  .max-tablet\:pb-\[5px\] {
    padding-bottom: 5px;
  }

  .max-tablet\:pb-m {
    padding-bottom: 24px;
  }

  .max-tablet\:pb-s {
    padding-bottom: 16px;
  }

  .max-tablet\:pl-s {
    padding-left: 16px;
  }

  .max-tablet\:pl-xs {
    padding-left: 8px;
  }

  .max-tablet\:pr-xs {
    padding-right: 8px;
  }

  .max-tablet\:pr-zero {
    padding-right: 0px;
  }

  .max-tablet\:pt-\[56px\] {
    padding-top: 56px;
  }

  .max-tablet\:pt-l {
    padding-top: 32px;
  }

  .max-tablet\:pt-s {
    padding-top: 16px;
  }

  .max-tablet\:pt-xs {
    padding-top: 8px;
  }

  .max-tablet\:pt-zero {
    padding-top: 0px;
  }

  .max-tablet\:text-center {
    text-align: center;
  }

  .max-tablet\:\!text-\[14px\] {
    font-size: 14px !important;
  }

  .max-tablet\:\!text-\[16px\] {
    font-size: 16px !important;
  }

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

  .max-tablet\:text-\[48px\] {
    font-size: 48px;
  }

  .max-tablet\:\!font-medium {
    font-weight: 500 !important;
  }

  .max-tablet\:font-medium {
    font-weight: 500;
  }

  .max-tablet\:tracking-\[-1\.9px\] {
    letter-spacing: -1.9px;
  }

  .max-tablet\:opacity-100 {
    opacity: 1;
  }

  .max-tablet\:shadow-s-menu {
    --tw-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.14);
    --tw-shadow-colored: 0px 2px 8px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .max-tablet\:backdrop-blur-\[10px\] {
    --tw-backdrop-blur: blur(10px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .max-tablet\:active\:bg-gray-250:active {
    --tw-bg-opacity: 1;
    background-color: rgb(241 241 241 / var(--tw-bg-opacity));
  }

  .group.mob-columns .max-tablet\:group-\[\.mob-columns\]\:p-\[12px\] {
    padding: 12px;
  }

  .group.mob-columns .max-tablet\:group-\[\.mob-columns\]\:p-xs {
    padding: 8px;
  }

  .dark\:max-tablet\:border-gray-500:is(.dark *) {
    --tw-border-opacity: 1;
    border-color: rgb(141 141 141 / var(--tw-border-opacity));
  }

  .dark\:max-tablet\:bg-gray-800:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(55 55 55 / var(--tw-bg-opacity));
  }

  .dark\:max-tablet\:bg-gray-900:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(40 40 40 / var(--tw-bg-opacity));
  }

  .dark\:max-tablet\:stroke-gray-500:is(.dark *) {
    stroke: #8D8D8D;
  }

  .max-tablet\:dark\:text-white:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .dark\:max-tablet\:active\:bg-gray-800:active:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(55 55 55 / var(--tw-bg-opacity));
  }
}

@media (min-width: 640px) {

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

@media (min-width: 1094px) {

  .laptop\:top-\[12px\] {
    top: 12px;
  }

  .laptop\:mr-\[-4px\] {
    margin-right: -4px;
  }

  .laptop\:mt-\[37px\] {
    margin-top: 37px;
  }

  .laptop\:block {
    display: block;
  }

  .laptop\:hidden {
    display: none;
  }

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

  .laptop\:w-\[241px\] {
    width: 241px;
  }

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

  .laptop\:flex-1 {
    flex: 1 1 0%;
  }

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

  .laptop\:gap-m {
    gap: 24px;
  }

  .laptop\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 252 252 / var(--tw-bg-opacity));
  }

  .laptop\:px-m {
    padding-left: 24px;
    padding-right: 24px;
  }

  .laptop\:pl-l {
    padding-left: 32px;
  }

  .laptop\:pl-m {
    padding-left: 24px;
  }

  .laptop\:pr-s {
    padding-right: 16px;
  }

  .laptop\:pt-\[12px\] {
    padding-top: 12px;
  }

  .laptop\:pt-s {
    padding-top: 16px;
  }

  .laptop\:pt-xxl {
    padding-top: 48px;
  }

  .laptop\:shadow-s {
    --tw-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
    --tw-shadow-colored: 0px 3px 8px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1518px) {

  .desktop\:flex {
    display: flex;
  }

  .desktop\:w-\[1261px\] {
    width: 1261px;
  }

  .desktop\:w-\[240px\] {
    width: 240px;
  }

  .desktop\:w-\[257px\] {
    width: 257px;
  }

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

  .desktop\:gap-l {
    gap: 32px;
  }

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

  .desktop\:px-l {
    padding-left: 32px;
    padding-right: 32px;
  }

  .desktop\:pl-\[40px\] {
    padding-left: 40px;
  }

  .desktop\:pr-\[43px\] {
    padding-right: 43px;
  }
}

.\[\&\.active\]\:bg-\[\#28282826\].active {
  background-color: #28282826;
}

@media (max-width: 1093px) {

  .max-tablet\:\[\&\.active\]\:bg-gray-250.active {
    --tw-bg-opacity: 1;
    background-color: rgb(241 241 241 / var(--tw-bg-opacity));
  }

  .dark\:max-tablet\:\[\&\.active\]\:bg-gray-700.active:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(80 80 80 / var(--tw-bg-opacity));
  }
}

.\[\&\.dark\]\:bg-black.dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.\[\&\.router-link-active\]\:bg-gray-250.router-link-active {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}

.dark\:\[\&\.router-link-active\]\:bg-gray-900.router-link-active:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
}

.\[\&\:not\(\.router-link-active\)\]\:hover\:shadow-s-hover:hover:not(.router-link-active) {
  --tw-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.\[\&\>\*\]\:relative>* {
  position: relative;
}

.\[\&_\*\]\:\!no-underline * {
  text-decoration-line: none !important;
}

.\[\&_\*\]\:underline-offset-\[2px\] * {
  text-underline-offset: 2px;
}

.\[\&_\*\]\:hover\:underline:hover * {
  text-decoration-line: underline;
}
