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

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

/*
! tailwindcss v3.4.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 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

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

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

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

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

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-2 {
  left: 0.5rem;
}

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

.left-\[40\%\] {
  left: 40%;
}

.left-\[55\%\] {
  left: 55%;
}

.left-\[70\%\] {
  left: 70%;
}

.left-\[93\%\] {
  left: 93%;
}

.left-\[95\%\] {
  left: 95%;
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 2.5rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-\[-10px\] {
  right: -10px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-5 {
  top: 1.25rem;
}

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

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

.top-\[20\%\] {
  top: 20%;
}

.top-\[25px\] {
  top: 25px;
}

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

.top-\[70\%\] {
  top: 70%;
}

.top-full {
  top: 100%;
}

.left-\[90\%\] {
  left: 90%;
}

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

.z-50 {
  z-index: 50;
}

.z-\[10000\] {
  z-index: 10000;
}

.z-\[10100\] {
  z-index: 10100;
}

.z-\[1050\] {
  z-index: 1050;
}

.z-\[1060\] {
  z-index: 1060;
}

.z-\[20\] {
  z-index: 20;
}

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

.z-\[89\] {
  z-index: 89;
}

.z-\[998\] {
  z-index: 998;
}

.z-\[9999\] {
  z-index: 9999;
}

.z-\[999\] {
  z-index: 999;
}

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-0 {
  margin: 0px;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-\[-\.75rem\] {
  margin-left: -.75rem;
  margin-right: -.75rem;
}

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

.my-\[11rem\] {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

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

.mb-20 {
  margin-bottom: 5rem;
}

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

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

.ml-3 {
  margin-left: 0.75rem;
}

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

.mr-1 {
  margin-right: 0.25rem;
}

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

.mr-24 {
  margin-right: 6rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-4 {
  margin-inline-start: 1rem;
}

.ms-6 {
  margin-inline-start: 1.5rem;
}

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

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

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

.mt-14 {
  margin-top: 3.5rem;
}

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

.mt-20 {
  margin-top: 5rem;
}

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

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

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

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

.mt-8 {
  margin-top: 2rem;
}

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.hidden {
  display: none;
}

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

.h-0 {
  height: 0px;
}

.h-5 {
  height: 1.25rem;
}

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

.h-\[0px_\!important\] {
  height: 0px !important;
}

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

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

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

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

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

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

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

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

.h-\[157\.7px\] {
  height: 157.7px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[43vh\] {
  height: 43vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.w-0 {
  width: 0px;
}

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

.w-5 {
  width: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[33\.33\%\] {
  width: 33.33%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

.flex-\[0_0_auto\] {
  flex: 0 0 auto;
}

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

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-\[11\.54px\] {
  border-radius: 11.54px;
}

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

.rounded-\[14\.42px\] {
  border-radius: 14.42px;
}

.rounded-\[14\.84px\] {
  border-radius: 14.84px;
}

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

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

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

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

.rounded-\[5px_0_0_5px\] {
  border-radius: 5px 0 0 5px;
}

.rounded-\[6\.8px\] {
  border-radius: 6.8px;
}

.rounded-\[7\.56px\] {
  border-radius: 7.56px;
}

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

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

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

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

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

.rounded-sm {
  border-radius: 0.125rem;
}

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

.border-2 {
  border-width: 2px;
}

.border-\[0\.95px\] {
  border-width: 0.95px;
}

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

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

.border-b-2 {
  border-bottom-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-dashed {
  border-style: dashed;
}

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

.border-\[\#1626331A\] {
  border-color: #1626331A;
}

.border-\[\#1B171833\] {
  border-color: #1B171833;
}

.border-\[\#3C160533\] {
  border-color: #3C160533;
}

.border-\[\#3C160538\] {
  border-color: #3C160538;
}

.border-\[\#3C160580\] {
  border-color: #3C160580;
}

.border-\[\#3C1605\] {
  --tw-border-opacity: 1;
  border-color: rgb(60 22 5 / var(--tw-border-opacity, 1));
}

.border-\[\#3c1605\] {
  --tw-border-opacity: 1;
  border-color: rgb(60 22 5 / var(--tw-border-opacity, 1));
}

.border-\[\#AAAAAA\] {
  --tw-border-opacity: 1;
  border-color: rgb(170 170 170 / var(--tw-border-opacity, 1));
}

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

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

.border-\[\#D15331\] {
  --tw-border-opacity: 1;
  border-color: rgb(209 83 49 / var(--tw-border-opacity, 1));
}

.border-\[\#D1D1D1\] {
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity, 1));
}

.border-\[\#F2F6F4\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 246 244 / var(--tw-border-opacity, 1));
}

.border-\[\#F3FBF4\] {
  --tw-border-opacity: 1;
  border-color: rgb(243 251 244 / var(--tw-border-opacity, 1));
}

.border-\[\#F4F4F4\] {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity, 1));
}

.border-\[\#FCF8F3\] {
  --tw-border-opacity: 1;
  border-color: rgb(252 248 243 / var(--tw-border-opacity, 1));
}

.border-\[\#FEDA2C\] {
  --tw-border-opacity: 1;
  border-color: rgb(254 218 44 / var(--tw-border-opacity, 1));
}

.border-\[\#FFFFFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#08216d13\] {
  background-color: #08216d13;
}

.bg-\[\#3C160533\] {
  background-color: #3C160533;
}

.bg-\[\#3C1605CC\] {
  background-color: #3C1605CC;
}

.bg-\[\#3C1605\] {
  --tw-bg-opacity: 1;
  background-color: rgb(60 22 5 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3c160588\] {
  background-color: #3c160588;
}

.bg-\[\#3c1605\]\/50 {
  background-color: rgb(60 22 5 / 0.5);
}

.bg-\[\#D1533114\] {
  background-color: #D1533114;
}

.bg-\[\#D1533133\] {
  background-color: #D1533133;
}

.bg-\[\#D15331\] {
  --tw-bg-opacity: 1;
  background-color: rgb(209 83 49 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DEDEDE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(222 222 222 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E7DBC773\] {
  background-color: #E7DBC773;
}

.bg-\[\#EDE9E7F2\] {
  background-color: #EDE9E7F2;
}

.bg-\[\#F2F6F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 244 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F8F8FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 250 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FBBC0533\] {
  background-color: #FBBC0533;
}

.bg-\[\#FBBC05\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 188 5 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FBEAE5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 234 229 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FBFBFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FCAA17\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 170 23 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FCDBD2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 219 210 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FCDED6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 222 214 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FCF8F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 248 243 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFFFFFE5\] {
  background-color: #FFFFFFE5;
}

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

.bg-\[\#FFFFFFt\] {
  background-color: #FFFFFFt;
}

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

.bg-transparent {
  background-color: transparent;
}

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

.bg-\[url\(\'\/assets\/img\/banner\/banner-4\.png\'\)\] {
  background-image: url('/assets/img/banner/banner-4.png');
}

.bg-\[url\(\'\/assets\/img\/bg\/bg\.png\'\)\] {
  background-image: url('/assets/img/bg/bg.png');
}

.bg-\[url\(\'\/assets\/img\/products\/h-p-4\.png\'\)\] {
  background-image: url('/assets/img/products/h-p-4.png');
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#5E2911\] {
  --tw-gradient-from: #5E2911 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 41 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#5E2911\] {
  --tw-gradient-to: rgb(94 41 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #5E2911 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#A23B0E\] {
  --tw-gradient-to: #A23B0E var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

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

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-0 {
  padding: 0px;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-\[11rem\] {
  padding: 11rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[11rem\] {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

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

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

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

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

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

.pr-1 {
  padding-right: 0.25rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

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

.pr-5 {
  padding-right: 1.25rem;
}

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

.ps-0 {
  padding-inline-start: 0px;
}

.pt-4 {
  padding-top: 1rem;
}

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

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

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

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

.font-\[Solido-Medium\] {
  font-family: Solido-Medium;
}

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

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

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

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

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

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

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

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

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

.text-\[19\.04px\] {
  font-size: 19.04px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[\#08226D\] {
  --tw-text-opacity: 1;
  color: rgb(8 34 109 / var(--tw-text-opacity, 1));
}

.text-\[\#162633B2\] {
  color: #162633B2;
}

.text-\[\#162633\] {
  --tw-text-opacity: 1;
  color: rgb(22 38 51 / var(--tw-text-opacity, 1));
}

.text-\[\#1A1E26\] {
  --tw-text-opacity: 1;
  color: rgb(26 30 38 / var(--tw-text-opacity, 1));
}

.text-\[\#1B1718\] {
  --tw-text-opacity: 1;
  color: rgb(27 23 24 / var(--tw-text-opacity, 1));
}

.text-\[\#34A853\] {
  --tw-text-opacity: 1;
  color: rgb(52 168 83 / var(--tw-text-opacity, 1));
}

.text-\[\#3C160533\] {
  color: #3C160533;
}

.text-\[\#3C160538\] {
  color: #3C160538;
}

.text-\[\#3C160580\] {
  color: #3C160580;
}

.text-\[\#3C1605CC\] {
  color: #3C1605CC;
}

.text-\[\#3C1605\] {
  --tw-text-opacity: 1;
  color: rgb(60 22 5 / var(--tw-text-opacity, 1));
}

.text-\[\#717171\] {
  --tw-text-opacity: 1;
  color: rgb(113 113 113 / var(--tw-text-opacity, 1));
}

.text-\[\#797979\] {
  --tw-text-opacity: 1;
  color: rgb(121 121 121 / var(--tw-text-opacity, 1));
}

.text-\[\#868686\] {
  --tw-text-opacity: 1;
  color: rgb(134 134 134 / var(--tw-text-opacity, 1));
}

.text-\[\#AAAAAA\] {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}

.text-\[\#B53A3A\] {
  --tw-text-opacity: 1;
  color: rgb(181 58 58 / var(--tw-text-opacity, 1));
}

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

.text-\[\#D15331\] {
  --tw-text-opacity: 1;
  color: rgb(209 83 49 / var(--tw-text-opacity, 1));
}

.text-\[\#E31D1C\] {
  --tw-text-opacity: 1;
  color: rgb(227 29 28 / var(--tw-text-opacity, 1));
}

.text-\[\#EB2606\] {
  --tw-text-opacity: 1;
  color: rgb(235 38 6 / var(--tw-text-opacity, 1));
}

.text-\[\#F98180\] {
  --tw-text-opacity: 1;
  color: rgb(249 129 128 / var(--tw-text-opacity, 1));
}

.text-\[\#FBEAE5\] {
  --tw-text-opacity: 1;
  color: rgb(251 234 229 / var(--tw-text-opacity, 1));
}

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

.text-\[\#ccc\] {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}

.text-\[16\] {
  color: 16;
}

.text-\[3C1605\] {
  color: 3C1605;
}

.text-\[400\] {
  color: 400;
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

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

.placeholder-\[\#FFFFFF\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#FFFFFF\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}

.accent-\[\#D15331\] {
  accent-color: #D15331;
}

.accent-\[\#FFFFFF\] {
  accent-color: #FFFFFF;
}

.opacity-0 {
  opacity: 0;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-\[60\%\] {
  opacity: 60%;
}

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

.shadow-\[0px_0px_16px_0px_\#0000001A\] {
  --tw-shadow: 0px 0px 16px 0px #0000001A;
  --tw-shadow-colored: 0px 0px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[5px_4px_10px_0px_\#0000001A\] {
  --tw-shadow: 5px 4px 10px 0px #0000001A;
  --tw-shadow-colored: 5px 4px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.brightness-\[0\] {
  --tw-brightness: brightness(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert-\[1\] {
  --tw-invert: invert(1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

.delay-100 {
  transition-delay: 100ms;
}

.delay-150 {
  transition-delay: 150ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.delay-300 {
  transition-delay: 300ms;
}

.delay-\[\.6s\] {
  transition-delay: .6s;
}

.duration-\[\.3s\] {
  transition-duration: .3s;
}

.duration-\[\.6s\] {
  transition-duration: .6s;
}

.placeholder\:text-\[\#3C1605\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(60 22 5 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#3C1605\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(60 22 5 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#D15331\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(209 83 49 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#D15331\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(209 83 49 / var(--tw-text-opacity, 1));
}

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

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:h-\[60\%\]::before {
  content: var(--tw-content);
  height: 60%;
}

.before\:w-\[40\%\]::before {
  content: var(--tw-content);
  width: 40%;
}

.before\:border-l-\[6px\]::before {
  content: var(--tw-content);
  border-left-width: 6px;
}

.before\:border-t-\[6px\]::before {
  content: var(--tw-content);
  border-top-width: 6px;
}

.before\:border-\[\#FFFFFF\]::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

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

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

.after\:inset-0::after {
  content: var(--tw-content);
  inset: 0px;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:h-\[60\%\]::after {
  content: var(--tw-content);
  height: 60%;
}

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:h-\[100vh\]::after {
  content: var(--tw-content);
  height: 100vh;
}

.after\:w-\[40\%\]::after {
  content: var(--tw-content);
  width: 40%;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:border-b-\[6px\]::after {
  content: var(--tw-content);
  border-bottom-width: 6px;
}

.after\:border-r-\[6px\]::after {
  content: var(--tw-content);
  border-right-width: 6px;
}

.after\:border-\[\#FFFFFF\]::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.after\:bg-\[\#3C160566\]::after {
  content: var(--tw-content);
  background-color: #3C160566;
}

.after\:bg-\[\#3c1605\]\/50::after {
  content: var(--tw-content);
  background-color: rgb(60 22 5 / 0.5);
}

.after\:bg-\[\#F5F5F5A1\]::after {
  content: var(--tw-content);
  background-color: #F5F5F5A1;
}

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

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

.checked\:border-\[\#3C1605\]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(60 22 5 / var(--tw-border-opacity, 1));
}

.hover\:scale-\[0\.9\]:hover {
  --tw-scale-x: 0.9;
  --tw-scale-y: 0.9;
  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));
}

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

.hover\:scale-\[1\.2\]:hover {
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  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));
}

.hover\:bg-\[\#1626331A\]:hover {
  background-color: #1626331A;
}

.hover\:bg-\[\#ddd\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity, 1));
}

.hover\:opacity-55:hover {
  opacity: 0.55;
}

.hover\:opacity-60:hover {
  opacity: 0.6;
}

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

.focus\:border-\[\#3C1605\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(60 22 5 / var(--tw-border-opacity, 1));
}

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

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

@media (min-width: 768px) {
  .md\:left-1\/2 {
    left: 50%;
  }

  .md\:left-\[94\%\] {
    left: 94%;
  }

  .md\:top-\[80\%\] {
    top: 80%;
  }

  .md\:left-\[95\%\] {
    left: 95%;
  }

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

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

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

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:mx-\[-1rem\] {
    margin-left: -1rem;
    margin-right: -1rem;
  }

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

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

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

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

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-\[114\.6px\] {
    height: 114.6px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  @media (min-width: 768px) {
    .md\:md\:w-full {
      width: 100%;
    }
  }

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

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

  .md\:w-\[113\.08px\] {
    width: 113.08px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:p-7 {
    padding: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:ps-8 {
    padding-inline-start: 2rem;
  }

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

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

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

  .md\:text-\[19\.04px\] {
    font-size: 19.04px;
  }

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

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

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

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

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

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

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

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

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

  .md\:leading-\[24px\] {
    line-height: 24px;
  }

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

  .md\:leading-\[26px\] {
    line-height: 26px;
  }

  .md\:leading-\[32px\] {
    line-height: 32px;
  }

  .md\:leading-\[35px\] {
    line-height: 35px;
  }

  .md\:leading-\[43px\] {
    line-height: 43px;
  }

  .md\:leading-\[44px\] {
    line-height: 44px;
  }

  .md\:leading-\[62px\] {
    line-height: 62px;
  }

  .md\:leading-\[40px\] {
    line-height: 40px;
  }
}

@media (min-width: 1024px) {
  .lg\:left-\[85\%\] {
    left: 85%;
  }

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

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

  .lg\:mx-\[-1rem\] {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:mx-\[-1\.5rem\] {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

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

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

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

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

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

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

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-\[-1rem\] {
    margin-left: -1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[20\%\] {
    width: 20%;
  }

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

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

  .lg\:w-\[25\%\] {
    width: 25%;
  }

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

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

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

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

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

  .lg\:w-\[33\.33\%\] {
    width: 33.33%;
  }

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

  .lg\:w-\[40\%\] {
    width: 40%;
  }

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

  .lg\:w-\[48\%\] {
    width: 48%;
  }

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

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

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

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

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

  .lg\:w-\[72\%\] {
    width: 72%;
  }

  .lg\:w-\[80\%\] {
    width: 80%;
  }

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

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

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

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

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

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

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

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

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

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

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

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:py-\[10rem\] {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

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

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pr-\[50px\] {
    padding-right: 50px;
  }

  .lg\:text-\[13\.23px\] {
    font-size: 13.23px;
  }

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

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

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

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

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

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

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

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

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

  .lg\:leading-\[35px\] {
    line-height: 35px;
  }

  .lg\:leading-\[44px\] {
    line-height: 44px;
  }

  .lg\:leading-\[50px\] {
    line-height: 50px;
  }

  .lg\:leading-\[56px\] {
    line-height: 56px;
  }

  .lg\:leading-\[61px\] {
    line-height: 61px;
  }

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

@media (min-width: 1280px) {
  .xl\:left-\[92\%\] {
    left: 92%;
  }

  .xl\:left-\[93\%\] {
    left: 93%;
  }

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

  .xl\:ms-4 {
    margin-inline-start: 1rem;
  }

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

  .xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mt-\[120px\] {
    margin-top: 120px;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

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

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

  .xl\:h-\[205px\] {
    height: 205px;
  }

  .xl\:h-\[24px\] {
    height: 24px;
  }

  .xl\:h-\[28px\] {
    height: 28px;
  }

  .xl\:h-\[321px\] {
    height: 321px;
  }

  .xl\:h-\[45\.37px\] {
    height: 45.37px;
  }

  .xl\:h-\[48px\] {
    height: 48px;
  }

  .xl\:h-\[61px\] {
    height: 61px;
  }

  .xl\:h-\[650px\] {
    height: 650px;
  }

  .xl\:h-\[79\.69px\] {
    height: 79.69px;
  }

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

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

  .xl\:h-\[54px\] {
    height: 54px;
  }

  .xl\:h-\[52px\] {
    height: 52px;
  }

  .xl\:w-\[20\%\] {
    width: 20%;
  }

  .xl\:w-\[205px\] {
    width: 205px;
  }

  .xl\:w-\[24px\] {
    width: 24px;
  }

  .xl\:w-\[25\%\] {
    width: 25%;
  }

  .xl\:w-\[28px\] {
    width: 28px;
  }

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

  .xl\:w-\[40\%\] {
    width: 40%;
  }

  .xl\:w-\[48\%\] {
    width: 48%;
  }

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

  .xl\:w-\[581px\] {
    width: 581px;
  }

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

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

  .xl\:w-\[75\%\] {
    width: 75%;
  }

  .xl\:w-\[79\.69px\] {
    width: 79.69px;
  }

  .xl\:w-\[80\%\] {
    width: 80%;
  }

  .xl\:w-\[850px\] {
    width: 850px;
  }

  .xl\:w-\[854px\] {
    width: 854px;
  }

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

  .xl\:w-\[603px\] {
    width: 603px;
  }

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

  .xl\:w-\[700px\] {
    width: 700px;
  }

  .xl\:max-w-\[1450px\] {
    max-width: 1450px;
  }

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

  .xl\:rounded-\[12px\] {
    border-radius: 12px;
  }

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

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

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-\[20px\] {
    padding: 20px;
  }

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

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

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

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

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

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

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

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

  .xl\:text-\[20\.77px\] {
    font-size: 20.77px;
  }

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

  .xl\:text-\[22\.31px\] {
    font-size: 22.31px;
  }

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

  .xl\:text-\[25\.5px\] {
    font-size: 25.5px;
  }

  .xl\:text-\[25px\] {
    font-size: 25px;
  }

  .xl\:text-\[26\.7px\] {
    font-size: 26.7px;
  }

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

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

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

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

  .xl\:text-\[33\.01px\] {
    font-size: 33.01px;
  }

  .xl\:text-\[36px\] {
    font-size: 36px;
  }

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

  .xl\:text-\[50px\] {
    font-size: 50px;
  }

  .xl\:text-\[99px\] {
    font-size: 99px;
  }

  .xl\:leading-\[31px\] {
    line-height: 31px;
  }

  .xl\:leading-\[39px\] {
    line-height: 39px;
  }

  .xl\:leading-\[40px\] {
    line-height: 40px;
  }

  .xl\:leading-\[48px\] {
    line-height: 48px;
  }

  .xl\:leading-\[61px\] {
    line-height: 61px;
  }

  .xl\:leading-\[56px\] {
    line-height: 56px;
  }

  .xl\:leading-\[50px\] {
    line-height: 50px;
  }

  .xl\:leading-\[54px\] {
    line-height: 54px;
  }

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

.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}




