@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

@layer ui-before {
  *, ::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.19 | 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: 576px){

    .container{
      max-width: 576px;
    }
  }
  @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;
    }
  }
  @media (min-width: 1730px){

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

    .container{
      max-width: 1980px;
    }
  }
  .pointer-events-none{
    pointer-events: none;
  }
  .visible{
    visibility: visible;
  }
  .collapse{
    visibility: collapse;
  }
  .static{
    position: static;
  }
  .fixed{
    position: fixed;
  }
  .absolute{
    position: absolute;
  }
  .relative{
    position: relative;
  }
  .sticky{
    position: sticky;
  }
  .inset-0{
    inset: 0px;
  }
  .inset-y-0{
    top: 0px;
    bottom: 0px;
  }
  .bottom-0{
    bottom: 0px;
  }
  .bottom-2{
    bottom: 0.5rem;
  }
  .bottom-4{
    bottom: 1rem;
  }
  .left-0{
    left: 0px;
  }
  .left-2{
    left: 0.5rem;
  }
  .right-0{
    right: 0px;
  }
  .right-2{
    right: 0.5rem;
  }
  .right-3{
    right: 0.75rem;
  }
  .right-4{
    right: 1rem;
  }
  .right-5{
    right: 1.25rem;
  }
  .top-0{
    top: 0px;
  }
  .top-1\/2{
    top: 50%;
  }
  .top-2{
    top: 0.5rem;
  }
  .top-5{
    top: 1.25rem;
  }
  .isolate{
    isolation: isolate;
  }
  .z-0{
    z-index: 0;
  }
  .z-10{
    z-index: 10;
  }
  .z-20{
    z-index: 20;
  }
  .z-50{
    z-index: 50;
  }
  .col-span-10{
    grid-column: span 10 / span 10;
  }
  .col-span-2{
    grid-column: span 2 / span 2;
  }
  .m-1{
    margin: 0.25rem;
  }
  .m-2{
    margin: 0.5rem;
  }
  .m-4{
    margin: 1rem;
  }
  .m-5{
    margin: 1.25rem;
  }
  .m-6{
    margin: 1.5rem;
  }
  .m-7{
    margin: 1.75rem;
  }
  .mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .-mr-2{
    margin-right: -0.5rem;
  }
  .-mt-32{
    margin-top: -8rem;
  }
  .mb-1{
    margin-bottom: 0.25rem;
  }
  .mb-10{
    margin-bottom: 2.5rem;
  }
  .mb-11{
    margin-bottom: 2.75rem;
  }
  .mb-12{
    margin-bottom: 3rem;
  }
  .mb-2{
    margin-bottom: 0.5rem;
  }
  .mb-3{
    margin-bottom: 0.75rem;
  }
  .mb-32{
    margin-bottom: 8rem;
  }
  .mb-4{
    margin-bottom: 1rem;
  }
  .mb-5{
    margin-bottom: 1.25rem;
  }
  .mb-6{
    margin-bottom: 1.5rem;
  }
  .mb-7{
    margin-bottom: 1.75rem;
  }
  .mb-8{
    margin-bottom: 2rem;
  }
  .mb-\[3\.75rem\]{
    margin-bottom: 3.75rem;
  }
  .mb-auto{
    margin-bottom: auto;
  }
  .me-2{
    margin-inline-end: 0.5rem;
  }
  .ml-1{
    margin-left: 0.25rem;
  }
  .ml-2{
    margin-left: 0.5rem;
  }
  .ml-3{
    margin-left: 0.75rem;
  }
  .ml-4{
    margin-left: 1rem;
  }
  .ml-7{
    margin-left: 1.75rem;
  }
  .ml-8{
    margin-left: 2rem;
  }
  .ml-auto{
    margin-left: auto;
  }
  .mr-1{
    margin-right: 0.25rem;
  }
  .mr-12{
    margin-right: 3rem;
  }
  .mr-2{
    margin-right: 0.5rem;
  }
  .mr-3{
    margin-right: 0.75rem;
  }
  .mr-4{
    margin-right: 1rem;
  }
  .mr-5{
    margin-right: 1.25rem;
  }
  .mr-7{
    margin-right: 1.75rem;
  }
  .mr-8{
    margin-right: 2rem;
  }
  .mt-1{
    margin-top: 0.25rem;
  }
  .mt-10{
    margin-top: 2.5rem;
  }
  .mt-12{
    margin-top: 3rem;
  }
  .mt-16{
    margin-top: 4rem;
  }
  .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-6{
    margin-top: 1.5rem;
  }
  .mt-7{
    margin-top: 1.75rem;
  }
  .mt-8{
    margin-top: 2rem;
  }
  .mt-9{
    margin-top: 2.25rem;
  }
  .mt-auto{
    margin-top: auto;
  }
  .box-border{
    box-sizing: border-box;
  }
  .line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block{
    display: block;
  }
  .inline-block{
    display: inline-block;
  }
  .inline{
    display: inline;
  }
  .flex{
    display: flex;
  }
  .inline-flex{
    display: inline-flex;
  }
  .table{
    display: table;
  }
  .grid{
    display: grid;
  }
  .contents{
    display: contents;
  }
  .hidden{
    display: none;
  }
  .aspect-square{
    aspect-ratio: 1 / 1;
  }
  .h-0{
    height: 0px;
  }
  .h-10{
    height: 2.5rem;
  }
  .h-12{
    height: 3rem;
  }
  .h-14{
    height: 3.5rem;
  }
  .h-16{
    height: 4rem;
  }
  .h-2{
    height: 0.5rem;
  }
  .h-20{
    height: 5rem;
  }
  .h-24{
    height: 6rem;
  }
  .h-28{
    height: 7rem;
  }
  .h-3{
    height: 0.75rem;
  }
  .h-4{
    height: 1rem;
  }
  .h-40{
    height: 10rem;
  }
  .h-44{
    height: 11rem;
  }
  .h-5{
    height: 1.25rem;
  }
  .h-6{
    height: 1.5rem;
  }
  .h-7{
    height: 1.75rem;
  }
  .h-8{
    height: 2rem;
  }
  .h-\[100vh\]{
    height: 100vh;
  }
  .h-\[120px\]{
    height: 120px;
  }
  .h-\[130px\]{
    height: 130px;
  }
  .h-\[150px\]{
    height: 150px;
  }
  .h-\[196px\]{
    height: 196px;
  }
  .h-\[1px\]{
    height: 1px;
  }
  .h-\[200px\]{
    height: 200px;
  }
  .h-\[250px\]{
    height: 250px;
  }
  .h-\[285px\]{
    height: 285px;
  }
  .h-\[291px\]{
    height: 291px;
  }
  .h-\[300px\]{
    height: 300px;
  }
  .h-\[350px\]{
    height: 350px;
  }
  .h-\[35px\]{
    height: 35px;
  }
  .h-\[370px\]{
    height: 370px;
  }
  .h-\[400px\]{
    height: 400px;
  }
  .h-\[40px\]{
    height: 40px;
  }
  .h-\[42px\]{
    height: 42px;
  }
  .h-\[50px\]{
    height: 50px;
  }
  .h-\[71px\]{
    height: 71px;
  }
  .h-\[72px\]{
    height: 72px;
  }
  .h-\[800px\]{
    height: 800px;
  }
  .h-\[9\.375rem\]{
    height: 9.375rem;
  }
  .h-\[calc\(100vh-150px\)\]{
    height: calc(100vh - 150px);
  }
  .h-auto{
    height: auto;
  }
  .h-fit{
    height: -moz-fit-content;
    height: fit-content;
  }
  .h-full{
    height: 100%;
  }
  .h-screen{
    height: 100vh;
  }
  .max-h-52{
    max-height: 13rem;
  }
  .max-h-\[120px\]{
    max-height: 120px;
  }
  .\!min-h-\[calc\(100vh-84px\)\]{
    min-height: calc(100vh - 84px) !important;
  }
  .min-h-\[200px\]{
    min-height: 200px;
  }
  .min-h-\[calc\(100vh-165px\)\]{
    min-height: calc(100vh - 165px);
  }
  .min-h-screen{
    min-height: 100vh;
  }
  .w-1\/2{
    width: 50%;
  }
  .w-1\/3{
    width: 33.333333%;
  }
  .w-1\/4{
    width: 25%;
  }
  .w-1\/6{
    width: 16.666667%;
  }
  .w-10{
    width: 2.5rem;
  }
  .w-10\/12{
    width: 83.333333%;
  }
  .w-11\/12{
    width: 91.666667%;
  }
  .w-12{
    width: 3rem;
  }
  .w-16{
    width: 4rem;
  }
  .w-2\/5{
    width: 40%;
  }
  .w-20{
    width: 5rem;
  }
  .w-24{
    width: 6rem;
  }
  .w-28{
    width: 7rem;
  }
  .w-32{
    width: 8rem;
  }
  .w-36{
    width: 9rem;
  }
  .w-4{
    width: 1rem;
  }
  .w-40{
    width: 10rem;
  }
  .w-44{
    width: 11rem;
  }
  .w-48{
    width: 12rem;
  }
  .w-5{
    width: 1.25rem;
  }
  .w-5\/6{
    width: 83.333333%;
  }
  .w-52{
    width: 13rem;
  }
  .w-56{
    width: 14rem;
  }
  .w-60{
    width: 15rem;
  }
  .w-7{
    width: 1.75rem;
  }
  .w-72{
    width: 18rem;
  }
  .w-8{
    width: 2rem;
  }
  .w-9\/12{
    width: 75%;
  }
  .w-\[100\%\]{
    width: 100%;
  }
  .w-\[110px\]{
    width: 110px;
  }
  .w-\[115px\]{
    width: 115px;
  }
  .w-\[116px\]{
    width: 116px;
  }
  .w-\[120px\]{
    width: 120px;
  }
  .w-\[125px\]{
    width: 125px;
  }
  .w-\[130px\]{
    width: 130px;
  }
  .w-\[150px\]{
    width: 150px;
  }
  .w-\[160px\]{
    width: 160px;
  }
  .w-\[18\%\]{
    width: 18%;
  }
  .w-\[180px\]{
    width: 180px;
  }
  .w-\[192px\]{
    width: 192px;
  }
  .w-\[20\%\]{
    width: 20%;
  }
  .w-\[200px\]{
    width: 200px;
  }
  .w-\[230px\]{
    width: 230px;
  }
  .w-\[250px\]{
    width: 250px;
  }
  .w-\[270px\]{
    width: 270px;
  }
  .w-\[280px\]{
    width: 280px;
  }
  .w-\[30\%\]{
    width: 30%;
  }
  .w-\[300px\]{
    width: 300px;
  }
  .w-\[318px\]{
    width: 318px;
  }
  .w-\[320px\]{
    width: 320px;
  }
  .w-\[340px\]{
    width: 340px;
  }
  .w-\[350px\]{
    width: 350px;
  }
  .w-\[35px\]{
    width: 35px;
  }
  .w-\[40\%\]{
    width: 40%;
  }
  .w-\[400px\]{
    width: 400px;
  }
  .w-\[40px\]{
    width: 40px;
  }
  .w-\[410px\]{
    width: 410px;
  }
  .w-\[42px\]{
    width: 42px;
  }
  .w-\[440px\]{
    width: 440px;
  }
  .w-\[60\%\]{
    width: 60%;
  }
  .w-\[7\%\]{
    width: 7%;
  }
  .w-\[70\%\]{
    width: 70%;
  }
  .w-\[71px\]{
    width: 71px;
  }
  .w-\[72px\]{
    width: 72px;
  }
  .w-\[80\%\]{
    width: 80%;
  }
  .w-\[9\.375rem\]{
    width: 9.375rem;
  }
  .w-\[90\%\]{
    width: 90%;
  }
  .w-\[90px\]{
    width: 90px;
  }
  .w-auto{
    width: auto;
  }
  .w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .w-full{
    width: 100%;
  }
  .w-max{
    width: -moz-max-content;
    width: max-content;
  }
  .w-screen{
    width: 100vw;
  }
  .min-w-0{
    min-width: 0px;
  }
  .min-w-24{
    min-width: 6rem;
  }
  .min-w-\[118px\]{
    min-width: 118px;
  }
  .min-w-\[120px\]{
    min-width: 120px;
  }
  .min-w-\[318px\]{
    min-width: 318px;
  }
  .min-w-\[330px\]{
    min-width: 330px;
  }
  .min-w-\[60px\]{
    min-width: 60px;
  }
  .max-w-4xl{
    max-width: 56rem;
  }
  .max-w-60{
    max-width: 15rem;
  }
  .max-w-\[100px\]{
    max-width: 100px;
  }
  .max-w-\[1100px\]{
    max-width: 1100px;
  }
  .max-w-\[1200px\]{
    max-width: 1200px;
  }
  .max-w-\[180px\]{
    max-width: 180px;
  }
  .max-w-\[230px\]{
    max-width: 230px;
  }
  .max-w-\[240px\]{
    max-width: 240px;
  }
  .max-w-\[250px\]{
    max-width: 250px;
  }
  .max-w-\[282px\]{
    max-width: 282px;
  }
  .max-w-\[300px\]{
    max-width: 300px;
  }
  .max-w-\[350px\]{
    max-width: 350px;
  }
  .max-w-\[385px\]{
    max-width: 385px;
  }
  .max-w-\[440px\]{
    max-width: 440px;
  }
  .max-w-\[540px\]{
    max-width: 540px;
  }
  .max-w-\[550px\]{
    max-width: 550px;
  }
  .max-w-\[590px\]{
    max-width: 590px;
  }
  .max-w-\[600px\]{
    max-width: 600px;
  }
  .max-w-\[700px\]{
    max-width: 700px;
  }
  .max-w-\[719px\]{
    max-width: 719px;
  }
  .max-w-\[800px\]{
    max-width: 800px;
  }
  .max-w-\[830px\]{
    max-width: 830px;
  }
  .max-w-\[calc\(25\%-1\.5rem\)\]{
    max-width: calc(25% - 1.5rem);
  }
  .max-w-full{
    max-width: 100%;
  }
  .max-w-lg{
    max-width: 32rem;
  }
  .max-w-md{
    max-width: 28rem;
  }
  .max-w-sm{
    max-width: 24rem;
  }
  .flex-1{
    flex: 1 1 0%;
  }
  .flex-\[1\]{
    flex: 1;
  }
  .flex-\[3\]{
    flex: 3;
  }
  .flex-shrink-0{
    flex-shrink: 0;
  }
  .shrink-0{
    flex-shrink: 0;
  }
  .flex-grow{
    flex-grow: 1;
  }
  .border-collapse{
    border-collapse: collapse;
  }
  .-translate-y-1\/2{
    --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));
  }
  .-rotate-90{
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .rotate-90{
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .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));
  }
  @keyframes pulse{

    50%{
      opacity: .5;
    }
  }
  .animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
  @keyframes spin{

    to{
      transform: rotate(360deg);
    }
  }
  .animate-spin{
    animation: spin 1s linear infinite;
  }
  .cursor-default{
    cursor: default;
  }
  .cursor-not-allowed{
    cursor: not-allowed;
  }
  .cursor-pointer{
    cursor: pointer;
  }
  .select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .resize-none{
    resize: none;
  }
  .list-inside{
    list-style-position: inside;
  }
  .list-decimal{
    list-style-type: decimal;
  }
  .list-disc{
    list-style-type: disc;
  }
  .grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-row{
    flex-direction: row;
  }
  .flex-col{
    flex-direction: column;
  }
  .flex-wrap{
    flex-wrap: wrap;
  }
  .flex-nowrap{
    flex-wrap: nowrap;
  }
  .items-start{
    align-items: flex-start;
  }
  .items-end{
    align-items: flex-end;
  }
  .items-center{
    align-items: center;
  }
  .items-stretch{
    align-items: stretch;
  }
  .justify-start{
    justify-content: flex-start;
  }
  .justify-end{
    justify-content: flex-end;
  }
  .justify-center{
    justify-content: center;
  }
  .justify-between{
    justify-content: space-between;
  }
  .justify-around{
    justify-content: space-around;
  }
  .gap-0{
    gap: 0px;
  }
  .gap-1{
    gap: 0.25rem;
  }
  .gap-10{
    gap: 2.5rem;
  }
  .gap-12{
    gap: 3rem;
  }
  .gap-14{
    gap: 3.5rem;
  }
  .gap-16{
    gap: 4rem;
  }
  .gap-2{
    gap: 0.5rem;
  }
  .gap-2\.5{
    gap: 0.625rem;
  }
  .gap-20{
    gap: 5rem;
  }
  .gap-24{
    gap: 6rem;
  }
  .gap-3{
    gap: 0.75rem;
  }
  .gap-4{
    gap: 1rem;
  }
  .gap-5{
    gap: 1.25rem;
  }
  .gap-6{
    gap: 1.5rem;
  }
  .gap-7{
    gap: 1.75rem;
  }
  .gap-8{
    gap: 2rem;
  }
  .gap-\[2px\]{
    gap: 2px;
  }
  .gap-\[46px\]{
    gap: 46px;
  }
  .gap-\[60px\]{
    gap: 60px;
  }
  .gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .gap-y-2{
    row-gap: 0.5rem;
  }
  .space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }
  .space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
  .space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  .space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .self-start{
    align-self: flex-start;
  }
  .self-end{
    align-self: flex-end;
  }
  .self-stretch{
    align-self: stretch;
  }
  .overflow-hidden{
    overflow: hidden;
  }
  .overflow-y-auto{
    overflow-y: auto;
  }
  .truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .whitespace-normal{
    white-space: normal;
  }
  .whitespace-nowrap{
    white-space: nowrap;
  }
  .text-wrap{
    text-wrap: wrap;
  }
  .text-nowrap{
    text-wrap: nowrap;
  }
  .break-words{
    overflow-wrap: break-word;
  }
  .break-all{
    word-break: break-all;
  }
  .rounded{
    border-radius: 0.25rem;
  }
  .rounded-2xl{
    border-radius: 1rem;
  }
  .rounded-\[0\.625rem\]{
    border-radius: 0.625rem;
  }
  .rounded-\[12px\]{
    border-radius: 12px;
  }
  .rounded-\[16px\]{
    border-radius: 16px;
  }
  .rounded-\[8px\]{
    border-radius: 8px;
  }
  .rounded-full{
    border-radius: 9999px;
  }
  .rounded-lg{
    border-radius: 0.5rem;
  }
  .rounded-md{
    border-radius: 0.375rem;
  }
  .rounded-sm{
    border-radius: 0.125rem;
  }
  .rounded-xl{
    border-radius: 0.75rem;
  }
  .rounded-b-lg{
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
  .rounded-r-3xl{
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }
  .border{
    border-width: 1px;
  }
  .border-2{
    border-width: 2px;
  }
  .border-\[1px\]{
    border-width: 1px;
  }
  .border-\[3px\]{
    border-width: 3px;
  }
  .border-b{
    border-bottom-width: 1px;
  }
  .border-b-2{
    border-bottom-width: 2px;
  }
  .border-r-2{
    border-right-width: 2px;
  }
  .border-t{
    border-top-width: 1px;
  }
  .border-t-2{
    border-top-width: 2px;
  }
  .border-t-\[1px\]{
    border-top-width: 1px;
  }
  .border-solid{
    border-style: solid;
  }
  .border-dotted{
    border-style: dotted;
  }
  .border-\[\#1E1D1B\]{
    --tw-border-opacity: 1;
    border-color: rgb(30 29 27 / var(--tw-border-opacity, 1));
  }
  .border-\[\#2A2926\]{
    --tw-border-opacity: 1;
    border-color: rgb(42 41 38 / var(--tw-border-opacity, 1));
  }
  .border-\[\#2a2a2a\]{
    --tw-border-opacity: 1;
    border-color: rgb(42 42 42 / var(--tw-border-opacity, 1));
  }
  .border-\[\#2e2b28\]{
    --tw-border-opacity: 1;
    border-color: rgb(46 43 40 / var(--tw-border-opacity, 1));
  }
  .border-\[\#3a3a3a\]{
    --tw-border-opacity: 1;
    border-color: rgb(58 58 58 / var(--tw-border-opacity, 1));
  }
  .border-\[\#494540\]{
    --tw-border-opacity: 1;
    border-color: rgb(73 69 64 / var(--tw-border-opacity, 1));
  }
  .border-\[\#51452B\]{
    --tw-border-opacity: 1;
    border-color: rgb(81 69 43 / var(--tw-border-opacity, 1));
  }
  .border-\[\#5C5954\]{
    --tw-border-opacity: 1;
    border-color: rgb(92 89 84 / var(--tw-border-opacity, 1));
  }
  .border-\[\#6B5D3F\]{
    --tw-border-opacity: 1;
    border-color: rgb(107 93 63 / var(--tw-border-opacity, 1));
  }
  .border-\[\#82704C\]{
    --tw-border-opacity: 1;
    border-color: rgb(130 112 76 / var(--tw-border-opacity, 1));
  }
  .border-\[\#827C77\]{
    --tw-border-opacity: 1;
    border-color: rgb(130 124 119 / var(--tw-border-opacity, 1));
  }
  .border-\[\#978f7e\]{
    --tw-border-opacity: 1;
    border-color: rgb(151 143 126 / var(--tw-border-opacity, 1));
  }
  .border-\[\#AB1400\]{
    --tw-border-opacity: 1;
    border-color: rgb(171 20 0 / var(--tw-border-opacity, 1));
  }
  .border-\[\#AF9A6F\]{
    --tw-border-opacity: 1;
    border-color: rgb(175 154 111 / var(--tw-border-opacity, 1));
  }
  .border-\[\#C8B794\]{
    --tw-border-opacity: 1;
    border-color: rgb(200 183 148 / var(--tw-border-opacity, 1));
  }
  .border-\[\#DB5233\]{
    --tw-border-opacity: 1;
    border-color: rgb(219 82 51 / var(--tw-border-opacity, 1));
  }
  .border-\[\#E0B01A\]{
    --tw-border-opacity: 1;
    border-color: rgb(224 176 26 / var(--tw-border-opacity, 1));
  }
  .border-\[\#E4DCD3\]{
    --tw-border-opacity: 1;
    border-color: rgb(228 220 211 / var(--tw-border-opacity, 1));
  }
  .border-\[\#E61B01\]{
    --tw-border-opacity: 1;
    border-color: rgb(230 27 1 / var(--tw-border-opacity, 1));
  }
  .border-\[\#FF6B6B\]{
    --tw-border-opacity: 1;
    border-color: rgb(255 107 107 / var(--tw-border-opacity, 1));
  }
  .border-\[\#FF8B66\]{
    --tw-border-opacity: 1;
    border-color: rgb(255 139 102 / var(--tw-border-opacity, 1));
  }
  .border-\[\#beb7aa\]{
    --tw-border-opacity: 1;
    border-color: rgb(190 183 170 / var(--tw-border-opacity, 1));
  }
  .border-\[\#ffffff80\]{
    border-color: #ffffff80;
  }
  .border-\[color\:\#494540\]{
    --tw-border-opacity: 1;
    border-color: rgb(73 69 64 / var(--tw-border-opacity, 1));
  }
  .border-\[color\:\#BEB7AA\]{
    --tw-border-opacity: 1;
    border-color: rgb(190 183 170 / var(--tw-border-opacity, 1));
  }
  .border-\[color\:\#E4DCD3\]{
    --tw-border-opacity: 1;
    border-color: rgb(228 220 211 / var(--tw-border-opacity, 1));
  }
  .border-\[var\(--Global-Colors-Tan-700\2c \#6B5D3F\)\]{
    border-color: var(--Global-Colors-Tan-700,#6B5D3F);
  }
  .border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  }
  .border-transparent{
    border-color: transparent;
  }
  .border-yellow-600{
    --tw-border-opacity: 1;
    border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  }
  .border-t-\[\#82704C\]{
    --tw-border-opacity: 1;
    border-top-color: rgb(130 112 76 / var(--tw-border-opacity, 1));
  }
  .border-t-transparent{
    border-top-color: transparent;
  }
  .border-t-white{
    --tw-border-opacity: 1;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }
  .bg-\[\#00000080\]{
    background-color: #00000080;
  }
  .bg-\[\#000\]{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#010101\]{
    --tw-bg-opacity: 1;
    background-color: rgb(1 1 1 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#161616\]{
    --tw-bg-opacity: 1;
    background-color: rgb(22 22 22 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#1A1A1A\]{
    --tw-bg-opacity: 1;
    background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#1E1D1B\]{
    --tw-bg-opacity: 1;
    background-color: rgb(30 29 27 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#1a1a1a\]{
    --tw-bg-opacity: 1;
    background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#1b1b1b\]\/70{
    background-color: rgb(27 27 27 / 0.7);
  }
  .bg-\[\#1e1d1b\]{
    --tw-bg-opacity: 1;
    background-color: rgb(30 29 27 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#242424\]{
    --tw-bg-opacity: 1;
    background-color: rgb(36 36 36 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#2a2a2a\]{
    --tw-bg-opacity: 1;
    background-color: rgb(42 42 42 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#2f2f2f\]{
    --tw-bg-opacity: 1;
    background-color: rgb(47 47 47 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#303030\]{
    --tw-bg-opacity: 1;
    background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#494540\]{
    --tw-bg-opacity: 1;
    background-color: rgb(73 69 64 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#4A4A4A\]{
    --tw-bg-opacity: 1;
    background-color: rgb(74 74 74 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#51452B\]{
    --tw-bg-opacity: 1;
    background-color: rgb(81 69 43 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#525252\]{
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#62c0b9\]{
    --tw-bg-opacity: 1;
    background-color: rgb(98 192 185 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#6B5D3F\]{
    --tw-bg-opacity: 1;
    background-color: rgb(107 93 63 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#7479B5\]{
    --tw-bg-opacity: 1;
    background-color: rgb(116 121 181 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#7A8314\]{
    --tw-bg-opacity: 1;
    background-color: rgb(122 131 20 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#827C77\]{
    --tw-bg-opacity: 1;
    background-color: rgb(130 124 119 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#A4C123\]{
    --tw-bg-opacity: 1;
    background-color: rgb(164 193 35 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#AB1400\]{
    --tw-bg-opacity: 1;
    background-color: rgb(171 20 0 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#ABBE55\]{
    --tw-bg-opacity: 1;
    background-color: rgb(171 190 85 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#AF9A6F\]{
    --tw-bg-opacity: 1;
    background-color: rgb(175 154 111 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#AF9A6F\]\/20{
    background-color: rgb(175 154 111 / 0.2);
  }
  .bg-\[\#BD910C\]{
    --tw-bg-opacity: 1;
    background-color: rgb(189 145 12 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#C8B273\]{
    --tw-bg-opacity: 1;
    background-color: rgb(200 178 115 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#D1512D\]{
    --tw-bg-opacity: 1;
    background-color: rgb(209 81 45 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#DB5233\]{
    --tw-bg-opacity: 1;
    background-color: rgb(219 82 51 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#DB5233\]\/20{
    background-color: rgb(219 82 51 / 0.2);
  }
  .bg-\[\#E0B01A\]{
    --tw-bg-opacity: 1;
    background-color: rgb(224 176 26 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#E4DCD3\]{
    --tw-bg-opacity: 1;
    background-color: rgb(228 220 211 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#E61B01\]{
    --tw-bg-opacity: 1;
    background-color: rgb(230 27 1 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#FED15D\]{
    --tw-bg-opacity: 1;
    background-color: rgb(254 209 93 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#FF8B66\]{
    --tw-bg-opacity: 1;
    background-color: rgb(255 139 102 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#bd910c\]{
    --tw-bg-opacity: 1;
    background-color: rgb(189 145 12 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#c3b47f\]{
    --tw-bg-opacity: 1;
    background-color: rgb(195 180 127 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#e0b01a\]{
    --tw-bg-opacity: 1;
    background-color: rgb(224 176 26 / var(--tw-bg-opacity, 1));
  }
  .bg-\[\#ffffff1a\]{
    background-color: #ffffff1a;
  }
  .bg-\[black\]{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }
  .bg-\[color\:\#1E1D1B\]{
    --tw-bg-opacity: 1;
    background-color: rgb(30 29 27 / var(--tw-bg-opacity, 1));
  }
  .bg-\[color\:\#494540\]{
    --tw-bg-opacity: 1;
    background-color: rgb(73 69 64 / var(--tw-bg-opacity, 1));
  }
  .bg-\[rgba\(0\2c 0\2c 0\2c 0\.50\)\]{
    background-color: rgba(0,0,0,0.50);
  }
  .bg-\[rgba\(255\2c 255\2c 255\2c 0\.10\)\]{
    background-color: rgba(255,255,255,0.10);
  }
  .bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }
  .bg-black\/25{
    background-color: rgb(0 0 0 / 0.25);
  }
  .bg-black\/30{
    background-color: rgb(0 0 0 / 0.3);
  }
  .bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
  }
  .bg-gray-700{
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }
  .bg-green-900\/20{
    background-color: rgb(20 83 45 / 0.2);
  }
  .bg-orange-500{
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
  }
  .bg-red-500{
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  }
  .bg-red-900\/20{
    background-color: rgb(127 29 29 / 0.2);
  }
  .bg-transparent{
    background-color: transparent;
  }
  .bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .bg-opacity-60{
    --tw-bg-opacity: 0.6;
  }
  .bg-opacity-70{
    --tw-bg-opacity: 0.7;
  }
  .bg-opacity-80{
    --tw-bg-opacity: 0.8;
  }
  .bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }
  .bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }
  .from-\[\#161616\]{
    --tw-gradient-from: #161616 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 22 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-\[\#2a2a2a\]{
    --tw-gradient-from: #2a2a2a var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(42 42 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-black{
    --tw-gradient-from: #000 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .via-black{
    --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #000 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }
  .to-\[\#161616\]{
    --tw-gradient-to: #161616 var(--tw-gradient-to-position);
  }
  .to-transparent{
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
  }
  .bg-cover{
    background-size: cover;
  }
  .bg-center{
    background-position: center;
  }
  .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-1{
    padding: 0.25rem;
  }
  .p-10{
    padding: 2.5rem;
  }
  .p-14{
    padding: 3.5rem;
  }
  .p-16{
    padding: 4rem;
  }
  .p-2{
    padding: 0.5rem;
  }
  .p-2\.5{
    padding: 0.625rem;
  }
  .p-24{
    padding: 6rem;
  }
  .p-3{
    padding: 0.75rem;
  }
  .p-4{
    padding: 1rem;
  }
  .p-5{
    padding: 1.25rem;
  }
  .p-6{
    padding: 1.5rem;
  }
  .p-7{
    padding: 1.75rem;
  }
  .p-8{
    padding: 2rem;
  }
  .px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .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-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .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-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .py-\[14px\]{
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .pb-10{
    padding-bottom: 2.5rem;
  }
  .pb-12{
    padding-bottom: 3rem;
  }
  .pb-2{
    padding-bottom: 0.5rem;
  }
  .pb-3{
    padding-bottom: 0.75rem;
  }
  .pb-4{
    padding-bottom: 1rem;
  }
  .pb-48{
    padding-bottom: 12rem;
  }
  .pb-6{
    padding-bottom: 1.5rem;
  }
  .pb-7{
    padding-bottom: 1.75rem;
  }
  .pb-8{
    padding-bottom: 2rem;
  }
  .pl-0{
    padding-left: 0px;
  }
  .pl-11{
    padding-left: 2.75rem;
  }
  .pl-2{
    padding-left: 0.5rem;
  }
  .pl-3{
    padding-left: 0.75rem;
  }
  .pl-5{
    padding-left: 1.25rem;
  }
  .pl-7{
    padding-left: 1.75rem;
  }
  .pr-0{
    padding-right: 0px;
  }
  .pr-10{
    padding-right: 2.5rem;
  }
  .pr-2{
    padding-right: 0.5rem;
  }
  .pr-7{
    padding-right: 1.75rem;
  }
  .pt-16{
    padding-top: 4rem;
  }
  .pt-2{
    padding-top: 0.5rem;
  }
  .pt-3{
    padding-top: 0.75rem;
  }
  .pt-4{
    padding-top: 1rem;
  }
  .pt-6{
    padding-top: 1.5rem;
  }
  .pt-7{
    padding-top: 1.75rem;
  }
  .text-left{
    text-align: left;
  }
  .text-center{
    text-align: center;
  }
  .text-right{
    text-align: right;
  }
  .text-justify{
    text-align: justify;
  }
  .text-start{
    text-align: start;
  }
  .text-end{
    text-align: end;
  }
  .align-baseline{
    vertical-align: baseline;
  }
  .text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .text-8xl{
    font-size: 6rem;
    line-height: 1;
  }
  .text-\[0\.8125rem\]{
    font-size: 0.8125rem;
  }
  .text-\[0\.9375rem\]{
    font-size: 0.9375rem;
  }
  .text-\[0\.938rem\]{
    font-size: 0.938rem;
  }
  .text-\[1\.125rem\]{
    font-size: 1.125rem;
  }
  .text-\[1\.25rem\]{
    font-size: 1.25rem;
  }
  .text-\[1\.5rem\]{
    font-size: 1.5rem;
  }
  .text-\[1\.75rem\]{
    font-size: 1.75rem;
  }
  .text-\[13px\]{
    font-size: 13px;
  }
  .text-\[15px\]{
    font-size: 15px;
  }
  .text-\[18px\]{
    font-size: 18px;
  }
  .text-\[2\.25rem\]{
    font-size: 2.25rem;
  }
  .text-\[28px\]{
    font-size: 28px;
  }
  .text-\[42px\]{
    font-size: 42px;
  }
  .text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .font-black{
    font-weight: 900;
  }
  .font-bold{
    font-weight: 700;
  }
  .font-extrabold{
    font-weight: 800;
  }
  .font-light{
    font-weight: 300;
  }
  .font-medium{
    font-weight: 500;
  }
  .font-normal{
    font-weight: 400;
  }
  .font-semibold{
    font-weight: 600;
  }
  .uppercase{
    text-transform: uppercase;
  }
  .capitalize{
    text-transform: capitalize;
  }
  .italic{
    font-style: italic;
  }
  .leading-10{
    line-height: 2.5rem;
  }
  .leading-6{
    line-height: 1.5rem;
  }
  .leading-7{
    line-height: 1.75rem;
  }
  .leading-\[1\.5rem\]{
    line-height: 1.5rem;
  }
  .leading-relaxed{
    line-height: 1.625;
  }
  .leading-tight{
    line-height: 1.25;
  }
  .tracking-wide{
    letter-spacing: 0.025em;
  }
  .tracking-wider{
    letter-spacing: 0.05em;
  }
  .text-\[\#0C66E4\]{
    --tw-text-opacity: 1;
    color: rgb(12 102 228 / var(--tw-text-opacity, 1));
  }
  .text-\[\#161616\]{
    --tw-text-opacity: 1;
    color: rgb(22 22 22 / var(--tw-text-opacity, 1));
  }
  .text-\[\#1E1D1B\]{
    --tw-text-opacity: 1;
    color: rgb(30 29 27 / var(--tw-text-opacity, 1));
  }
  .text-\[\#2e2b28\]{
    --tw-text-opacity: 1;
    color: rgb(46 43 40 / var(--tw-text-opacity, 1));
  }
  .text-\[\#494540\]{
    --tw-text-opacity: 1;
    color: rgb(73 69 64 / var(--tw-text-opacity, 1));
  }
  .text-\[\#69DCD3\]{
    --tw-text-opacity: 1;
    color: rgb(105 220 211 / var(--tw-text-opacity, 1));
  }
  .text-\[\#6B5D3F\]{
    --tw-text-opacity: 1;
    color: rgb(107 93 63 / var(--tw-text-opacity, 1));
  }
  .text-\[\#82704C\]{
    --tw-text-opacity: 1;
    color: rgb(130 112 76 / var(--tw-text-opacity, 1));
  }
  .text-\[\#827C77\]{
    --tw-text-opacity: 1;
    color: rgb(130 124 119 / var(--tw-text-opacity, 1));
  }
  .text-\[\#AB1400\]{
    --tw-text-opacity: 1;
    color: rgb(171 20 0 / var(--tw-text-opacity, 1));
  }
  .text-\[\#ABBE55\]{
    --tw-text-opacity: 1;
    color: rgb(171 190 85 / var(--tw-text-opacity, 1));
  }
  .text-\[\#ADB1DC\]{
    --tw-text-opacity: 1;
    color: rgb(173 177 220 / var(--tw-text-opacity, 1));
  }
  .text-\[\#AF9A6F\]{
    --tw-text-opacity: 1;
    color: rgb(175 154 111 / var(--tw-text-opacity, 1));
  }
  .text-\[\#B29969\]{
    --tw-text-opacity: 1;
    color: rgb(178 153 105 / var(--tw-text-opacity, 1));
  }
  .text-\[\#BEB7AA\]{
    --tw-text-opacity: 1;
    color: rgb(190 183 170 / var(--tw-text-opacity, 1));
  }
  .text-\[\#C0B7A8\]{
    --tw-text-opacity: 1;
    color: rgb(192 183 168 / var(--tw-text-opacity, 1));
  }
  .text-\[\#C8B273\]{
    --tw-text-opacity: 1;
    color: rgb(200 178 115 / var(--tw-text-opacity, 1));
  }
  .text-\[\#C8B794\]{
    --tw-text-opacity: 1;
    color: rgb(200 183 148 / var(--tw-text-opacity, 1));
  }
  .text-\[\#CCEA8E\]{
    --tw-text-opacity: 1;
    color: rgb(204 234 142 / var(--tw-text-opacity, 1));
  }
  .text-\[\#D9D9D9\]{
    --tw-text-opacity: 1;
    color: rgb(217 217 217 / var(--tw-text-opacity, 1));
  }
  .text-\[\#DB5233\]{
    --tw-text-opacity: 1;
    color: rgb(219 82 51 / var(--tw-text-opacity, 1));
  }
  .text-\[\#DCCBA7\]{
    --tw-text-opacity: 1;
    color: rgb(220 203 167 / var(--tw-text-opacity, 1));
  }
  .text-\[\#E0B01A\]{
    --tw-text-opacity: 1;
    color: rgb(224 176 26 / var(--tw-text-opacity, 1));
  }
  .text-\[\#E4D3D3\]{
    --tw-text-opacity: 1;
    color: rgb(228 211 211 / var(--tw-text-opacity, 1));
  }
  .text-\[\#E4DCD3\]{
    --tw-text-opacity: 1;
    color: rgb(228 220 211 / var(--tw-text-opacity, 1));
  }
  .text-\[\#E6DAC0\]{
    --tw-text-opacity: 1;
    color: rgb(230 218 192 / var(--tw-text-opacity, 1));
  }
  .text-\[\#EAE7E1\]{
    --tw-text-opacity: 1;
    color: rgb(234 231 225 / var(--tw-text-opacity, 1));
  }
  .text-\[\#F7F3EA\]{
    --tw-text-opacity: 1;
    color: rgb(247 243 234 / var(--tw-text-opacity, 1));
  }
  .text-\[\#FCFBFA\]{
    --tw-text-opacity: 1;
    color: rgb(252 251 250 / var(--tw-text-opacity, 1));
  }
  .text-\[\#FED15D\]{
    --tw-text-opacity: 1;
    color: rgb(254 209 93 / var(--tw-text-opacity, 1));
  }
  .text-\[\#FF6770\]{
    --tw-text-opacity: 1;
    color: rgb(255 103 112 / var(--tw-text-opacity, 1));
  }
  .text-\[\#FF6B6B\]{
    --tw-text-opacity: 1;
    color: rgb(255 107 107 / var(--tw-text-opacity, 1));
  }
  .text-\[\#FF8B66\]{
    --tw-text-opacity: 1;
    color: rgb(255 139 102 / var(--tw-text-opacity, 1));
  }
  .text-\[\#FF999F\]{
    --tw-text-opacity: 1;
    color: rgb(255 153 159 / var(--tw-text-opacity, 1));
  }
  .text-\[\#FFE6DB\]{
    --tw-text-opacity: 1;
    color: rgb(255 230 219 / var(--tw-text-opacity, 1));
  }
  .text-\[\#FFFFFF\]{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .text-\[\#af9a6f\]{
    --tw-text-opacity: 1;
    color: rgb(175 154 111 / var(--tw-text-opacity, 1));
  }
  .text-\[\#beb7aa\]{
    --tw-text-opacity: 1;
    color: rgb(190 183 170 / var(--tw-text-opacity, 1));
  }
  .text-\[\#e5d9b6\]{
    --tw-text-opacity: 1;
    color: rgb(229 217 182 / var(--tw-text-opacity, 1));
  }
  .text-\[\#e61b01\]{
    --tw-text-opacity: 1;
    color: rgb(230 27 1 / var(--tw-text-opacity, 1));
  }
  .text-\[\#ee8360\]{
    --tw-text-opacity: 1;
    color: rgb(238 131 96 / var(--tw-text-opacity, 1));
  }
  .text-\[\#f3f0e6\]{
    --tw-text-opacity: 1;
    color: rgb(243 240 230 / var(--tw-text-opacity, 1));
  }
  .text-\[\#fff\]{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .text-\[\#ffffff\]{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .text-\[color\:\#82704C\]{
    --tw-text-opacity: 1;
    color: rgb(130 112 76 / var(--tw-text-opacity, 1));
  }
  .text-\[color\:\#AF9A6F\]{
    --tw-text-opacity: 1;
    color: rgb(175 154 111 / var(--tw-text-opacity, 1));
  }
  .text-\[color\:\#E0B01A\]{
    --tw-text-opacity: 1;
    color: rgb(224 176 26 / var(--tw-text-opacity, 1));
  }
  .text-\[color\:\#EAE7E1\]{
    --tw-text-opacity: 1;
    color: rgb(234 231 225 / var(--tw-text-opacity, 1));
  }
  .text-\[color\:\#FF8B66\]{
    --tw-text-opacity: 1;
    color: rgb(255 139 102 / var(--tw-text-opacity, 1));
  }
  .text-\[rgb\(220\2c 203\2c 167\)\]{
    --tw-text-opacity: 1;
    color: rgb(220 203 167 / var(--tw-text-opacity, 1));
  }
  .text-\[rgba\(255\2c 255\2c 255\2c 0\.3\)\]{
    color: rgba(255,255,255,0.3);
  }
  .text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
  .text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  }
  .text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }
  .text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }
  .text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
  .text-green-400{
    --tw-text-opacity: 1;
    color: rgb(74 222 128 / var(--tw-text-opacity, 1));
  }
  .text-red-400{
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
  }
  .text-red-500{
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  }
  .text-transparent{
    color: transparent;
  }
  .text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .text-yellow-400{
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity, 1));
  }
  .underline{
    text-decoration-line: underline;
  }
  .decoration-white{
    text-decoration-color: #fff;
  }
  .underline-offset-2{
    text-underline-offset: 2px;
  }
  .placeholder-\[\#827C77\]::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(130 124 119 / var(--tw-placeholder-opacity, 1));
  }
  .placeholder-\[\#827C77\]::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(130 124 119 / var(--tw-placeholder-opacity, 1));
  }
  .placeholder-\[\#beb7aa\]::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(190 183 170 / var(--tw-placeholder-opacity, 1));
  }
  .placeholder-\[\#beb7aa\]::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(190 183 170 / var(--tw-placeholder-opacity, 1));
  }
  .placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }
  .placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }
  .opacity-0{
    opacity: 0;
  }
  .opacity-100{
    opacity: 1;
  }
  .opacity-30{
    opacity: 0.3;
  }
  .opacity-40{
    opacity: 0.4;
  }
  .opacity-50{
    opacity: 0.5;
  }
  .opacity-60{
    opacity: 0.6;
  }
  .opacity-70{
    opacity: 0.7;
  }
  .shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px 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-band-tile{
    --tw-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.65);
    --tw-shadow-colored: 0px 4px 6px 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-inner{
    --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: inset 0 2px 4px 0 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-lg{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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);
  }
  .shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .outline{
    outline-style: solid;
  }
  .outline-0{
    outline-width: 0px;
  }
  .blur{
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
    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-\[2px\]{
    --tw-backdrop-blur: blur(2px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
  .transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .transition-colors{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .duration-150{
    transition-duration: 150ms;
  }
  .duration-300{
    transition-duration: 300ms;
  }
  .ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .text-truncate-1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
  }
  .text-truncate-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    word-break: break-word;
  }
  .\[color\:\#AF9A6F\]{
    color: #AF9A6F;
  }

  /* nunito-200 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Nunito";
    font-style: normal;
    font-weight: 200;
    src: url("/fonts/nunito-v25-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-200italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Nunito";
    font-style: italic;
    font-weight: 200;
    src: url("/fonts/nunito-v25-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-300 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Nunito";
    font-style: normal;
    font-weight: 300;
    src: url("/fonts/nunito-v25-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-300italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Nunito";
    font-style: italic;
    font-weight: 300;
    src: url("/fonts/nunito-v25-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Nunito";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/nunito-v25-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Nunito";
    font-style: italic;
    font-weight: 400;
    src: url("/fonts/nunito-v25-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Nunito";
    font-style: normal;
    font-weight: 500;
    src: url("/fonts/nunito-v25-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-500italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Nunito";
    font-style: italic;
    font-weight: 500;
    src: url("/fonts/nunito-v25-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Nunito";
    font-style: normal;
    font-weight: 600;
    src: url("/fonts/nunito-v25-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-600italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Nunito";
    font-style: italic;
    font-weight: 600;
    src: url("/fonts/nunito-v25-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Nunito";
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/nunito-v25-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-700italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Nunito";
    font-style: italic;
    font-weight: 700;
    src: url("/fonts/nunito-v25-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Nunito";
    font-style: normal;
    font-weight: 800;
    src: url("/fonts/nunito-v25-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* nunito-800italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Nunito";
    font-style: italic;
    font-weight: 800;
    src: url("/fonts/nunito-v25-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  /* poppins-200 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Poppins";
    font-style: normal;
    font-weight: 200;
    src: url("/fonts/poppins-v20-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-200italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Poppins";
    font-style: italic;
    font-weight: 200;
    src: url("/fonts/poppins-v20-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-300 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    src: url("/fonts/poppins-v20-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-300italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Poppins";
    font-style: italic;
    font-weight: 300;
    src: url("/fonts/poppins-v20-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/poppins-v20-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Poppins";
    font-style: italic;
    font-weight: 400;
    src: url("/fonts/poppins-v20-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    src: url("/fonts/poppins-v20-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-500italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Poppins";
    font-style: italic;
    font-weight: 500;
    src: url("/fonts/poppins-v20-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    src: url("/fonts/poppins-v20-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-600italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Poppins";
    font-style: italic;
    font-weight: 600;
    src: url("/fonts/poppins-v20-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/poppins-v20-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-700italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Poppins";
    font-style: italic;
    font-weight: 700;
    src: url("/fonts/poppins-v20-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Poppins";
    font-style: normal;
    font-weight: 800;
    src: url("/fonts/poppins-v20-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* poppins-800italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Poppins";
    font-style: italic;
    font-weight: 800;
    src: url("/fonts/poppins-v20-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  body {
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
    max-height: 100%;
  }

  .MuiListItemText-primary {
    font-weight: 700;
    font-size: 1rem;
  }

  .css-12n40j3-MuiPaper-root-MuiAccordion-root:before {
    background-color: none !important;
  }

  @media only screen and (max-width: 1250px) {
    .MuiListItemText-primary {
      font-size: 12px;
    }
  }

  @media only screen and (max-width: 925px) {
    .MuiListItemText-primary {
      font-size: 10px;
    }
  }

  [class*="MuiInputBase-input"][class*="MuiOutlinedInput-input"]:-webkit-autofill {
    border-radius: initial !important;
    box-shadow: 0 0 0 100px #1e1d1b inset !important; /* #1e1d1b */
  }

  /* body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
    "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

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

  .container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .form-btn {
    width: 120px;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #db5233;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
  }

  .profile {
    /* border: 1px solid #ccc; */
    padding: 20px;
    border-radius: 4px;
  }
  .api-section {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .api-section > button {
    background-color: darkorange;
  }

  input {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    color: #000;
  }

  .signup,
  .login {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .click-element {
    cursor: pointer;
  }

  .nav-options {
    color: #beb7aa;
    cursor: pointer;
  }

  .plan-detail {
    gap: 2rem;
  }
  @media (min-width: 770px) {
    .plan-detail {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }

  #submit {
    width: 12rem;
    height: 2.5rem;
    border-radius: 4px;
    background-color: #db5233;
  }

  #payment-element {
    margin-bottom: 2rem;
  }

  .completion-body {
    height: 100vh !important;
    text-align: center;
    /* margin: 18% 0 ; */
    overflow: hidden;
  }

  :root {
    --toastify-color-light: #f7f5ed !important;
    --toastify-color-dark: #524d49 !important;
    --toastify-color-info: #86c5c0 !important;
    --toastify-color-success: #b9c46b !important;
    --toastify-color-warning: #deb943 !important;
    --toastify-color-error: #d83e1b !important;
    --toastify-color-transparent: rgba(255, 255, 255, 0.7) !important;
    --toastify-text-color-light: #524d49 !important;
    --toastify-text-color-dark: #f7f5ed !important;
  }

  .content-div {
    max-height: 300px;
    overflow-y: auto;
  }

  .content-div::-webkit-scrollbar {
    width: 5px !important;
    background: transparent;
    padding-left: 5px;
  }

  .content-div::-webkit-scrollbar-thumb {
    background-color: #6b5d3f;
    border-radius: 5px !important;
  }

  .content-div::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .MuiCheckbox-colorPrimary.Mui-checked {
    background: none !important;
    border-color: none;
  }
  .MuiCheckbox-colorPrimary.MuiCheckbox-root:hover {
    background: none !important;
    border-color: none;
  }

  .zoomview-container {
    margin: 0 0 0 0;
    line-height: 0;
    border-radius: 15rem;
    width: 100%;
    min-width: 420px;
    height: 40px;
  }
  .overview-container {
    /* box-shadow: 3px 3px 20px #919191;
  -moz-box-shadow: 3px 3px 20px #919191;
  -webkit-box-shadow: 3px 3px 20px #919191; */
    margin: 0 0 0 0;
    line-height: 0;
    border-radius: 15rem;
    width: 100%;
    min-width: 420px;
    height: 40px;
  }

  /* Hide scrollbar by default */
  .modal-scroll-container::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just to make the scrollbar invisible */
  }

  /* Show scrollbar when hovering over the container */
  .modal-scroll-container:hover::-webkit-scrollbar {
    width: 5px;
  }

  /* Scrollbar track */
  .modal-scroll-container::-webkit-scrollbar-track {
    background: transparent;
  }

  /* Scrollbar thumb */
  .modal-scroll-container::-webkit-scrollbar-thumb {
    background: #6b5d3f;
    border-radius: 10px;
  }

  /* Scrollbar thumb on hover */
  .modal-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #6b5d3f;
  }

  /* For Firefox */
  .modal-scroll-container {
    scrollbar-width: none; /* Hide scrollbar by default */
  }

  .modal-scroll-container:hover {
    scrollbar-width: thin; /* Show thin scrollbar on hover */
    scrollbar-color: #6b5d3f transparent; /* Color of thumb and track */
  }

  input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #1e1d1b inset !important;
    -webkit-text-fill-color: #e4dcd3 !important;
  }

  /* Set caret color */
  input {
    caret-color: #e4dcd3;
  }

  .creator-access-div {
    position: fixed;
    padding: 28px;
    bottom: 20px; /* 20px above the viewport bottom */
    max-height: calc(100vh - 40px); /* allow some breathing room */
    overflow-y: auto;
  }

  .driver-popover.driverjs-theme {
    background-color: #fed15d;
    color: #51452b;
    border-radius: 8px;
  }
  .driver-popover.driverjs-theme
    .driver-popover-arrow-side-left.driver-popover-arrow {
    border-left-color: #fed15d;
  }

  .driver-popover.driverjs-theme
    .driver-popover-arrow-side-right.driver-popover-arrow {
    border-right-color: #fed15d;
  }

  .driver-popover.driverjs-theme
    .driver-popover-arrow-side-top.driver-popover-arrow {
    border-top-color: #fed15d;
  }

  .driver-popover.driverjs-theme
    .driver-popover-arrow-side-bottom.driver-popover-arrow {
    border-bottom-color: #fed15d;
  }
  .driver-popover.driverjs-theme .driver-popover-title,
  .driver-popover.driverjs-theme .driver-popover-description,
  .driver-popover.driverjs-theme .driver-popover-progress-text {
    font-family: "Nunito";
    font-size: 16px;
    font-weight: 700;
  }
}

.selection\:font-semibold *::-moz-selection{
  font-weight: 600;
}

.selection\:font-semibold *::selection{
  font-weight: 600;
}

.selection\:font-semibold::-moz-selection{
  font-weight: 600;
}

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

.hover\:scale-\[1\.02\]:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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-\[\#1E1E1E\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-\[\#2A2926\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(42 41 38 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:bg-\[\#92AD1F\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(146 173 31 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#9a8860\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(154 136 96 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#AF9A6F\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(175 154 111 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#B5A265\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(181 162 101 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#DB5233\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(219 82 51 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:bg-\[\#e3b322\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(227 179 34 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#e7d897\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(231 216 151 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#AF9A6F\]:hover{
  --tw-text-opacity: 1;
  color: rgb(175 154 111 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#B5A265\]:hover{
  --tw-text-opacity: 1;
  color: rgb(181 162 101 / var(--tw-text-opacity, 1));
}

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

.hover\:text-\[\#C4D05B\]:hover{
  --tw-text-opacity: 1;
  color: rgb(196 208 91 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#C8B794\]:hover{
  --tw-text-opacity: 1;
  color: rgb(200 183 148 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#E0B01A\]:hover{
  --tw-text-opacity: 1;
  color: rgb(224 176 26 / var(--tw-text-opacity, 1));
}

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

.hover\:text-\[color\:\#DB5233\]:hover{
  --tw-text-opacity: 1;
  color: rgb(219 82 51 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:brightness-105:hover{
  --tw-brightness: brightness(1.05);
  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);
}

.focus\:border-\[\#AF9A6F\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(175 154 111 / var(--tw-border-opacity, 1));
}

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

.focus\:ring-2:focus{
  --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(2px + 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);
}

.focus\:ring-yellow-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
}

.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

.disabled\:opacity-40:disabled{
  opacity: 0.4;
}

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

.group:hover .group-hover\:text-\[\#AF9A6F\]{
  --tw-text-opacity: 1;
  color: rgb(175 154 111 / var(--tw-text-opacity, 1));
}

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

@media (max-width: 967px){

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

@media not all and (min-width: 768px){

  .max-md\:ml-2\.5{
    margin-left: 0.625rem;
  }

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

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

@media (min-width: 576px){

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

@media (min-width: 640px){

  .sm\:ml-4{
    margin-left: 1rem;
  }

  .sm\:h-10{
    height: 2.5rem;
  }

  .sm\:h-6{
    height: 1.5rem;
  }

  .sm\:w-10{
    width: 2.5rem;
  }

  .sm\:flex-\[1_1_100\%\]{
    flex: 1 1 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px){

  .md\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

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

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

  .md\:ml-0{
    margin-left: 0px;
  }

  .md\:ml-4{
    margin-left: 1rem;
  }

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

  .md\:mt-6{
    margin-top: 1.5rem;
  }

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

  .md\:flex{
    display: flex;
  }

  .md\:h-20{
    height: 5rem;
  }

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

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-2\/3{
    width: 66.666667%;
  }

  .md\:w-20{
    width: 5rem;
  }

  .md\:w-3\/5{
    width: 60%;
  }

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

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

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

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

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

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

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

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

  .md\:flex-\[1_1_calc\(50\%-1rem\)\]{
    flex: 1 1 calc(50% - 1rem);
  }

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

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

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

  .md\:grid-cols-\[1fr_2fr\]{
    grid-template-columns: 1fr 2fr;
  }

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

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

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

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

  .md\:justify-start{
    justify-content: flex-start;
  }

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

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

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:gap-\[46px\]{
    gap: 46px;
  }

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

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

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .md\:pr-72{
    padding-right: 18rem;
  }

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

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

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

@media (min-width: 1024px){

  .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

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

  .lg\:-mr-4{
    margin-right: -1rem;
  }

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

  .lg\:mr-\[236px\]{
    margin-right: 236px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:h-10{
    height: 2.5rem;
  }

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

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-10{
    width: 2.5rem;
  }

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

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

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

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

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

  .lg\:flex-\[1_1_calc\(33\.333\%-1\.33rem\)\]{
    flex: 1 1 calc(33.333% - 1.33rem);
  }

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

  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }

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

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

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

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

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

  .lg\:gap-2{
    gap: 0.5rem;
  }

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

  .lg\:gap-\[46px\]{
    gap: 46px;
  }

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

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

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

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

@media (min-width: 1280px){

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

  .xl\:flex-\[1_1_calc\(25\%-1\.5rem\)\]{
    flex: 1 1 calc(25% - 1.5rem);
  }
}

@media (min-width: 1536px){

  .\32xl\:h-20{
    height: 5rem;
  }

  .\32xl\:w-20{
    width: 5rem;
  }

  .xxl\:-mr-12{
    margin-right: -3rem;
  }

  .xxl\:mr-\[384px\]{
    margin-right: 384px;
  }

  .xxl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1730px){

  .xxxl\:-mr-20{
    margin-right: -5rem;
  }

  .xxxl\:mr-\[530px\]{
    margin-right: 530px;
  }

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

@media print{

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

