/*
! tailwindcss v3.0.24 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-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-container {
  width: 100%;
}

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

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

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

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

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

.tw-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.tw-fixed {
  position: fixed;
}

.tw-absolute {
  position: absolute;
}

.tw-relative {
  position: relative;
}

.tw-sticky {
  position: sticky;
}

.tw-inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.-tw-inset-1 {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.tw--inset-1 {
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}

.tw-top-4 {
  top: 1rem;
}

.tw-right-4 {
  right: 1rem;
}

.tw-bottom-4 {
  bottom: 1rem;
}

.tw-left-4 {
  left: 1rem;
}

.tw-left-6 {
  left: 1.5rem;
}

.tw-bottom-\[60px\] {
  bottom: 60px;
}

.tw-right-\[70px\] {
  right: 70px;
}

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

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

.tw-top-\[3\.8rem\] {
  top: 3.8rem;
}

.tw-top-\[5\.5rem\] {
  top: 5.5rem;
}

.tw-right-0 {
  right: 0px;
}

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

.tw-bottom-2 {
  bottom: 0.5rem;
}

.tw-top-3 {
  top: 0.75rem;
}

.tw-right-5 {
  right: 1.25rem;
}

.tw-left-\[-220px\] {
  left: -220px;
}

.tw-top-\[-45px\] {
  top: -45px;
}

.-tw-top-4 {
  top: -1rem;
}

.tw-left-1 {
  left: 0.25rem;
}

.-tw-bottom-2 {
  bottom: -0.5rem;
}

.tw-right-\[2\.3rem\] {
  right: 2.3rem;
}

.tw-left-8 {
  left: 2rem;
}

.tw-bottom-12 {
  bottom: 3rem;
}

.-tw-top-3 {
  top: -0.75rem;
}

.-tw-left-4 {
  left: -1rem;
}

.tw-top-2 {
  top: 0.5rem;
}

.tw-right-2 {
  right: 0.5rem;
}

.tw-bottom-\[-18px\] {
  bottom: -18px;
}

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

.-tw-top-1 {
  top: -0.25rem;
}

.tw--top-1 {
  top: -0.25rem;
}

.-tw-right-4 {
  right: -1rem;
}

.tw-right-\[-100px\] {
  right: -100px;
}

.tw-top-\[200px\] {
  top: 200px;
}

.tw-top-\[150px\] {
  top: 150px;
}

.tw-right-\[-80px\] {
  right: -80px;
}

.tw-top-\[130px\] {
  top: 130px;
}

.tw-top-\[70px\] {
  top: 70px;
}

.tw-bottom-\[-100px\] {
  bottom: -100px;
}

.tw-bottom-\[-80px\] {
  bottom: -80px;
}

.tw-right-7 {
  right: 1.75rem;
}

.tw-right-\[0px\] {
  right: 0px;
}

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

.tw-right-\[100px\] {
  right: 100px;
}

.tw-bottom-\[-70px\] {
  bottom: -70px;
}

.tw-bottom-\[-75px\] {
  bottom: -75px;
}

.tw-bottom-\[-60px\] {
  bottom: -60px;
}

.tw-right-\[65px\] {
  right: 65px;
}

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

.tw-bottom-\[-45px\] {
  bottom: -45px;
}

.tw-left-5 {
  left: 1.25rem;
}

.tw-bottom-1 {
  bottom: 0.25rem;
}

.-tw-bottom-1 {
  bottom: -0.25rem;
}

.-tw-bottom-4 {
  bottom: -1rem;
}

.tw-left-12 {
  left: 3rem;
}

.tw-left-16 {
  left: 4rem;
}

.-tw-left-16 {
  left: -4rem;
}

.\!tw-z-0 {
  z-index: 0 !important;
}

.\!tw-z-10 {
  z-index: 10 !important;
}

.\!tw-z-20 {
  z-index: 20 !important;
}

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

.tw-z-20 {
  z-index: 20;
}

.tw-z-30 {
  z-index: 30;
}

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

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

.tw-col-span-1 {
  grid-column: span 1 / span 1;
}

.tw-col-span-3 {
  grid-column: span 3 / span 3;
}

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

.tw-m-3 {
  margin: 0.75rem;
}

.tw-mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

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

.tw-mb-6 {
  margin-bottom: 1.5rem;
}

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

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

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

.tw-ml-1 {
  margin-left: 0.25rem;
}

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

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

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

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

.tw-mb-12 {
  margin-bottom: 3rem;
}

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

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

.-tw-mt-12 {
  margin-top: -3rem;
}

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

.tw-mb-1 {
  margin-bottom: 0.25rem;
}

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

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

.\!tw-mt-\[12px\] {
  margin-top: 12px !important;
}

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

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

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

.tw-mt-12 {
  margin-top: 3rem;
}

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

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

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

.tw-block {
  display: block;
}

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

.tw-flex {
  display: flex;
}

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

.tw-table {
  display: table;
}

.tw-grid {
  display: grid;
}

.tw-inline-grid {
  display: inline-grid;
}

.tw-hidden {
  display: none;
}

.tw-aspect-video {
  aspect-ratio: 16 / 9;
}

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

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

.tw-h-10 {
  height: 2.5rem;
}

.\!tw-h-16 {
  height: 4rem !important;
}

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

.tw-h-8 {
  height: 2rem;
}

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

.tw-h-64 {
  height: 16rem;
}

.tw-h-20 {
  height: 5rem;
}

.tw-h-max {
  height: -moz-max-content;
  height: max-content;
}

.tw-h-32 {
  height: 8rem;
}

.tw-h-14 {
  height: 3.5rem;
}

.tw-h-36 {
  height: 9rem;
}

.tw-h-96 {
  height: 24rem;
}

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

.tw-h-6 {
  height: 1.5rem;
}

.tw-h-40 {
  height: 10rem;
}

.tw-h-12 {
  height: 3rem;
}

.tw-h-3 {
  height: 0.75rem;
}

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

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

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

.tw-h-5 {
  height: 1.25rem;
}

.tw-h-2 {
  height: 0.5rem;
}

.tw-h-4 {
  height: 1rem;
}

.tw-h-1 {
  height: 0.25rem;
}

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

.tw-w-10 {
  width: 2.5rem;
}

.tw-w-28 {
  width: 7rem;
}

.tw-w-6 {
  width: 1.5rem;
}

.tw-w-12 {
  width: 3rem;
}

.tw-w-3 {
  width: 0.75rem;
}

.\!tw-w-\[166px\] {
  width: 166px !important;
}

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

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

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

.tw-w-max {
  width: -moz-max-content;
  width: max-content;
}

.tw-w-72 {
  width: 18rem;
}

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

.tw-w-auto {
  width: auto;
}

.tw-w-8 {
  width: 2rem;
}

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

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

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

.tw-w-64 {
  width: 16rem;
}

.tw-w-5 {
  width: 1.25rem;
}

.tw-w-32 {
  width: 8rem;
}

.tw-w-40 {
  width: 10rem;
}

.tw-w-52 {
  width: 13rem;
}

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

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

.tw-w-20 {
  width: 5rem;
}

.tw-w-24 {
  width: 6rem;
}

.tw-w-36 {
  width: 9rem;
}

.tw-w-1 {
  width: 0.25rem;
}

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

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

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

.tw-min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.tw-min-w-\[180px\] {
  min-width: 180px;
}

.tw-max-w-md {
  max-width: 28rem;
}

.tw-max-w-4xl {
  max-width: 56rem;
}

.tw-flex-shrink-0 {
  flex-shrink: 0;
}

.-tw-translate-y-\[200px\] {
  --tw-translate-y: -200px;
  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));
}

.-tw-translate-y-\[50px\] {
  --tw-translate-y: -50px;
  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));
}

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

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

.tw-resize {
  resize: both;
}

.tw-snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.tw-snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.tw-snap-start {
  scroll-snap-align: start;
}

.tw-list-disc {
  list-style-type: disc;
}

.tw-list-none {
  list-style-type: none;
}

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

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

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

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

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

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

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

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

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

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

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

.tw-justify-items-center {
  justify-items: center;
}

.tw-gap-4 {
  gap: 1rem;
}

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

.tw-gap-8 {
  gap: 2rem;
}

.tw-gap-3 {
  gap: 0.75rem;
}

.tw-gap-2 {
  gap: 0.5rem;
}

.tw-gap-6 {
  gap: 1.5rem;
}

.tw-gap-1 {
  gap: 0.25rem;
}

.tw-gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.tw-gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

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

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

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

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

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

.tw-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

.tw-overflow-x-hidden {
  overflow-x: hidden;
}

.tw-scroll-smooth {
  scroll-behavior: smooth;
}

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

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

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

.tw-rounded-xl {
  border-radius: 0.75rem;
}

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

.tw-rounded-3xl {
  border-radius: 1.5rem;
}

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

.tw-rounded-2xl {
  border-radius: 1rem;
}

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

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

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

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

.tw-border-l {
  border-left-width: 1px;
}

.\!tw-border-t {
  border-top-width: 1px !important;
}

.tw-border-t-\[1\.2px\] {
  border-top-width: 1.2px;
}

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

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

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

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

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

.tw-border-accent {
  --tw-border-opacity: 1;
  border-color: rgb(176 0 0 / var(--tw-border-opacity));
}

.tw-border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity));
}

.tw-border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(252 180 0 / var(--tw-border-opacity));
}

.tw-border-l-transparent {
  border-left-color: transparent;
}

.tw-border-t-gray-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity));
}

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

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

.tw-bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

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

.tw-bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.tw-bg-\[\#44423E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(68 66 62 / var(--tw-bg-opacity));
}

.tw-bg-\[\#F7F3F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 243 240 / var(--tw-bg-opacity));
}

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

.tw-bg-\[\#FEF1D7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 241 215 / var(--tw-bg-opacity));
}

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

.tw-bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(252 180 0 / var(--tw-bg-opacity));
}

.tw-bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

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

.tw-bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

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

.tw-bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.tw-bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.tw-bg-\[url\(\'\/assets\/images\/digital-precision-bg\.png\'\)\] {
  background-image: url('/assets/images/digital-precision-bg.png');
}

.tw-bg-\[linear-gradient\(to_right\,\#FCC511\,\#F89300\)\] {
  background-image: linear-gradient(to right,#FCC511,#F89300);
}

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

.tw-bg-\[linear-gradient\(to_right\,\#FCE300\,\#FF3300\)\] {
  background-image: linear-gradient(to right,#FCE300,#FF3300);
}

.tw-bg-\[url\(\'\/assets\/images\/plant-soil-mobile-bg\.svg\'\)\] {
  background-image: url('/assets/images/plant-soil-mobile-bg.svg');
}

.tw-bg-\[linear-gradient\(to_right\,\#FCFAF9\,\#F7F1ED\)\] {
  background-image: linear-gradient(to right,#FCFAF9,#F7F1ED);
}

.tw-bg-\[linear-gradient\(to_bottom\,\#FFFAEF\,\#FFFFFF\)\] {
  background-image: linear-gradient(to bottom,#FFFAEF,#FFFFFF);
}

.tw-bg-\[linear-gradient\(to_right\,\#FCE300\,\#FCE300\,\#FF3300\)\] {
  background-image: linear-gradient(to right,#FCE300,#FCE300,#FF3300);
}

.tw-from-black\/80 {
  --tw-gradient-from: rgb(0 0 0 / 0.8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}

.tw-to-transparent {
  --tw-gradient-to: transparent;
}

.tw-decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.tw-decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

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

.tw-bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.tw-bg-left-top {
  background-position: left top;
}

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

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

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

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

.tw-p-4 {
  padding: 1rem;
}

.tw-p-6 {
  padding: 1.5rem;
}

.tw-p-3 {
  padding: 0.75rem;
}

.tw-p-2 {
  padding: 0.5rem;
}

.tw-p-5 {
  padding: 1.25rem;
}

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

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

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

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

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

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

.tw-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-pt-8 {
  padding-top: 2rem;
}

.tw-pr-7 {
  padding-right: 1.75rem;
}

.tw-pl-7 {
  padding-left: 1.75rem;
}

.tw-pt-10 {
  padding-top: 2.5rem;
}

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

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

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

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

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

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

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

.tw-text-justify {
  text-align: justify;
}

.tw-align-middle {
  vertical-align: middle;
}

.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

.tw-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

.tw-leading-relaxed {
  line-height: 1.625;
}

.tw-leading-tight {
  line-height: 1.25;
}

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

.tw-text-primary {
  --tw-text-opacity: 1;
  color: rgb(252 180 0 / var(--tw-text-opacity));
}

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

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

.tw-text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

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

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

.tw-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.tw-text-transparent {
  color: transparent;
}

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

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

.tw-text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

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

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

.tw-text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}

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

.tw-text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.tw-text-\[\#5F5F5F\] {
  --tw-text-opacity: 1;
  color: rgb(95 95 95 / var(--tw-text-opacity));
}

.tw-text-\[\#7D7D7D\] {
  --tw-text-opacity: 1;
  color: rgb(125 125 125 / var(--tw-text-opacity));
}

.tw-text-\[\#2A6AFF\] {
  --tw-text-opacity: 1;
  color: rgb(42 106 255 / var(--tw-text-opacity));
}

.tw-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.tw-text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

.tw-text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.tw-text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}

.tw-text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

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

.tw-opacity-90 {
  opacity: 0.9;
}

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

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

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

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

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

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

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

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

.tw-transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

.tw-duration-500 {
  transition-duration: 500ms;
}

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

.\[attr\:value\] {
  attr: value;
}

.\[content\:\'hello\'\] {
  content: 'hello';
}

.\[content\:\"hello\"\] {
  content: "hello";
}

.hover\:tw-scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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\:tw-bg-yellow-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

.hover\:tw-bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}

.hover\:tw-bg-\[linear-gradient\(to_right\2c \#FCD600\2c \#FE7A00\)\]:hover {
  background-image: linear-gradient(to right,#FCD600,#FE7A00);
}

.hover\:tw-text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(252 180 0 / var(--tw-text-opacity));
}

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

.hover\:\!tw-text-red-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
}

.hover\:\!tw-text-pink-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(236 72 153 / var(--tw-text-opacity)) !important;
}

.hover\:\!tw-text-blue-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(37 99 235 / var(--tw-text-opacity)) !important;
}

.hover\:\!tw-text-blue-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}

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

.hover\:tw-text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

.hover\:tw-shadow-xl:hover {
  --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);
}

.focus\:tw-border-0:focus {
  border-width: 0px;
}

.focus\:tw-shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

.tw-group:hover .group-hover\:tw-border {
  border-width: 1px;
}

.tw-group:hover .group-hover\:tw-border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(252 180 0 / var(--tw-border-opacity));
}

.tw-group:hover .group-hover\:tw-opacity-0 {
  opacity: 0;
}

.tw-group:hover .group-hover\:tw-opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:tw-col-span-3 {
    grid-column: span 3 / span 3;
  }

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

  .sm\:tw-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 768px) {
  .md\:tw-left-16 {
    left: 4rem;
  }

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

  .md\:tw-top-1 {
    top: 0.25rem;
  }

  .md\:tw-top-\[2\.3rem\] {
    top: 2.3rem;
  }

  .md\:tw-bottom-0 {
    bottom: 0px;
  }

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

  .md\:tw-right-\[5rem\] {
    right: 5rem;
  }

  .md\:tw-top-0 {
    top: 0px;
  }

  .md\:-tw-left-\[2\.3rem\] {
    left: -2.3rem;
  }

  .md\:tw-top-\[60px\] {
    top: 60px;
  }

  .md\:tw-bottom-\[-85px\] {
    bottom: -85px;
  }

  .md\:tw-bottom-\[-55px\] {
    bottom: -55px;
  }

  .md\:tw-right-\[120px\] {
    right: 120px;
  }

  .md\:tw-bottom-\[-60x\] {
    bottom: -60x;
  }

  .md\:tw-right-\[65px\] {
    right: 65px;
  }

  .md\:tw-bottom-\[-60px\] {
    bottom: -60px;
  }

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

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

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

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

  .md\:\!tw-ml-auto {
    margin-left: auto !important;
  }

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

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

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

  .md\:tw-h-16 {
    height: 4rem;
  }

  .md\:tw-h-12 {
    height: 3rem;
  }

  .md\:tw-h-72 {
    height: 18rem;
  }

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

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

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

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

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

  .md\:tw-w-28 {
    width: 7rem;
  }

  .md\:tw-w-36 {
    width: 9rem;
  }

  .md\:tw-w-24 {
    width: 6rem;
  }

  .md\:tw-min-w-\[230px\] {
    min-width: 230px;
  }

  .md\:tw-min-w-\[220px\] {
    min-width: 220px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:tw-gap-3 {
    gap: 0.75rem;
  }

  .md\:tw-gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:tw-gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

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

  .md\:tw-border-l {
    border-left-width: 1px;
  }

  .md\:tw-p-6 {
    padding: 1.5rem;
  }

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

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

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

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

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

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

  .md\:tw-pt-12 {
    padding-top: 3rem;
  }

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

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

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

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

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

  .md\:tw-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:tw-top-\[24rem\] {
    top: 24rem;
  }

  .lg\:tw-top-\[70px\] {
    top: 70px;
  }

  .lg\:tw-bottom-\[-75px\] {
    bottom: -75px;
  }

  .lg\:tw-right-\[100px\] {
    right: 100px;
  }

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

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

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

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

  .lg\:\!tw-mr-\[65px\] {
    margin-right: 65px !important;
  }

  .lg\:tw-grid {
    display: grid;
  }

  .lg\:tw-hidden {
    display: none;
  }

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

  .lg\:tw-h-48 {
    height: 12rem;
  }

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

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

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

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

  .lg\:tw-w-52 {
    width: 13rem;
  }

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

  .lg\:tw-min-w-0 {
    min-width: 0px;
  }

  .lg\:tw-min-w-\[260px\] {
    min-width: 260px;
  }

  .lg\:tw-min-w-\[220px\] {
    min-width: 220px;
  }

  .lg\:tw-min-w-\[240px\] {
    min-width: 240px;
  }

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

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

  .lg\:tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

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

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

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

  .lg\:tw-gap-0 {
    gap: 0px;
  }

  .lg\:tw-gap-12 {
    gap: 3rem;
  }

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

  .lg\:tw-overflow-visible {
    overflow: visible;
  }

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

  .lg\:tw-border-\[\#5D5B57\] {
    --tw-border-opacity: 1;
    border-color: rgb(93 91 87 / var(--tw-border-opacity));
  }

  .lg\:tw-bg-\[url\(\'\/assets\/images\/plant-soil\.png\'\)\] {
    background-image: url('/assets/images/plant-soil.png');
  }

  .lg\:tw-p-6 {
    padding: 1.5rem;
  }

  .lg\:tw-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

@media (prefers-color-scheme: dark) {
  @media (min-width: 1024px) {
    .dark\:lg\:hover\:\[paint-order\:markers\]:hover {
      paint-order: markers;
    }
  }
}

@media (min-width: 1280px) {
  .xl\:tw-col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:tw-grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

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

  .xl\:tw-flex-wrap {
    flex-wrap: wrap;
  }

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

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

  .xl\:tw-gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:tw-overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:tw-px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

