@font-face
{
    font-family: 'Playfair';
    src: url(/fonts/PlayfairDisplay-VariableFont_wght.ttf?20240034b80f50c3ad00d64c685bc6ff);
}

@font-face
{
    font-family: 'Playfair';
    src: url(/fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf?2f795353f413479428d63efd2ddb51a7);
    font-style: italic;
}

@font-face
{
    font-family: "Roboto";
    src: url(/fonts/Roboto-Regular.ttf?fc2b5060f7accec5cf74437196c1b027);
    font-weight: 500;
}

@font-face
{
    font-family: "Roboto";
    src: url(/fonts/Roboto-Medium.ttf?e73e917f7bfa48666e008bd3b9e854db);
    font-weight: 400;
}

@font-face
{
    font-family: "Roboto";
    src: url(/fonts/Roboto-Light.ttf?333da16a3f3cc391d0876c6d773efc6f);
    font-weight: 300;
}

@font-face
{
    font-family: "Roboto";
    src: url(/fonts/Roboto-Thin.ttf?a4d410dfda20e10f3aedb2caae088616);
    font-weight: 100;
}

body
{
    max-width: 100vw;
    font-family: 'Playfair' !important;
    color: #a8927b;
    overflow-x: hidden;
    font-variant-numeric: lining-nums;
}

.font-roboto
{
    font-family: Roboto !important;
}

html {
    max-width: 100vw;
    overflow-x: hidden;
}

:root {
    --swiper-pagination-color: #98735a;
    --swiper-pagination-bullet-inactive-color: #dfaf6d;
    --swiper-pagination-bullet-width: 20px;
    --swiper-pagination-bullet-height: 20px;
}

#main-nav.opened .noticia {
    display: flex !important;
}

*, ::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.14 | 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: Playfair, 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;
}
.pointer-events-none {
  pointer-events: none !important;
}
.pointer-events-auto {
  pointer-events: auto !important;
}
.static {
  position: static !important;
}
.fixed {
  position: fixed !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.-bottom-\[250px\] {
  bottom: -250px !important;
}
.-left-5 {
  left: -1.25rem !important;
}
.-top-32 {
  top: -8rem !important;
}
.-top-\[150px\] {
  top: -150px !important;
}
.-top-\[220px\] {
  top: -220px !important;
}
.-top-\[240px\] {
  top: -240px !important;
}
.-top-\[375px\] {
  top: -375px !important;
}
.-top-\[40px\] {
  top: -40px !important;
}
.-top-\[65px\] {
  top: -65px !important;
}
.-top-\[80px\] {
  top: -80px !important;
}
.bottom-0 {
  bottom: 0px !important;
}
.bottom-10 {
  bottom: 2.5rem !important;
}
.bottom-16 {
  bottom: 4rem !important;
}
.bottom-5 {
  bottom: 1.25rem !important;
}
.left-0 {
  left: 0px !important;
}
.left-\[25px\] {
  left: 25px !important;
}
.right-0 {
  right: 0px !important;
}
.right-5 {
  right: 1.25rem !important;
}
.right-\[25px\] {
  right: 25px !important;
}
.right-auto {
  right: auto !important;
}
.top-0 {
  top: 0px !important;
}
.top-16 {
  top: 4rem !important;
}
.top-\[110\%\] {
  top: 110% !important;
}
.top-full {
  top: 100% !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-20 {
  z-index: 20 !important;
}
.z-30 {
  z-index: 30 !important;
}
.z-40 {
  z-index: 40 !important;
}
.z-50 {
  z-index: 50 !important;
}
.z-\[1\] {
  z-index: 1 !important;
}
.z-\[2\] {
  z-index: 2 !important;
}
.col-span-full {
  grid-column: 1 / -1 !important;
}
.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.-ml-px {
  margin-left: -1px !important;
}
.-mt-px {
  margin-top: -1px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-10 {
  margin-bottom: 2.5rem !important;
}
.mb-12 {
  margin-bottom: 3rem !important;
}
.mb-14 {
  margin-bottom: 3.5rem !important;
}
.mb-16 {
  margin-bottom: 4rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mb-\[4rem\] {
  margin-bottom: 4rem !important;
}
.me-2 {
  margin-inline-end: 0.5rem !important;
}
.me-5 {
  margin-inline-end: 1.25rem !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-12 {
  margin-left: 3rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-auto {
  margin-right: auto !important;
}
.ms-auto {
  margin-inline-start: auto !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-10 {
  margin-top: 2.5rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-20 {
  margin-top: 5rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.line-clamp-2 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}
.line-clamp-4 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4 !important;
}
.line-clamp-\[3\] {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}
.line-clamp-\[7\] {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 7 !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.flex {
  display: flex !important;
}
.inline-flex {
  display: inline-flex !important;
}
.table {
  display: table !important;
}
.grid {
  display: grid !important;
}
.hidden {
  display: none !important;
}
.h-1 {
  height: 0.25rem !important;
}
.h-16 {
  height: 4rem !important;
}
.h-20 {
  height: 5rem !important;
}
.h-5 {
  height: 1.25rem !important;
}
.h-6 {
  height: 1.5rem !important;
}
.h-8 {
  height: 2rem !important;
}
.h-\[100px\] {
  height: 100px !important;
}
.h-\[10px\] {
  height: 10px !important;
}
.h-\[130px\] {
  height: 130px !important;
}
.h-\[160px\] {
  height: 160px !important;
}
.h-\[200px\] {
  height: 200px !important;
}
.h-\[20px\] {
  height: 20px !important;
}
.h-\[220px\] {
  height: 220px !important;
}
.h-\[250px\] {
  height: 250px !important;
}
.h-\[25px\] {
  height: 25px !important;
}
.h-\[265px\] {
  height: 265px !important;
}
.h-\[280px\] {
  height: 280px !important;
}
.h-\[2px\] {
  height: 2px !important;
}
.h-\[30\%\] {
  height: 30% !important;
}
.h-\[300px\] {
  height: 300px !important;
}
.h-\[30px\] {
  height: 30px !important;
}
.h-\[320px\] {
  height: 320px !important;
}
.h-\[35px\] {
  height: 35px !important;
}
.h-\[3700px\] {
  height: 3700px !important;
}
.h-\[3px\] {
  height: 3px !important;
}
.h-\[400px\] {
  height: 400px !important;
}
.h-\[405px\] {
  height: 405px !important;
}
.h-\[40px\] {
  height: 40px !important;
}
.h-\[55px\] {
  height: 55px !important;
}
.h-\[63px\] {
  height: 63px !important;
}
.h-\[70\%\] {
  height: 70% !important;
}
.h-\[80px\] {
  height: 80px !important;
}
.h-\[950px\] {
  height: 950px !important;
}
.h-\[98px\] {
  height: 98px !important;
}
.h-auto {
  height: auto !important;
}
.h-full {
  height: 100% !important;
}
.h-screen {
  height: 100vh !important;
}
.max-h-full {
  max-height: 100% !important;
}
.min-h-\[56px\] {
  min-height: 56px !important;
}
.min-h-screen {
  min-height: 100vh !important;
}
.w-10\/12 {
  width: 83.333333% !important;
}
.w-11\/12 {
  width: 91.666667% !important;
}
.w-2\/12 {
  width: 16.666667% !important;
}
.w-3\/12 {
  width: 25% !important;
}
.w-5 {
  width: 1.25rem !important;
}
.w-5\/12 {
  width: 41.666667% !important;
}
.w-6 {
  width: 1.5rem !important;
}
.w-6\/12 {
  width: 50% !important;
}
.w-7\/12 {
  width: 58.333333% !important;
}
.w-8 {
  width: 2rem !important;
}
.w-8\/12 {
  width: 66.666667% !important;
}
.w-9\/12 {
  width: 75% !important;
}
.w-\[1000px\] {
  width: 1000px !important;
}
.w-\[10px\] {
  width: 10px !important;
}
.w-\[15px\] {
  width: 15px !important;
}
.w-\[2000px\] {
  width: 2000px !important;
}
.w-\[20px\] {
  width: 20px !important;
}
.w-\[235px\] {
  width: 235px !important;
}
.w-\[23px\] {
  width: 23px !important;
}
.w-\[25px\] {
  width: 25px !important;
}
.w-\[300px\] {
  width: 300px !important;
}
.w-\[30px\] {
  width: 30px !important;
}
.w-\[350px\] {
  width: 350px !important;
}
.w-\[35px\] {
  width: 35px !important;
}
.w-\[3px\] {
  width: 3px !important;
}
.w-\[40px\] {
  width: 40px !important;
}
.w-\[50px\] {
  width: 50px !important;
}
.w-\[55px\] {
  width: 55px !important;
}
.w-\[5px\] {
  width: 5px !important;
}
.w-\[60px\] {
  width: 60px !important;
}
.w-\[70px\] {
  width: 70px !important;
}
.w-\[740px\] {
  width: 740px !important;
}
.w-\[90px\] {
  width: 90px !important;
}
.w-\[93\%\] {
  width: 93% !important;
}
.w-auto {
  width: auto !important;
}
.w-full {
  width: 100% !important;
}
.w-screen {
  width: 100vw !important;
}
.max-w-2xl {
  max-width: 42rem !important;
}
.max-w-6xl {
  max-width: 72rem !important;
}
.max-w-\[1120px\] {
  max-width: 1120px !important;
}
.max-w-\[150px\] {
  max-width: 150px !important;
}
.max-w-\[350px\] {
  max-width: 350px !important;
}
.max-w-\[390px\] {
  max-width: 390px !important;
}
.max-w-\[500px\] {
  max-width: 500px !important;
}
.max-w-\[85\%\] {
  max-width: 85% !important;
}
.max-w-\[90\%\] {
  max-width: 90% !important;
}
.max-w-full {
  max-width: 100% !important;
}
.max-w-none {
  max-width: none !important;
}
.max-w-xl {
  max-width: 36rem !important;
}
.flex-1 {
  flex: 1 1 0% !important;
}
.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)) !important;
}
.cursor-default {
  cursor: default !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.resize {
  resize: both !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex-col-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.items-start {
  align-items: flex-start !important;
}
.items-center {
  align-items: center !important;
}
.justify-start {
  justify-content: flex-start !important;
}
.justify-end {
  justify-content: flex-end !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-between {
  justify-content: space-between !important;
}
.justify-items-center {
  justify-items: center !important;
}
.gap-0 {
  gap: 0px !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-10 {
  gap: 2.5rem !important;
}
.gap-16 {
  gap: 4rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 0.75rem !important;
}
.gap-4 {
  gap: 1rem !important;
}
.gap-5 {
  gap: 1.25rem !important;
}
.gap-6 {
  gap: 1.5rem !important;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.text-ellipsis {
  text-overflow: ellipsis !important;
}
.text-nowrap {
  text-wrap: nowrap !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-full {
  border-radius: 9999px !important;
}
.rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded-md {
  border-radius: 0.375rem !important;
}
.rounded-xl {
  border-radius: 0.75rem !important;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}
.border {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-\[1\.9px\] {
  border-width: 1.9px !important;
}
.border-\[10px\] {
  border-width: 10px !important;
}
.border-\[15px\] {
  border-width: 15px !important;
}
.border-\[1px\] {
  border-width: 1px !important;
}
.border-\[3px\] {
  border-width: 3px !important;
}
.border-e-2 {
  border-inline-end-width: 2px !important;
}
.border-l {
  border-left-width: 1px !important;
}
.border-l-8 {
  border-left-width: 8px !important;
}
.border-r {
  border-right-width: 1px !important;
}
.border-t {
  border-top-width: 1px !important;
}
.border-t-0 {
  border-top-width: 0px !important;
}
.border-\[\#4e372c\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(78 55 44 / var(--tw-border-opacity)) !important;
}
.border-\[\#543f36\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(84 63 54 / var(--tw-border-opacity)) !important;
}
.border-\[\#85685670\] {
  border-color: #85685670 !important;
}
.border-\[\#ad8a74\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(173 138 116 / var(--tw-border-opacity)) !important;
}
.border-\[\#d6a96b\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(214 169 107 / var(--tw-border-opacity)) !important;
}
.border-\[\#dfb071\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(223 176 113 / var(--tw-border-opacity)) !important;
}
.border-\[\#e2c59b\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 197 155 / var(--tw-border-opacity)) !important;
}
.border-\[\#e3c59a\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(227 197 154 / var(--tw-border-opacity)) !important;
}
.border-\[\#e3c59b\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(227 197 155 / var(--tw-border-opacity)) !important;
}
.border-\[\#e5d1b6\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 209 182 / var(--tw-border-opacity)) !important;
}
.border-\[\#f7f3ea\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(247 243 234 / var(--tw-border-opacity)) !important;
}
.border-\[\#f8e9d4\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 233 212 / var(--tw-border-opacity)) !important;
}
.border-\[\#f8e9d6\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(248 233 214 / var(--tw-border-opacity)) !important;
}
.border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}
.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}
.border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}
.border-gray-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(55 65 81 / var(--tw-border-opacity)) !important;
}
.border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.bg-\[\#20a727\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(32 167 39 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#372a22\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 42 34 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#3d2620\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(61 38 32 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#523f31\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(82 63 49 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#523f31fa\] {
  background-color: #523f31fa !important;
}
.bg-\[\#856856\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 104 86 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#98725b\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(152 114 91 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#d6a96b\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(214 169 107 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#dfaf6e\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(223 175 110 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#e2af6e\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 175 110 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#e2c59b\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 197 155 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#e3c59a\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(227 197 154 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#e3c59b\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(227 197 155 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#e9b881\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 184 129 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#eedfcc\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 223 204 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#f8e9d6\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 233 214 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#fcf4e9\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 244 233 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#fde7d0\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 231 208 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#fef2e4\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 228 / var(--tw-bg-opacity)) !important;
}
.bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
.bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important;
}
.bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity)) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-cover {
  background-size: cover !important;
}
.bg-center {
  background-position: center !important;
}
.bg-left-top {
  background-position: left top !important;
}
.bg-top {
  background-position: top !important;
}
.bg-no-repeat {
  background-repeat: no-repeat !important;
}
.fill-\[\#d6a96b\] {
  fill: #d6a96b !important;
}
.fill-\[\#dfaf6d\] {
  fill: #dfaf6d !important;
}
.fill-\[\#e9b881\] {
  fill: #e9b881 !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.pb-10 {
  padding-bottom: 2.5rem !important;
}
.pb-14 {
  padding-bottom: 3.5rem !important;
}
.pb-16 {
  padding-bottom: 4rem !important;
}
.pb-20 {
  padding-bottom: 5rem !important;
}
.pb-28 {
  padding-bottom: 7rem !important;
}
.pb-3 {
  padding-bottom: 0.75rem !important;
}
.pb-48 {
  padding-bottom: 12rem !important;
}
.pb-8 {
  padding-bottom: 2rem !important;
}
.pe-4 {
  padding-inline-end: 1rem !important;
}
.ps-1 {
  padding-inline-start: 0.25rem !important;
}
.ps-3 {
  padding-inline-start: 0.75rem !important;
}
.ps-4 {
  padding-inline-start: 1rem !important;
}
.ps-5 {
  padding-inline-start: 1.25rem !important;
}
.ps-\[30px\] {
  padding-inline-start: 30px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-10 {
  padding-top: 2.5rem !important;
}
.pt-20 {
  padding-top: 5rem !important;
}
.pt-28 {
  padding-top: 7rem !important;
}
.pt-3 {
  padding-top: 0.75rem !important;
}
.pt-36 {
  padding-top: 9rem !important;
}
.pt-40 {
  padding-top: 10rem !important;
}
.pt-5 {
  padding-top: 1.25rem !important;
}
.pt-64 {
  padding-top: 16rem !important;
}
.pt-8 {
  padding-top: 2rem !important;
}
.pt-\[250px\] {
  padding-top: 250px !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.text-start {
  text-align: start !important;
}
.text-end {
  text-align: end !important;
}
.indent-16 {
  text-indent: 4rem !important;
}
.indent-5 {
  text-indent: 1.25rem !important;
}
.font-sans {
  font-family: Playfair, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.font-semibold {
  font-weight: 600 !important;
}
.font-thin {
  font-weight: 100 !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.leading-4 {
  line-height: 1rem !important;
}
.leading-5 {
  line-height: 1.25rem !important;
}
.leading-6 {
  line-height: 1.5rem !important;
}
.leading-7 {
  line-height: 1.75rem !important;
}
.leading-none {
  line-height: 1 !important;
}
.tracking-tight {
  letter-spacing: -0.025em !important;
}
.tracking-wider {
  letter-spacing: 0.05em !important;
}
.text-\[\#57493c\] {
  --tw-text-opacity: 1 !important;
  color: rgb(87 73 60 / var(--tw-text-opacity)) !important;
}
.text-\[\#704830\] {
  --tw-text-opacity: 1 !important;
  color: rgb(112 72 48 / var(--tw-text-opacity)) !important;
}
.text-\[\#714930\] {
  --tw-text-opacity: 1 !important;
  color: rgb(113 73 48 / var(--tw-text-opacity)) !important;
}
.text-\[\#714f3b\] {
  --tw-text-opacity: 1 !important;
  color: rgb(113 79 59 / var(--tw-text-opacity)) !important;
}
.text-\[\#724931\] {
  --tw-text-opacity: 1 !important;
  color: rgb(114 73 49 / var(--tw-text-opacity)) !important;
}
.text-\[\#724932\] {
  --tw-text-opacity: 1 !important;
  color: rgb(114 73 50 / var(--tw-text-opacity)) !important;
}
.text-\[\#7a5042\] {
  --tw-text-opacity: 1 !important;
  color: rgb(122 80 66 / var(--tw-text-opacity)) !important;
}
.text-\[\#7d5943\] {
  --tw-text-opacity: 1 !important;
  color: rgb(125 89 67 / var(--tw-text-opacity)) !important;
}
.text-\[\#7e4932\] {
  --tw-text-opacity: 1 !important;
  color: rgb(126 73 50 / var(--tw-text-opacity)) !important;
}
.text-\[\#8d786c\] {
  --tw-text-opacity: 1 !important;
  color: rgb(141 120 108 / var(--tw-text-opacity)) !important;
}
.text-\[\#917c60\] {
  --tw-text-opacity: 1 !important;
  color: rgb(145 124 96 / var(--tw-text-opacity)) !important;
}
.text-\[\#917c61\] {
  --tw-text-opacity: 1 !important;
  color: rgb(145 124 97 / var(--tw-text-opacity)) !important;
}
.text-\[\#997f6f\] {
  --tw-text-opacity: 1 !important;
  color: rgb(153 127 111 / var(--tw-text-opacity)) !important;
}
.text-\[\#a7957b\] {
  --tw-text-opacity: 1 !important;
  color: rgb(167 149 123 / var(--tw-text-opacity)) !important;
}
.text-\[\#a99280\] {
  --tw-text-opacity: 1 !important;
  color: rgb(169 146 128 / var(--tw-text-opacity)) !important;
}
.text-\[\#aa824c\] {
  --tw-text-opacity: 1 !important;
  color: rgb(170 130 76 / var(--tw-text-opacity)) !important;
}
.text-\[\#ab824c\] {
  --tw-text-opacity: 1 !important;
  color: rgb(171 130 76 / var(--tw-text-opacity)) !important;
}
.text-\[\#ac826a\] {
  --tw-text-opacity: 1 !important;
  color: rgb(172 130 106 / var(--tw-text-opacity)) !important;
}
.text-\[\#b18d59\] {
  --tw-text-opacity: 1 !important;
  color: rgb(177 141 89 / var(--tw-text-opacity)) !important;
}
.text-\[\#b38d5b\] {
  --tw-text-opacity: 1 !important;
  color: rgb(179 141 91 / var(--tw-text-opacity)) !important;
}
.text-\[\#c3a998\] {
  --tw-text-opacity: 1 !important;
  color: rgb(195 169 152 / var(--tw-text-opacity)) !important;
}
.text-\[\#ccb793\] {
  --tw-text-opacity: 1 !important;
  color: rgb(204 183 147 / var(--tw-text-opacity)) !important;
}
.text-\[\#cda673\] {
  --tw-text-opacity: 1 !important;
  color: rgb(205 166 115 / var(--tw-text-opacity)) !important;
}
.text-\[\#cfbba3\] {
  --tw-text-opacity: 1 !important;
  color: rgb(207 187 163 / var(--tw-text-opacity)) !important;
}
.text-\[\#d6a96b\] {
  --tw-text-opacity: 1 !important;
  color: rgb(214 169 107 / var(--tw-text-opacity)) !important;
}
.text-\[\#dec099\] {
  --tw-text-opacity: 1 !important;
  color: rgb(222 192 153 / var(--tw-text-opacity)) !important;
}
.text-\[\#dfaf6d\] {
  --tw-text-opacity: 1 !important;
  color: rgb(223 175 109 / var(--tw-text-opacity)) !important;
}
.text-\[\#dfaf6e\] {
  --tw-text-opacity: 1 !important;
  color: rgb(223 175 110 / var(--tw-text-opacity)) !important;
}
.text-\[\#e2af6f\] {
  --tw-text-opacity: 1 !important;
  color: rgb(226 175 111 / var(--tw-text-opacity)) !important;
}
.text-\[\#e9b881\] {
  --tw-text-opacity: 1 !important;
  color: rgb(233 184 129 / var(--tw-text-opacity)) !important;
}
.text-\[\#f7cd95\] {
  --tw-text-opacity: 1 !important;
  color: rgb(247 205 149 / var(--tw-text-opacity)) !important;
}
.text-\[\#fbe2c3\] {
  --tw-text-opacity: 1 !important;
  color: rgb(251 226 195 / var(--tw-text-opacity)) !important;
}
.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity)) !important;
}
.text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
}
.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}
.text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}
.text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}
.text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}
.text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}
.text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74 / var(--tw-text-opacity)) !important;
}
.text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
}
.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.underline {
  text-decoration-line: underline !important;
}
.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-70 {
  opacity: 0.7 !important;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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;
}
.shadow-2xl {
  --tw-shadow: 0 10px 20px #0000001c !important;
  --tw-shadow-colored: 0 10px 20px 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;
}
.shadow-\[0_0_30px_\#00000030_inset\] {
  --tw-shadow: 0 0 30px #00000030 inset !important;
  --tw-shadow-colored: inset 0 0 30px 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;
}
.shadow-\[0_10px_20px_\#00000042\] {
  --tw-shadow: 0 10px 20px #00000042 !important;
  --tw-shadow-colored: 0 10px 20px 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;
}
.shadow-lg {
  --tw-shadow: 0 5px 10px #0000001f !important;
  --tw-shadow-colored: 0 5px 10px 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;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 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;
}
.ring-gray-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity)) !important;
}
.grayscale {
  --tw-grayscale: grayscale(100%) !important;
  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) !important;
}
.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) !important;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.duration-150 {
  transition-duration: 150ms !important;
}
.duration-75 {
  transition-duration: 75ms !important;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}
.focus\:z-10:focus {
  z-index: 10 !important;
}
.focus\:border-blue-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(147 197 253 / var(--tw-border-opacity)) !important;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.active\:bg-gray-100:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
.active\:text-gray-700:active {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}
@media (min-width: 640px) {

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

  .sm\:ml-0 {
    margin-left: 0px !important;
  }

  .sm\:flex {
    display: flex !important;
  }

  .sm\:hidden {
    display: none !important;
  }

  .sm\:w-6\/12 {
    width: 50% !important;
  }

  .sm\:flex-1 {
    flex: 1 1 0% !important;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

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

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

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

  .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:pt-0 {
    padding-top: 0px !important;
  }

  .sm\:text-right {
    text-align: right !important;
  }
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute !important;
  }

  .md\:-top-\[100px\] {
    top: -100px !important;
  }

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

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

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

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

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

  .md\:w-10\/12 {
    width: 83.333333% !important;
  }

  .md\:w-5\/12 {
    width: 41.666667% !important;
  }

  .md\:w-6\/12 {
    width: 50% !important;
  }

  .md\:w-7\/12 {
    width: 58.333333% !important;
  }

  .md\:w-8\/12 {
    width: 66.666667% !important;
  }

  .md\:w-9\/12 {
    width: 75% !important;
  }

  .md\:w-\[400px\] {
    width: 400px !important;
  }

  .md\:max-w-\[450px\] {
    max-width: 450px !important;
  }

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

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

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

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

  .md\:gap-10 {
    gap: 2.5rem !important;
  }

  .md\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media (min-width: 1024px) {

  .lg\:static {
    position: static !important;
  }

  .lg\:absolute {
    position: absolute !important;
  }

  .lg\:-bottom-\[100px\] {
    bottom: -100px !important;
  }

  .lg\:-top-20 {
    top: -5rem !important;
  }

  .lg\:-top-\[170px\] {
    top: -170px !important;
  }

  .lg\:-top-\[180px\] {
    top: -180px !important;
  }

  .lg\:right-0 {
    right: 0px !important;
  }

  .lg\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

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

  .lg\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .lg\:block {
    display: block !important;
  }

  .lg\:flex {
    display: flex !important;
  }

  .lg\:hidden {
    display: none !important;
  }

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

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

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

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

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

  .lg\:w-10\/12 {
    width: 83.333333% !important;
  }

  .lg\:w-4\/12 {
    width: 33.333333% !important;
  }

  .lg\:w-5\/12 {
    width: 41.666667% !important;
  }

  .lg\:w-6\/12 {
    width: 50% !important;
  }

  .lg\:w-7\/12 {
    width: 58.333333% !important;
  }

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

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

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

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

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

  .lg\:max-w-\[90\%\] {
    max-width: 90% !important;
  }

  .lg\:max-w-\[960px\] {
    max-width: 960px !important;
  }

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

  .lg\:flex-row {
    flex-direction: row !important;
  }

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

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

  .lg\:justify-start {
    justify-content: flex-start !important;
  }

  .lg\:justify-center {
    justify-content: center !important;
  }

  .lg\:gap-10 {
    gap: 2.5rem !important;
  }

  .lg\:gap-5 {
    gap: 1.25rem !important;
  }

  .lg\:bg-center {
    background-position: center !important;
  }

  .lg\:p-10 {
    padding: 2.5rem !important;
  }

  .lg\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

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

  .lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .lg\:pt-28 {
    padding-top: 7rem !important;
  }

  .lg\:text-end {
    text-align: end !important;
  }

  .lg\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .lg\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .lg\:font-thin {
    font-weight: 100 !important;
  }

  .lg\:shadow-\[0_-20px_40px_\#00000045\] {
    --tw-shadow: 0 -20px 40px #00000045 !important;
    --tw-shadow-colored: 0 -20px 40px 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;
  }
}
@media (min-width: 1280px) {

  @media (min-width: 768px) {

    .xl\:md\:max-w-\[90\%\] {
      max-width: 90% !important;
    }
  }

  .xl\:absolute {
    position: absolute !important;
  }

  .xl\:relative {
    position: relative !important;
  }

  .xl\:-bottom-\[250px\] {
    bottom: -250px !important;
  }

  .xl\:-top-12 {
    top: -3rem !important;
  }

  .xl\:-top-20 {
    top: -5rem !important;
  }

  .xl\:-top-8 {
    top: -2rem !important;
  }

  .xl\:-top-\[200px\] {
    top: -200px !important;
  }

  .xl\:-top-\[230px\] {
    top: -230px !important;
  }

  .xl\:-top-\[325px\] {
    top: -325px !important;
  }

  .xl\:-top-\[380px\] {
    top: -380px !important;
  }

  .xl\:-top-\[470px\] {
    top: -470px !important;
  }

  .xl\:-top-\[90\%\] {
    top: -90% !important;
  }

  .xl\:left-0 {
    left: 0px !important;
  }

  .xl\:top-2 {
    top: 0.5rem !important;
  }

  .xl\:top-\[60px\] {
    top: 60px !important;
  }

  .xl\:top-full {
    top: 100% !important;
  }

  .xl\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

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

  .xl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

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

  .xl\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .xl\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .xl\:me-0 {
    margin-inline-end: 0px !important;
  }

  .xl\:mr-0 {
    margin-right: 0px !important;
  }

  .xl\:ms-auto {
    margin-inline-start: auto !important;
  }

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

  .xl\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .xl\:mt-auto {
    margin-top: auto !important;
  }

  .xl\:line-clamp-1 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
  }

  .xl\:line-clamp-2 {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  .xl\:block {
    display: block !important;
  }

  .xl\:flex {
    display: flex !important;
  }

  .xl\:hidden {
    display: none !important;
  }

  .xl\:h-8 {
    height: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:w-10\/12 {
    width: 83.333333% !important;
  }

  .xl\:w-11\/12 {
    width: 91.666667% !important;
  }

  .xl\:w-3\/12 {
    width: 25% !important;
  }

  .xl\:w-4\/12 {
    width: 33.333333% !important;
  }

  .xl\:w-5\/12 {
    width: 41.666667% !important;
  }

  .xl\:w-6\/12 {
    width: 50% !important;
  }

  .xl\:w-7\/12 {
    width: 58.333333% !important;
  }

  .xl\:w-8\/12 {
    width: 66.666667% !important;
  }

  .xl\:w-9\/12 {
    width: 75% !important;
  }

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

  .xl\:w-\[1100px\] {
    width: 1100px !important;
  }

  .xl\:w-\[150px\] {
    width: 150px !important;
  }

  .xl\:w-\[200px\] {
    width: 200px !important;
  }

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

  .xl\:w-\[460px\] {
    width: 460px !important;
  }

  .xl\:w-\[600px\] {
    width: 600px !important;
  }

  .xl\:w-\[60px\] {
    width: 60px !important;
  }

  .xl\:w-\[6px\] {
    width: 6px !important;
  }

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

  .xl\:w-\[750px\] {
    width: 750px !important;
  }

  .xl\:w-\[800px\] {
    width: 800px !important;
  }

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

  .xl\:w-\[8px\] {
    width: 8px !important;
  }

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

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

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

  .xl\:max-w-\[1140px\] {
    max-width: 1140px !important;
  }

  .xl\:max-w-\[1700px\] {
    max-width: 1700px !important;
  }

  .xl\:max-w-\[1900px\] {
    max-width: 1900px !important;
  }

  .xl\:max-w-\[540px\] {
    max-width: 540px !important;
  }

  .xl\:max-w-\[90\%\] {
    max-width: 90% !important;
  }

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

  .xl\:flex-row {
    flex-direction: row !important;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .xl\:items-start {
    align-items: flex-start !important;
  }

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

  .xl\:justify-start {
    justify-content: flex-start !important;
  }

  .xl\:justify-center {
    justify-content: center !important;
  }

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

  .xl\:gap-0 {
    gap: 0px !important;
  }

  .xl\:gap-10 {
    gap: 2.5rem !important;
  }

  .xl\:gap-12 {
    gap: 3rem !important;
  }

  .xl\:gap-16 {
    gap: 4rem !important;
  }

  .xl\:gap-20 {
    gap: 5rem !important;
  }

  .xl\:gap-3 {
    gap: 0.75rem !important;
  }

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

  .xl\:gap-5 {
    gap: 1.25rem !important;
  }

  .xl\:gap-8 {
    gap: 2rem !important;
  }

  .xl\:rounded-full {
    border-radius: 9999px !important;
  }

  .xl\:border-2 {
    border-width: 2px !important;
  }

  .xl\:border-\[15px\] {
    border-width: 15px !important;
  }

  .xl\:border-\[3px\] {
    border-width: 3px !important;
  }

  .xl\:border-\[4px\] {
    border-width: 4px !important;
  }

  .xl\:border-b-\[20px\] {
    border-bottom-width: 20px !important;
  }

  .xl\:border-b-\[25px\] {
    border-bottom-width: 25px !important;
  }

  .xl\:border-t-\[30px\] {
    border-top-width: 30px !important;
  }

  .xl\:bg-\[\#fef9f3\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(254 249 243 / var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-auto {
    background-size: auto !important;
  }

  .xl\:p-4 {
    padding: 1rem !important;
  }

  .xl\:p-5 {
    padding: 1.25rem !important;
  }

  .xl\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xl\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .xl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .xl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xl\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

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

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

  .xl\:pb-0 {
    padding-bottom: 0px !important;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .xl\:pb-36 {
    padding-bottom: 9rem !important;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .xl\:ps-0 {
    padding-inline-start: 0px !important;
  }

  .xl\:ps-10 {
    padding-inline-start: 2.5rem !important;
  }

  .xl\:ps-16 {
    padding-inline-start: 4rem !important;
  }

  .xl\:ps-8 {
    padding-inline-start: 2rem !important;
  }

  .xl\:pt-0 {
    padding-top: 0px !important;
  }

  .xl\:pt-20 {
    padding-top: 5rem !important;
  }

  .xl\:pt-40 {
    padding-top: 10rem !important;
  }

  .xl\:pt-72 {
    padding-top: 18rem !important;
  }

  .xl\:text-start {
    text-align: start !important;
  }

  .xl\:text-end {
    text-align: end !important;
  }

  .xl\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .xl\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .xl\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .xl\:text-5xl {
    font-size: 3rem !important;
    line-height: 1.2 !important;
  }

  .xl\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .xl\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .xl\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .xl\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .xl\:font-normal {
    font-weight: 400 !important;
  }

  .xl\:font-semibold {
    font-weight: 600 !important;
  }

  .xl\:font-thin {
    font-weight: 100 !important;
  }

  .xl\:leading-none {
    line-height: 1 !important;
  }

  .xl\:opacity-100 {
    opacity: 1 !important;
  }

  .xl\:shadow-2xl {
    --tw-shadow: 0 10px 20px #0000001c !important;
    --tw-shadow-colored: 0 10px 20px 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;
  }

  .xl\:shadow-\[0_-20px_40px_\#00000045\] {
    --tw-shadow: 0 -20px 40px #00000045 !important;
    --tw-shadow-colored: 0 -20px 40px 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;
  }

  .xl\:last\:hidden:last-child {
    display: none !important;
  }
}
@media (min-width: 1536px) {

  .\32xl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .\32xl\:h-\[340px\] {
    height: 340px !important;
  }

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

  .\32xl\:h-\[550px\] {
    height: 550px !important;
  }

  .\32xl\:h-\[80px\] {
    height: 80px !important;
  }

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

  .\32xl\:w-10\/12 {
    width: 83.333333% !important;
  }

  .\32xl\:w-2\/12 {
    width: 16.666667% !important;
  }

  .\32xl\:w-5\/12 {
    width: 41.666667% !important;
  }

  .\32xl\:w-6\/12 {
    width: 50% !important;
  }

  .\32xl\:w-8\/12 {
    width: 66.666667% !important;
  }

  .\32xl\:max-w-\[1400px\] {
    max-width: 1400px !important;
  }

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

  .\32xl\:max-w-\[1700px\] {
    max-width: 1700px !important;
  }

  .\32xl\:max-w-\[1800px\] {
    max-width: 1800px !important;
  }

  .\32xl\:flex-wrap {
    flex-wrap: wrap !important;
  }

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

  .\32xl\:gap-0 {
    gap: 0px !important;
  }

  .\32xl\:gap-5 {
    gap: 1.25rem !important;
  }

  .\32xl\:p-20 {
    padding: 5rem !important;
  }

  .\32xl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .\32xl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .\32xl\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .\32xl\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .\32xl\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .\32xl\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .\32xl\:text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .\32xl\:last\:block:last-child {
    display: block !important;
  }
}
@media (min-width: 1800px) {

  .min-\[1800px\]\:-top-\[220px\] {
    top: -220px !important;
  }

  .min-\[1800px\]\:w-\[740px\] {
    width: 740px !important;
  }
}
.rtl\:flex-row-reverse:where([dir="rtl"], [dir="rtl"] *) {
  flex-direction: row-reverse !important;
}
.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1 !important;
}
@media (prefers-color-scheme: dark) {

  .dark\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(75 85 99 / var(--tw-border-opacity)) !important;
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important;
  }

  .dark\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
  }

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

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

  .dark\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
  }

  .dark\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(29 78 216 / var(--tw-border-opacity)) !important;
  }

  .dark\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(30 64 175 / var(--tw-border-opacity)) !important;
  }

  .dark\:active\:bg-gray-700:active {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
  }

  .dark\:active\:text-gray-300:active {
    --tw-text-opacity: 1 !important;
    color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
  }
}

