/** Shopify CDN: Minification failed

Line 2240:11 Unexpected "%"

**/
/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: 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 */
  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,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  /* background-color: transparent; */
  /* 2 */
  background-image: none;
  /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::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:  ;
}

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

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

.\!gen-absolute {
  position: absolute !important;
}

.gen-absolute {
  position: absolute;
}

.\!gen-relative {
  position: relative !important;
}

.gen-relative {
  position: relative;
}

.\!gen-bottom-\[10\%\] {
  bottom: 10% !important;
}

.\!gen-top-\[initial\] {
  top: initial !important;
}

.gen-bottom-0 {
  bottom: 0px;
}

.gen-bottom-\[10\%\] {
  bottom: 10%;
}

.gen-bottom-\[20px\] {
  bottom: 20px;
}

.gen-bottom-\[30px\] {
  bottom: 30px;
}

.gen-left-0 {
  left: 0px;
}

.gen-left-\[0\] {
  left: 0;
}

.gen-left-\[0px\] {
  left: 0px;
}

.gen-left-\[5\%\] {
  left: 5%;
}

.gen-left-\[50\%\] {
  left: 50%;
}

.gen-right-\[5px\] {
  right: 5px;
}

.gen-top-0 {
  top: 0px;
}

.gen-top-\[0\] {
  top: 0;
}

.gen-top-\[0px\] {
  top: 0px;
}

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

.gen-top-\[13px\] {
  top: 13px;
}

.gen-top-\[14px\] {
  top: 14px;
}

.gen-top-\[20px\] {
  top: 20px;
}

.gen-top-\[30px\] {
  top: 30px;
}

.gen-top-\[50\%\] {
  top: 50%;
}

.gen-top-\[53px\] {
  top: 53px;
}

.gen-top-\[75\%\] {
  top: 75%;
}

.gen-z-0 {
  z-index: 0;
}

.gen-z-10 {
  z-index: 10;
}

.gen-z-\[1\] {
  z-index: 1;
}

.gen-z-\[2\] {
  z-index: 2;
}

.gen-order-1 {
  order: 1;
}

.gen-order-2 {
  order: 2;
}

.gen-order-3 {
  order: 3;
}

.\!gen-m-0 {
  margin: 0px !important;
}

.gen-m-\[0px\] {
  margin: 0px;
}

.gen-m-\[20px\] {
  margin: 20px;
}

.gen-m-auto {
  margin: auto;
}

.\!gen-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.\!gen-my-\[0\.5rem\] {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.gen-mx-\[auto\] {
  margin-left: auto;
  margin-right: auto;
}

.gen-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.\!gen-mb-0 {
  margin-bottom: 0px !important;
}

.\!gen-mb-\[0\] {
  margin-bottom: 0 !important;
}

.\!gen-mb-\[10px\] {
  margin-bottom: 10px !important;
}

.\!gen-mb-\[3px\] {
  margin-bottom: 3px !important;
}

.\!gen-mb-\[40px\] {
  margin-bottom: 40px !important;
}

.\!gen-mr-\[8px\] {
  margin-right: 8px !important;
}

.\!gen-mt-0 {
  margin-top: 0px !important;
}

.\!gen-mt-\[0px\] {
  margin-top: 0px !important;
}

.\!gen-mt-\[15px\] {
  margin-top: 15px !important;
}

.\!gen-mt-\[20px\] {
  margin-top: 20px !important;
}

.\!gen-mt-\[2rem\] {
  margin-top: 2rem !important;
}

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

.gen-mb-5 {
  margin-bottom: 1.25rem;
}

.gen-mb-\[1\.05rem\] {
  margin-bottom: 1.05rem;
}

.gen-mb-\[10px\] {
  margin-bottom: 10px;
}

.gen-mb-\[12px\] {
  margin-bottom: 12px;
}

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

.gen-mb-\[15px\] {
  margin-bottom: 15px;
}

.gen-mb-\[20px\] {
  margin-bottom: 20px;
}

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

.gen-mb-\[24px\] {
  margin-bottom: 24px;
}

.gen-mb-\[28px\] {
  margin-bottom: 28px;
}

.gen-mb-\[30px\] {
  margin-bottom: 30px;
}

.gen-mb-\[32px\] {
  margin-bottom: 32px;
}

.gen-mb-\[3rem\] {
  margin-bottom: 3rem;
}

.gen-mb-\[50px\] {
  margin-bottom: 50px;
}

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

.gen-mb-\[8px\] {
  margin-bottom: 8px;
}

.gen-mr-\[120px\] {
  margin-right: 120px;
}

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

.gen-mt-1\.5 {
  margin-top: 0.375rem;
}

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

.gen-mt-\[0\] {
  margin-top: 0;
}

.gen-mt-\[10px\] {
  margin-top: 10px;
}

.gen-mt-\[12px\] {
  margin-top: 12px;
}

.gen-mt-\[14px\] {
  margin-top: 14px;
}

.gen-mt-\[15px\] {
  margin-top: 15px;
}

.gen-mt-\[16px\] {
  margin-top: 16px;
}

.gen-mt-\[176px\] {
  margin-top: 176px;
}

.gen-mt-\[20px\] {
  margin-top: 20px;
}

.gen-mt-\[22px\] {
  margin-top: 22px;
}

.gen-mt-\[30px\] {
  margin-top: 30px;
}

.gen-mt-\[31px\] {
  margin-top: 31px;
}

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

.gen-mt-\[34px\] {
  margin-top: 34px;
}

.gen-mt-\[35px\] {
  margin-top: 35px;
}

.gen-mt-\[38px\] {
  margin-top: 38px;
}

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

.gen-mt-\[48px\] {
  margin-top: 48px;
}

.gen-mt-\[5px\] {
  margin-top: 5px;
}

.gen-mt-\[7px\] {
  margin-top: 7px;
}

.gen-mt-\[8px\] {
  margin-top: 8px;
}

.gen-mt-\[auto\] {
  margin-top: auto;
}

.gen-line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.\!gen-block {
  display: block !important;
}

.gen-block {
  display: block;
}

.\!gen-flex {
  display: flex !important;
}

.gen-flex {
  display: flex;
}

.gen-inline-flex {
  display: inline-flex;
}

.\!gen-grid {
  display: grid !important;
}

.gen-grid {
  display: grid;
}

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

.gen-hidden {
  display: none;
}

.gen-aspect-auto {
  aspect-ratio: auto;
}

.\!gen-h-\[100\%\] {
  height: 100% !important;
}

.\!gen-h-\[28px\] {
  height: 28px !important;
}

.\!gen-h-\[30px\] {
  height: 30px !important;
}

.\!gen-h-\[35px\] {
  height: 35px !important;
}

.\!gen-h-\[40px\] {
  height: 40px !important;
}

.\!gen-h-\[48px\] {
  height: 48px !important;
}

.\!gen-h-\[63px\] {
  height: 63px !important;
}

.\!gen-h-\[64px\] {
  height: 64px !important;
}

.\!gen-h-auto {
  height: auto !important;
}

.\!gen-h-full {
  height: 100% !important;
}

.gen-h-0 {
  height: 0px;
}

.gen-h-\[0\%\] {
  height: 0%;
}

.gen-h-\[0\] {
  height: 0;
}

.gen-h-\[100\%\] {
  height: 100%;
}

.gen-h-\[20px\] {
  height: 20px;
}

.gen-h-\[22px\] {
  height: 22px;
}

.gen-h-\[32px\] {
  height: 32px;
}

.gen-h-\[380px\] {
  height: 380px;
}

.gen-h-\[500px\] {
  height: 500px;
}

.gen-h-\[50px\] {
  height: 50px;
}

.gen-h-\[64px\] {
  height: 64px;
}

.gen-h-\[auto\] {
  height: auto;
}

.gen-h-auto {
  height: auto;
}

.gen-h-full {
  height: 100%;
}

.gen-max-h-\[500px\] {
  max-height: 500px;
}

.\!gen-min-h-0 {
  min-height: 0px !important;
}

.\!gen-w-\[100\%\] {
  width: 100% !important;
}

.\!gen-w-\[110px\] {
  width: 110px !important;
}

.\!gen-w-\[120px\] {
  width: 120px !important;
}

.\!gen-w-\[203px\] {
  width: 203px !important;
}

.\!gen-w-\[30px\] {
  width: 30px !important;
}

.\!gen-w-\[35px\] {
  width: 35px !important;
}

.\!gen-w-\[48px\] {
  width: 48px !important;
}

.\!gen-w-\[63px\] {
  width: 63px !important;
}

.\!gen-w-\[64px\] {
  width: 64px !important;
}

.\!gen-w-auto {
  width: auto !important;
}

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

.gen-w-\[0px\] {
  width: 0px;
}

.gen-w-\[1\%\] {
  width: 1%;
}

.gen-w-\[100\%\] {
  width: 100%;
}

.gen-w-\[128px\] {
  width: 128px;
}

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

.gen-w-\[48px\] {
  width: 48px;
}

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

.gen-w-\[56\%\] {
  width: 56%;
}

.gen-w-\[6\%\] {
  width: 6%;
}

.gen-w-\[90px\] {
  width: 90px;
}

.gen-w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.gen-w-full {
  width: 100%;
}

.\!gen-min-w-\[118px\] {
  min-width: 118px !important;
}

.\!gen-min-w-\[216px\] {
  min-width: 216px !important;
}

.gen-min-w-\[0\] {
  min-width: 0;
}

.gen-min-w-\[118px\] {
  min-width: 118px;
}

.gen-min-w-\[216px\] {
  min-width: 216px;
}

.\!gen-max-w-\[11rem\] {
  max-width: 11rem !important;
}

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

.gen-max-w-\[1032px\] {
  max-width: 1032px;
}

.gen-max-w-\[117px\] {
  max-width: 117px;
}

.gen-max-w-\[120px\] {
  max-width: 120px;
}

.gen-max-w-\[1220px\] {
  max-width: 1220px;
}

.gen-max-w-\[160px\] {
  max-width: 160px;
}

.gen-max-w-\[160rem\] {
  max-width: 160rem;
}

.gen-max-w-\[170rem\] {
  max-width: 170rem;
}

.gen-max-w-\[180px\] {
  max-width: 180px;
}

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

.gen-max-w-\[28rem\] {
  max-width: 28rem;
}

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

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

.gen-max-w-\[36rem\] {
  max-width: 36rem;
}

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

.gen-max-w-\[40rem\] {
  max-width: 40rem;
}

.gen-max-w-\[450px\] {
  max-width: 450px;
}

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

.gen-max-w-\[510px\] {
  max-width: 510px;
}

.gen-max-w-\[530px\] {
  max-width: 530px;
}

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

.gen-max-w-none {
  max-width: none;
}

.gen-translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.gen-translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.gen-translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.gen-translate-y-full {
  --tw-translate-y: 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));
}

.gen-rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.gen-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));
}

.gen-cursor-pointer {
  cursor: pointer;
}

.gen-cursor-zoom-in {
  cursor: zoom-in;
}

.gen-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

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

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

.gen-grid-cols-\[1fr\] {
  grid-template-columns: 1fr;
}

.gen-flex-col {
  flex-direction: column;
}

.gen-flex-wrap {
  flex-wrap: wrap;
}

.gen-items-start {
  align-items: flex-start;
}

.gen-items-end {
  align-items: flex-end;
}

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

.gen-items-center {
  align-items: center;
}

.gen-justify-start {
  justify-content: flex-start;
}

.gen-justify-end {
  justify-content: flex-end;
}

.gen-justify-center {
  justify-content: center;
}

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

.gen-justify-between {
  justify-content: space-between;
}

.gen-justify-around {
  justify-content: space-around;
}

.\!gen-gap-\[0px\] {
  gap: 0px !important;
}

.gen-gap-10 {
  gap: 2.5rem;
}

.gen-gap-5 {
  gap: 1.25rem;
}

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

.gen-gap-\[12px\] {
  gap: 12px;
}

.gen-gap-\[13px\] {
  gap: 13px;
}

.gen-gap-\[14px\] {
  gap: 14px;
}

.gen-gap-\[15px\] {
  gap: 15px;
}

.gen-gap-\[16px\] {
  gap: 16px;
}

.gen-gap-\[18px\] {
  gap: 18px;
}

.gen-gap-\[20px\] {
  gap: 20px;
}

.gen-gap-\[24px\] {
  gap: 24px;
}

.gen-gap-\[26px\] {
  gap: 26px;
}

.gen-gap-\[2px\] {
  gap: 2px;
}

.gen-gap-\[3px\] {
  gap: 3px;
}

.gen-gap-\[40px\] {
  gap: 40px;
}

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

.gen-gap-\[5px\] {
  gap: 5px;
}

.gen-gap-\[6px\] {
  gap: 6px;
}

.gen-gap-\[8px\] {
  gap: 8px;
}

.\!gen-gap-y-\[0\.1rem\] {
  row-gap: 0.1rem !important;
}

.gen-gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gen-gap-x-\[12px\] {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.gen-gap-x-\[20px\] {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gen-gap-x-\[23px\] {
  -moz-column-gap: 23px;
       column-gap: 23px;
}

.gen-gap-x-\[24px\] {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.gen-gap-x-\[30px\] {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.gen-gap-x-\[35px\] {
  -moz-column-gap: 35px;
       column-gap: 35px;
}

.gen-gap-x-\[5px\] {
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.gen-gap-x-\[67px\] {
  -moz-column-gap: 67px;
       column-gap: 67px;
}

.gen-gap-y-2 {
  row-gap: 0.5rem;
}

.gen-gap-y-\[11px\] {
  row-gap: 11px;
}

.gen-gap-y-\[12px\] {
  row-gap: 12px;
}

.gen-gap-y-\[16px\] {
  row-gap: 16px;
}

.gen-gap-y-\[20px\] {
  row-gap: 20px;
}

.gen-gap-y-\[24px\] {
  row-gap: 24px;
}

.gen-gap-y-\[27px\] {
  row-gap: 27px;
}

.gen-gap-y-\[28px\] {
  row-gap: 28px;
}

.gen-gap-y-\[32px\] {
  row-gap: 32px;
}

.gen-gap-y-\[35px\] {
  row-gap: 35px;
}

.gen-gap-y-\[8px\] {
  row-gap: 8px;
}

.gen-overflow-auto {
  overflow: auto;
}

.gen-overflow-hidden {
  overflow: hidden;
}

.gen-whitespace-nowrap {
  white-space: nowrap;
}

.gen-text-nowrap {
  text-wrap: nowrap;
}

.\!gen-rounded-\[20px\] {
  border-radius: 20px !important;
}

.\!gen-rounded-\[4px\] {
  border-radius: 4px !important;
}

.gen-rounded-\[100px\] {
  border-radius: 100px;
}

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

.gen-rounded-\[16px\] {
  border-radius: 16px;
}

.gen-rounded-\[20px\] {
  border-radius: 20px;
}

.gen-rounded-\[2px\] {
  border-radius: 2px;
}

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

.gen-rounded-\[50\%\] {
  border-radius: 50%;
}

.gen-rounded-full {
  border-radius: 9999px;
}

.gen-rounded-bl-\[20px\] {
  border-bottom-left-radius: 20px;
}

.gen-rounded-br-\[20px\] {
  border-bottom-right-radius: 20px;
}

.gen-rounded-tl-\[20px\] {
  border-top-left-radius: 20px;
}

.gen-rounded-tr-\[20px\] {
  border-top-right-radius: 20px;
}

.\!gen-border {
  border-width: 1px !important;
}

.gen-border {
  border-width: 1px;
}

.gen-border-\[\.6px\] {
  border-width: .6px;
}

.gen-border-\[1\.5px\] {
  border-width: 1.5px;
}

.gen-border-\[2px\] {
  border-width: 2px;
}

.\!gen-border-l-0 {
  border-left-width: 0px !important;
}

.\!gen-border-r-0 {
  border-right-width: 0px !important;
}

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

.gen-border-b-\[1px\] {
  border-bottom-width: 1px;
}

.gen-border-b-\[2px\] {
  border-bottom-width: 2px;
}

.gen-border-l-0 {
  border-left-width: 0px;
}

.gen-border-l-\[2px\] {
  border-left-width: 2px;
}

.gen-border-t-0 {
  border-top-width: 0px;
}

.gen-border-t-\[1px\] {
  border-top-width: 1px;
}

.gen-border-solid {
  border-style: solid;
}

.gen-border-none {
  border-style: none;
}

.\!gen-border-\[\#03030366\] {
  border-color: #03030366 !important;
}

.\!gen-border-black\/100 {
  border-color: rgb(0 0 0 / 1) !important;
}

.gen-border-\[\#000\]\/100 {
  border-color: rgb(0 0 0 / 1);
}

.gen-border-\[\#11111180\] {
  border-color: #11111180;
}

.gen-border-\[\#1E6A30\] {
  --tw-border-opacity: 1;
  border-color: rgb(30 106 48 / var(--tw-border-opacity));
}

.gen-border-\[\#747474\] {
  --tw-border-opacity: 1;
  border-color: rgb(116 116 116 / var(--tw-border-opacity));
}

.gen-border-\[\#999\] {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
}

.gen-border-\[\#D0D0D0\] {
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity));
}

.gen-border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.gen-border-\[\#F0803D\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 128 61 / var(--tw-border-opacity));
}

.gen-border-\[rgba\(var\(--color-foreground\)\)\] {
  border-color: rgba(var(--color-foreground));
}

.gen-border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.\!gen-bg-\[\#F0803D\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 128 61 / var(--tw-bg-opacity)) !important;
}

.\!gen-bg-\[inherit\] {
  background-color: inherit !important;
}

.gen-bg-\[\#F4EFEA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 239 234 / var(--tw-bg-opacity));
}

.gen-bg-\[\#FFB800\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 0 / var(--tw-bg-opacity));
}

.gen-bg-\[transparent\] {
  background-color: transparent;
}

.\!gen-object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.gen-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.\!gen-object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.gen-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.\!gen-object-left {
  -o-object-position: left !important;
     object-position: left !important;
}

.gen-object-left {
  -o-object-position: left;
     object-position: left;
}

.gen-object-right {
  -o-object-position: right;
     object-position: right;
}

.gen-p-0 {
  padding: 0px;
}

.gen-p-\[0\] {
  padding: 0;
}

.gen-p-\[0px\] {
  padding: 0px;
}

.gen-p-\[14px\] {
  padding: 14px;
}

.gen-p-\[15px\] {
  padding: 15px;
}

.gen-p-\[6px\] {
  padding: 6px;
}

.gen-p-\[8px\] {
  padding: 8px;
}

.\!gen-px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.\!gen-px-\[16px\] {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.\!gen-py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.\!gen-py-\[8px\] {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

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

.gen-px-\[10\%\] {
  padding-left: 10%;
  padding-right: 10%;
}

.gen-px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}

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

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

.gen-px-\[2rem\] {
  padding-left: 2rem;
  padding-right: 2rem;
}

.gen-px-\[33px\] {
  padding-left: 33px;
  padding-right: 33px;
}

.gen-px-\[35px\] {
  padding-left: 35px;
  padding-right: 35px;
}

.gen-px-\[38px\] {
  padding-left: 38px;
  padding-right: 38px;
}

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

.gen-px-\[45px\] {
  padding-left: 45px;
  padding-right: 45px;
}

.gen-px-\[48px\] {
  padding-left: 48px;
  padding-right: 48px;
}

.gen-px-\[5rem\] {
  padding-left: 5rem;
  padding-right: 5rem;
}

.gen-px-\[6\%\] {
  padding-left: 6%;
  padding-right: 6%;
}

.gen-px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}

.gen-py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.gen-py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

.gen-py-\[0\] {
  padding-top: 0;
  padding-bottom: 0;
}

.gen-py-\[10\%\] {
  padding-top: 10%;
  padding-bottom: 10%;
}

.gen-py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.gen-py-\[12\%\] {
  padding-top: 12%;
  padding-bottom: 12%;
}

.gen-py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.gen-py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.gen-py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}

.gen-py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}

.gen-py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}

.gen-py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}

.gen-py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.gen-py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}

.gen-py-\[70px\] {
  padding-top: 70px;
  padding-bottom: 70px;
}

.gen-py-\[8\%\] {
  padding-top: 8%;
  padding-bottom: 8%;
}

.gen-py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}

.\!gen-pb-\[3\.4rem\] {
  padding-bottom: 3.4rem !important;
}

.\!gen-pb-\[5px\] {
  padding-bottom: 5px !important;
}

.\!gen-pl-0 {
  padding-left: 0px !important;
}

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

.\!gen-pt-\[24px\] {
  padding-top: 24px !important;
}

.\!gen-pt-\[25px\] {
  padding-top: 25px !important;
}

.gen-pb-\[0px\] {
  padding-bottom: 0px;
}

.gen-pb-\[100\%\] {
  padding-bottom: 100%;
}

.gen-pb-\[105\%\] {
  padding-bottom: 105%;
}

.gen-pb-\[115\%\] {
  padding-bottom: 115%;
}

.gen-pb-\[118\%\] {
  padding-bottom: 118%;
}

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

.gen-pb-\[12px\] {
  padding-bottom: 12px;
}

.gen-pb-\[130\%\] {
  padding-bottom: 130%;
}

.gen-pb-\[140\%\] {
  padding-bottom: 140%;
}

.gen-pb-\[150\%\] {
  padding-bottom: 150%;
}

.gen-pb-\[18px\] {
  padding-bottom: 18px;
}

.gen-pb-\[20px\] {
  padding-bottom: 20px;
}

.gen-pb-\[21px\] {
  padding-bottom: 21px;
}

.gen-pb-\[24\%\] {
  padding-bottom: 24%;
}

.gen-pb-\[24px\] {
  padding-bottom: 24px;
}

.gen-pb-\[25\%\] {
  padding-bottom: 25%;
}

.gen-pb-\[30px\] {
  padding-bottom: 30px;
}

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

.gen-pb-\[50\%\] {
  padding-bottom: 50%;
}

.gen-pb-\[50px\] {
  padding-bottom: 50px;
}

.gen-pb-\[60\%\] {
  padding-bottom: 60%;
}

.gen-pb-\[70\%\] {
  padding-bottom: 70%;
}

.gen-pb-\[72\%\] {
  padding-bottom: 72%;
}

.gen-pb-\[8\%\] {
  padding-bottom: 8%;
}

.gen-pb-\[80\%\] {
  padding-bottom: 80%;
}

.gen-pb-\[90\%\] {
  padding-bottom: 90%;
}

.gen-pl-\[0\] {
  padding-left: 0;
}

.gen-pl-\[10px\] {
  padding-left: 10px;
}

.gen-pl-\[14px\] {
  padding-left: 14px;
}

.gen-pl-\[1px\] {
  padding-left: 1px;
}
.gen-pl-\[9%\] {
  padding-left: 9%;
}

.gen-pr-\[20px\] {
  padding-right: 20px;
}

.gen-pr-\[5px\] {
  padding-right: 5px;
}

.gen-pt-\[10px\] {
  padding-top: 10px;
}

.gen-pt-\[15px\] {
  padding-top: 15px;
}

.gen-pt-\[200px\] {
  padding-top: 200px;
}

.gen-pt-\[20px\] {
  padding-top: 20px;
}

.gen-pt-\[2px\] {
  padding-top: 2px;
}

.gen-pt-\[38\%\] {
  padding-top: 38%;
}

.gen-pt-\[45\%\] {
  padding-top: 45%;
}

.gen-pt-\[6\%\] {
  padding-top: 6%;
}

.gen-pt-\[8px\] {
  padding-top: 8px;
}

.gen-text-left {
  text-align: left;
}

.gen-text-center {
  text-align: center;
}

.gen-text-right {
  text-align: right;
}

.gen-text-start {
  text-align: start;
}

.\!gen-text-\[12px\] {
  font-size: 12px !important;
}

.\!gen-text-\[13px\] {
  font-size: 13px !important;
}

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

.\!gen-text-\[15px\] {
  font-size: 15px !important;
}

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

.\!gen-text-\[18px\] {
  font-size: 18px !important;
}

.\!gen-text-\[24px\] {
  font-size: 24px !important;
}

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

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

.gen-text-\[13\.5px\] {
  font-size: 13.5px;
}

.gen-text-\[13px\] {
  font-size: 13px;
}

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

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

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

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

.gen-text-\[18px\] {
  font-size: 18px;
}

.gen-text-\[20px\] {
  font-size: 20px;
}

.gen-text-\[22px\] {
  font-size: 22px;
}

.gen-text-\[24px\] {
  font-size: 24px;
}

.gen-text-\[26px\] {
  font-size: 26px;
}

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

.gen-text-\[29px\] {
  font-size: 29px;
}

.gen-text-\[30px\] {
  font-size: 30px;
}

.gen-text-\[31px\] {
  font-size: 31px;
}

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

.gen-text-\[33px\] {
  font-size: 33px;
}

.gen-text-\[35px\] {
  font-size: 35px;
}

.gen-text-\[38px\] {
  font-size: 38px;
}

.\!gen-font-\[300\] {
  font-weight: 300 !important;
}

.\!gen-font-\[400\] {
  font-weight: 400 !important;
}

.\!gen-font-\[500\] {
  font-weight: 500 !important;
}

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

.gen-font-\[300\] {
  font-weight: 300;
}

.gen-font-\[350\] {
  font-weight: 350;
}

.gen-font-\[400\] {
  font-weight: 400;
}

.gen-font-\[500\] {
  font-weight: 500;
}

.gen-font-\[600\] {
  font-weight: 600;
}

.gen-font-\[700\] {
  font-weight: 700;
}

.gen-font-bold {
  font-weight: 700;
}

.gen-font-medium {
  font-weight: 500;
}

.gen-font-normal {
  font-weight: 400;
}

.gen-font-semibold {
  font-weight: 600;
}

.gen-uppercase {
  text-transform: uppercase;
}

.gen-lowercase {
  text-transform: lowercase;
}

.gen-capitalize {
  text-transform: capitalize;
}

.gen-italic {
  font-style: italic;
}

.gen-not-italic {
  font-style: normal;
}

.gen-leading-\[1\.2\] {
  line-height: 1.2;
}

.gen-leading-\[1\.3\] {
  line-height: 1.3;
}

.gen-leading-\[110\%\] {
  line-height: 110%;
}

.gen-leading-\[18\.2px\] {
  line-height: 18.2px;
}

.gen-leading-\[20\.8px\] {
  line-height: 20.8px;
}

.gen-leading-\[25\.2px\] {
  line-height: 25.2px;
}

.gen-leading-\[25px\] {
  line-height: 25px;
}

.gen-leading-\[27px\] {
  line-height: 27px;
}

.gen-leading-\[30px\] {
  line-height: 30px;
}

.gen-leading-\[34px\] {
  line-height: 34px;
}

.gen-leading-\[36\.4px\] {
  line-height: 36.4px;
}

.gen-leading-\[36px\] {
  line-height: 36px;
}

.gen-leading-\[41\.6px\] {
  line-height: 41.6px;
}

.gen-leading-\[42\.9px\] {
  line-height: 42.9px;
}

.gen-leading-\[52px\] {
  line-height: 52px;
}

.gen-leading-\[54\.6px\] {
  line-height: 54.6px;
}

.gen-leading-\[80px\] {
  line-height: 80px;
}

.gen-leading-\[normal\] {
  line-height: normal;
}

.gen-tracking-\[0\.28px\] {
  letter-spacing: 0.28px;
}

.gen-tracking-\[0\.32px\] {
  letter-spacing: 0.32px;
}

.gen-tracking-\[0\.36px\] {
  letter-spacing: 0.36px;
}

.gen-tracking-\[0\.3px\] {
  letter-spacing: 0.3px;
}

.gen-tracking-\[0\.48px\] {
  letter-spacing: 0.48px;
}

.gen-tracking-\[0\.4px\] {
  letter-spacing: 0.4px;
}

.gen-tracking-\[0\.56px\] {
  letter-spacing: 0.56px;
}

.gen-tracking-\[0\.64px\] {
  letter-spacing: 0.64px;
}

.gen-tracking-\[0\.6px\] {
  letter-spacing: 0.6px;
}

.gen-tracking-\[0\.72px\] {
  letter-spacing: 0.72px;
}

.gen-tracking-\[0\.84px\] {
  letter-spacing: 0.84px;
}

.gen-tracking-\[0\.8px\] {
  letter-spacing: 0.8px;
}

.gen-tracking-\[0\.96px\] {
  letter-spacing: 0.96px;
}

.gen-tracking-\[1\.2px\] {
  letter-spacing: 1.2px;
}

.gen-tracking-\[1\.32px\] {
  letter-spacing: 1.32px;
}

.gen-tracking-\[2px\] {
  letter-spacing: 2px;
}

.gen-tracking-\[normal\] {
  letter-spacing: normal;
}

.\!gen-text-\[\#1E6A30\] {
  --tw-text-opacity: 1 !important;
  color: rgb(30 106 48 / var(--tw-text-opacity)) !important;
}

.\!gen-text-\[\#777373\] {
  --tw-text-opacity: 1 !important;
  color: rgb(119 115 115 / var(--tw-text-opacity)) !important;
}

.\!gen-text-\[\#B9B9B9\] {
  --tw-text-opacity: 1 !important;
  color: rgb(185 185 185 / var(--tw-text-opacity)) !important;
}

.\!gen-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.gen-text-\[\#00000066\] {
  color: #00000066;
}

.gen-text-\[\#00000099\] {
  color: #00000099;
}

.gen-text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.gen-text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.gen-text-\[\#111111\] {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.gen-text-\[\#111\] {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.gen-text-\[\#1D1D1B\] {
  --tw-text-opacity: 1;
  color: rgb(29 29 27 / var(--tw-text-opacity));
}

.gen-text-\[\#1E6A30\] {
  --tw-text-opacity: 1;
  color: rgb(30 106 48 / var(--tw-text-opacity));
}

.gen-text-\[\#231D1D\] {
  --tw-text-opacity: 1;
  color: rgb(35 29 29 / var(--tw-text-opacity));
}

.gen-text-\[\#747474\] {
  --tw-text-opacity: 1;
  color: rgb(116 116 116 / var(--tw-text-opacity));
}

.gen-text-\[\#A4A4A4\] {
  --tw-text-opacity: 1;
  color: rgb(164 164 164 / var(--tw-text-opacity));
}

.gen-text-\[\#DB7C87\] {
  --tw-text-opacity: 1;
  color: rgb(219 124 135 / var(--tw-text-opacity));
}

.gen-text-\[\#F26A6C\] {
  --tw-text-opacity: 1;
  color: rgb(242 106 108 / var(--tw-text-opacity));
}

.gen-text-\[\#FFB800\] {
  --tw-text-opacity: 1;
  color: rgb(255 184 0 / var(--tw-text-opacity));
}

.gen-text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gen-text-\[rgb\(var\(--color-secondary-button-text\)\)\] {
  color: rgb(var(--color-secondary-button-text));
}

.gen-text-\[rgb\(var\(--text-star-color\)\)\] {
  color: rgb(var(--text-star-color));
}

.gen-text-\[var\(--color-outline-button\)\] {
  color: var(--color-outline-button);
}

.gen-text-\[var\(--secondary-btn-background\)\] {
  color: var(--secondary-btn-background);
}

.gen-text-\[var\(--text-star-color\)\] {
  color: var(--text-star-color);
}

.gen-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.gen-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gen-underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.\!gen-line-through {
  -webkit-text-decoration-line: line-through !important;
          text-decoration-line: line-through !important;
}

.gen-line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.gen-no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.gen-underline-offset-8 {
  text-underline-offset: 8px;
}

.gen-underline-offset-\[5px\] {
  text-underline-offset: 5px;
}

.gen-opacity-0 {
  opacity: 0;
}

.gen-opacity-75 {
  opacity: 0.75;
}

.gen-opacity-\[1\] {
  opacity: 1;
}

.\!gen-shadow-\[0px_4px_4px_rgba\(0\2c 0\2c 0\2c 0\.005\)\] {
  --tw-shadow: 0px 4px 4px rgba(0,0,0,0.005) !important;
  --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.gen-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.gen-duration-300 {
  transition-duration: 300ms;
}

.gen-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.after\:\!gen-hidden::after {
  content: var(--tw-content);
  display: none !important;
}

.last\:gen-border-none:last-child {
  border-style: none;
}

.last\:gen-pb-0:last-child {
  padding-bottom: 0px;
}

.hover\:gen-bg-\[\#fff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:gen-text-\[\#000\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.hover\:gen-outline:hover {
  outline-style: solid;
}

.hover\:gen-outline-\[1px\]:hover {
  outline-width: 1px;
}

.hover\:gen-outline-black:hover {
  outline-color: #000;
}

.focus-visible\:gen-outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 320px) {
  .sm\:gen-left-\[-15\%\] {
    left: -15%;
  }

  .sm\:gen-right-\[-15\%\] {
    right: -15%;
  }

  .sm\:gen-mt-\[25px\] {
    margin-top: 25px;
  }

  .sm\:gen-mt-\[40px\] {
    margin-top: 40px;
  }

  .sm\:gen-block {
    display: block;
  }

  .sm\:gen-hidden {
    display: none;
  }

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

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

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

  .sm\:gen-gap-\[8px\] {
    gap: 8px;
  }

  .sm\:gen-pb-\[40\%\] {
    padding-bottom: 40%;
  }

  .sm\:\!gen-text-\[24px\] {
    font-size: 24px !important;
  }
}

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

@media (min-width: 410px) {
  .min-\[410px\]\:gen-px-\[3rem\] {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .min-\[410px\]\:gen-text-\[16px\] {
    font-size: 16px;
  }

  .min-\[410px\]\:gen-text-\[33px\] {
    font-size: 33px;
  }
}

@media (min-width: 480px) {
  .min-\[480px\]\:gen-top-\[10px\] {
    top: 10px;
  }

  .min-\[480px\]\:gen-mb-\[20px\] {
    margin-bottom: 20px;
  }

  .min-\[480px\]\:gen-mb-\[24px\] {
    margin-bottom: 24px;
  }

  .min-\[480px\]\:gen-mb-\[32px\] {
    margin-bottom: 32px;
  }

  .min-\[480px\]\:gen-mt-4 {
    margin-top: 1rem;
  }

  .min-\[480px\]\:gen-mt-\[20px\] {
    margin-top: 20px;
  }

  .min-\[480px\]\:gen-mt-\[48px\] {
    margin-top: 48px;
  }

  .min-\[480px\]\:gen-block {
    display: block;
  }

  .min-\[480px\]\:gen-hidden {
    display: none;
  }

  .min-\[480px\]\:\!gen-h-\[100px\] {
    height: 100px !important;
  }

  .min-\[480px\]\:gen-w-\[70\%\] {
    width: 70%;
  }

  .min-\[480px\]\:gen-max-w-\[300px\] {
    max-width: 300px;
  }

  .min-\[480px\]\:gen-max-w-\[none\] {
    max-width: none;
  }

  .min-\[480px\]\:gen-max-w-none {
    max-width: none;
  }

  .min-\[480px\]\:gen-flex-row {
    flex-direction: row;
  }

  .min-\[480px\]\:gen-items-center {
    align-items: center;
  }

  .min-\[480px\]\:gen-gap-\[15px\] {
    gap: 15px;
  }

  .min-\[480px\]\:gen-gap-\[24px\] {
    gap: 24px;
  }

  .min-\[480px\]\:gen-gap-\[48px\] {
    gap: 48px;
  }

  .min-\[480px\]\:gen-gap-y-\[30px\] {
    row-gap: 30px;
  }

  .min-\[480px\]\:gen-border-\[\#D05361\] {
    --tw-border-opacity: 1;
    border-color: rgb(208 83 97 / var(--tw-border-opacity));
  }

  .min-\[480px\]\:gen-px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .min-\[480px\]\:gen-py-\[23\%\] {
    padding-top: 23%;
    padding-bottom: 23%;
  }

  .min-\[480px\]\:gen-pb-\[100\%\] {
    padding-bottom: 100%;
  }

  .min-\[480px\]\:gen-pb-\[110\%\] {
    padding-bottom: 110%;
  }

  .min-\[480px\]\:gen-pb-\[120\%\] {
    padding-bottom: 120%;
  }

  .min-\[480px\]\:gen-pt-\[15px\] {
    padding-top: 15px;
  }

  .min-\[480px\]\:gen-text-center {
    text-align: center;
  }

  .min-\[480px\]\:\!gen-text-\[16px\] {
    font-size: 16px !important;
  }

  .min-\[480px\]\:\!gen-text-\[17px\] {
    font-size: 17px !important;
  }

  .min-\[480px\]\:\!gen-text-\[18px\] {
    font-size: 18px !important;
  }

  .min-\[480px\]\:\!gen-text-\[24px\] {
    font-size: 24px !important;
  }

  .min-\[480px\]\:gen-text-\[12px\] {
    font-size: 12px;
  }

  .min-\[480px\]\:gen-text-\[15px\] {
    font-size: 15px;
  }

  .min-\[480px\]\:gen-text-\[16px\] {
    font-size: 16px;
  }

  .min-\[480px\]\:gen-text-\[17px\] {
    font-size: 17px;
  }

  .min-\[480px\]\:gen-text-\[20px\] {
    font-size: 20px;
  }

  .min-\[480px\]\:gen-text-\[30px\] {
    font-size: 30px;
  }

  .min-\[480px\]\:gen-text-\[32px\] {
    font-size: 32px;
  }

  .min-\[480px\]\:gen-text-\[\#1D1D1B\] {
    --tw-text-opacity: 1;
    color: rgb(29 29 27 / var(--tw-text-opacity));
  }
}

@media (min-width: 550px) {
  .min-\[550px\]\:gen-border-t {
    border-top-width: 1px;
  }
}

@media (min-width: 560px) {
  .min-\[560px\]\:gen-m-\[0px\] {
    margin: 0px;
  }

  .min-\[560px\]\:gen-mt-\[20px\] {
    margin-top: 20px;
  }

  .min-\[560px\]\:gen-mt-\[22px\] {
    margin-top: 22px;
  }

  .min-\[560px\]\:gen-mt-\[36px\] {
    margin-top: 36px;
  }

  .min-\[560px\]\:gen-mt-\[8px\] {
    margin-top: 8px;
  }

  .min-\[560px\]\:gen-block {
    display: block;
  }

  .min-\[560px\]\:gen-hidden {
    display: none;
  }

  .min-\[560px\]\:\!gen-h-\[32px\] {
    height: 32px !important;
  }

  .min-\[560px\]\:\!gen-h-\[40px\] {
    height: 40px !important;
  }

  .min-\[560px\]\:gen-max-h-\[350px\] {
    max-height: 350px;
  }

  .min-\[560px\]\:gen-min-w-\[0\] {
    min-width: 0;
  }

  .min-\[560px\]\:gen-max-w-\[130rem\] {
    max-width: 130rem;
  }

  .min-\[560px\]\:gen-max-w-\[160rem\] {
    max-width: 160rem;
  }

  .min-\[560px\]\:gen-max-w-\[170rem\] {
    max-width: 170rem;
  }

  .min-\[560px\]\:gen-max-w-\[18rem\] {
    max-width: 18rem;
  }

  .min-\[560px\]\:gen-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .min-\[560px\]\:gen-grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }

  .min-\[560px\]\:gen-gap-\[12px\] {
    gap: 12px;
  }

  .min-\[560px\]\:gen-gap-\[15px\] {
    gap: 15px;
  }

  .min-\[560px\]\:gen-gap-\[20px\] {
    gap: 20px;
  }

  .min-\[560px\]\:gen-gap-\[25px\] {
    gap: 25px;
  }

  .min-\[560px\]\:gen-gap-y-\[30px\] {
    row-gap: 30px;
  }

  .min-\[560px\]\:gen-gap-y-\[38px\] {
    row-gap: 38px;
  }

  .min-\[560px\]\:gen-gap-y-\[40px\] {
    row-gap: 40px;
  }

  .min-\[560px\]\:gen-p-\[25px\] {
    padding: 25px;
  }

  .min-\[560px\]\:gen-px-\[45px\] {
    padding-left: 45px;
    padding-right: 45px;
  }

  .min-\[560px\]\:gen-px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .min-\[560px\]\:gen-px-\[5rem\] {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .min-\[560px\]\:gen-py-\[0\] {
    padding-top: 0;
    padding-bottom: 0;
  }

  .min-\[560px\]\:gen-py-\[12\%\] {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .min-\[560px\]\:gen-py-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .min-\[560px\]\:gen-py-\[55px\] {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .min-\[560px\]\:gen-py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .min-\[560px\]\:\!gen-pb-\[3\.5rem\] {
    padding-bottom: 3.5rem !important;
  }

  .min-\[560px\]\:\!gen-pt-\[12px\] {
    padding-top: 12px !important;
  }

  .min-\[560px\]\:gen-pb-\[105\%\] {
    padding-bottom: 105%;
  }

  .min-\[560px\]\:gen-pb-\[41\%\] {
    padding-bottom: 41%;
  }

  .min-\[560px\]\:gen-pb-\[52\%\] {
    padding-bottom: 52%;
  }

  .min-\[560px\]\:gen-pb-\[61px\] {
    padding-bottom: 61px;
  }

  .min-\[560px\]\:gen-pb-\[80\%\] {
    padding-bottom: 80%;
  }

  .min-\[560px\]\:gen-pt-\[61px\] {
    padding-top: 61px;
  }

  .min-\[560px\]\:gen-text-right {
    text-align: right;
  }

  .min-\[560px\]\:\!gen-text-\[14px\] {
    font-size: 14px !important;
  }

  .min-\[560px\]\:\!gen-text-\[15px\] {
    font-size: 15px !important;
  }

  .min-\[560px\]\:\!gen-text-\[17px\] {
    font-size: 17px !important;
  }

  .min-\[560px\]\:gen-text-\[13\.5px\] {
    font-size: 13.5px;
  }

  .min-\[560px\]\:gen-text-\[14px\] {
    font-size: 14px;
  }

  .min-\[560px\]\:gen-text-\[15px\] {
    font-size: 15px;
  }

  .min-\[560px\]\:gen-text-\[16px\] {
    font-size: 16px;
  }

  .min-\[560px\]\:gen-text-\[17px\] {
    font-size: 17px;
  }

  .min-\[560px\]\:gen-text-\[18px\] {
    font-size: 18px;
  }

  .min-\[560px\]\:gen-text-\[20px\] {
    font-size: 20px;
  }

  .min-\[560px\]\:gen-text-\[26px\] {
    font-size: 26px;
  }

  .min-\[560px\]\:gen-text-\[28px\] {
    font-size: 28px;
  }

  .min-\[560px\]\:gen-text-\[30px\] {
    font-size: 30px;
  }

  .min-\[560px\]\:gen-text-\[32px\] {
    font-size: 32px;
  }

  .min-\[560px\]\:gen-text-\[35px\] {
    font-size: 35px;
  }

  .min-\[560px\]\:gen-text-\[38px\] {
    font-size: 38px;
  }

  .min-\[560px\]\:gen-text-\[40px\] {
    font-size: 40px;
  }

  .min-\[560px\]\:gen-text-\[42px\] {
    font-size: 42px;
  }

  .min-\[560px\]\:gen-text-\[46px\] {
    font-size: 46px;
  }

  .min-\[560px\]\:gen-font-\[600\] {
    font-weight: 600;
  }

  .min-\[560px\]\:gen-leading-\[110\%\] {
    line-height: 110%;
  }

  .min-\[560px\]\:gen-leading-\[30px\] {
    line-height: 30px;
  }

  .min-\[560px\]\:gen-leading-\[39px\] {
    line-height: 39px;
  }

  .min-\[560px\]\:gen-leading-\[62\.4px\] {
    line-height: 62.4px;
  }

  .min-\[560px\]\:gen-tracking-\[0\.72px\] {
    letter-spacing: 0.72px;
  }

  .min-\[560px\]\:gen-tracking-\[0\.8px\] {
    letter-spacing: 0.8px;
  }

  .min-\[560px\]\:gen-tracking-\[0\.96px\] {
    letter-spacing: 0.96px;
  }

  .min-\[560px\]\:gen-tracking-\[1\.2px\] {
    letter-spacing: 1.2px;
  }

  .min-\[560px\]\:gen-tracking-\[1\.44px\] {
    letter-spacing: 1.44px;
  }
}

@media (min-width: 580px) {
  .min-\[580px\]\:gen-text-\[42px\] {
    font-size: 42px;
  }
}

@media (min-width: 600px) {
  .min-\[600px\]\:gen-h-\[100\%\] {
    height: 100%;
  }

  .min-\[600px\]\:gen-items-start {
    align-items: flex-start;
  }

  .min-\[600px\]\:gen-items-end {
    align-items: flex-end;
  }

  .min-\[600px\]\:gen-items-center {
    align-items: center;
  }

  .min-\[600px\]\:gen-rounded-bl-\[20px\] {
    border-bottom-left-radius: 20px;
  }

  .min-\[600px\]\:gen-rounded-tr-\[0px\] {
    border-top-right-radius: 0px;
  }

  .min-\[600px\]\:gen-py-\[15\%\] {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .min-\[600px\]\:gen-pb-\[112\%\] {
    padding-bottom: 112%;
  }

  .min-\[600px\]\:gen-pb-\[80\%\] {
    padding-bottom: 80%;
  }

  .min-\[600px\]\:gen-pb-\[95\%\] {
    padding-bottom: 95%;
  }

  .min-\[600px\]\:gen-text-left {
    text-align: left;
  }

  .min-\[600px\]\:gen-text-center {
    text-align: center;
  }

  .min-\[600px\]\:gen-text-right {
    text-align: right;
  }
}

@media (min-width: 650px) {
  .min-\[650px\]\:gen-text-\[38px\] {
    font-size: 38px;
  }
}

@media (min-width: 680px) {
  .min-\[680px\]\:gen-leading-\[52px\] {
    line-height: 52px;
  }
}

@media (min-width: 700px) {
  .min-\[700px\]\:gen-py-\[10\%\] {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

@media (min-width: 720px) {
  .min-\[720px\]\:gen-h-\[inherit\] {
    height: inherit;
  }

  .min-\[720px\]\:gen-grid-cols-\[1\.1fr_1\.3fr_1\.1fr\] {
    grid-template-columns: 1.1fr 1.3fr 1.1fr;
  }

  .min-\[720px\]\:gen-grid-cols-\[1\.2fr_0\.9fr_1\.2fr\] {
    grid-template-columns: 1.2fr 0.9fr 1.2fr;
  }

  .min-\[720px\]\:gen-gap-\[12px\] {
    gap: 12px;
  }
}

@media (min-width: 750px) {
  .md\:gen-m-0 {
    margin: 0px;
  }

  .md\:gen-mb-\[25px\] {
    margin-bottom: 25px;
  }

  .md\:gen-mb-\[32px\] {
    margin-bottom: 32px;
  }

  .md\:gen-mb-\[35px\] {
    margin-bottom: 35px;
  }

  .md\:gen-mb-\[40px\] {
    margin-bottom: 40px;
  }

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

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

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

  .md\:gen-hidden {
    display: none;
  }

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

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

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

  .md\:gen-py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

  .md\:gen-pb-\[100\%\] {
    padding-bottom: 100%;
  }

  .md\:gen-pb-\[24\%\] {
    padding-bottom: 24%;
  }

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

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

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

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

  .md\:\!gen-font-\[500\] {
    font-weight: 500 !important;
  }

  .min-\[750px\]\:gen-block {
    display: block;
  }

  .min-\[750px\]\:\!gen-flex {
    display: flex !important;
  }

  .min-\[750px\]\:\!gen-hidden {
    display: none !important;
  }

  .min-\[750px\]\:gen-hidden {
    display: none;
  }

  .min-\[750px\]\:gen-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .min-\[750px\]\:gen-rounded-br-\[0px\] {
    border-bottom-right-radius: 0px;
  }

  .min-\[750px\]\:gen-rounded-tl-\[20px\] {
    border-top-left-radius: 20px;
  }

  .min-\[750px\]\:gen-font-\[500\] {
    font-weight: 500;
  }
}

@media (min-width: 800px) {
  .min-\[800px\]\:gen-max-h-\[360px\] {
    max-height: 360px;
  }
}

@media (min-width: 830px) {
  .min-\[830px\]\:\!gen-mt-\[28px\] {
    margin-top: 28px !important;
  }

  .min-\[830px\]\:gen-mb-\[10px\] {
    margin-bottom: 10px;
  }

  .min-\[830px\]\:gen-mt-\[10px\] {
    margin-top: 10px;
  }

  .min-\[830px\]\:gen-mt-\[22px\] {
    margin-top: 22px;
  }

  .min-\[830px\]\:gen-mt-\[25px\] {
    margin-top: 25px;
  }

  .min-\[830px\]\:gen-mt-\[28px\] {
    margin-top: 28px;
  }

  .min-\[830px\]\:gen-mt-\[34px\] {
    margin-top: 34px;
  }

  .min-\[830px\]\:gen-mt-\[38px\] {
    margin-top: 38px;
  }

  .min-\[830px\]\:gen-mt-\[40px\] {
    margin-top: 40px;
  }

  .min-\[830px\]\:gen-mt-\[8px\] {
    margin-top: 8px;
  }

  .min-\[830px\]\:\!gen-h-\[35px\] {
    height: 35px !important;
  }

  .min-\[830px\]\:\!gen-h-\[37px\] {
    height: 37px !important;
  }

  .min-\[830px\]\:\!gen-h-\[50px\] {
    height: 50px !important;
  }

  .min-\[830px\]\:gen-h-\[100\%\] {
    height: 100%;
  }

  .min-\[830px\]\:gen-max-h-\[395px\] {
    max-height: 395px;
  }

  .min-\[830px\]\:gen-max-w-\[350px\] {
    max-width: 350px;
  }

  .min-\[830px\]\:gen-max-w-\[50rem\] {
    max-width: 50rem;
  }

  .min-\[830px\]\:gen-max-w-\[650px\] {
    max-width: 650px;
  }

  .min-\[830px\]\:gen-max-w-\[750px\] {
    max-width: 750px;
  }

  .min-\[830px\]\:gen-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .min-\[830px\]\:gen-gap-\[12px\] {
    gap: 12px;
  }

  .min-\[830px\]\:gen-gap-\[15px\] {
    gap: 15px;
  }

  .min-\[830px\]\:gen-gap-\[20px\] {
    gap: 20px;
  }

  .min-\[830px\]\:gen-px-\[43px\] {
    padding-left: 43px;
    padding-right: 43px;
  }

  .min-\[830px\]\:gen-px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .min-\[830px\]\:gen-py-\[12\%\] {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .min-\[830px\]\:gen-py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .min-\[830px\]\:gen-py-\[16px\] {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .min-\[830px\]\:gen-py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .min-\[830px\]\:\!gen-pb-\[3\.8rem\] {
    padding-bottom: 3.8rem !important;
  }

  .min-\[830px\]\:gen-pb-\[67\%\] {
    padding-bottom: 67%;
  }

  .min-\[830px\]\:gen-pb-\[78\%\] {
    padding-bottom: 78%;
  }

  .min-\[830px\]\:gen-pb-\[85\%\] {
    padding-bottom: 85%;
  }

  .min-\[830px\]\:gen-pb-\[90px\] {
    padding-bottom: 90px;
  }

  .min-\[830px\]\:gen-pt-\[90px\] {
    padding-top: 90px;
  }

  .min-\[830px\]\:gen-text-\[16px\] {
    font-size: 16px;
  }

  .min-\[830px\]\:gen-text-\[18px\] {
    font-size: 18px;
  }

  .min-\[830px\]\:gen-text-\[32px\] {
    font-size: 32px;
  }

  .min-\[830px\]\:gen-text-\[34px\] {
    font-size: 34px;
  }

  .min-\[830px\]\:gen-text-\[38px\] {
    font-size: 38px;
  }

  .min-\[830px\]\:gen-text-\[42px\] {
    font-size: 42px;
  }

  .min-\[830px\]\:gen-text-\[45px\] {
    font-size: 45px;
  }

  .min-\[830px\]\:gen-text-\[55px\] {
    font-size: 55px;
  }

  .min-\[830px\]\:gen-leading-\[62\.4px\] {
    line-height: 62.4px;
  }
}

@media (min-width: 850px) {
  .min-\[850px\]\:gen-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .min-\[850px\]\:gen-py-\[12\%\] {
    padding-top: 12%;
    padding-bottom: 12%;
  }
}

@media (min-width: 900px) {
  .min-\[900px\]\:gen-mt-\[10px\] {
    margin-top: 10px;
  }

  .min-\[900px\]\:gen-gap-x-\[30px\] {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .min-\[900px\]\:gen-px-\[1px\] {
    padding-left: 1px;
    padding-right: 1px;
  }

  .min-\[900px\]\:gen-pb-\[100\%\] {
    padding-bottom: 100%;
  }

  .min-\[900px\]\:gen-text-\[14px\] {
    font-size: 14px;
  }

  .min-\[900px\]\:gen-text-\[15px\] {
    font-size: 15px;
  }
}

@media (min-width: 920px) {
  .min-\[920px\]\:gen-gap-\[15px\] {
    gap: 15px;
  }

  .min-\[920px\]\:gen-gap-x-\[15px\] {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .min-\[920px\]\:gen-gap-x-\[40px\] {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .min-\[920px\]\:\!gen-pt-\[15px\] {
    padding-top: 15px !important;
  }
}

@media (min-width: 930px) {
  .min-\[930px\]\:gen-text-\[33px\] {
    font-size: 33px;
  }

  .min-\[930px\]\:gen-text-\[34px\] {
    font-size: 34px;
  }
}

@media (min-width: 950px) {
  .min-\[950px\]\:gen-pb-\[54\%\] {
    padding-bottom: 54%;
  }

  .min-\[950px\]\:gen-pb-\[62\%\] {
    padding-bottom: 62%;
  }

  .min-\[950px\]\:gen-pb-\[72\%\] {
    padding-bottom: 72%;
  }
}

@media (min-width: 980px) {
  .min-\[980px\]\:gen-text-\[60px\] {
    font-size: 60px;
  }
}

@media (min-width: 990px) {
  .lg\:gen-order-1 {
    order: 1;
  }

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

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

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

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

  .lg\:gen-gap-\[24px\] {
    gap: 24px;
  }

  .lg\:gen-gap-\[48px\] {
    gap: 48px;
  }

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

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

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

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

  .min-\[990px\]\:gen-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .min-\[990px\]\:gen-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .min-\[990px\]\:gen-gap-y-\[42px\] {
    row-gap: 42px;
  }

  .min-\[990px\]\:\!gen-text-\[18px\] {
    font-size: 18px !important;
  }

  .min-\[990px\]\:gen-text-\[16px\] {
    font-size: 16px;
  }

  .min-\[990px\]\:gen-text-\[34px\] {
    font-size: 34px;
  }

  .min-\[990px\]\:gen-text-\[35px\] {
    font-size: 35px;
  }

  .min-\[990px\]\:gen-text-\[46px\] {
    font-size: 46px;
  }
}

@media (min-width: 1000px) {
  .min-\[1000px\]\:gen-max-w-\[500px\] {
    max-width: 500px;
  }

  .min-\[1000px\]\:gen-grid-cols-\[0\.6fr_0\.8fr\] {
    grid-template-columns: 0.6fr 0.8fr;
  }

  .min-\[1000px\]\:gen-gap-y-\[35px\] {
    row-gap: 35px;
  }

  .min-\[1000px\]\:gen-py-\[12\%\] {
    padding-top: 12%;
    padding-bottom: 12%;
  }

  .min-\[1000px\]\:gen-pb-\[0px\] {
    padding-bottom: 0px;
  }
}

@media (min-width: 1020px) {
  .min-\[1020px\]\:\!gen-block {
    display: block !important;
  }

  .min-\[1020px\]\:\!gen-hidden {
    display: none !important;
  }

  .min-\[1020px\]\:gen-grid-cols-\[3fr_1fr\] {
    grid-template-columns: 3fr 1fr;
  }

  .min-\[1020px\]\:gen-gap-\[8px\] {
    gap: 8px;
  }
}

@media (min-width: 1030px) {
  .min-\[1030px\]\:gen-bottom-\[50px\] {
    bottom: 50px;
  }

  .min-\[1030px\]\:gen-bottom-\[75px\] {
    bottom: 75px;
  }

  .min-\[1030px\]\:gen-top-\[auto\] {
    top: auto;
  }

  .min-\[1030px\]\:gen-mt-\[12px\] {
    margin-top: 12px;
  }

  .min-\[1030px\]\:gen-mt-\[40px\] {
    margin-top: 40px;
  }

  .min-\[1030px\]\:\!gen-h-\[32px\] {
    height: 32px !important;
  }

  .min-\[1030px\]\:\!gen-h-\[68px\] {
    height: 68px !important;
  }

  .min-\[1030px\]\:gen-h-\[calc\(100vh-122px\)\] {
    height: calc(100vh - 122px);
  }

  .min-\[1030px\]\:gen-h-\[calc\(100vh-140px\)\] {
    height: calc(100vh - 140px);
  }

  .min-\[1030px\]\:gen-h-\[calc\(100vh-170px\)\] {
    height: calc(100vh - 170px);
  }

  .min-\[1030px\]\:gen-h-\[calc\(94vh-257px\)\] {
    height: calc(94vh - 257px);
  }

  .min-\[1030px\]\:gen-max-h-\[470px\] {
    max-height: 470px;
  }

  .min-\[1030px\]\:\!gen-w-\[130px\] {
    width: 130px !important;
  }

  .min-\[1030px\]\:gen-max-w-\[450px\] {
    max-width: 450px;
  }

  .min-\[1030px\]\:gen-gap-\[14px\] {
    gap: 14px;
  }

  .min-\[1030px\]\:gen-gap-\[15px\] {
    gap: 15px;
  }

  .min-\[1030px\]\:gen-gap-\[20px\] {
    gap: 20px;
  }

  .min-\[1030px\]\:gen-gap-x-\[40px\] {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .min-\[1030px\]\:gen-gap-y-\[34px\] {
    row-gap: 34px;
  }

  .min-\[1030px\]\:gen-gap-y-\[55px\] {
    row-gap: 55px;
  }

  .min-\[1030px\]\:gen-px-\[12\%\] {
    padding-left: 12%;
    padding-right: 12%;
  }

  .min-\[1030px\]\:gen-px-\[9\%\] {
    padding-left: 9%;
    padding-right: 9%;
  }

  .min-\[1030px\]\:gen-py-\[0px\] {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .min-\[1030px\]\:gen-py-\[22px\] {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .min-\[1030px\]\:gen-pb-\[3\%\] {
    padding-bottom: 3%;
  }

  .min-\[1030px\]\:gen-text-\[15px\] {
    font-size: 15px;
  }

  .min-\[1030px\]\:gen-text-\[18px\] {
    font-size: 18px;
  }

  .min-\[1030px\]\:gen-text-\[20px\] {
    font-size: 20px;
  }

  .min-\[1030px\]\:gen-text-\[25px\] {
    font-size: 25px;
  }

  .min-\[1030px\]\:gen-text-\[30px\] {
    font-size: 30px;
  }

  .min-\[1030px\]\:gen-text-\[32px\] {
    font-size: 32px;
  }

  .min-\[1030px\]\:gen-text-\[35px\] {
    font-size: 35px;
  }

  .min-\[1030px\]\:gen-text-\[42px\] {
    font-size: 42px;
  }

  .min-\[1030px\]\:gen-text-\[45px\] {
    font-size: 45px;
  }

  .min-\[1030px\]\:gen-text-\[48px\] {
    font-size: 48px;
  }

  .min-\[1030px\]\:gen-text-\[58px\] {
    font-size: 58px;
  }
}

@media (min-width: 1060px) {
  .min-\[1060px\]\:gen-py-\[75px\] {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .min-\[1060px\]\:gen-text-\[16px\] {
    font-size: 16px;
  }

  .min-\[1060px\]\:gen-text-\[45px\] {
    font-size: 45px;
  }
}

@media (min-width: 1090px) {
  .min-\[1090px\]\:gen-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .min-\[1090px\]\:gen-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (min-width: 1130px) {
  .min-\[1130px\]\:\!gen-text-\[16px\] {
    font-size: 16px !important;
  }
}

@media (min-width: 1200px) {
  .min-\[1200px\]\:\!gen-text-\[16px\] {
    font-size: 16px !important;
  }
}

@media (min-width: 1208px) {
  .min-\[1208px\]\:gen-mb-\[0\] {
    margin-bottom: 0;
  }

  .min-\[1208px\]\:gen-items-start {
    align-items: flex-start;
  }
}

@media (min-width: 1210px) {
  .min-\[1210px\]\:gen-grid-cols-\[1fr_1fr_1fr\] {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 1230px) {
  .min-\[1230px\]\:gen-gap-x-\[70px\] {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
}

@media (min-width: 1250px) {
  .min-\[1250px\]\:gen-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

  .min-\[1280px\]\:gen-text-\[20px\] {
    font-size: 20px;
  }

  .min-\[1280px\]\:gen-text-\[48px\] {
    font-size: 48px;
  }
}

@media (min-width: 1400px) {
  .min-\[1400px\]\:gen-max-h-\[370px\] {
    max-height: 370px;
  }

  .min-\[1400px\]\:\!gen-max-w-\[1400px\] {
    max-width: 1400px !important;
  }

  .min-\[1400px\]\:gen-pb-\[20\%\] {
    padding-bottom: 20%;
  }

  .min-\[1400px\]\:gen-pb-\[66\%\] {
    padding-bottom: 66%;
  }

  .min-\[1400px\]\:gen-pt-\[20\%\] {
    padding-top: 20%;
  }

  .min-\[1400px\]\:gen-text-\[24px\] {
    font-size: 24px;
  }

  .min-\[1400px\]\:gen-text-\[48px\] {
    font-size: 48px;
  }
}

@media (min-width: 1450px) {
  .min-\[1450px\]\:gen-pb-\[41\%\] {
    padding-bottom: 41%;
  }

  .min-\[1450px\]\:gen-pb-\[52\%\] {
    padding-bottom: 52%;
  }

  .min-\[1450px\]\:gen-pb-\[65\%\] {
    padding-bottom: 65%;
  }
}

@media (min-width: 1510px) {
  .min-\[1510px\]\:gen-pb-\[26\%\] {
    padding-bottom: 26%;
  }

  .min-\[1510px\]\:gen-pt-\[26\%\] {
    padding-top: 26%;
  }
}

@media (min-width: 1618px) {
  .min-\[1618px\]\:gen-mx-\[auto\] {
    margin-left: auto;
    margin-right: auto;
  }

  .min-\[1618px\]\:gen-my-\[0px\] {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .min-\[1618px\]\:gen-min-w-\[160rem\] {
    min-width: 160rem;
  }

  .min-\[1618px\]\:gen-min-w-\[170rem\] {
    min-width: 170rem;
  }
}

@media (min-width: 1718px) {
  .min-\[1718px\]\:gen-min-w-\[170rem\] {
    min-width: 170rem;
  }
}

@media (min-width: 1730px) {
  .min-\[1730px\]\:gen-max-w-\[570px\] {
    max-width: 570px;
  }
}

@media (min-width: 1820px) {
  .min-\[1820px\]\:\!gen-h-\[32px\] {
    height: 32px !important;
  }

  .min-\[1820px\]\:\!gen-h-\[48px\] {
    height: 48px !important;
  }

  .min-\[1820px\]\:\!gen-w-\[288px\] {
    width: 288px !important;
  }

  .min-\[1820px\]\:gen-text-\[18px\] {
    font-size: 18px;
  }

  .min-\[1820px\]\:gen-text-\[20px\] {
    font-size: 20px;
  }

  .min-\[1820px\]\:gen-text-\[32px\] {
    font-size: 32px;
  }

  .min-\[1820px\]\:gen-text-\[40px\] {
    font-size: 40px;
  }

  .min-\[1820px\]\:gen-text-\[48px\] {
    font-size: 48px;
  }

  .min-\[1820px\]\:gen-text-\[64px\] {
    font-size: 64px;
  }
}

@media (min-width: 1900px) {
  .min-\[1900px\]\:gen-text-\[48px\] {
    font-size: 48px;
  }

  .min-\[1900px\]\:gen-leading-\[1\.3\] {
    line-height: 1.3;
  }
}

@media (min-width: 1910px) {
  .min-\[1910px\]\:gen-max-w-\[162rem\] {
    max-width: 162rem;
  }

  .min-\[1910px\]\:gen-max-w-\[622px\] {
    max-width: 622px;
  }
}
