*, ::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(46 82 118 / 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(46 82 118 / 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.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.mfe-hs-pointer-events-none {
  pointer-events: none;
}
.mfe-hs-invisible {
  visibility: hidden;
}
.\!mfe-hs-static {
  position: static !important;
}
.mfe-hs-fixed {
  position: fixed;
}
.mfe-hs-absolute {
  position: absolute;
}
.mfe-hs-relative {
  position: relative;
}
.mfe-hs-inset-0 {
  inset: 0px;
}
.mfe-hs-left-0 {
  left: 0px;
}
.mfe-hs-left-\[20px\] {
  left: 20px;
}
.mfe-hs-left-\[5px\] {
  left: 5px;
}
.mfe-hs-right-0 {
  right: 0px;
}
.mfe-hs-right-\[20px\] {
  right: 20px;
}
.mfe-hs-top-0 {
  top: 0px;
}
.mfe-hs-top-\[5px\] {
  top: 5px;
}
.mfe-hs-z-10 {
  z-index: 10;
}
.mfe-hs-z-20 {
  z-index: 20;
}
.mfe-hs-z-\[9998\] {
  z-index: 9998;
}
.mfe-hs-z-\[999999999\] {
  z-index: 999999999;
}
.mfe-hs-z-\[9999\] {
  z-index: 9999;
}
.mfe-hs-z-\[999\] {
  z-index: 999;
}
.mfe-hs-order-1 {
  order: 1;
}
.mfe-hs-order-2 {
  order: 2;
}
.mfe-hs-col-span-1 {
  grid-column: span 1 / span 1;
}
.mfe-hs-col-span-2 {
  grid-column: span 2 / span 2;
}
.mfe-hs-col-span-3 {
  grid-column: span 3 / span 3;
}
.mfe-hs-col-span-full {
  grid-column: 1 / -1;
}
.\!mfe-hs-m-0 {
  margin: 0px !important;
}
.mfe-hs-m-0 {
  margin: 0px;
}
.mfe-hs-mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mfe-hs-mx-\[6px\] {
  margin-left: 6px;
  margin-right: 6px;
}
.mfe-hs-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mfe-hs-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mfe-hs-my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mfe-hs-my-\[50px\] {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mfe-hs-my-\[5px\] {
  margin-top: 5px;
  margin-bottom: 5px;
}
.\!mfe-hs-mb-\[16px\] {
  margin-bottom: 16px !important;
}
.\!mfe-hs-ml-\[4px\] {
  margin-left: 4px !important;
}
.\!mfe-hs-mr-\[4px\] {
  margin-right: 4px !important;
}
.\!mfe-hs-mr-\[8px\] {
  margin-right: 8px !important;
}
.mfe-hs-mb-0 {
  margin-bottom: 0px;
}
.mfe-hs-mb-1 {
  margin-bottom: 0.25rem;
}
.mfe-hs-mb-12 {
  margin-bottom: 3rem;
}
.mfe-hs-mb-2 {
  margin-bottom: 0.5rem;
}
.mfe-hs-mb-4 {
  margin-bottom: 1rem;
}
.mfe-hs-mb-5 {
  margin-bottom: 1.25rem;
}
.mfe-hs-mb-\[10px\] {
  margin-bottom: 10px;
}
.mfe-hs-mb-\[11px\] {
  margin-bottom: 11px;
}
.mfe-hs-mb-\[12px\] {
  margin-bottom: 12px;
}
.mfe-hs-mb-\[14px\] {
  margin-bottom: 14px;
}
.mfe-hs-mb-\[16px\] {
  margin-bottom: 16px;
}
.mfe-hs-mb-\[18px\] {
  margin-bottom: 18px;
}
.mfe-hs-mb-\[20px\] {
  margin-bottom: 20px;
}
.mfe-hs-mb-\[24px\] {
  margin-bottom: 24px;
}
.mfe-hs-mb-\[26px\] {
  margin-bottom: 26px;
}
.mfe-hs-mb-\[28px\] {
  margin-bottom: 28px;
}
.mfe-hs-mb-\[30px\] {
  margin-bottom: 30px;
}
.mfe-hs-mb-\[32px\] {
  margin-bottom: 32px;
}
.mfe-hs-mb-\[3px\] {
  margin-bottom: 3px;
}
.mfe-hs-mb-\[40px\] {
  margin-bottom: 40px;
}
.mfe-hs-mb-\[4px\] {
  margin-bottom: 4px;
}
.mfe-hs-mb-\[50px\] {
  margin-bottom: 50px;
}
.mfe-hs-mb-\[6px\] {
  margin-bottom: 6px;
}
.mfe-hs-mb-\[8px\] {
  margin-bottom: 8px;
}
.mfe-hs-ml-2 {
  margin-left: 0.5rem;
}
.mfe-hs-ml-\[10px\] {
  margin-left: 10px;
}
.mfe-hs-ml-\[25px\] {
  margin-left: 25px;
}
.mfe-hs-ml-\[8px\] {
  margin-left: 8px;
}
.mfe-hs-ml-auto {
  margin-left: auto;
}
.mfe-hs-mr-\[12px\] {
  margin-right: 12px;
}
.mfe-hs-mr-\[16px\] {
  margin-right: 16px;
}
.mfe-hs-mr-\[8px\] {
  margin-right: 8px;
}
.mfe-hs-mt-0 {
  margin-top: 0px;
}
.mfe-hs-mt-\[10px\] {
  margin-top: 10px;
}
.mfe-hs-mt-\[16px\] {
  margin-top: 16px;
}
.mfe-hs-mt-\[20px\] {
  margin-top: 20px;
}
.mfe-hs-mt-\[24px\] {
  margin-top: 24px;
}
.mfe-hs-mt-\[25px\] {
  margin-top: 25px;
}
.mfe-hs-mt-\[52px\] {
  margin-top: 52px;
}
.mfe-hs-mt-\[72px\] {
  margin-top: 72px;
}
.mfe-hs-mt-\[8px\] {
  margin-top: 8px;
}
.\!mfe-hs-line-clamp-3 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}
.mfe-hs-line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mfe-hs-line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.mfe-hs-block {
  display: block;
}
.mfe-hs-inline-block {
  display: inline-block;
}
.mfe-hs-flex {
  display: flex;
}
.mfe-hs-grid {
  display: grid;
}
.mfe-hs-hidden {
  display: none;
}
.mfe-hs-h-10 {
  height: 2.5rem;
}
.mfe-hs-h-5 {
  height: 1.25rem;
}
.mfe-hs-h-6 {
  height: 1.5rem;
}
.mfe-hs-h-8 {
  height: 2rem;
}
.mfe-hs-h-\[10px\] {
  height: 10px;
}
.mfe-hs-h-\[12px\] {
  height: 12px;
}
.mfe-hs-h-\[140px\] {
  height: 140px;
}
.mfe-hs-h-\[144px\] {
  height: 144px;
}
.mfe-hs-h-\[15px\] {
  height: 15px;
}
.mfe-hs-h-\[16px\] {
  height: 16px;
}
.mfe-hs-h-\[175px\] {
  height: 175px;
}
.mfe-hs-h-\[17px\] {
  height: 17px;
}
.mfe-hs-h-\[18px\] {
  height: 18px;
}
.mfe-hs-h-\[195px\] {
  height: 195px;
}
.mfe-hs-h-\[1px\] {
  height: 1px;
}
.mfe-hs-h-\[246px\] {
  height: 246px;
}
.mfe-hs-h-\[24px\] {
  height: 24px;
}
.mfe-hs-h-\[30px\] {
  height: 30px;
}
.mfe-hs-h-\[32px\] {
  height: 32px;
}
.mfe-hs-h-\[38px\] {
  height: 38px;
}
.mfe-hs-h-\[40px\] {
  height: 40px;
}
.mfe-hs-h-\[48px\] {
  height: 48px;
}
.mfe-hs-h-\[56px\] {
  height: 56px;
}
.mfe-hs-h-\[6px\] {
  height: 6px;
}
.mfe-hs-h-\[72px\] {
  height: 72px;
}
.mfe-hs-h-\[8px\] {
  height: 8px;
}
.mfe-hs-h-full {
  height: 100%;
}
.mfe-hs-h-screen {
  height: 100vh;
}
.mfe-hs-max-h-\[200px\] {
  max-height: 200px;
}
.mfe-hs-max-h-\[calc\(100vh-160px\)\] {
  max-height: calc(100vh - 160px);
}
.mfe-hs-max-h-full {
  max-height: 100%;
}
.mfe-hs-w-1\/4 {
  width: 25%;
}
.mfe-hs-w-10 {
  width: 2.5rem;
}
.mfe-hs-w-4\/5 {
  width: 80%;
}
.mfe-hs-w-5 {
  width: 1.25rem;
}
.mfe-hs-w-6 {
  width: 1.5rem;
}
.mfe-hs-w-8 {
  width: 2rem;
}
.mfe-hs-w-\[10px\] {
  width: 10px;
}
.mfe-hs-w-\[12px\] {
  width: 12px;
}
.mfe-hs-w-\[15px\] {
  width: 15px;
}
.mfe-hs-w-\[16px\] {
  width: 16px;
}
.mfe-hs-w-\[17px\] {
  width: 17px;
}
.mfe-hs-w-\[18px\] {
  width: 18px;
}
.mfe-hs-w-\[250px\] {
  width: 250px;
}
.mfe-hs-w-\[30px\] {
  width: 30px;
}
.mfe-hs-w-\[36\%\] {
  width: 36%;
}
.mfe-hs-w-\[38px\] {
  width: 38px;
}
.mfe-hs-w-\[616px\] {
  width: 616px;
}
.mfe-hs-w-\[64\%\] {
  width: 64%;
}
.mfe-hs-w-\[6px\] {
  width: 6px;
}
.mfe-hs-w-\[70px\] {
  width: 70px;
}
.mfe-hs-w-\[8px\] {
  width: 8px;
}
.mfe-hs-w-\[calc\(100\%-15px\)\] {
  width: calc(100% - 15px);
}
.mfe-hs-w-\[calc\(100\%-40px\)\] {
  width: calc(100% - 40px);
}
.mfe-hs-w-\[calc\(25\%-16px\)\] {
  width: calc(25% - 16px);
}
.mfe-hs-w-auto {
  width: auto;
}
.mfe-hs-w-fit {
  width: -webkit-fit-content;
  width: fit-content;
}
.mfe-hs-w-full {
  width: 100%;
}
.mfe-hs-min-w-\[110px\] {
  min-width: 110px;
}
.mfe-hs-min-w-\[200px\] {
  min-width: 200px;
}
.mfe-hs-max-w-\[1500px\] {
  max-width: 1500px;
}
.mfe-hs-max-w-\[197px\] {
  max-width: 197px;
}
.mfe-hs-max-w-\[3000px\] {
  max-width: 3000px;
}
.mfe-hs-max-w-\[331\.5px\] {
  max-width: 331.5px;
}
.mfe-hs-max-w-\[400px\] {
  max-width: 400px;
}
.mfe-hs-max-w-\[800px\] {
  max-width: 800px;
}
.mfe-hs-flex-1 {
  flex: 1 1;
}
.mfe-hs-flex-shrink-0 {
  flex-shrink: 0;
}
.mfe-hs-flex-grow {
  flex-grow: 1;
}
.mfe-hs-translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.mfe-hs-translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes mfe-hs-spin {

  to {
    transform: rotate(360deg);
  }
}
.mfe-hs-animate-spin {
  animation: mfe-hs-spin 1s linear infinite;
}
.\!mfe-hs-cursor-not-allowed {
  cursor: not-allowed !important;
}
.\!mfe-hs-cursor-pointer {
  cursor: pointer !important;
}
.mfe-hs-cursor-not-allowed {
  cursor: not-allowed;
}
.mfe-hs-cursor-pointer {
  cursor: pointer;
}
.mfe-hs-select-none {
  -webkit-user-select: none;
          user-select: none;
}
.mfe-hs-list-disc {
  list-style-type: disc;
}
.mfe-hs-list-none {
  list-style-type: none;
}
.mfe-hs-appearance-none {
  -webkit-appearance: none;
          appearance: none;
}
.mfe-hs-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.mfe-hs-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.mfe-hs-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.mfe-hs-grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.mfe-hs-flex-row {
  flex-direction: row;
}
.mfe-hs-flex-col {
  flex-direction: column;
}
.mfe-hs-flex-wrap {
  flex-wrap: wrap;
}
.mfe-hs-flex-nowrap {
  flex-wrap: nowrap;
}
.mfe-hs-items-start {
  align-items: flex-start;
}
.mfe-hs-items-center {
  align-items: center;
}
.mfe-hs-items-stretch {
  align-items: stretch;
}
.mfe-hs-justify-start {
  justify-content: flex-start;
}
.mfe-hs-justify-end {
  justify-content: flex-end;
}
.mfe-hs-justify-center {
  justify-content: center;
}
.mfe-hs-justify-between {
  justify-content: space-between;
}
.mfe-hs-gap-2 {
  gap: 0.5rem;
}
.mfe-hs-gap-4 {
  gap: 1rem;
}
.mfe-hs-gap-6 {
  gap: 1.5rem;
}
.mfe-hs-gap-\[12px\] {
  gap: 12px;
}
.mfe-hs-gap-\[16px\] {
  gap: 16px;
}
.mfe-hs-gap-\[20px\] {
  gap: 20px;
}
.mfe-hs-gap-\[24px\] {
  gap: 24px;
}
.mfe-hs-gap-\[30px\] {
  gap: 30px;
}
.mfe-hs-gap-\[40px\] {
  gap: 40px;
}
.mfe-hs-gap-\[42px\] {
  gap: 42px;
}
.mfe-hs-gap-\[8px\] {
  gap: 8px;
}
.mfe-hs-gap-x-\[24px\] {
  column-gap: 24px;
}
.mfe-hs-gap-y-\[32px\] {
  row-gap: 32px;
}
.mfe-hs-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));
}
.mfe-hs-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.mfe-hs-space-y-\[20px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}
.mfe-hs-space-y-\[8px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}
.mfe-hs-overflow-hidden {
  overflow: hidden;
}
.mfe-hs-overflow-y-auto {
  overflow-y: auto;
}
.mfe-hs-overflow-x-hidden {
  overflow-x: hidden;
}
.mfe-hs-overflow-y-scroll {
  overflow-y: scroll;
}
.mfe-hs-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mfe-hs-text-ellipsis {
  text-overflow: ellipsis;
}
.mfe-hs-whitespace-nowrap {
  white-space: nowrap;
}
.mfe-hs-rounded {
  border-radius: 0.25rem;
}
.mfe-hs-rounded-2xl {
  border-radius: 1rem;
}
.mfe-hs-rounded-\[12px\] {
  border-radius: 12px;
}
.mfe-hs-rounded-\[2px\] {
  border-radius: 2px;
}
.mfe-hs-rounded-full {
  border-radius: 9999px;
}
.mfe-hs-rounded-lg {
  border-radius: 0.5rem;
}
.mfe-hs-rounded-md {
  border-radius: 0.375rem;
}
.mfe-hs-rounded-none {
  border-radius: 0px;
}
.mfe-hs-rounded-sm {
  border-radius: 0.125rem;
}
.mfe-hs-rounded-t-\[2px\] {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.mfe-hs-border {
  border-width: 1px;
}
.mfe-hs-border-0 {
  border-width: 0px;
}
.mfe-hs-border-2 {
  border-width: 2px;
}
.mfe-hs-border-b {
  border-bottom-width: 1px;
}
.mfe-hs-border-l-\[4px\] {
  border-left-width: 4px;
}
.mfe-hs-border-t {
  border-top-width: 1px;
}
.mfe-hs-border-t-2 {
  border-top-width: 2px;
}
.mfe-hs-border-solid {
  border-style: solid;
}
.mfe-hs-border-dashed {
  border-style: dashed;
}
.\!mfe-hs-border-none {
  border-style: none !important;
}
.mfe-hs-border-none {
  border-style: none;
}
.mfe-hs-border-\[\#7e8c9a\] {
  --tw-border-opacity: 1;
  border-color: rgb(126 140 154 / 1);
  border-color: rgb(126 140 154 / var(--tw-border-opacity, 1));
}
.mfe-hs-border-\[\#BFBFBF\] {
  --tw-border-opacity: 1;
  border-color: rgb(191 191 191 / 1);
  border-color: rgb(191 191 191 / var(--tw-border-opacity, 1));
}
.mfe-hs-border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / 1);
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.mfe-hs-border-black-fill-25 {
  --tw-border-opacity: 1;
  border-color: rgb(191 191 191 / 1);
  border-color: rgb(191 191 191 / var(--tw-border-opacity, 1));
}
.mfe-hs-border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(46 82 118 / 1);
  border-color: rgb(46 82 118 / var(--tw-border-opacity, 1));
}
.mfe-hs-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.mfe-hs-border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / 1);
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.mfe-hs-border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / 1);
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.mfe-hs-border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(170 188 201 / 1);
  border-color: rgb(170 188 201 / var(--tw-border-opacity, 1));
}
.mfe-hs-border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(46 82 118 / 1);
  border-color: rgb(46 82 118 / var(--tw-border-opacity, 1));
}
.mfe-hs-border-l-primary {
  --tw-border-opacity: 1;
  border-left-color: rgb(46 82 118 / 1);
  border-left-color: rgb(46 82 118 / var(--tw-border-opacity, 1));
}
.mfe-hs-border-t-transparent {
  border-top-color: transparent;
}
.\!mfe-hs-bg-disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 230 230 / 1) !important;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1)) !important;
}
.mfe-hs-bg-\[\#0059b3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 89 179 / 1);
  background-color: rgb(0 89 179 / var(--tw-bg-opacity, 1));
}
.mfe-hs-bg-\[\#bcc3ca\] {
  --tw-bg-opacity: 1;
  background-color: rgb(188 195 202 / 1);
  background-color: rgb(188 195 202 / var(--tw-bg-opacity, 1));
}
.mfe-hs-bg-\[\#f7f8f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 249 / 1);
  background-color: rgb(247 248 249 / var(--tw-bg-opacity, 1));
}
.mfe-hs-bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.mfe-hs-bg-\[rgba\(0\,0\,0\,0\.1\)\] {
  background-color: rgba(0,0,0,0.1);
}
.mfe-hs-bg-black-transparency-10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.mfe-hs-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.mfe-hs-bg-paleBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(230 236 240 / 1);
  background-color: rgb(230 236 240 / var(--tw-bg-opacity, 1));
}
.mfe-hs-bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(46 82 118 / 1);
  background-color: rgb(46 82 118 / var(--tw-bg-opacity, 1));
}
.mfe-hs-bg-transparent {
  background-color: transparent;
}
.mfe-hs-bg-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(247 217 89 / 1);
  background-color: rgb(247 217 89 / var(--tw-bg-opacity, 1));
}
.mfe-hs-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.mfe-hs-stroke-current {
  stroke: currentColor;
}
.mfe-hs-object-contain {
  object-fit: contain;
}
.mfe-hs-object-cover {
  object-fit: cover;
}
.\!mfe-hs-p-0 {
  padding: 0px !important;
}
.mfe-hs-p-0 {
  padding: 0px;
}
.mfe-hs-p-4 {
  padding: 1rem;
}
.mfe-hs-p-5 {
  padding: 1.25rem;
}
.mfe-hs-p-\[10px\] {
  padding: 10px;
}
.mfe-hs-p-\[13px\] {
  padding: 13px;
}
.mfe-hs-p-\[16px\] {
  padding: 16px;
}
.mfe-hs-p-\[20px\] {
  padding: 20px;
}
.mfe-hs-p-\[24px\] {
  padding: 24px;
}
.mfe-hs-p-\[8px\] {
  padding: 8px;
}
.mfe-hs-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.mfe-hs-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.mfe-hs-px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.mfe-hs-px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.mfe-hs-px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.mfe-hs-px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.mfe-hs-px-\[21px\] {
  padding-left: 21px;
  padding-right: 21px;
}
.mfe-hs-px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.mfe-hs-px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.mfe-hs-px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}
.mfe-hs-px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.mfe-hs-py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.mfe-hs-py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mfe-hs-py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.mfe-hs-py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.mfe-hs-py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.mfe-hs-py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}
.mfe-hs-py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfe-hs-py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.mfe-hs-py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.mfe-hs-py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.\!mfe-hs-pb-\[30px\] {
  padding-bottom: 30px !important;
}
.\!mfe-hs-pt-\[60px\] {
  padding-top: 60px !important;
}
.mfe-hs-pb-0 {
  padding-bottom: 0px;
}
.mfe-hs-pb-\[10px\] {
  padding-bottom: 10px;
}
.mfe-hs-pb-\[32px\] {
  padding-bottom: 32px;
}
.mfe-hs-pb-\[35px\] {
  padding-bottom: 35px;
}
.mfe-hs-pb-\[8px\] {
  padding-bottom: 8px;
}
.mfe-hs-pl-0 {
  padding-left: 0px;
}
.mfe-hs-pl-\[24px\] {
  padding-left: 24px;
}
.mfe-hs-pl-\[8px\] {
  padding-left: 8px;
}
.mfe-hs-pr-\[10px\] {
  padding-right: 10px;
}
.mfe-hs-pr-\[24px\] {
  padding-right: 24px;
}
.mfe-hs-pr-\[42px\] {
  padding-right: 42px;
}
.mfe-hs-pr-\[8px\] {
  padding-right: 8px;
}
.mfe-hs-pt-0 {
  padding-top: 0px;
}
.mfe-hs-pt-\[16px\] {
  padding-top: 16px;
}
.mfe-hs-pt-\[20px\] {
  padding-top: 20px;
}
.mfe-hs-pt-\[24px\] {
  padding-top: 24px;
}
.mfe-hs-pt-\[2px\] {
  padding-top: 2px;
}
.mfe-hs-pt-\[4px\] {
  padding-top: 4px;
}
.mfe-hs-text-left {
  text-align: left;
}
.mfe-hs-text-center {
  text-align: center;
}
.mfe-hs-align-middle {
  vertical-align: middle;
}
.\!mfe-hs-text-\[12px\] {
  font-size: 12px !important;
}
.mfe-hs-text-\[12px\] {
  font-size: 12px;
}
.mfe-hs-text-\[14px\] {
  font-size: 14px;
}
.mfe-hs-text-\[15px\] {
  font-size: 15px;
}
.mfe-hs-text-\[16px\] {
  font-size: 16px;
}
.mfe-hs-text-\[18px\] {
  font-size: 18px;
}
.mfe-hs-text-\[22px\] {
  font-size: 22px;
}
.mfe-hs-text-\[24px\] {
  font-size: 24px;
}
.mfe-hs-text-\[26px\] {
  font-size: 26px;
}
.mfe-hs-text-\[32px\] {
  font-size: 32px;
}
.mfe-hs-text-\[38px\] {
  font-size: 38px;
}
.mfe-hs-text-base {
  font-size: 14px;
}
.mfe-hs-text-lg {
  font-size: 16px;
}
.mfe-hs-text-medium {
  font-size: 14px;
}
.mfe-hs-text-mediumLg {
  font-size: 16px;
}
.mfe-hs-text-sm {
  font-size: 12px;
}
.mfe-hs-text-xl {
  font-size: 20px;
}
.mfe-hs-font-\[700\] {
  font-weight: 700;
}
.mfe-hs-font-bold {
  font-weight: 700;
}
.mfe-hs-font-medium {
  font-weight: 500;
}
.mfe-hs-font-normal {
  font-weight: 400;
}
.mfe-hs-font-semibold {
  font-weight: 600;
}
.mfe-hs-uppercase {
  text-transform: uppercase;
}
.\!mfe-hs-leading-\[14px\] {
  line-height: 14px !important;
}
.\!mfe-hs-leading-\[24px\] {
  line-height: 24px !important;
}
.mfe-hs-leading-\[100\%\] {
  line-height: 100%;
}
.mfe-hs-leading-\[12px\] {
  line-height: 12px;
}
.mfe-hs-leading-\[16px\] {
  line-height: 16px;
}
.mfe-hs-leading-\[20px\] {
  line-height: 20px;
}
.mfe-hs-leading-\[21px\] {
  line-height: 21px;
}
.mfe-hs-leading-\[22px\] {
  line-height: 22px;
}
.mfe-hs-leading-\[24px\] {
  line-height: 24px;
}
.mfe-hs-leading-\[26px\] {
  line-height: 26px;
}
.mfe-hs-leading-\[28px\] {
  line-height: 28px;
}
.mfe-hs-leading-\[30px\] {
  line-height: 30px;
}
.mfe-hs-leading-\[39px\] {
  line-height: 39px;
}
.mfe-hs-leading-\[57px\] {
  line-height: 57px;
}
.mfe-hs-leading-none {
  line-height: 1;
}
.mfe-hs-leading-relaxed {
  line-height: 1.625;
}
.\!mfe-hs-tracking-\[0\.4px\] {
  letter-spacing: 0.4px !important;
}
.mfe-hs-tracking-\[-0\.1px\] {
  letter-spacing: -0.1px;
}
.mfe-hs-tracking-\[0\.15px\] {
  letter-spacing: 0.15px;
}
.mfe-hs-tracking-\[0\.2px\] {
  letter-spacing: 0.2px;
}
.mfe-hs-tracking-\[0\.4px\] {
  letter-spacing: 0.4px;
}
.mfe-hs-tracking-\[0\.5px\] {
  letter-spacing: 0.5px;
}
.mfe-hs-tracking-\[0px\] {
  letter-spacing: 0px;
}
.mfe-hs-tracking-\[1\.5px\] {
  letter-spacing: 1.5px;
}
.mfe-hs-tracking-normal {
  letter-spacing: 0em;
}
.\!mfe-hs-text-black-fill-66 {
  --tw-text-opacity: 1 !important;
  color: rgb(84 84 84 / 1) !important;
  color: rgb(84 84 84 / var(--tw-text-opacity, 1)) !important;
}
.mfe-hs-text-\[\#1d4f76\] {
  --tw-text-opacity: 1;
  color: rgb(29 79 118 / 1);
  color: rgb(29 79 118 / var(--tw-text-opacity, 1));
}
.mfe-hs-text-\[\#262626\] {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / 1);
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.mfe-hs-text-\[\#313a45\] {
  --tw-text-opacity: 1;
  color: rgb(49 58 69 / 1);
  color: rgb(49 58 69 / var(--tw-text-opacity, 1));
}
.mfe-hs-text-\[\#545454\] {
  --tw-text-opacity: 1;
  color: rgb(84 84 84 / 1);
  color: rgb(84 84 84 / var(--tw-text-opacity, 1));
}
.mfe-hs-text-\[\#67768b\] {
  --tw-text-opacity: 1;
  color: rgb(103 118 139 / 1);
  color: rgb(103 118 139 / var(--tw-text-opacity, 1));
}
.mfe-hs-text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mfe-hs-text-black-fill-25 {
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / 1);
  color: rgb(191 191 191 / var(--tw-text-opacity, 1));
}
.mfe-hs-text-black-fill-66 {
  --tw-text-opacity: 1;
  color: rgb(84 84 84 / 1);
  color: rgb(84 84 84 / var(--tw-text-opacity, 1));
}
.mfe-hs-text-black-fill-85 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / 1);
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.mfe-hs-text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(69 122 176 / 1);
  color: rgb(69 122 176 / var(--tw-text-opacity, 1));
}
.mfe-hs-text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(46 82 118 / 1);
  color: rgb(46 82 118 / var(--tw-text-opacity, 1));
}
.mfe-hs-text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(34 61 88 / 1);
  color: rgb(34 61 88 / var(--tw-text-opacity, 1));
}
.mfe-hs-text-deepOceanBlue {
  --tw-text-opacity: 1;
  color: rgb(0 89 179 / 1);
  color: rgb(0 89 179 / var(--tw-text-opacity, 1));
}
.mfe-hs-text-foreground {
  --tw-text-opacity: 1;
  color: rgb(84 84 84 / 1);
  color: rgb(84 84 84 / var(--tw-text-opacity, 1));
}
.mfe-hs-text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 1);
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.mfe-hs-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.mfe-hs-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.mfe-hs-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.mfe-hs-text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(27 45 58 / 1);
  color: rgb(27 45 58 / var(--tw-text-opacity, 1));
}
.mfe-hs-text-primary {
  --tw-text-opacity: 1;
  color: rgb(46 82 118 / 1);
  color: rgb(46 82 118 / var(--tw-text-opacity, 1));
}
.mfe-hs-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.mfe-hs-underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.\!mfe-hs-opacity-100 {
  opacity: 1 !important;
}
.mfe-hs-opacity-0 {
  opacity: 0;
}
.mfe-hs-opacity-50 {
  opacity: 0.5;
}
.mfe-hs-opacity-\[69\%\] {
  opacity: 69%;
}
.mfe-hs-shadow-addToCart {
  --tw-shadow: 3px 3px 24px 2pxrgba(0,0,0,0.2);
  --tw-shadow-colored: 3px 3px 24px 2pxrgba(0,0,0,0.2) var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mfe-hs-shadow-bottom {
  --tw-shadow: 0px 1px 3px -2px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 1px 3px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mfe-hs-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mfe-hs-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.mfe-hs-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.mfe-hs-transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.mfe-hs-transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.mfe-hs-duration-100 {
  transition-duration: 100ms;
}
.mfe-hs-duration-200 {
  transition-duration: 200ms;
}
.mfe-hs-duration-300 {
  transition-duration: 300ms;
}
.mfe-hs-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


body, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-family: "acumin-pro", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: auto;
  width: 100%;
}

code {
  font-family:
    source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}


.mfe-hs-pl-2, .mfe-hs-px-2 {
  padding-left: 8px !important;
}
.mfe-hs-pr-2, .mfe-hs-px-2 {
  padding-right: 8px !important;
}
.mfe-hs-pb-1, .mfe-hs-py-1 {
  padding-bottom: 4px !important;
}
.mfe-hs-pt-1, .mfe-hs-py-1 {
  padding-top: 4px !important;
}
.mfe-hs-py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.mfe-hs-py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.mfe-hs-px-2 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.mfe-hs-mb-2, .mfe-hs-my-2 {
  margin-bottom: 8px !important;
}

.mfe-hs-p-2 {
  padding: 8px !important;
}

.mfe-hs-p-1 {
  padding: 4px !important;
}

.mfe-hs-pr-2 {
  padding-right: 8px !important;
}

.mfe-hs-mb-1 {
  margin-bottom: 4px !important;
}

.mfe-hs-pl-1 {
  padding-left: 4px !important;
}

.mfe-hs-pr-2 {
  padding-right: 8px !important;
}

.mfe-hs-__menu {
  width: 133px !important;
  max-width: 200px !important;
  left: -70px !important;
  top: -10px !important;
}
.mfe-hs-__option--is-focused  {
  background-color: transparent !important;
}
.mfe-hs-__group{
  padding: 0 !important;
  margin: 0 !important;
}
.mfe-hs-__group + .mfe-hs-__group {
  margin-top: 10px !important;
}

.mfe-hs-__group:first-of-type:hover {
  svg {
    stroke: #f7d959 !important;
  }
}

@media (max-width: 1025px) {
  .mfe-hs-__menu {
    /* width: 133px !important;
    max-width: 200px !important; */
    left: -100px !important;
    /* top: -10px !important; */
  }
}

.placeholder\:mfe-hs-text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 1);
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.focus-within\:mfe-hs-bg-paleBlue:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgb(230 236 240 / 1);
  background-color: rgb(230 236 240 / var(--tw-bg-opacity, 1));
}

.focus-within\:mfe-hs-text-clearFacets:focus-within {
  --tw-text-opacity: 1;
  color: rgb(204 13 0 / 1);
  color: rgb(204 13 0 / var(--tw-text-opacity, 1));
}

.hover\:mfe-hs-bg-\[\#bcc3ca\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(188 195 202 / 1);
  background-color: rgb(188 195 202 / var(--tw-bg-opacity, 1));
}

.hover\:mfe-hs-bg-blue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(69 122 176 / 1);
  background-color: rgb(69 122 176 / var(--tw-bg-opacity, 1));
}

.hover\:mfe-hs-bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:mfe-hs-bg-neutral-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 45 58 / 1);
  background-color: rgb(27 45 58 / var(--tw-bg-opacity, 1));
}

.hover\:mfe-hs-bg-paleBlue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 236 240 / 1);
  background-color: rgb(230 236 240 / var(--tw-bg-opacity, 1));
}

.hover\:mfe-hs-bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(46 82 118 / 1);
  background-color: rgb(46 82 118 / var(--tw-bg-opacity, 1));
}

.hover\:mfe-hs-text-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgb(69 122 176 / 1);
  color: rgb(69 122 176 / var(--tw-text-opacity, 1));
}

.hover\:mfe-hs-text-clearFacets:hover {
  --tw-text-opacity: 1;
  color: rgb(204 13 0 / 1);
  color: rgb(204 13 0 / var(--tw-text-opacity, 1));
}

.hover\:mfe-hs-text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(204 0 0 / 1);
  color: rgb(204 0 0 / var(--tw-text-opacity, 1));
}

.hover\:mfe-hs-text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(168 22 20 / 1);
  color: rgb(168 22 20 / var(--tw-text-opacity, 1));
}

.hover\:mfe-hs-text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:mfe-hs-underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:mfe-hs-shadow:hover {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:mfe-hs-bg-\[\#bcc3ca\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(188 195 202 / 1);
  background-color: rgb(188 195 202 / var(--tw-bg-opacity, 1));
}

.focus\:mfe-hs-bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 1);
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.focus\:mfe-hs-bg-paleBlue:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(230 236 240 / 1);
  background-color: rgb(230 236 240 / var(--tw-bg-opacity, 1));
}

.focus\:mfe-hs-font-bold:focus {
  font-weight: 700;
}

.focus\:mfe-hs-underline:focus {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.focus\:\!mfe-hs-outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:mfe-hs-outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:mfe-hs-outline:focus {
  outline-style: solid;
}

.focus\:mfe-hs-outline-2:focus {
  outline-width: 2px;
}

.focus\:mfe-hs-outline-neutral-800:focus {
  outline-color: #070b0e;
}

.mfe-hs-group:focus-within .group-focus-within\:\!mfe-hs-opacity-100 {
  opacity: 1 !important;
}

.mfe-hs-group:hover .group-hover\:mfe-hs-border-solid {
  border-style: solid;
}

.mfe-hs-group:hover .group-hover\:\!mfe-hs-opacity-100 {
  opacity: 1 !important;
}

@media (max-width: 430px) {

  .max-\[430px\]\:mfe-hs-w-full {
    width: 100%;
  }
}

@media (min-width: 640px) {

  .sm\:mfe-hs-col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:mfe-hs-h-\[246px\] {
    height: 246px;
  }

  .sm\:mfe-hs-w-3\/5 {
    width: 60%;
  }

  .sm\:mfe-hs-max-w-\[610px\] {
    max-width: 610px;
  }

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

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

  .sm\:mfe-hs-px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm\:mfe-hs-text-left {
    text-align: left;
  }

  .sm\:mfe-hs-text-\[20px\] {
    font-size: 20px;
  }

  .sm\:mfe-hs-text-\[26px\] {
    font-size: 26px;
  }

  .sm\:mfe-hs-text-xl {
    font-size: 20px;
  }
}

@media (min-width: 768px) {

  .md\:mfe-hs-w-\[504px\] {
    width: 504px;
  }

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

@media (min-width: 1024px) {

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

  .lg\:mfe-hs-text-left {
    text-align: left;
  }
}

@media (min-width: 1105px) {

  .min-\[1105px\]\:mfe-hs-block {
    display: block;
  }

  .min-\[1105px\]\:mfe-hs-text-left {
    text-align: left;
  }
}

@media (min-width: 1200px) {

  .min-\[1200px\]\:mfe-hs-w-1\/6 {
    width: 16.666667%;
  }

  .min-\[1200px\]\:mfe-hs-min-w-\[320px\] {
    min-width: 320px;
  }
}

@media (min-width: 1280px) {

  .xl\:mfe-hs-w-\[calc\(20\%-18px\)\] {
    width: calc(20% - 18px);
  }
}

@media (min-width: 1450px) {

  .min-\[1450px\]\:mfe-hs-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1710px) {

  .min-\[1710px\]\:mfe-hs-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1970px) {

  .min-\[1970px\]\:mfe-hs-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 2300px) {

  .min-\[2300px\]\:mfe-hs-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

.\[\&_h5\]\:\!mfe-hs-mb-3 h5 {
  margin-bottom: 0.75rem !important;
}

.\[\&_h5\]\:\!mfe-hs-text-\[22px\] h5 {
  font-size: 22px !important;
}

.\[\&_h5\]\:\!mfe-hs-font-bold h5 {
  font-weight: 700 !important;
}

.\[\&_h5\]\:\!mfe-hs-text-black-fill-85 h5 {
  --tw-text-opacity: 1 !important;
  color: rgb(38 38 38 / 1) !important;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 640px) {

  .sm\:\[\&_h5\]\:\!mfe-hs-text-\[26px\] h5 {
    font-size: 26px !important;
  }
}

.\[\&_p\]\:\!mfe-hs-text-mediumLg p {
  font-size: 16px !important;
}

.\[\&_p\]\:\!mfe-hs-text-xl p {
  font-size: 20px !important;
}
@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}

.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */

  background-color: var(--base-color);

  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;

  position: relative;
  -webkit-user-select: none;
          user-select: none;
  overflow: hidden;
}

.react-loading-skeleton::after {
  content: ' ';
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(
      90deg,
      var(--base-color) 0%,
      var(--highlight-color) 50%,
      var(--base-color) 100%
    );
  background-image: var(
    --custom-highlight-background,
    linear-gradient(
      90deg,
      var(--base-color) 0%,
      var(--highlight-color) 50%,
      var(--base-color) 100%
    )
  );
  transform: translateX(-100%);

  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}

