*, ::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: Roboto, sans-serif;
  /* 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;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
}

.container {
  width: 100%;
}

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

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

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

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

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

.wave-container {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 20;
}

.wave-container svg {
  position: relative;
  display: block;
  width: calc(137% + 1.3px);
  height: 60px;
}

.wave-container .shape-fill {
  fill: #ffffff;
}

.wave-container.bg-gray-50 .shape-fill {
  fill: #f9fafb;
}

.wave-top {
  top: -1px;
  bottom: auto;
  transform: rotate(180deg);
}

.footer-wave {
  position: absolute;
  top: -59px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 1;
}

.footer-wave svg {
  display: block;
  width: calc(100% + 1.3px);
  height: 60px;
}

.footer-wave .shape-fill {
  fill: #1f2937;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.img-zoom-container {
  overflow: hidden;
}

.img-zoom-container img {
  transition: transform 0.5s ease;
}

.img-zoom-container:hover img {
  transform: scale(1.1);
}

.timeline-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background-color: #d78131;
}

@media (max-width: 768px) {
  .timeline-line {
    left: 20px;
  }
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  background-size: cover;
  background-position: center;
}

.hero-slide.active {
  opacity: 1;
}

.map-pin {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #d78131;
  border-radius: 50%;
  cursor: pointer;
}

.map-pin::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  width: 20px;
  height: 20px;
  background-color: rgba(215, 129, 49, 0.5);
  border-radius: 50%;
  animation: ping-slow 2s infinite;
}

.tooltip {
  visibility: hidden;
  background-color: #782e01;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 10;
  bottom: 150%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
  font-size: 12px;
}

.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #782e01 transparent transparent transparent;
}

.map-pin:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.wave-ring {
  position: absolute;
  inset: -4px;
  border-radius: 9999px;
  opacity: 0;
  pointer-events: none;
  background: conic-gradient(#782e01, #d78131, #c4d148, #782e01);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 0);
  mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 0);
}

.group:hover .wave-ring {
  animation: waveOut 0.9s ease-out forwards;
}

@keyframes waveOut {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  20% {
    opacity: 0.8;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.testimonials-wrapper {
  overflow: hidden;
}

.animate-scroll {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 1.5rem;
  padding: 0 1rem;
  animation: scroll-left 26s linear infinite;
}

.animate-scroll:hover {
  animation-play-state: paused;
}

.testimonial-item {
  flex: 0 0 auto;
}

/*
   * Elementor often writes typography directly on inner nodes (heading title,
   * text-editor, button text...), so Tailwind classes on wrapper elements do
   * not visually apply. Force wrapper utilities down to common Elementor text
   * targets with !important.
   */

.elementor .text-earth,
  .elementor .text-earth :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  color: rgb(120 46 1 / var(--tw-text-opacity, 1)) !important;
}

.elementor .text-harvest,
  .elementor .text-harvest :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  color: rgb(215 129 49 / var(--tw-text-opacity, 1)) !important;
}

.elementor .text-sprout,
  .elementor .text-sprout :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  color: rgb(196 209 72 / var(--tw-text-opacity, 1)) !important;
}

.elementor .font-bold :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  font-weight: 700 !important;
}

.elementor .text-sm :where(.elementor-heading-title, .elementor-text-editor, p, span, li, a) {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.elementor .text-lg :where(.elementor-heading-title, .elementor-text-editor, p, span, li, a) {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.elementor .text-3xl :where(.elementor-heading-title, .elementor-text-editor, h1, h2, h3, h4) {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes ping-slow {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.visible {
  visibility: visible !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: sticky !important;
}

.inset-0 {
  inset: 0px !important;
}

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

.left-4 {
  left: 1rem !important;
}

.top-0 {
  top: 0px !important;
}

.top-24 {
  top: 6rem !important;
}

.top-4 {
  top: 1rem !important;
}

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

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

.z-40 {
  z-index: 40 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

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

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

.col-span-full {
  grid-column: 1 / -1 !important;
}

.row-span-2 {
  grid-row: span 2 / span 2 !important;
}

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

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

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

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

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

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

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

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

.mb-24 {
  margin-bottom: 6rem !important;
}

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

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

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

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

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

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

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

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

.mr-3 {
  margin-right: 0.75rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

.block {
  display: block !important;
}

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

.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !important;
}

.table {
  display: table !important;
}

.grid {
  display: grid !important;
}

.hidden {
  display: none !important;
}

.h-1 {
  height: 0.25rem !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-12 {
  height: 3rem !important;
}

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

.h-20 {
  height: 5rem !important;
}

.h-24 {
  height: 6rem !important;
}

.h-40 {
  height: 10rem !important;
}

.h-48 {
  height: 12rem !important;
}

.h-52 {
  height: 13rem !important;
}

.h-56 {
  height: 14rem !important;
}

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

.h-9 {
  height: 2.25rem !important;
}

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

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

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

.h-\[85vh\] {
  height: 85vh !important;
}

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

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

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

.min-h-screen {
  min-height: 100vh !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-12 {
  width: 3rem !important;
}

.w-16 {
  width: 4rem !important;
}

.w-20 {
  width: 5rem !important;
}

.w-24 {
  width: 6rem !important;
}

.w-40 {
  width: 10rem !important;
}

.w-8 {
  width: 2rem !important;
}

.w-9 {
  width: 2.25rem !important;
}

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

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

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

.w-max {
  width: -moz-max-content !important;
  width: max-content !important;
}

.max-w-2xl {
  max-width: 42rem !important;
}

.max-w-3xl {
  max-width: 48rem !important;
}

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

.max-w-5xl {
  max-width: 64rem !important;
}

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

.max-w-lg {
  max-width: 32rem !important;
}

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

.max-w-none {
  max-width: none !important;
}

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

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-grow {
  flex-grow: 1 !important;
}

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

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in-up {
  animation: fadeInUp 0.8s ease-out forwards !important;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.animate-scroll {
  animation: scroll 40s linear infinite !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.list-inside {
  list-style-position: inside !important;
}

.list-disc {
  list-style-type: disc !important;
}

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

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem !important;
}

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

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

.gap-6 {
  gap: 1.5rem !important;
}

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

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

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

.whitespace-nowrap {
  white-space: nowrap !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

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

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

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

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

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

.rounded-r-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

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

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

.border-4 {
  border-width: 4px !important;
}

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

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

.border-l-4 {
  border-left-width: 4px !important;
}

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

.border-t-4 {
  border-top-width: 4px !important;
}

.border-none {
  border-style: none !important;
}

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

.border-dark {
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
}

.border-dark\/0 {
  border-color: rgb(31 41 55 / 0) !important;
}

.border-dark\/10 {
  border-color: rgb(31 41 55 / 0.1) !important;
}

.border-dark\/100 {
  border-color: rgb(31 41 55 / 1) !important;
}

.border-dark\/15 {
  border-color: rgb(31 41 55 / 0.15) !important;
}

.border-dark\/20 {
  border-color: rgb(31 41 55 / 0.2) !important;
}

.border-dark\/25 {
  border-color: rgb(31 41 55 / 0.25) !important;
}

.border-dark\/30 {
  border-color: rgb(31 41 55 / 0.3) !important;
}

.border-dark\/35 {
  border-color: rgb(31 41 55 / 0.35) !important;
}

.border-dark\/40 {
  border-color: rgb(31 41 55 / 0.4) !important;
}

.border-dark\/45 {
  border-color: rgb(31 41 55 / 0.45) !important;
}

.border-dark\/5 {
  border-color: rgb(31 41 55 / 0.05) !important;
}

.border-dark\/50 {
  border-color: rgb(31 41 55 / 0.5) !important;
}

.border-dark\/55 {
  border-color: rgb(31 41 55 / 0.55) !important;
}

.border-dark\/60 {
  border-color: rgb(31 41 55 / 0.6) !important;
}

.border-dark\/65 {
  border-color: rgb(31 41 55 / 0.65) !important;
}

.border-dark\/70 {
  border-color: rgb(31 41 55 / 0.7) !important;
}

.border-dark\/75 {
  border-color: rgb(31 41 55 / 0.75) !important;
}

.border-dark\/80 {
  border-color: rgb(31 41 55 / 0.8) !important;
}

.border-dark\/85 {
  border-color: rgb(31 41 55 / 0.85) !important;
}

.border-dark\/90 {
  border-color: rgb(31 41 55 / 0.9) !important;
}

.border-dark\/95 {
  border-color: rgb(31 41 55 / 0.95) !important;
}

.border-earth {
  --tw-border-opacity: 1 !important;
  border-color: rgb(120 46 1 / var(--tw-border-opacity, 1)) !important;
}

.border-earth\/0 {
  border-color: rgb(120 46 1 / 0) !important;
}

.border-earth\/10 {
  border-color: rgb(120 46 1 / 0.1) !important;
}

.border-earth\/100 {
  border-color: rgb(120 46 1 / 1) !important;
}

.border-earth\/15 {
  border-color: rgb(120 46 1 / 0.15) !important;
}

.border-earth\/20 {
  border-color: rgb(120 46 1 / 0.2) !important;
}

.border-earth\/25 {
  border-color: rgb(120 46 1 / 0.25) !important;
}

.border-earth\/30 {
  border-color: rgb(120 46 1 / 0.3) !important;
}

.border-earth\/35 {
  border-color: rgb(120 46 1 / 0.35) !important;
}

.border-earth\/40 {
  border-color: rgb(120 46 1 / 0.4) !important;
}

.border-earth\/45 {
  border-color: rgb(120 46 1 / 0.45) !important;
}

.border-earth\/5 {
  border-color: rgb(120 46 1 / 0.05) !important;
}

.border-earth\/50 {
  border-color: rgb(120 46 1 / 0.5) !important;
}

.border-earth\/55 {
  border-color: rgb(120 46 1 / 0.55) !important;
}

.border-earth\/60 {
  border-color: rgb(120 46 1 / 0.6) !important;
}

.border-earth\/65 {
  border-color: rgb(120 46 1 / 0.65) !important;
}

.border-earth\/70 {
  border-color: rgb(120 46 1 / 0.7) !important;
}

.border-earth\/75 {
  border-color: rgb(120 46 1 / 0.75) !important;
}

.border-earth\/80 {
  border-color: rgb(120 46 1 / 0.8) !important;
}

.border-earth\/85 {
  border-color: rgb(120 46 1 / 0.85) !important;
}

.border-earth\/90 {
  border-color: rgb(120 46 1 / 0.9) !important;
}

.border-earth\/95 {
  border-color: rgb(120 46 1 / 0.95) !important;
}

.border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
}

.border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)) !important;
}

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

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

.border-harvest {
  --tw-border-opacity: 1 !important;
  border-color: rgb(215 129 49 / var(--tw-border-opacity, 1)) !important;
}

.border-harvest\/0 {
  border-color: rgb(215 129 49 / 0) !important;
}

.border-harvest\/10 {
  border-color: rgb(215 129 49 / 0.1) !important;
}

.border-harvest\/100 {
  border-color: rgb(215 129 49 / 1) !important;
}

.border-harvest\/15 {
  border-color: rgb(215 129 49 / 0.15) !important;
}

.border-harvest\/20 {
  border-color: rgb(215 129 49 / 0.2) !important;
}

.border-harvest\/25 {
  border-color: rgb(215 129 49 / 0.25) !important;
}

.border-harvest\/30 {
  border-color: rgb(215 129 49 / 0.3) !important;
}

.border-harvest\/35 {
  border-color: rgb(215 129 49 / 0.35) !important;
}

.border-harvest\/40 {
  border-color: rgb(215 129 49 / 0.4) !important;
}

.border-harvest\/45 {
  border-color: rgb(215 129 49 / 0.45) !important;
}

.border-harvest\/5 {
  border-color: rgb(215 129 49 / 0.05) !important;
}

.border-harvest\/50 {
  border-color: rgb(215 129 49 / 0.5) !important;
}

.border-harvest\/55 {
  border-color: rgb(215 129 49 / 0.55) !important;
}

.border-harvest\/60 {
  border-color: rgb(215 129 49 / 0.6) !important;
}

.border-harvest\/65 {
  border-color: rgb(215 129 49 / 0.65) !important;
}

.border-harvest\/70 {
  border-color: rgb(215 129 49 / 0.7) !important;
}

.border-harvest\/75 {
  border-color: rgb(215 129 49 / 0.75) !important;
}

.border-harvest\/80 {
  border-color: rgb(215 129 49 / 0.8) !important;
}

.border-harvest\/85 {
  border-color: rgb(215 129 49 / 0.85) !important;
}

.border-harvest\/90 {
  border-color: rgb(215 129 49 / 0.9) !important;
}

.border-harvest\/95 {
  border-color: rgb(215 129 49 / 0.95) !important;
}

.border-light {
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
}

.border-light\/0 {
  border-color: rgb(249 250 251 / 0) !important;
}

.border-light\/10 {
  border-color: rgb(249 250 251 / 0.1) !important;
}

.border-light\/100 {
  border-color: rgb(249 250 251 / 1) !important;
}

.border-light\/15 {
  border-color: rgb(249 250 251 / 0.15) !important;
}

.border-light\/20 {
  border-color: rgb(249 250 251 / 0.2) !important;
}

.border-light\/25 {
  border-color: rgb(249 250 251 / 0.25) !important;
}

.border-light\/30 {
  border-color: rgb(249 250 251 / 0.3) !important;
}

.border-light\/35 {
  border-color: rgb(249 250 251 / 0.35) !important;
}

.border-light\/40 {
  border-color: rgb(249 250 251 / 0.4) !important;
}

.border-light\/45 {
  border-color: rgb(249 250 251 / 0.45) !important;
}

.border-light\/5 {
  border-color: rgb(249 250 251 / 0.05) !important;
}

.border-light\/50 {
  border-color: rgb(249 250 251 / 0.5) !important;
}

.border-light\/55 {
  border-color: rgb(249 250 251 / 0.55) !important;
}

.border-light\/60 {
  border-color: rgb(249 250 251 / 0.6) !important;
}

.border-light\/65 {
  border-color: rgb(249 250 251 / 0.65) !important;
}

.border-light\/70 {
  border-color: rgb(249 250 251 / 0.7) !important;
}

.border-light\/75 {
  border-color: rgb(249 250 251 / 0.75) !important;
}

.border-light\/80 {
  border-color: rgb(249 250 251 / 0.8) !important;
}

.border-light\/85 {
  border-color: rgb(249 250 251 / 0.85) !important;
}

.border-light\/90 {
  border-color: rgb(249 250 251 / 0.9) !important;
}

.border-light\/95 {
  border-color: rgb(249 250 251 / 0.95) !important;
}

.border-orange-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 237 213 / var(--tw-border-opacity, 1)) !important;
}

.border-sprout {
  --tw-border-opacity: 1 !important;
  border-color: rgb(196 209 72 / var(--tw-border-opacity, 1)) !important;
}

.border-sprout\/0 {
  border-color: rgb(196 209 72 / 0) !important;
}

.border-sprout\/10 {
  border-color: rgb(196 209 72 / 0.1) !important;
}

.border-sprout\/100 {
  border-color: rgb(196 209 72 / 1) !important;
}

.border-sprout\/15 {
  border-color: rgb(196 209 72 / 0.15) !important;
}

.border-sprout\/20 {
  border-color: rgb(196 209 72 / 0.2) !important;
}

.border-sprout\/25 {
  border-color: rgb(196 209 72 / 0.25) !important;
}

.border-sprout\/30 {
  border-color: rgb(196 209 72 / 0.3) !important;
}

.border-sprout\/35 {
  border-color: rgb(196 209 72 / 0.35) !important;
}

.border-sprout\/40 {
  border-color: rgb(196 209 72 / 0.4) !important;
}

.border-sprout\/45 {
  border-color: rgb(196 209 72 / 0.45) !important;
}

.border-sprout\/5 {
  border-color: rgb(196 209 72 / 0.05) !important;
}

.border-sprout\/50 {
  border-color: rgb(196 209 72 / 0.5) !important;
}

.border-sprout\/55 {
  border-color: rgb(196 209 72 / 0.55) !important;
}

.border-sprout\/60 {
  border-color: rgb(196 209 72 / 0.6) !important;
}

.border-sprout\/65 {
  border-color: rgb(196 209 72 / 0.65) !important;
}

.border-sprout\/70 {
  border-color: rgb(196 209 72 / 0.7) !important;
}

.border-sprout\/75 {
  border-color: rgb(196 209 72 / 0.75) !important;
}

.border-sprout\/80 {
  border-color: rgb(196 209 72 / 0.8) !important;
}

.border-sprout\/85 {
  border-color: rgb(196 209 72 / 0.85) !important;
}

.border-sprout\/90 {
  border-color: rgb(196 209 72 / 0.9) !important;
}

.border-sprout\/95 {
  border-color: rgb(196 209 72 / 0.95) !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2) !important;
}

.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5) !important;
}

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

.bg-blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1)) !important;
}

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

.bg-dark\/0 {
  background-color: rgb(31 41 55 / 0) !important;
}

.bg-dark\/10 {
  background-color: rgb(31 41 55 / 0.1) !important;
}

.bg-dark\/100 {
  background-color: rgb(31 41 55 / 1) !important;
}

.bg-dark\/15 {
  background-color: rgb(31 41 55 / 0.15) !important;
}

.bg-dark\/20 {
  background-color: rgb(31 41 55 / 0.2) !important;
}

.bg-dark\/25 {
  background-color: rgb(31 41 55 / 0.25) !important;
}

.bg-dark\/30 {
  background-color: rgb(31 41 55 / 0.3) !important;
}

.bg-dark\/35 {
  background-color: rgb(31 41 55 / 0.35) !important;
}

.bg-dark\/40 {
  background-color: rgb(31 41 55 / 0.4) !important;
}

.bg-dark\/45 {
  background-color: rgb(31 41 55 / 0.45) !important;
}

.bg-dark\/5 {
  background-color: rgb(31 41 55 / 0.05) !important;
}

.bg-dark\/50 {
  background-color: rgb(31 41 55 / 0.5) !important;
}

.bg-dark\/55 {
  background-color: rgb(31 41 55 / 0.55) !important;
}

.bg-dark\/60 {
  background-color: rgb(31 41 55 / 0.6) !important;
}

.bg-dark\/65 {
  background-color: rgb(31 41 55 / 0.65) !important;
}

.bg-dark\/70 {
  background-color: rgb(31 41 55 / 0.7) !important;
}

.bg-dark\/75 {
  background-color: rgb(31 41 55 / 0.75) !important;
}

.bg-dark\/80 {
  background-color: rgb(31 41 55 / 0.8) !important;
}

.bg-dark\/85 {
  background-color: rgb(31 41 55 / 0.85) !important;
}

.bg-dark\/90 {
  background-color: rgb(31 41 55 / 0.9) !important;
}

.bg-dark\/95 {
  background-color: rgb(31 41 55 / 0.95) !important;
}

.bg-earth {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(120 46 1 / var(--tw-bg-opacity, 1)) !important;
}

.bg-earth\/0 {
  background-color: rgb(120 46 1 / 0) !important;
}

.bg-earth\/10 {
  background-color: rgb(120 46 1 / 0.1) !important;
}

.bg-earth\/100 {
  background-color: rgb(120 46 1 / 1) !important;
}

.bg-earth\/15 {
  background-color: rgb(120 46 1 / 0.15) !important;
}

.bg-earth\/20 {
  background-color: rgb(120 46 1 / 0.2) !important;
}

.bg-earth\/25 {
  background-color: rgb(120 46 1 / 0.25) !important;
}

.bg-earth\/30 {
  background-color: rgb(120 46 1 / 0.3) !important;
}

.bg-earth\/35 {
  background-color: rgb(120 46 1 / 0.35) !important;
}

.bg-earth\/40 {
  background-color: rgb(120 46 1 / 0.4) !important;
}

.bg-earth\/45 {
  background-color: rgb(120 46 1 / 0.45) !important;
}

.bg-earth\/5 {
  background-color: rgb(120 46 1 / 0.05) !important;
}

.bg-earth\/50 {
  background-color: rgb(120 46 1 / 0.5) !important;
}

.bg-earth\/55 {
  background-color: rgb(120 46 1 / 0.55) !important;
}

.bg-earth\/60 {
  background-color: rgb(120 46 1 / 0.6) !important;
}

.bg-earth\/65 {
  background-color: rgb(120 46 1 / 0.65) !important;
}

.bg-earth\/70 {
  background-color: rgb(120 46 1 / 0.7) !important;
}

.bg-earth\/75 {
  background-color: rgb(120 46 1 / 0.75) !important;
}

.bg-earth\/80 {
  background-color: rgb(120 46 1 / 0.8) !important;
}

.bg-earth\/85 {
  background-color: rgb(120 46 1 / 0.85) !important;
}

.bg-earth\/90 {
  background-color: rgb(120 46 1 / 0.9) !important;
}

.bg-earth\/95 {
  background-color: rgb(120 46 1 / 0.95) !important;
}

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

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

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

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

.bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1)) !important;
}

.bg-harvest {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(215 129 49 / var(--tw-bg-opacity, 1)) !important;
}

.bg-harvest\/0 {
  background-color: rgb(215 129 49 / 0) !important;
}

.bg-harvest\/10 {
  background-color: rgb(215 129 49 / 0.1) !important;
}

.bg-harvest\/100 {
  background-color: rgb(215 129 49 / 1) !important;
}

.bg-harvest\/15 {
  background-color: rgb(215 129 49 / 0.15) !important;
}

.bg-harvest\/20 {
  background-color: rgb(215 129 49 / 0.2) !important;
}

.bg-harvest\/25 {
  background-color: rgb(215 129 49 / 0.25) !important;
}

.bg-harvest\/30 {
  background-color: rgb(215 129 49 / 0.3) !important;
}

.bg-harvest\/35 {
  background-color: rgb(215 129 49 / 0.35) !important;
}

.bg-harvest\/40 {
  background-color: rgb(215 129 49 / 0.4) !important;
}

.bg-harvest\/45 {
  background-color: rgb(215 129 49 / 0.45) !important;
}

.bg-harvest\/5 {
  background-color: rgb(215 129 49 / 0.05) !important;
}

.bg-harvest\/50 {
  background-color: rgb(215 129 49 / 0.5) !important;
}

.bg-harvest\/55 {
  background-color: rgb(215 129 49 / 0.55) !important;
}

.bg-harvest\/60 {
  background-color: rgb(215 129 49 / 0.6) !important;
}

.bg-harvest\/65 {
  background-color: rgb(215 129 49 / 0.65) !important;
}

.bg-harvest\/70 {
  background-color: rgb(215 129 49 / 0.7) !important;
}

.bg-harvest\/75 {
  background-color: rgb(215 129 49 / 0.75) !important;
}

.bg-harvest\/80 {
  background-color: rgb(215 129 49 / 0.8) !important;
}

.bg-harvest\/85 {
  background-color: rgb(215 129 49 / 0.85) !important;
}

.bg-harvest\/90 {
  background-color: rgb(215 129 49 / 0.9) !important;
}

.bg-harvest\/95 {
  background-color: rgb(215 129 49 / 0.95) !important;
}

.bg-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}

.bg-light\/0 {
  background-color: rgb(249 250 251 / 0) !important;
}

.bg-light\/10 {
  background-color: rgb(249 250 251 / 0.1) !important;
}

.bg-light\/100 {
  background-color: rgb(249 250 251 / 1) !important;
}

.bg-light\/15 {
  background-color: rgb(249 250 251 / 0.15) !important;
}

.bg-light\/20 {
  background-color: rgb(249 250 251 / 0.2) !important;
}

.bg-light\/25 {
  background-color: rgb(249 250 251 / 0.25) !important;
}

.bg-light\/30 {
  background-color: rgb(249 250 251 / 0.3) !important;
}

.bg-light\/35 {
  background-color: rgb(249 250 251 / 0.35) !important;
}

.bg-light\/40 {
  background-color: rgb(249 250 251 / 0.4) !important;
}

.bg-light\/45 {
  background-color: rgb(249 250 251 / 0.45) !important;
}

.bg-light\/5 {
  background-color: rgb(249 250 251 / 0.05) !important;
}

.bg-light\/50 {
  background-color: rgb(249 250 251 / 0.5) !important;
}

.bg-light\/55 {
  background-color: rgb(249 250 251 / 0.55) !important;
}

.bg-light\/60 {
  background-color: rgb(249 250 251 / 0.6) !important;
}

.bg-light\/65 {
  background-color: rgb(249 250 251 / 0.65) !important;
}

.bg-light\/70 {
  background-color: rgb(249 250 251 / 0.7) !important;
}

.bg-light\/75 {
  background-color: rgb(249 250 251 / 0.75) !important;
}

.bg-light\/80 {
  background-color: rgb(249 250 251 / 0.8) !important;
}

.bg-light\/85 {
  background-color: rgb(249 250 251 / 0.85) !important;
}

.bg-light\/90 {
  background-color: rgb(249 250 251 / 0.9) !important;
}

.bg-light\/95 {
  background-color: rgb(249 250 251 / 0.95) !important;
}

.bg-orange-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1)) !important;
}

.bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1)) !important;
}

.bg-sprout {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(196 209 72 / var(--tw-bg-opacity, 1)) !important;
}

.bg-sprout\/0 {
  background-color: rgb(196 209 72 / 0) !important;
}

.bg-sprout\/10 {
  background-color: rgb(196 209 72 / 0.1) !important;
}

.bg-sprout\/100 {
  background-color: rgb(196 209 72 / 1) !important;
}

.bg-sprout\/15 {
  background-color: rgb(196 209 72 / 0.15) !important;
}

.bg-sprout\/20 {
  background-color: rgb(196 209 72 / 0.2) !important;
}

.bg-sprout\/25 {
  background-color: rgb(196 209 72 / 0.25) !important;
}

.bg-sprout\/30 {
  background-color: rgb(196 209 72 / 0.3) !important;
}

.bg-sprout\/35 {
  background-color: rgb(196 209 72 / 0.35) !important;
}

.bg-sprout\/40 {
  background-color: rgb(196 209 72 / 0.4) !important;
}

.bg-sprout\/45 {
  background-color: rgb(196 209 72 / 0.45) !important;
}

.bg-sprout\/5 {
  background-color: rgb(196 209 72 / 0.05) !important;
}

.bg-sprout\/50 {
  background-color: rgb(196 209 72 / 0.5) !important;
}

.bg-sprout\/55 {
  background-color: rgb(196 209 72 / 0.55) !important;
}

.bg-sprout\/60 {
  background-color: rgb(196 209 72 / 0.6) !important;
}

.bg-sprout\/65 {
  background-color: rgb(196 209 72 / 0.65) !important;
}

.bg-sprout\/70 {
  background-color: rgb(196 209 72 / 0.7) !important;
}

.bg-sprout\/75 {
  background-color: rgb(196 209 72 / 0.75) !important;
}

.bg-sprout\/80 {
  background-color: rgb(196 209 72 / 0.8) !important;
}

.bg-sprout\/85 {
  background-color: rgb(196 209 72 / 0.85) !important;
}

.bg-sprout\/90 {
  background-color: rgb(196 209 72 / 0.9) !important;
}

.bg-sprout\/95 {
  background-color: rgb(196 209 72 / 0.95) !important;
}

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

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2) !important;
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95) !important;
}

.bg-\[url\(\'https\:\/\/www\.transparenttextures\.com\/patterns\/ag-square\.png\'\)\] {
  background-image: url('https://www.transparenttextures.com/patterns/ag-square.png') !important;
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}

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

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

.from-dark {
  --tw-gradient-from: #1f2937 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-dark\/0 {
  --tw-gradient-from: rgb(31 41 55 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-dark\/10 {
  --tw-gradient-from: rgb(31 41 55 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-dark\/100 {
  --tw-gradient-from: rgb(31 41 55 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-dark\/15 {
  --tw-gradient-from: rgb(31 41 55 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-dark\/20 {
  --tw-gradient-from: rgb(31 41 55 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-dark\/25 {
  --tw-gradient-from: rgb(31 41 55 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-dark\/30 {
  --tw-gradient-from: rgb(31 41 55 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-dark\/35 {
  --tw-gradient-from: rgb(31 41 55 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-dark\/40 {
  --tw-gradient-from: rgb(31 41 55 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-dark\/45 {
  --tw-gradient-from: rgb(31 41 55 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-dark\/5 {
  --tw-gradient-from: rgb(31 41 55 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-dark\/50 {
  --tw-gradient-from: rgb(31 41 55 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-dark\/55 {
  --tw-gradient-from: rgb(31 41 55 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-dark\/60 {
  --tw-gradient-from: rgb(31 41 55 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-dark\/65 {
  --tw-gradient-from: rgb(31 41 55 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-dark\/70 {
  --tw-gradient-from: rgb(31 41 55 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-dark\/75 {
  --tw-gradient-from: rgb(31 41 55 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-dark\/80 {
  --tw-gradient-from: rgb(31 41 55 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-dark\/85 {
  --tw-gradient-from: rgb(31 41 55 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-dark\/90 {
  --tw-gradient-from: rgb(31 41 55 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-dark\/95 {
  --tw-gradient-from: rgb(31 41 55 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth {
  --tw-gradient-from: #782e01 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/0 {
  --tw-gradient-from: rgb(120 46 1 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/10 {
  --tw-gradient-from: rgb(120 46 1 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/100 {
  --tw-gradient-from: rgb(120 46 1 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/15 {
  --tw-gradient-from: rgb(120 46 1 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/20 {
  --tw-gradient-from: rgb(120 46 1 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/25 {
  --tw-gradient-from: rgb(120 46 1 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/30 {
  --tw-gradient-from: rgb(120 46 1 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/35 {
  --tw-gradient-from: rgb(120 46 1 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/40 {
  --tw-gradient-from: rgb(120 46 1 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/45 {
  --tw-gradient-from: rgb(120 46 1 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/5 {
  --tw-gradient-from: rgb(120 46 1 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/50 {
  --tw-gradient-from: rgb(120 46 1 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/55 {
  --tw-gradient-from: rgb(120 46 1 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/60 {
  --tw-gradient-from: rgb(120 46 1 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/65 {
  --tw-gradient-from: rgb(120 46 1 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/70 {
  --tw-gradient-from: rgb(120 46 1 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/75 {
  --tw-gradient-from: rgb(120 46 1 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/80 {
  --tw-gradient-from: rgb(120 46 1 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/85 {
  --tw-gradient-from: rgb(120 46 1 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/90 {
  --tw-gradient-from: rgb(120 46 1 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-earth\/95 {
  --tw-gradient-from: rgb(120 46 1 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest {
  --tw-gradient-from: #d78131 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/0 {
  --tw-gradient-from: rgb(215 129 49 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/10 {
  --tw-gradient-from: rgb(215 129 49 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/100 {
  --tw-gradient-from: rgb(215 129 49 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/15 {
  --tw-gradient-from: rgb(215 129 49 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/20 {
  --tw-gradient-from: rgb(215 129 49 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/25 {
  --tw-gradient-from: rgb(215 129 49 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/30 {
  --tw-gradient-from: rgb(215 129 49 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/35 {
  --tw-gradient-from: rgb(215 129 49 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/40 {
  --tw-gradient-from: rgb(215 129 49 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/45 {
  --tw-gradient-from: rgb(215 129 49 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/5 {
  --tw-gradient-from: rgb(215 129 49 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/50 {
  --tw-gradient-from: rgb(215 129 49 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/55 {
  --tw-gradient-from: rgb(215 129 49 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/60 {
  --tw-gradient-from: rgb(215 129 49 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/65 {
  --tw-gradient-from: rgb(215 129 49 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/70 {
  --tw-gradient-from: rgb(215 129 49 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/75 {
  --tw-gradient-from: rgb(215 129 49 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/80 {
  --tw-gradient-from: rgb(215 129 49 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/85 {
  --tw-gradient-from: rgb(215 129 49 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/90 {
  --tw-gradient-from: rgb(215 129 49 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-harvest\/95 {
  --tw-gradient-from: rgb(215 129 49 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-light {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-light\/0 {
  --tw-gradient-from: rgb(249 250 251 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-light\/10 {
  --tw-gradient-from: rgb(249 250 251 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-light\/100 {
  --tw-gradient-from: rgb(249 250 251 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-light\/15 {
  --tw-gradient-from: rgb(249 250 251 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-light\/20 {
  --tw-gradient-from: rgb(249 250 251 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-light\/25 {
  --tw-gradient-from: rgb(249 250 251 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-light\/30 {
  --tw-gradient-from: rgb(249 250 251 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-light\/35 {
  --tw-gradient-from: rgb(249 250 251 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-light\/40 {
  --tw-gradient-from: rgb(249 250 251 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-light\/45 {
  --tw-gradient-from: rgb(249 250 251 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-light\/5 {
  --tw-gradient-from: rgb(249 250 251 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-light\/50 {
  --tw-gradient-from: rgb(249 250 251 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-light\/55 {
  --tw-gradient-from: rgb(249 250 251 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-light\/60 {
  --tw-gradient-from: rgb(249 250 251 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-light\/65 {
  --tw-gradient-from: rgb(249 250 251 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-light\/70 {
  --tw-gradient-from: rgb(249 250 251 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-light\/75 {
  --tw-gradient-from: rgb(249 250 251 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-light\/80 {
  --tw-gradient-from: rgb(249 250 251 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-light\/85 {
  --tw-gradient-from: rgb(249 250 251 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-light\/90 {
  --tw-gradient-from: rgb(249 250 251 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-light\/95 {
  --tw-gradient-from: rgb(249 250 251 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout {
  --tw-gradient-from: #c4d148 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/0 {
  --tw-gradient-from: rgb(196 209 72 / 0) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/10 {
  --tw-gradient-from: rgb(196 209 72 / 0.1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/100 {
  --tw-gradient-from: rgb(196 209 72 / 1) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/15 {
  --tw-gradient-from: rgb(196 209 72 / 0.15) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/20 {
  --tw-gradient-from: rgb(196 209 72 / 0.2) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/25 {
  --tw-gradient-from: rgb(196 209 72 / 0.25) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/30 {
  --tw-gradient-from: rgb(196 209 72 / 0.3) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/35 {
  --tw-gradient-from: rgb(196 209 72 / 0.35) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/40 {
  --tw-gradient-from: rgb(196 209 72 / 0.4) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/45 {
  --tw-gradient-from: rgb(196 209 72 / 0.45) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/5 {
  --tw-gradient-from: rgb(196 209 72 / 0.05) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/50 {
  --tw-gradient-from: rgb(196 209 72 / 0.5) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/55 {
  --tw-gradient-from: rgb(196 209 72 / 0.55) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/60 {
  --tw-gradient-from: rgb(196 209 72 / 0.6) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/65 {
  --tw-gradient-from: rgb(196 209 72 / 0.65) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/70 {
  --tw-gradient-from: rgb(196 209 72 / 0.7) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/75 {
  --tw-gradient-from: rgb(196 209 72 / 0.75) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/80 {
  --tw-gradient-from: rgb(196 209 72 / 0.8) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/85 {
  --tw-gradient-from: rgb(196 209 72 / 0.85) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/90 {
  --tw-gradient-from: rgb(196 209 72 / 0.9) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.from-sprout\/95 {
  --tw-gradient-from: rgb(196 209 72 / 0.95) var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.via-earth\/40 {
  --tw-gradient-to: rgb(120 46 1 / 0)  var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(120 46 1 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to) !important;
}

.to-dark {
  --tw-gradient-to: #1f2937 var(--tw-gradient-to-position) !important;
}

.to-dark\/0 {
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position) !important;
}

.to-dark\/10 {
  --tw-gradient-to: rgb(31 41 55 / 0.1) var(--tw-gradient-to-position) !important;
}

.to-dark\/100 {
  --tw-gradient-to: rgb(31 41 55 / 1) var(--tw-gradient-to-position) !important;
}

.to-dark\/15 {
  --tw-gradient-to: rgb(31 41 55 / 0.15) var(--tw-gradient-to-position) !important;
}

.to-dark\/20 {
  --tw-gradient-to: rgb(31 41 55 / 0.2) var(--tw-gradient-to-position) !important;
}

.to-dark\/25 {
  --tw-gradient-to: rgb(31 41 55 / 0.25) var(--tw-gradient-to-position) !important;
}

.to-dark\/30 {
  --tw-gradient-to: rgb(31 41 55 / 0.3) var(--tw-gradient-to-position) !important;
}

.to-dark\/35 {
  --tw-gradient-to: rgb(31 41 55 / 0.35) var(--tw-gradient-to-position) !important;
}

.to-dark\/40 {
  --tw-gradient-to: rgb(31 41 55 / 0.4) var(--tw-gradient-to-position) !important;
}

.to-dark\/45 {
  --tw-gradient-to: rgb(31 41 55 / 0.45) var(--tw-gradient-to-position) !important;
}

.to-dark\/5 {
  --tw-gradient-to: rgb(31 41 55 / 0.05) var(--tw-gradient-to-position) !important;
}

.to-dark\/50 {
  --tw-gradient-to: rgb(31 41 55 / 0.5) var(--tw-gradient-to-position) !important;
}

.to-dark\/55 {
  --tw-gradient-to: rgb(31 41 55 / 0.55) var(--tw-gradient-to-position) !important;
}

.to-dark\/60 {
  --tw-gradient-to: rgb(31 41 55 / 0.6) var(--tw-gradient-to-position) !important;
}

.to-dark\/65 {
  --tw-gradient-to: rgb(31 41 55 / 0.65) var(--tw-gradient-to-position) !important;
}

.to-dark\/70 {
  --tw-gradient-to: rgb(31 41 55 / 0.7) var(--tw-gradient-to-position) !important;
}

.to-dark\/75 {
  --tw-gradient-to: rgb(31 41 55 / 0.75) var(--tw-gradient-to-position) !important;
}

.to-dark\/80 {
  --tw-gradient-to: rgb(31 41 55 / 0.8) var(--tw-gradient-to-position) !important;
}

.to-dark\/85 {
  --tw-gradient-to: rgb(31 41 55 / 0.85) var(--tw-gradient-to-position) !important;
}

.to-dark\/90 {
  --tw-gradient-to: rgb(31 41 55 / 0.9) var(--tw-gradient-to-position) !important;
}

.to-dark\/95 {
  --tw-gradient-to: rgb(31 41 55 / 0.95) var(--tw-gradient-to-position) !important;
}

.to-earth {
  --tw-gradient-to: #782e01 var(--tw-gradient-to-position) !important;
}

.to-earth\/0 {
  --tw-gradient-to: rgb(120 46 1 / 0) var(--tw-gradient-to-position) !important;
}

.to-earth\/10 {
  --tw-gradient-to: rgb(120 46 1 / 0.1) var(--tw-gradient-to-position) !important;
}

.to-earth\/100 {
  --tw-gradient-to: rgb(120 46 1 / 1) var(--tw-gradient-to-position) !important;
}

.to-earth\/15 {
  --tw-gradient-to: rgb(120 46 1 / 0.15) var(--tw-gradient-to-position) !important;
}

.to-earth\/20 {
  --tw-gradient-to: rgb(120 46 1 / 0.2) var(--tw-gradient-to-position) !important;
}

.to-earth\/25 {
  --tw-gradient-to: rgb(120 46 1 / 0.25) var(--tw-gradient-to-position) !important;
}

.to-earth\/30 {
  --tw-gradient-to: rgb(120 46 1 / 0.3) var(--tw-gradient-to-position) !important;
}

.to-earth\/35 {
  --tw-gradient-to: rgb(120 46 1 / 0.35) var(--tw-gradient-to-position) !important;
}

.to-earth\/40 {
  --tw-gradient-to: rgb(120 46 1 / 0.4) var(--tw-gradient-to-position) !important;
}

.to-earth\/45 {
  --tw-gradient-to: rgb(120 46 1 / 0.45) var(--tw-gradient-to-position) !important;
}

.to-earth\/5 {
  --tw-gradient-to: rgb(120 46 1 / 0.05) var(--tw-gradient-to-position) !important;
}

.to-earth\/50 {
  --tw-gradient-to: rgb(120 46 1 / 0.5) var(--tw-gradient-to-position) !important;
}

.to-earth\/55 {
  --tw-gradient-to: rgb(120 46 1 / 0.55) var(--tw-gradient-to-position) !important;
}

.to-earth\/60 {
  --tw-gradient-to: rgb(120 46 1 / 0.6) var(--tw-gradient-to-position) !important;
}

.to-earth\/65 {
  --tw-gradient-to: rgb(120 46 1 / 0.65) var(--tw-gradient-to-position) !important;
}

.to-earth\/70 {
  --tw-gradient-to: rgb(120 46 1 / 0.7) var(--tw-gradient-to-position) !important;
}

.to-earth\/75 {
  --tw-gradient-to: rgb(120 46 1 / 0.75) var(--tw-gradient-to-position) !important;
}

.to-earth\/80 {
  --tw-gradient-to: rgb(120 46 1 / 0.8) var(--tw-gradient-to-position) !important;
}

.to-earth\/85 {
  --tw-gradient-to: rgb(120 46 1 / 0.85) var(--tw-gradient-to-position) !important;
}

.to-earth\/90 {
  --tw-gradient-to: rgb(120 46 1 / 0.9) var(--tw-gradient-to-position) !important;
}

.to-earth\/95 {
  --tw-gradient-to: rgb(120 46 1 / 0.95) var(--tw-gradient-to-position) !important;
}

.to-harvest {
  --tw-gradient-to: #d78131 var(--tw-gradient-to-position) !important;
}

.to-harvest\/0 {
  --tw-gradient-to: rgb(215 129 49 / 0) var(--tw-gradient-to-position) !important;
}

.to-harvest\/10 {
  --tw-gradient-to: rgb(215 129 49 / 0.1) var(--tw-gradient-to-position) !important;
}

.to-harvest\/100 {
  --tw-gradient-to: rgb(215 129 49 / 1) var(--tw-gradient-to-position) !important;
}

.to-harvest\/15 {
  --tw-gradient-to: rgb(215 129 49 / 0.15) var(--tw-gradient-to-position) !important;
}

.to-harvest\/20 {
  --tw-gradient-to: rgb(215 129 49 / 0.2) var(--tw-gradient-to-position) !important;
}

.to-harvest\/25 {
  --tw-gradient-to: rgb(215 129 49 / 0.25) var(--tw-gradient-to-position) !important;
}

.to-harvest\/30 {
  --tw-gradient-to: rgb(215 129 49 / 0.3) var(--tw-gradient-to-position) !important;
}

.to-harvest\/35 {
  --tw-gradient-to: rgb(215 129 49 / 0.35) var(--tw-gradient-to-position) !important;
}

.to-harvest\/40 {
  --tw-gradient-to: rgb(215 129 49 / 0.4) var(--tw-gradient-to-position) !important;
}

.to-harvest\/45 {
  --tw-gradient-to: rgb(215 129 49 / 0.45) var(--tw-gradient-to-position) !important;
}

.to-harvest\/5 {
  --tw-gradient-to: rgb(215 129 49 / 0.05) var(--tw-gradient-to-position) !important;
}

.to-harvest\/50 {
  --tw-gradient-to: rgb(215 129 49 / 0.5) var(--tw-gradient-to-position) !important;
}

.to-harvest\/55 {
  --tw-gradient-to: rgb(215 129 49 / 0.55) var(--tw-gradient-to-position) !important;
}

.to-harvest\/60 {
  --tw-gradient-to: rgb(215 129 49 / 0.6) var(--tw-gradient-to-position) !important;
}

.to-harvest\/65 {
  --tw-gradient-to: rgb(215 129 49 / 0.65) var(--tw-gradient-to-position) !important;
}

.to-harvest\/70 {
  --tw-gradient-to: rgb(215 129 49 / 0.7) var(--tw-gradient-to-position) !important;
}

.to-harvest\/75 {
  --tw-gradient-to: rgb(215 129 49 / 0.75) var(--tw-gradient-to-position) !important;
}

.to-harvest\/80 {
  --tw-gradient-to: rgb(215 129 49 / 0.8) var(--tw-gradient-to-position) !important;
}

.to-harvest\/85 {
  --tw-gradient-to: rgb(215 129 49 / 0.85) var(--tw-gradient-to-position) !important;
}

.to-harvest\/90 {
  --tw-gradient-to: rgb(215 129 49 / 0.9) var(--tw-gradient-to-position) !important;
}

.to-harvest\/95 {
  --tw-gradient-to: rgb(215 129 49 / 0.95) var(--tw-gradient-to-position) !important;
}

.to-light {
  --tw-gradient-to: #f9fafb var(--tw-gradient-to-position) !important;
}

.to-light\/0 {
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position) !important;
}

.to-light\/10 {
  --tw-gradient-to: rgb(249 250 251 / 0.1) var(--tw-gradient-to-position) !important;
}

.to-light\/100 {
  --tw-gradient-to: rgb(249 250 251 / 1) var(--tw-gradient-to-position) !important;
}

.to-light\/15 {
  --tw-gradient-to: rgb(249 250 251 / 0.15) var(--tw-gradient-to-position) !important;
}

.to-light\/20 {
  --tw-gradient-to: rgb(249 250 251 / 0.2) var(--tw-gradient-to-position) !important;
}

.to-light\/25 {
  --tw-gradient-to: rgb(249 250 251 / 0.25) var(--tw-gradient-to-position) !important;
}

.to-light\/30 {
  --tw-gradient-to: rgb(249 250 251 / 0.3) var(--tw-gradient-to-position) !important;
}

.to-light\/35 {
  --tw-gradient-to: rgb(249 250 251 / 0.35) var(--tw-gradient-to-position) !important;
}

.to-light\/40 {
  --tw-gradient-to: rgb(249 250 251 / 0.4) var(--tw-gradient-to-position) !important;
}

.to-light\/45 {
  --tw-gradient-to: rgb(249 250 251 / 0.45) var(--tw-gradient-to-position) !important;
}

.to-light\/5 {
  --tw-gradient-to: rgb(249 250 251 / 0.05) var(--tw-gradient-to-position) !important;
}

.to-light\/50 {
  --tw-gradient-to: rgb(249 250 251 / 0.5) var(--tw-gradient-to-position) !important;
}

.to-light\/55 {
  --tw-gradient-to: rgb(249 250 251 / 0.55) var(--tw-gradient-to-position) !important;
}

.to-light\/60 {
  --tw-gradient-to: rgb(249 250 251 / 0.6) var(--tw-gradient-to-position) !important;
}

.to-light\/65 {
  --tw-gradient-to: rgb(249 250 251 / 0.65) var(--tw-gradient-to-position) !important;
}

.to-light\/70 {
  --tw-gradient-to: rgb(249 250 251 / 0.7) var(--tw-gradient-to-position) !important;
}

.to-light\/75 {
  --tw-gradient-to: rgb(249 250 251 / 0.75) var(--tw-gradient-to-position) !important;
}

.to-light\/80 {
  --tw-gradient-to: rgb(249 250 251 / 0.8) var(--tw-gradient-to-position) !important;
}

.to-light\/85 {
  --tw-gradient-to: rgb(249 250 251 / 0.85) var(--tw-gradient-to-position) !important;
}

.to-light\/90 {
  --tw-gradient-to: rgb(249 250 251 / 0.9) var(--tw-gradient-to-position) !important;
}

.to-light\/95 {
  --tw-gradient-to: rgb(249 250 251 / 0.95) var(--tw-gradient-to-position) !important;
}

.to-orange-600 {
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position) !important;
}

.to-sprout {
  --tw-gradient-to: #c4d148 var(--tw-gradient-to-position) !important;
}

.to-sprout\/0 {
  --tw-gradient-to: rgb(196 209 72 / 0) var(--tw-gradient-to-position) !important;
}

.to-sprout\/10 {
  --tw-gradient-to: rgb(196 209 72 / 0.1) var(--tw-gradient-to-position) !important;
}

.to-sprout\/100 {
  --tw-gradient-to: rgb(196 209 72 / 1) var(--tw-gradient-to-position) !important;
}

.to-sprout\/15 {
  --tw-gradient-to: rgb(196 209 72 / 0.15) var(--tw-gradient-to-position) !important;
}

.to-sprout\/20 {
  --tw-gradient-to: rgb(196 209 72 / 0.2) var(--tw-gradient-to-position) !important;
}

.to-sprout\/25 {
  --tw-gradient-to: rgb(196 209 72 / 0.25) var(--tw-gradient-to-position) !important;
}

.to-sprout\/30 {
  --tw-gradient-to: rgb(196 209 72 / 0.3) var(--tw-gradient-to-position) !important;
}

.to-sprout\/35 {
  --tw-gradient-to: rgb(196 209 72 / 0.35) var(--tw-gradient-to-position) !important;
}

.to-sprout\/40 {
  --tw-gradient-to: rgb(196 209 72 / 0.4) var(--tw-gradient-to-position) !important;
}

.to-sprout\/45 {
  --tw-gradient-to: rgb(196 209 72 / 0.45) var(--tw-gradient-to-position) !important;
}

.to-sprout\/5 {
  --tw-gradient-to: rgb(196 209 72 / 0.05) var(--tw-gradient-to-position) !important;
}

.to-sprout\/50 {
  --tw-gradient-to: rgb(196 209 72 / 0.5) var(--tw-gradient-to-position) !important;
}

.to-sprout\/55 {
  --tw-gradient-to: rgb(196 209 72 / 0.55) var(--tw-gradient-to-position) !important;
}

.to-sprout\/60 {
  --tw-gradient-to: rgb(196 209 72 / 0.6) var(--tw-gradient-to-position) !important;
}

.to-sprout\/65 {
  --tw-gradient-to: rgb(196 209 72 / 0.65) var(--tw-gradient-to-position) !important;
}

.to-sprout\/70 {
  --tw-gradient-to: rgb(196 209 72 / 0.7) var(--tw-gradient-to-position) !important;
}

.to-sprout\/75 {
  --tw-gradient-to: rgb(196 209 72 / 0.75) var(--tw-gradient-to-position) !important;
}

.to-sprout\/80 {
  --tw-gradient-to: rgb(196 209 72 / 0.8) var(--tw-gradient-to-position) !important;
}

.to-sprout\/85 {
  --tw-gradient-to: rgb(196 209 72 / 0.85) var(--tw-gradient-to-position) !important;
}

.to-sprout\/90 {
  --tw-gradient-to: rgb(196 209 72 / 0.9) var(--tw-gradient-to-position) !important;
}

.to-sprout\/95 {
  --tw-gradient-to: rgb(196 209 72 / 0.95) var(--tw-gradient-to-position) !important;
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position) !important;
}

.to-yellow-400 {
  --tw-gradient-to: #facc15 var(--tw-gradient-to-position) !important;
}

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

.bg-clip-text {
  -webkit-background-clip: text !important;
          background-clip: text !important;
}

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

.fill-dark {
  fill: #1f2937 !important;
}

.fill-dark\/0 {
  fill: rgb(31 41 55 / 0) !important;
}

.fill-dark\/10 {
  fill: rgb(31 41 55 / 0.1) !important;
}

.fill-dark\/100 {
  fill: rgb(31 41 55 / 1) !important;
}

.fill-dark\/15 {
  fill: rgb(31 41 55 / 0.15) !important;
}

.fill-dark\/20 {
  fill: rgb(31 41 55 / 0.2) !important;
}

.fill-dark\/25 {
  fill: rgb(31 41 55 / 0.25) !important;
}

.fill-dark\/30 {
  fill: rgb(31 41 55 / 0.3) !important;
}

.fill-dark\/35 {
  fill: rgb(31 41 55 / 0.35) !important;
}

.fill-dark\/40 {
  fill: rgb(31 41 55 / 0.4) !important;
}

.fill-dark\/45 {
  fill: rgb(31 41 55 / 0.45) !important;
}

.fill-dark\/5 {
  fill: rgb(31 41 55 / 0.05) !important;
}

.fill-dark\/50 {
  fill: rgb(31 41 55 / 0.5) !important;
}

.fill-dark\/55 {
  fill: rgb(31 41 55 / 0.55) !important;
}

.fill-dark\/60 {
  fill: rgb(31 41 55 / 0.6) !important;
}

.fill-dark\/65 {
  fill: rgb(31 41 55 / 0.65) !important;
}

.fill-dark\/70 {
  fill: rgb(31 41 55 / 0.7) !important;
}

.fill-dark\/75 {
  fill: rgb(31 41 55 / 0.75) !important;
}

.fill-dark\/80 {
  fill: rgb(31 41 55 / 0.8) !important;
}

.fill-dark\/85 {
  fill: rgb(31 41 55 / 0.85) !important;
}

.fill-dark\/90 {
  fill: rgb(31 41 55 / 0.9) !important;
}

.fill-dark\/95 {
  fill: rgb(31 41 55 / 0.95) !important;
}

.fill-earth {
  fill: #782e01 !important;
}

.fill-earth\/0 {
  fill: rgb(120 46 1 / 0) !important;
}

.fill-earth\/10 {
  fill: rgb(120 46 1 / 0.1) !important;
}

.fill-earth\/100 {
  fill: rgb(120 46 1 / 1) !important;
}

.fill-earth\/15 {
  fill: rgb(120 46 1 / 0.15) !important;
}

.fill-earth\/20 {
  fill: rgb(120 46 1 / 0.2) !important;
}

.fill-earth\/25 {
  fill: rgb(120 46 1 / 0.25) !important;
}

.fill-earth\/30 {
  fill: rgb(120 46 1 / 0.3) !important;
}

.fill-earth\/35 {
  fill: rgb(120 46 1 / 0.35) !important;
}

.fill-earth\/40 {
  fill: rgb(120 46 1 / 0.4) !important;
}

.fill-earth\/45 {
  fill: rgb(120 46 1 / 0.45) !important;
}

.fill-earth\/5 {
  fill: rgb(120 46 1 / 0.05) !important;
}

.fill-earth\/50 {
  fill: rgb(120 46 1 / 0.5) !important;
}

.fill-earth\/55 {
  fill: rgb(120 46 1 / 0.55) !important;
}

.fill-earth\/60 {
  fill: rgb(120 46 1 / 0.6) !important;
}

.fill-earth\/65 {
  fill: rgb(120 46 1 / 0.65) !important;
}

.fill-earth\/70 {
  fill: rgb(120 46 1 / 0.7) !important;
}

.fill-earth\/75 {
  fill: rgb(120 46 1 / 0.75) !important;
}

.fill-earth\/80 {
  fill: rgb(120 46 1 / 0.8) !important;
}

.fill-earth\/85 {
  fill: rgb(120 46 1 / 0.85) !important;
}

.fill-earth\/90 {
  fill: rgb(120 46 1 / 0.9) !important;
}

.fill-earth\/95 {
  fill: rgb(120 46 1 / 0.95) !important;
}

.fill-harvest {
  fill: #d78131 !important;
}

.fill-harvest\/0 {
  fill: rgb(215 129 49 / 0) !important;
}

.fill-harvest\/10 {
  fill: rgb(215 129 49 / 0.1) !important;
}

.fill-harvest\/100 {
  fill: rgb(215 129 49 / 1) !important;
}

.fill-harvest\/15 {
  fill: rgb(215 129 49 / 0.15) !important;
}

.fill-harvest\/20 {
  fill: rgb(215 129 49 / 0.2) !important;
}

.fill-harvest\/25 {
  fill: rgb(215 129 49 / 0.25) !important;
}

.fill-harvest\/30 {
  fill: rgb(215 129 49 / 0.3) !important;
}

.fill-harvest\/35 {
  fill: rgb(215 129 49 / 0.35) !important;
}

.fill-harvest\/40 {
  fill: rgb(215 129 49 / 0.4) !important;
}

.fill-harvest\/45 {
  fill: rgb(215 129 49 / 0.45) !important;
}

.fill-harvest\/5 {
  fill: rgb(215 129 49 / 0.05) !important;
}

.fill-harvest\/50 {
  fill: rgb(215 129 49 / 0.5) !important;
}

.fill-harvest\/55 {
  fill: rgb(215 129 49 / 0.55) !important;
}

.fill-harvest\/60 {
  fill: rgb(215 129 49 / 0.6) !important;
}

.fill-harvest\/65 {
  fill: rgb(215 129 49 / 0.65) !important;
}

.fill-harvest\/70 {
  fill: rgb(215 129 49 / 0.7) !important;
}

.fill-harvest\/75 {
  fill: rgb(215 129 49 / 0.75) !important;
}

.fill-harvest\/80 {
  fill: rgb(215 129 49 / 0.8) !important;
}

.fill-harvest\/85 {
  fill: rgb(215 129 49 / 0.85) !important;
}

.fill-harvest\/90 {
  fill: rgb(215 129 49 / 0.9) !important;
}

.fill-harvest\/95 {
  fill: rgb(215 129 49 / 0.95) !important;
}

.fill-light {
  fill: #f9fafb !important;
}

.fill-light\/0 {
  fill: rgb(249 250 251 / 0) !important;
}

.fill-light\/10 {
  fill: rgb(249 250 251 / 0.1) !important;
}

.fill-light\/100 {
  fill: rgb(249 250 251 / 1) !important;
}

.fill-light\/15 {
  fill: rgb(249 250 251 / 0.15) !important;
}

.fill-light\/20 {
  fill: rgb(249 250 251 / 0.2) !important;
}

.fill-light\/25 {
  fill: rgb(249 250 251 / 0.25) !important;
}

.fill-light\/30 {
  fill: rgb(249 250 251 / 0.3) !important;
}

.fill-light\/35 {
  fill: rgb(249 250 251 / 0.35) !important;
}

.fill-light\/40 {
  fill: rgb(249 250 251 / 0.4) !important;
}

.fill-light\/45 {
  fill: rgb(249 250 251 / 0.45) !important;
}

.fill-light\/5 {
  fill: rgb(249 250 251 / 0.05) !important;
}

.fill-light\/50 {
  fill: rgb(249 250 251 / 0.5) !important;
}

.fill-light\/55 {
  fill: rgb(249 250 251 / 0.55) !important;
}

.fill-light\/60 {
  fill: rgb(249 250 251 / 0.6) !important;
}

.fill-light\/65 {
  fill: rgb(249 250 251 / 0.65) !important;
}

.fill-light\/70 {
  fill: rgb(249 250 251 / 0.7) !important;
}

.fill-light\/75 {
  fill: rgb(249 250 251 / 0.75) !important;
}

.fill-light\/80 {
  fill: rgb(249 250 251 / 0.8) !important;
}

.fill-light\/85 {
  fill: rgb(249 250 251 / 0.85) !important;
}

.fill-light\/90 {
  fill: rgb(249 250 251 / 0.9) !important;
}

.fill-light\/95 {
  fill: rgb(249 250 251 / 0.95) !important;
}

.fill-sprout {
  fill: #c4d148 !important;
}

.fill-sprout\/0 {
  fill: rgb(196 209 72 / 0) !important;
}

.fill-sprout\/10 {
  fill: rgb(196 209 72 / 0.1) !important;
}

.fill-sprout\/100 {
  fill: rgb(196 209 72 / 1) !important;
}

.fill-sprout\/15 {
  fill: rgb(196 209 72 / 0.15) !important;
}

.fill-sprout\/20 {
  fill: rgb(196 209 72 / 0.2) !important;
}

.fill-sprout\/25 {
  fill: rgb(196 209 72 / 0.25) !important;
}

.fill-sprout\/30 {
  fill: rgb(196 209 72 / 0.3) !important;
}

.fill-sprout\/35 {
  fill: rgb(196 209 72 / 0.35) !important;
}

.fill-sprout\/40 {
  fill: rgb(196 209 72 / 0.4) !important;
}

.fill-sprout\/45 {
  fill: rgb(196 209 72 / 0.45) !important;
}

.fill-sprout\/5 {
  fill: rgb(196 209 72 / 0.05) !important;
}

.fill-sprout\/50 {
  fill: rgb(196 209 72 / 0.5) !important;
}

.fill-sprout\/55 {
  fill: rgb(196 209 72 / 0.55) !important;
}

.fill-sprout\/60 {
  fill: rgb(196 209 72 / 0.6) !important;
}

.fill-sprout\/65 {
  fill: rgb(196 209 72 / 0.65) !important;
}

.fill-sprout\/70 {
  fill: rgb(196 209 72 / 0.7) !important;
}

.fill-sprout\/75 {
  fill: rgb(196 209 72 / 0.75) !important;
}

.fill-sprout\/80 {
  fill: rgb(196 209 72 / 0.8) !important;
}

.fill-sprout\/85 {
  fill: rgb(196 209 72 / 0.85) !important;
}

.fill-sprout\/90 {
  fill: rgb(196 209 72 / 0.9) !important;
}

.fill-sprout\/95 {
  fill: rgb(196 209 72 / 0.95) !important;
}

.stroke-dark {
  stroke: #1f2937 !important;
}

.stroke-dark\/0 {
  stroke: rgb(31 41 55 / 0) !important;
}

.stroke-dark\/10 {
  stroke: rgb(31 41 55 / 0.1) !important;
}

.stroke-dark\/100 {
  stroke: rgb(31 41 55 / 1) !important;
}

.stroke-dark\/15 {
  stroke: rgb(31 41 55 / 0.15) !important;
}

.stroke-dark\/20 {
  stroke: rgb(31 41 55 / 0.2) !important;
}

.stroke-dark\/25 {
  stroke: rgb(31 41 55 / 0.25) !important;
}

.stroke-dark\/30 {
  stroke: rgb(31 41 55 / 0.3) !important;
}

.stroke-dark\/35 {
  stroke: rgb(31 41 55 / 0.35) !important;
}

.stroke-dark\/40 {
  stroke: rgb(31 41 55 / 0.4) !important;
}

.stroke-dark\/45 {
  stroke: rgb(31 41 55 / 0.45) !important;
}

.stroke-dark\/5 {
  stroke: rgb(31 41 55 / 0.05) !important;
}

.stroke-dark\/50 {
  stroke: rgb(31 41 55 / 0.5) !important;
}

.stroke-dark\/55 {
  stroke: rgb(31 41 55 / 0.55) !important;
}

.stroke-dark\/60 {
  stroke: rgb(31 41 55 / 0.6) !important;
}

.stroke-dark\/65 {
  stroke: rgb(31 41 55 / 0.65) !important;
}

.stroke-dark\/70 {
  stroke: rgb(31 41 55 / 0.7) !important;
}

.stroke-dark\/75 {
  stroke: rgb(31 41 55 / 0.75) !important;
}

.stroke-dark\/80 {
  stroke: rgb(31 41 55 / 0.8) !important;
}

.stroke-dark\/85 {
  stroke: rgb(31 41 55 / 0.85) !important;
}

.stroke-dark\/90 {
  stroke: rgb(31 41 55 / 0.9) !important;
}

.stroke-dark\/95 {
  stroke: rgb(31 41 55 / 0.95) !important;
}

.stroke-earth {
  stroke: #782e01 !important;
}

.stroke-earth\/0 {
  stroke: rgb(120 46 1 / 0) !important;
}

.stroke-earth\/10 {
  stroke: rgb(120 46 1 / 0.1) !important;
}

.stroke-earth\/100 {
  stroke: rgb(120 46 1 / 1) !important;
}

.stroke-earth\/15 {
  stroke: rgb(120 46 1 / 0.15) !important;
}

.stroke-earth\/20 {
  stroke: rgb(120 46 1 / 0.2) !important;
}

.stroke-earth\/25 {
  stroke: rgb(120 46 1 / 0.25) !important;
}

.stroke-earth\/30 {
  stroke: rgb(120 46 1 / 0.3) !important;
}

.stroke-earth\/35 {
  stroke: rgb(120 46 1 / 0.35) !important;
}

.stroke-earth\/40 {
  stroke: rgb(120 46 1 / 0.4) !important;
}

.stroke-earth\/45 {
  stroke: rgb(120 46 1 / 0.45) !important;
}

.stroke-earth\/5 {
  stroke: rgb(120 46 1 / 0.05) !important;
}

.stroke-earth\/50 {
  stroke: rgb(120 46 1 / 0.5) !important;
}

.stroke-earth\/55 {
  stroke: rgb(120 46 1 / 0.55) !important;
}

.stroke-earth\/60 {
  stroke: rgb(120 46 1 / 0.6) !important;
}

.stroke-earth\/65 {
  stroke: rgb(120 46 1 / 0.65) !important;
}

.stroke-earth\/70 {
  stroke: rgb(120 46 1 / 0.7) !important;
}

.stroke-earth\/75 {
  stroke: rgb(120 46 1 / 0.75) !important;
}

.stroke-earth\/80 {
  stroke: rgb(120 46 1 / 0.8) !important;
}

.stroke-earth\/85 {
  stroke: rgb(120 46 1 / 0.85) !important;
}

.stroke-earth\/90 {
  stroke: rgb(120 46 1 / 0.9) !important;
}

.stroke-earth\/95 {
  stroke: rgb(120 46 1 / 0.95) !important;
}

.stroke-harvest {
  stroke: #d78131 !important;
}

.stroke-harvest\/0 {
  stroke: rgb(215 129 49 / 0) !important;
}

.stroke-harvest\/10 {
  stroke: rgb(215 129 49 / 0.1) !important;
}

.stroke-harvest\/100 {
  stroke: rgb(215 129 49 / 1) !important;
}

.stroke-harvest\/15 {
  stroke: rgb(215 129 49 / 0.15) !important;
}

.stroke-harvest\/20 {
  stroke: rgb(215 129 49 / 0.2) !important;
}

.stroke-harvest\/25 {
  stroke: rgb(215 129 49 / 0.25) !important;
}

.stroke-harvest\/30 {
  stroke: rgb(215 129 49 / 0.3) !important;
}

.stroke-harvest\/35 {
  stroke: rgb(215 129 49 / 0.35) !important;
}

.stroke-harvest\/40 {
  stroke: rgb(215 129 49 / 0.4) !important;
}

.stroke-harvest\/45 {
  stroke: rgb(215 129 49 / 0.45) !important;
}

.stroke-harvest\/5 {
  stroke: rgb(215 129 49 / 0.05) !important;
}

.stroke-harvest\/50 {
  stroke: rgb(215 129 49 / 0.5) !important;
}

.stroke-harvest\/55 {
  stroke: rgb(215 129 49 / 0.55) !important;
}

.stroke-harvest\/60 {
  stroke: rgb(215 129 49 / 0.6) !important;
}

.stroke-harvest\/65 {
  stroke: rgb(215 129 49 / 0.65) !important;
}

.stroke-harvest\/70 {
  stroke: rgb(215 129 49 / 0.7) !important;
}

.stroke-harvest\/75 {
  stroke: rgb(215 129 49 / 0.75) !important;
}

.stroke-harvest\/80 {
  stroke: rgb(215 129 49 / 0.8) !important;
}

.stroke-harvest\/85 {
  stroke: rgb(215 129 49 / 0.85) !important;
}

.stroke-harvest\/90 {
  stroke: rgb(215 129 49 / 0.9) !important;
}

.stroke-harvest\/95 {
  stroke: rgb(215 129 49 / 0.95) !important;
}

.stroke-light {
  stroke: #f9fafb !important;
}

.stroke-light\/0 {
  stroke: rgb(249 250 251 / 0) !important;
}

.stroke-light\/10 {
  stroke: rgb(249 250 251 / 0.1) !important;
}

.stroke-light\/100 {
  stroke: rgb(249 250 251 / 1) !important;
}

.stroke-light\/15 {
  stroke: rgb(249 250 251 / 0.15) !important;
}

.stroke-light\/20 {
  stroke: rgb(249 250 251 / 0.2) !important;
}

.stroke-light\/25 {
  stroke: rgb(249 250 251 / 0.25) !important;
}

.stroke-light\/30 {
  stroke: rgb(249 250 251 / 0.3) !important;
}

.stroke-light\/35 {
  stroke: rgb(249 250 251 / 0.35) !important;
}

.stroke-light\/40 {
  stroke: rgb(249 250 251 / 0.4) !important;
}

.stroke-light\/45 {
  stroke: rgb(249 250 251 / 0.45) !important;
}

.stroke-light\/5 {
  stroke: rgb(249 250 251 / 0.05) !important;
}

.stroke-light\/50 {
  stroke: rgb(249 250 251 / 0.5) !important;
}

.stroke-light\/55 {
  stroke: rgb(249 250 251 / 0.55) !important;
}

.stroke-light\/60 {
  stroke: rgb(249 250 251 / 0.6) !important;
}

.stroke-light\/65 {
  stroke: rgb(249 250 251 / 0.65) !important;
}

.stroke-light\/70 {
  stroke: rgb(249 250 251 / 0.7) !important;
}

.stroke-light\/75 {
  stroke: rgb(249 250 251 / 0.75) !important;
}

.stroke-light\/80 {
  stroke: rgb(249 250 251 / 0.8) !important;
}

.stroke-light\/85 {
  stroke: rgb(249 250 251 / 0.85) !important;
}

.stroke-light\/90 {
  stroke: rgb(249 250 251 / 0.9) !important;
}

.stroke-light\/95 {
  stroke: rgb(249 250 251 / 0.95) !important;
}

.stroke-sprout {
  stroke: #c4d148 !important;
}

.stroke-sprout\/0 {
  stroke: rgb(196 209 72 / 0) !important;
}

.stroke-sprout\/10 {
  stroke: rgb(196 209 72 / 0.1) !important;
}

.stroke-sprout\/100 {
  stroke: rgb(196 209 72 / 1) !important;
}

.stroke-sprout\/15 {
  stroke: rgb(196 209 72 / 0.15) !important;
}

.stroke-sprout\/20 {
  stroke: rgb(196 209 72 / 0.2) !important;
}

.stroke-sprout\/25 {
  stroke: rgb(196 209 72 / 0.25) !important;
}

.stroke-sprout\/30 {
  stroke: rgb(196 209 72 / 0.3) !important;
}

.stroke-sprout\/35 {
  stroke: rgb(196 209 72 / 0.35) !important;
}

.stroke-sprout\/40 {
  stroke: rgb(196 209 72 / 0.4) !important;
}

.stroke-sprout\/45 {
  stroke: rgb(196 209 72 / 0.45) !important;
}

.stroke-sprout\/5 {
  stroke: rgb(196 209 72 / 0.05) !important;
}

.stroke-sprout\/50 {
  stroke: rgb(196 209 72 / 0.5) !important;
}

.stroke-sprout\/55 {
  stroke: rgb(196 209 72 / 0.55) !important;
}

.stroke-sprout\/60 {
  stroke: rgb(196 209 72 / 0.6) !important;
}

.stroke-sprout\/65 {
  stroke: rgb(196 209 72 / 0.65) !important;
}

.stroke-sprout\/70 {
  stroke: rgb(196 209 72 / 0.7) !important;
}

.stroke-sprout\/75 {
  stroke: rgb(196 209 72 / 0.75) !important;
}

.stroke-sprout\/80 {
  stroke: rgb(196 209 72 / 0.8) !important;
}

.stroke-sprout\/85 {
  stroke: rgb(196 209 72 / 0.85) !important;
}

.stroke-sprout\/90 {
  stroke: rgb(196 209 72 / 0.9) !important;
}

.stroke-sprout\/95 {
  stroke: rgb(196 209 72 / 0.95) !important;
}

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

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

.p-2 {
  padding: 0.5rem !important;
}

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

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

.p-6 {
  padding: 1.5rem !important;
}

.p-8 {
  padding: 2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-16 {
  padding-bottom: 4rem !important;
}

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

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

.pb-8 {
  padding-bottom: 2rem !important;
}

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

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

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

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

.pt-16 {
  padding-top: 4rem !important;
}

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

.pt-24 {
  padding-top: 6rem !important;
}

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

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

.pt-6 {
  padding-top: 1.5rem !important;
}

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

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

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

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

.text-justify {
  text-align: justify !important;
}

.font-sans {
  font-family: Roboto, sans-serif !important;
}

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

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

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

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

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

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

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

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

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

.font-extrabold {
  font-weight: 800 !important;
}

.font-light {
  font-weight: 300 !important;
}

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

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

.uppercase {
  text-transform: uppercase !important;
}

.italic {
  font-style: italic !important;
}

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

.leading-relaxed {
  line-height: 1.625 !important;
}

.leading-tight {
  line-height: 1.25 !important;
}

.tracking-wider {
  letter-spacing: 0.05em !important;
}

.tracking-widest {
  letter-spacing: 0.1em !important;
}

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

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

.text-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1)) !important;
}

.text-dark\/0 {
  color: rgb(31 41 55 / 0) !important;
}

.text-dark\/10 {
  color: rgb(31 41 55 / 0.1) !important;
}

.text-dark\/100 {
  color: rgb(31 41 55 / 1) !important;
}

.text-dark\/15 {
  color: rgb(31 41 55 / 0.15) !important;
}

.text-dark\/20 {
  color: rgb(31 41 55 / 0.2) !important;
}

.text-dark\/25 {
  color: rgb(31 41 55 / 0.25) !important;
}

.text-dark\/30 {
  color: rgb(31 41 55 / 0.3) !important;
}

.text-dark\/35 {
  color: rgb(31 41 55 / 0.35) !important;
}

.text-dark\/40 {
  color: rgb(31 41 55 / 0.4) !important;
}

.text-dark\/45 {
  color: rgb(31 41 55 / 0.45) !important;
}

.text-dark\/5 {
  color: rgb(31 41 55 / 0.05) !important;
}

.text-dark\/50 {
  color: rgb(31 41 55 / 0.5) !important;
}

.text-dark\/55 {
  color: rgb(31 41 55 / 0.55) !important;
}

.text-dark\/60 {
  color: rgb(31 41 55 / 0.6) !important;
}

.text-dark\/65 {
  color: rgb(31 41 55 / 0.65) !important;
}

.text-dark\/70 {
  color: rgb(31 41 55 / 0.7) !important;
}

.text-dark\/75 {
  color: rgb(31 41 55 / 0.75) !important;
}

.text-dark\/80 {
  color: rgb(31 41 55 / 0.8) !important;
}

.text-dark\/85 {
  color: rgb(31 41 55 / 0.85) !important;
}

.text-dark\/90 {
  color: rgb(31 41 55 / 0.9) !important;
}

.text-dark\/95 {
  color: rgb(31 41 55 / 0.95) !important;
}

.text-earth {
  --tw-text-opacity: 1 !important;
  color: rgb(120 46 1 / var(--tw-text-opacity, 1)) !important;
}

.text-earth\/0 {
  color: rgb(120 46 1 / 0) !important;
}

.text-earth\/10 {
  color: rgb(120 46 1 / 0.1) !important;
}

.text-earth\/100 {
  color: rgb(120 46 1 / 1) !important;
}

.text-earth\/15 {
  color: rgb(120 46 1 / 0.15) !important;
}

.text-earth\/20 {
  color: rgb(120 46 1 / 0.2) !important;
}

.text-earth\/25 {
  color: rgb(120 46 1 / 0.25) !important;
}

.text-earth\/30 {
  color: rgb(120 46 1 / 0.3) !important;
}

.text-earth\/35 {
  color: rgb(120 46 1 / 0.35) !important;
}

.text-earth\/40 {
  color: rgb(120 46 1 / 0.4) !important;
}

.text-earth\/45 {
  color: rgb(120 46 1 / 0.45) !important;
}

.text-earth\/5 {
  color: rgb(120 46 1 / 0.05) !important;
}

.text-earth\/50 {
  color: rgb(120 46 1 / 0.5) !important;
}

.text-earth\/55 {
  color: rgb(120 46 1 / 0.55) !important;
}

.text-earth\/60 {
  color: rgb(120 46 1 / 0.6) !important;
}

.text-earth\/65 {
  color: rgb(120 46 1 / 0.65) !important;
}

.text-earth\/70 {
  color: rgb(120 46 1 / 0.7) !important;
}

.text-earth\/75 {
  color: rgb(120 46 1 / 0.75) !important;
}

.text-earth\/80 {
  color: rgb(120 46 1 / 0.8) !important;
}

.text-earth\/85 {
  color: rgb(120 46 1 / 0.85) !important;
}

.text-earth\/90 {
  color: rgb(120 46 1 / 0.9) !important;
}

.text-earth\/95 {
  color: rgb(120 46 1 / 0.95) !important;
}

.text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1)) !important;
}

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

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

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

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

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

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

.text-harvest {
  --tw-text-opacity: 1 !important;
  color: rgb(215 129 49 / var(--tw-text-opacity, 1)) !important;
}

.text-harvest\/0 {
  color: rgb(215 129 49 / 0) !important;
}

.text-harvest\/10 {
  color: rgb(215 129 49 / 0.1) !important;
}

.text-harvest\/100 {
  color: rgb(215 129 49 / 1) !important;
}

.text-harvest\/15 {
  color: rgb(215 129 49 / 0.15) !important;
}

.text-harvest\/20 {
  color: rgb(215 129 49 / 0.2) !important;
}

.text-harvest\/25 {
  color: rgb(215 129 49 / 0.25) !important;
}

.text-harvest\/30 {
  color: rgb(215 129 49 / 0.3) !important;
}

.text-harvest\/35 {
  color: rgb(215 129 49 / 0.35) !important;
}

.text-harvest\/40 {
  color: rgb(215 129 49 / 0.4) !important;
}

.text-harvest\/45 {
  color: rgb(215 129 49 / 0.45) !important;
}

.text-harvest\/5 {
  color: rgb(215 129 49 / 0.05) !important;
}

.text-harvest\/50 {
  color: rgb(215 129 49 / 0.5) !important;
}

.text-harvest\/55 {
  color: rgb(215 129 49 / 0.55) !important;
}

.text-harvest\/60 {
  color: rgb(215 129 49 / 0.6) !important;
}

.text-harvest\/65 {
  color: rgb(215 129 49 / 0.65) !important;
}

.text-harvest\/70 {
  color: rgb(215 129 49 / 0.7) !important;
}

.text-harvest\/75 {
  color: rgb(215 129 49 / 0.75) !important;
}

.text-harvest\/80 {
  color: rgb(215 129 49 / 0.8) !important;
}

.text-harvest\/85 {
  color: rgb(215 129 49 / 0.85) !important;
}

.text-harvest\/90 {
  color: rgb(215 129 49 / 0.9) !important;
}

.text-harvest\/95 {
  color: rgb(215 129 49 / 0.95) !important;
}

.text-light {
  --tw-text-opacity: 1 !important;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1)) !important;
}

.text-light\/0 {
  color: rgb(249 250 251 / 0) !important;
}

.text-light\/10 {
  color: rgb(249 250 251 / 0.1) !important;
}

.text-light\/100 {
  color: rgb(249 250 251 / 1) !important;
}

.text-light\/15 {
  color: rgb(249 250 251 / 0.15) !important;
}

.text-light\/20 {
  color: rgb(249 250 251 / 0.2) !important;
}

.text-light\/25 {
  color: rgb(249 250 251 / 0.25) !important;
}

.text-light\/30 {
  color: rgb(249 250 251 / 0.3) !important;
}

.text-light\/35 {
  color: rgb(249 250 251 / 0.35) !important;
}

.text-light\/40 {
  color: rgb(249 250 251 / 0.4) !important;
}

.text-light\/45 {
  color: rgb(249 250 251 / 0.45) !important;
}

.text-light\/5 {
  color: rgb(249 250 251 / 0.05) !important;
}

.text-light\/50 {
  color: rgb(249 250 251 / 0.5) !important;
}

.text-light\/55 {
  color: rgb(249 250 251 / 0.55) !important;
}

.text-light\/60 {
  color: rgb(249 250 251 / 0.6) !important;
}

.text-light\/65 {
  color: rgb(249 250 251 / 0.65) !important;
}

.text-light\/70 {
  color: rgb(249 250 251 / 0.7) !important;
}

.text-light\/75 {
  color: rgb(249 250 251 / 0.75) !important;
}

.text-light\/80 {
  color: rgb(249 250 251 / 0.8) !important;
}

.text-light\/85 {
  color: rgb(249 250 251 / 0.85) !important;
}

.text-light\/90 {
  color: rgb(249 250 251 / 0.9) !important;
}

.text-light\/95 {
  color: rgb(249 250 251 / 0.95) !important;
}

.text-sprout {
  --tw-text-opacity: 1 !important;
  color: rgb(196 209 72 / var(--tw-text-opacity, 1)) !important;
}

.text-sprout\/0 {
  color: rgb(196 209 72 / 0) !important;
}

.text-sprout\/10 {
  color: rgb(196 209 72 / 0.1) !important;
}

.text-sprout\/100 {
  color: rgb(196 209 72 / 1) !important;
}

.text-sprout\/15 {
  color: rgb(196 209 72 / 0.15) !important;
}

.text-sprout\/20 {
  color: rgb(196 209 72 / 0.2) !important;
}

.text-sprout\/25 {
  color: rgb(196 209 72 / 0.25) !important;
}

.text-sprout\/30 {
  color: rgb(196 209 72 / 0.3) !important;
}

.text-sprout\/35 {
  color: rgb(196 209 72 / 0.35) !important;
}

.text-sprout\/40 {
  color: rgb(196 209 72 / 0.4) !important;
}

.text-sprout\/45 {
  color: rgb(196 209 72 / 0.45) !important;
}

.text-sprout\/5 {
  color: rgb(196 209 72 / 0.05) !important;
}

.text-sprout\/50 {
  color: rgb(196 209 72 / 0.5) !important;
}

.text-sprout\/55 {
  color: rgb(196 209 72 / 0.55) !important;
}

.text-sprout\/60 {
  color: rgb(196 209 72 / 0.6) !important;
}

.text-sprout\/65 {
  color: rgb(196 209 72 / 0.65) !important;
}

.text-sprout\/70 {
  color: rgb(196 209 72 / 0.7) !important;
}

.text-sprout\/75 {
  color: rgb(196 209 72 / 0.75) !important;
}

.text-sprout\/80 {
  color: rgb(196 209 72 / 0.8) !important;
}

.text-sprout\/85 {
  color: rgb(196 209 72 / 0.85) !important;
}

.text-sprout\/90 {
  color: rgb(196 209 72 / 0.9) !important;
}

.text-sprout\/95 {
  color: rgb(196 209 72 / 0.95) !important;
}

.text-transparent {
  color: transparent !important;
}

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

.text-yellow-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1)) !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.mix-blend-multiply {
  mix-blend-mode: multiply !important;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

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

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

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

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

.ring-dark {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity, 1)) !important;
}

.ring-dark\/0 {
  --tw-ring-color: rgb(31 41 55 / 0) !important;
}

.ring-dark\/10 {
  --tw-ring-color: rgb(31 41 55 / 0.1) !important;
}

.ring-dark\/100 {
  --tw-ring-color: rgb(31 41 55 / 1) !important;
}

.ring-dark\/15 {
  --tw-ring-color: rgb(31 41 55 / 0.15) !important;
}

.ring-dark\/20 {
  --tw-ring-color: rgb(31 41 55 / 0.2) !important;
}

.ring-dark\/25 {
  --tw-ring-color: rgb(31 41 55 / 0.25) !important;
}

.ring-dark\/30 {
  --tw-ring-color: rgb(31 41 55 / 0.3) !important;
}

.ring-dark\/35 {
  --tw-ring-color: rgb(31 41 55 / 0.35) !important;
}

.ring-dark\/40 {
  --tw-ring-color: rgb(31 41 55 / 0.4) !important;
}

.ring-dark\/45 {
  --tw-ring-color: rgb(31 41 55 / 0.45) !important;
}

.ring-dark\/5 {
  --tw-ring-color: rgb(31 41 55 / 0.05) !important;
}

.ring-dark\/50 {
  --tw-ring-color: rgb(31 41 55 / 0.5) !important;
}

.ring-dark\/55 {
  --tw-ring-color: rgb(31 41 55 / 0.55) !important;
}

.ring-dark\/60 {
  --tw-ring-color: rgb(31 41 55 / 0.6) !important;
}

.ring-dark\/65 {
  --tw-ring-color: rgb(31 41 55 / 0.65) !important;
}

.ring-dark\/70 {
  --tw-ring-color: rgb(31 41 55 / 0.7) !important;
}

.ring-dark\/75 {
  --tw-ring-color: rgb(31 41 55 / 0.75) !important;
}

.ring-dark\/80 {
  --tw-ring-color: rgb(31 41 55 / 0.8) !important;
}

.ring-dark\/85 {
  --tw-ring-color: rgb(31 41 55 / 0.85) !important;
}

.ring-dark\/90 {
  --tw-ring-color: rgb(31 41 55 / 0.9) !important;
}

.ring-dark\/95 {
  --tw-ring-color: rgb(31 41 55 / 0.95) !important;
}

.ring-earth {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(120 46 1 / var(--tw-ring-opacity, 1)) !important;
}

.ring-earth\/0 {
  --tw-ring-color: rgb(120 46 1 / 0) !important;
}

.ring-earth\/10 {
  --tw-ring-color: rgb(120 46 1 / 0.1) !important;
}

.ring-earth\/100 {
  --tw-ring-color: rgb(120 46 1 / 1) !important;
}

.ring-earth\/15 {
  --tw-ring-color: rgb(120 46 1 / 0.15) !important;
}

.ring-earth\/20 {
  --tw-ring-color: rgb(120 46 1 / 0.2) !important;
}

.ring-earth\/25 {
  --tw-ring-color: rgb(120 46 1 / 0.25) !important;
}

.ring-earth\/30 {
  --tw-ring-color: rgb(120 46 1 / 0.3) !important;
}

.ring-earth\/35 {
  --tw-ring-color: rgb(120 46 1 / 0.35) !important;
}

.ring-earth\/40 {
  --tw-ring-color: rgb(120 46 1 / 0.4) !important;
}

.ring-earth\/45 {
  --tw-ring-color: rgb(120 46 1 / 0.45) !important;
}

.ring-earth\/5 {
  --tw-ring-color: rgb(120 46 1 / 0.05) !important;
}

.ring-earth\/50 {
  --tw-ring-color: rgb(120 46 1 / 0.5) !important;
}

.ring-earth\/55 {
  --tw-ring-color: rgb(120 46 1 / 0.55) !important;
}

.ring-earth\/60 {
  --tw-ring-color: rgb(120 46 1 / 0.6) !important;
}

.ring-earth\/65 {
  --tw-ring-color: rgb(120 46 1 / 0.65) !important;
}

.ring-earth\/70 {
  --tw-ring-color: rgb(120 46 1 / 0.7) !important;
}

.ring-earth\/75 {
  --tw-ring-color: rgb(120 46 1 / 0.75) !important;
}

.ring-earth\/80 {
  --tw-ring-color: rgb(120 46 1 / 0.8) !important;
}

.ring-earth\/85 {
  --tw-ring-color: rgb(120 46 1 / 0.85) !important;
}

.ring-earth\/90 {
  --tw-ring-color: rgb(120 46 1 / 0.9) !important;
}

.ring-earth\/95 {
  --tw-ring-color: rgb(120 46 1 / 0.95) !important;
}

.ring-harvest {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(215 129 49 / var(--tw-ring-opacity, 1)) !important;
}

.ring-harvest\/0 {
  --tw-ring-color: rgb(215 129 49 / 0) !important;
}

.ring-harvest\/10 {
  --tw-ring-color: rgb(215 129 49 / 0.1) !important;
}

.ring-harvest\/100 {
  --tw-ring-color: rgb(215 129 49 / 1) !important;
}

.ring-harvest\/15 {
  --tw-ring-color: rgb(215 129 49 / 0.15) !important;
}

.ring-harvest\/20 {
  --tw-ring-color: rgb(215 129 49 / 0.2) !important;
}

.ring-harvest\/25 {
  --tw-ring-color: rgb(215 129 49 / 0.25) !important;
}

.ring-harvest\/30 {
  --tw-ring-color: rgb(215 129 49 / 0.3) !important;
}

.ring-harvest\/35 {
  --tw-ring-color: rgb(215 129 49 / 0.35) !important;
}

.ring-harvest\/40 {
  --tw-ring-color: rgb(215 129 49 / 0.4) !important;
}

.ring-harvest\/45 {
  --tw-ring-color: rgb(215 129 49 / 0.45) !important;
}

.ring-harvest\/5 {
  --tw-ring-color: rgb(215 129 49 / 0.05) !important;
}

.ring-harvest\/50 {
  --tw-ring-color: rgb(215 129 49 / 0.5) !important;
}

.ring-harvest\/55 {
  --tw-ring-color: rgb(215 129 49 / 0.55) !important;
}

.ring-harvest\/60 {
  --tw-ring-color: rgb(215 129 49 / 0.6) !important;
}

.ring-harvest\/65 {
  --tw-ring-color: rgb(215 129 49 / 0.65) !important;
}

.ring-harvest\/70 {
  --tw-ring-color: rgb(215 129 49 / 0.7) !important;
}

.ring-harvest\/75 {
  --tw-ring-color: rgb(215 129 49 / 0.75) !important;
}

.ring-harvest\/80 {
  --tw-ring-color: rgb(215 129 49 / 0.8) !important;
}

.ring-harvest\/85 {
  --tw-ring-color: rgb(215 129 49 / 0.85) !important;
}

.ring-harvest\/90 {
  --tw-ring-color: rgb(215 129 49 / 0.9) !important;
}

.ring-harvest\/95 {
  --tw-ring-color: rgb(215 129 49 / 0.95) !important;
}

.ring-light {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity, 1)) !important;
}

.ring-light\/0 {
  --tw-ring-color: rgb(249 250 251 / 0) !important;
}

.ring-light\/10 {
  --tw-ring-color: rgb(249 250 251 / 0.1) !important;
}

.ring-light\/100 {
  --tw-ring-color: rgb(249 250 251 / 1) !important;
}

.ring-light\/15 {
  --tw-ring-color: rgb(249 250 251 / 0.15) !important;
}

.ring-light\/20 {
  --tw-ring-color: rgb(249 250 251 / 0.2) !important;
}

.ring-light\/25 {
  --tw-ring-color: rgb(249 250 251 / 0.25) !important;
}

.ring-light\/30 {
  --tw-ring-color: rgb(249 250 251 / 0.3) !important;
}

.ring-light\/35 {
  --tw-ring-color: rgb(249 250 251 / 0.35) !important;
}

.ring-light\/40 {
  --tw-ring-color: rgb(249 250 251 / 0.4) !important;
}

.ring-light\/45 {
  --tw-ring-color: rgb(249 250 251 / 0.45) !important;
}

.ring-light\/5 {
  --tw-ring-color: rgb(249 250 251 / 0.05) !important;
}

.ring-light\/50 {
  --tw-ring-color: rgb(249 250 251 / 0.5) !important;
}

.ring-light\/55 {
  --tw-ring-color: rgb(249 250 251 / 0.55) !important;
}

.ring-light\/60 {
  --tw-ring-color: rgb(249 250 251 / 0.6) !important;
}

.ring-light\/65 {
  --tw-ring-color: rgb(249 250 251 / 0.65) !important;
}

.ring-light\/70 {
  --tw-ring-color: rgb(249 250 251 / 0.7) !important;
}

.ring-light\/75 {
  --tw-ring-color: rgb(249 250 251 / 0.75) !important;
}

.ring-light\/80 {
  --tw-ring-color: rgb(249 250 251 / 0.8) !important;
}

.ring-light\/85 {
  --tw-ring-color: rgb(249 250 251 / 0.85) !important;
}

.ring-light\/90 {
  --tw-ring-color: rgb(249 250 251 / 0.9) !important;
}

.ring-light\/95 {
  --tw-ring-color: rgb(249 250 251 / 0.95) !important;
}

.ring-sprout {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(196 209 72 / var(--tw-ring-opacity, 1)) !important;
}

.ring-sprout\/0 {
  --tw-ring-color: rgb(196 209 72 / 0) !important;
}

.ring-sprout\/10 {
  --tw-ring-color: rgb(196 209 72 / 0.1) !important;
}

.ring-sprout\/100 {
  --tw-ring-color: rgb(196 209 72 / 1) !important;
}

.ring-sprout\/15 {
  --tw-ring-color: rgb(196 209 72 / 0.15) !important;
}

.ring-sprout\/20 {
  --tw-ring-color: rgb(196 209 72 / 0.2) !important;
}

.ring-sprout\/25 {
  --tw-ring-color: rgb(196 209 72 / 0.25) !important;
}

.ring-sprout\/30 {
  --tw-ring-color: rgb(196 209 72 / 0.3) !important;
}

.ring-sprout\/35 {
  --tw-ring-color: rgb(196 209 72 / 0.35) !important;
}

.ring-sprout\/40 {
  --tw-ring-color: rgb(196 209 72 / 0.4) !important;
}

.ring-sprout\/45 {
  --tw-ring-color: rgb(196 209 72 / 0.45) !important;
}

.ring-sprout\/5 {
  --tw-ring-color: rgb(196 209 72 / 0.05) !important;
}

.ring-sprout\/50 {
  --tw-ring-color: rgb(196 209 72 / 0.5) !important;
}

.ring-sprout\/55 {
  --tw-ring-color: rgb(196 209 72 / 0.55) !important;
}

.ring-sprout\/60 {
  --tw-ring-color: rgb(196 209 72 / 0.6) !important;
}

.ring-sprout\/65 {
  --tw-ring-color: rgb(196 209 72 / 0.65) !important;
}

.ring-sprout\/70 {
  --tw-ring-color: rgb(196 209 72 / 0.7) !important;
}

.ring-sprout\/75 {
  --tw-ring-color: rgb(196 209 72 / 0.75) !important;
}

.ring-sprout\/80 {
  --tw-ring-color: rgb(196 209 72 / 0.8) !important;
}

.ring-sprout\/85 {
  --tw-ring-color: rgb(196 209 72 / 0.85) !important;
}

.ring-sprout\/90 {
  --tw-ring-color: rgb(196 209 72 / 0.9) !important;
}

.ring-sprout\/95 {
  --tw-ring-color: rgb(196 209 72 / 0.95) !important;
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px) !important;
  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) !important;
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px) !important;
  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) !important;
}

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

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

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

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

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

.duration-300 {
  transition-duration: 300ms !important;
}

.duration-500 {
  transition-duration: 500ms !important;
}

.duration-700 {
  transition-duration: 700ms !important;
}

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

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.hover\:bg-gray-50:hover.wave-container .shape-fill {
  fill: #f9fafb;
}

.elementor .hover\:text-earth:hover,
  .elementor .hover\:text-earth:hover :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  color: rgb(120 46 1 / var(--tw-text-opacity, 1)) !important;
}

.elementor .hover\:text-harvest:hover,
  .elementor .hover\:text-harvest:hover :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  color: rgb(215 129 49 / var(--tw-text-opacity, 1)) !important;
}

.elementor .hover\:text-sprout:hover,
  .elementor .hover\:text-sprout:hover :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  color: rgb(196 209 72 / var(--tw-text-opacity, 1)) !important;
}

.elementor .focus\:text-earth:focus,
  .elementor .focus\:text-earth:focus :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  color: rgb(120 46 1 / var(--tw-text-opacity, 1)) !important;
}

.elementor .focus\:text-harvest:focus,
  .elementor .focus\:text-harvest:focus :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  color: rgb(215 129 49 / var(--tw-text-opacity, 1)) !important;
}

.elementor .focus\:text-sprout:focus,
  .elementor .focus\:text-sprout:focus :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  color: rgb(196 209 72 / var(--tw-text-opacity, 1)) !important;
}

.elementor .group:hover .group-hover\:text-earth,
  .elementor .group:hover .group-hover\:text-earth :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  color: rgb(120 46 1 / var(--tw-text-opacity, 1)) !important;
}

.elementor .group:hover .group-hover\:text-harvest,
  .elementor .group:hover .group-hover\:text-harvest :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  color: rgb(215 129 49 / var(--tw-text-opacity, 1)) !important;
}

.elementor .group:hover .group-hover\:text-sprout,
  .elementor .group:hover .group-hover\:text-sprout :where(
    .elementor-heading-title,
    .elementor-text-editor,
    .elementor-icon-list-text,
    .elementor-button-text,
    .elementor-image-box-title,
    .elementor-image-box-description,
    .elementor-counter-title,
    .elementor-counter-number-wrapper,
    p, span, li, a, strong, em, h1, h2, h3, h4, h5, h6
  ) {
  color: rgb(196 209 72 / var(--tw-text-opacity, 1)) !important;
}

.last\:border-0:last-child {
  border-width: 0px !important;
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.hover\:border-dark:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-dark\/0:hover {
  border-color: rgb(31 41 55 / 0) !important;
}

.hover\:border-dark\/10:hover {
  border-color: rgb(31 41 55 / 0.1) !important;
}

.hover\:border-dark\/100:hover {
  border-color: rgb(31 41 55 / 1) !important;
}

.hover\:border-dark\/15:hover {
  border-color: rgb(31 41 55 / 0.15) !important;
}

.hover\:border-dark\/20:hover {
  border-color: rgb(31 41 55 / 0.2) !important;
}

.hover\:border-dark\/25:hover {
  border-color: rgb(31 41 55 / 0.25) !important;
}

.hover\:border-dark\/30:hover {
  border-color: rgb(31 41 55 / 0.3) !important;
}

.hover\:border-dark\/35:hover {
  border-color: rgb(31 41 55 / 0.35) !important;
}

.hover\:border-dark\/40:hover {
  border-color: rgb(31 41 55 / 0.4) !important;
}

.hover\:border-dark\/45:hover {
  border-color: rgb(31 41 55 / 0.45) !important;
}

.hover\:border-dark\/5:hover {
  border-color: rgb(31 41 55 / 0.05) !important;
}

.hover\:border-dark\/50:hover {
  border-color: rgb(31 41 55 / 0.5) !important;
}

.hover\:border-dark\/55:hover {
  border-color: rgb(31 41 55 / 0.55) !important;
}

.hover\:border-dark\/60:hover {
  border-color: rgb(31 41 55 / 0.6) !important;
}

.hover\:border-dark\/65:hover {
  border-color: rgb(31 41 55 / 0.65) !important;
}

.hover\:border-dark\/70:hover {
  border-color: rgb(31 41 55 / 0.7) !important;
}

.hover\:border-dark\/75:hover {
  border-color: rgb(31 41 55 / 0.75) !important;
}

.hover\:border-dark\/80:hover {
  border-color: rgb(31 41 55 / 0.8) !important;
}

.hover\:border-dark\/85:hover {
  border-color: rgb(31 41 55 / 0.85) !important;
}

.hover\:border-dark\/90:hover {
  border-color: rgb(31 41 55 / 0.9) !important;
}

.hover\:border-dark\/95:hover {
  border-color: rgb(31 41 55 / 0.95) !important;
}

.hover\:border-earth:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(120 46 1 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-earth\/0:hover {
  border-color: rgb(120 46 1 / 0) !important;
}

.hover\:border-earth\/10:hover {
  border-color: rgb(120 46 1 / 0.1) !important;
}

.hover\:border-earth\/100:hover {
  border-color: rgb(120 46 1 / 1) !important;
}

.hover\:border-earth\/15:hover {
  border-color: rgb(120 46 1 / 0.15) !important;
}

.hover\:border-earth\/20:hover {
  border-color: rgb(120 46 1 / 0.2) !important;
}

.hover\:border-earth\/25:hover {
  border-color: rgb(120 46 1 / 0.25) !important;
}

.hover\:border-earth\/30:hover {
  border-color: rgb(120 46 1 / 0.3) !important;
}

.hover\:border-earth\/35:hover {
  border-color: rgb(120 46 1 / 0.35) !important;
}

.hover\:border-earth\/40:hover {
  border-color: rgb(120 46 1 / 0.4) !important;
}

.hover\:border-earth\/45:hover {
  border-color: rgb(120 46 1 / 0.45) !important;
}

.hover\:border-earth\/5:hover {
  border-color: rgb(120 46 1 / 0.05) !important;
}

.hover\:border-earth\/50:hover {
  border-color: rgb(120 46 1 / 0.5) !important;
}

.hover\:border-earth\/55:hover {
  border-color: rgb(120 46 1 / 0.55) !important;
}

.hover\:border-earth\/60:hover {
  border-color: rgb(120 46 1 / 0.6) !important;
}

.hover\:border-earth\/65:hover {
  border-color: rgb(120 46 1 / 0.65) !important;
}

.hover\:border-earth\/70:hover {
  border-color: rgb(120 46 1 / 0.7) !important;
}

.hover\:border-earth\/75:hover {
  border-color: rgb(120 46 1 / 0.75) !important;
}

.hover\:border-earth\/80:hover {
  border-color: rgb(120 46 1 / 0.8) !important;
}

.hover\:border-earth\/85:hover {
  border-color: rgb(120 46 1 / 0.85) !important;
}

.hover\:border-earth\/90:hover {
  border-color: rgb(120 46 1 / 0.9) !important;
}

.hover\:border-earth\/95:hover {
  border-color: rgb(120 46 1 / 0.95) !important;
}

.hover\:border-gray-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-harvest:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(215 129 49 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-harvest\/0:hover {
  border-color: rgb(215 129 49 / 0) !important;
}

.hover\:border-harvest\/10:hover {
  border-color: rgb(215 129 49 / 0.1) !important;
}

.hover\:border-harvest\/100:hover {
  border-color: rgb(215 129 49 / 1) !important;
}

.hover\:border-harvest\/15:hover {
  border-color: rgb(215 129 49 / 0.15) !important;
}

.hover\:border-harvest\/20:hover {
  border-color: rgb(215 129 49 / 0.2) !important;
}

.hover\:border-harvest\/25:hover {
  border-color: rgb(215 129 49 / 0.25) !important;
}

.hover\:border-harvest\/30:hover {
  border-color: rgb(215 129 49 / 0.3) !important;
}

.hover\:border-harvest\/35:hover {
  border-color: rgb(215 129 49 / 0.35) !important;
}

.hover\:border-harvest\/40:hover {
  border-color: rgb(215 129 49 / 0.4) !important;
}

.hover\:border-harvest\/45:hover {
  border-color: rgb(215 129 49 / 0.45) !important;
}

.hover\:border-harvest\/5:hover {
  border-color: rgb(215 129 49 / 0.05) !important;
}

.hover\:border-harvest\/50:hover {
  border-color: rgb(215 129 49 / 0.5) !important;
}

.hover\:border-harvest\/55:hover {
  border-color: rgb(215 129 49 / 0.55) !important;
}

.hover\:border-harvest\/60:hover {
  border-color: rgb(215 129 49 / 0.6) !important;
}

.hover\:border-harvest\/65:hover {
  border-color: rgb(215 129 49 / 0.65) !important;
}

.hover\:border-harvest\/70:hover {
  border-color: rgb(215 129 49 / 0.7) !important;
}

.hover\:border-harvest\/75:hover {
  border-color: rgb(215 129 49 / 0.75) !important;
}

.hover\:border-harvest\/80:hover {
  border-color: rgb(215 129 49 / 0.8) !important;
}

.hover\:border-harvest\/85:hover {
  border-color: rgb(215 129 49 / 0.85) !important;
}

.hover\:border-harvest\/90:hover {
  border-color: rgb(215 129 49 / 0.9) !important;
}

.hover\:border-harvest\/95:hover {
  border-color: rgb(215 129 49 / 0.95) !important;
}

.hover\:border-light:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-light\/0:hover {
  border-color: rgb(249 250 251 / 0) !important;
}

.hover\:border-light\/10:hover {
  border-color: rgb(249 250 251 / 0.1) !important;
}

.hover\:border-light\/100:hover {
  border-color: rgb(249 250 251 / 1) !important;
}

.hover\:border-light\/15:hover {
  border-color: rgb(249 250 251 / 0.15) !important;
}

.hover\:border-light\/20:hover {
  border-color: rgb(249 250 251 / 0.2) !important;
}

.hover\:border-light\/25:hover {
  border-color: rgb(249 250 251 / 0.25) !important;
}

.hover\:border-light\/30:hover {
  border-color: rgb(249 250 251 / 0.3) !important;
}

.hover\:border-light\/35:hover {
  border-color: rgb(249 250 251 / 0.35) !important;
}

.hover\:border-light\/40:hover {
  border-color: rgb(249 250 251 / 0.4) !important;
}

.hover\:border-light\/45:hover {
  border-color: rgb(249 250 251 / 0.45) !important;
}

.hover\:border-light\/5:hover {
  border-color: rgb(249 250 251 / 0.05) !important;
}

.hover\:border-light\/50:hover {
  border-color: rgb(249 250 251 / 0.5) !important;
}

.hover\:border-light\/55:hover {
  border-color: rgb(249 250 251 / 0.55) !important;
}

.hover\:border-light\/60:hover {
  border-color: rgb(249 250 251 / 0.6) !important;
}

.hover\:border-light\/65:hover {
  border-color: rgb(249 250 251 / 0.65) !important;
}

.hover\:border-light\/70:hover {
  border-color: rgb(249 250 251 / 0.7) !important;
}

.hover\:border-light\/75:hover {
  border-color: rgb(249 250 251 / 0.75) !important;
}

.hover\:border-light\/80:hover {
  border-color: rgb(249 250 251 / 0.8) !important;
}

.hover\:border-light\/85:hover {
  border-color: rgb(249 250 251 / 0.85) !important;
}

.hover\:border-light\/90:hover {
  border-color: rgb(249 250 251 / 0.9) !important;
}

.hover\:border-light\/95:hover {
  border-color: rgb(249 250 251 / 0.95) !important;
}

.hover\:border-sprout:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(196 209 72 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-sprout\/0:hover {
  border-color: rgb(196 209 72 / 0) !important;
}

.hover\:border-sprout\/10:hover {
  border-color: rgb(196 209 72 / 0.1) !important;
}

.hover\:border-sprout\/100:hover {
  border-color: rgb(196 209 72 / 1) !important;
}

.hover\:border-sprout\/15:hover {
  border-color: rgb(196 209 72 / 0.15) !important;
}

.hover\:border-sprout\/20:hover {
  border-color: rgb(196 209 72 / 0.2) !important;
}

.hover\:border-sprout\/25:hover {
  border-color: rgb(196 209 72 / 0.25) !important;
}

.hover\:border-sprout\/30:hover {
  border-color: rgb(196 209 72 / 0.3) !important;
}

.hover\:border-sprout\/35:hover {
  border-color: rgb(196 209 72 / 0.35) !important;
}

.hover\:border-sprout\/40:hover {
  border-color: rgb(196 209 72 / 0.4) !important;
}

.hover\:border-sprout\/45:hover {
  border-color: rgb(196 209 72 / 0.45) !important;
}

.hover\:border-sprout\/5:hover {
  border-color: rgb(196 209 72 / 0.05) !important;
}

.hover\:border-sprout\/50:hover {
  border-color: rgb(196 209 72 / 0.5) !important;
}

.hover\:border-sprout\/55:hover {
  border-color: rgb(196 209 72 / 0.55) !important;
}

.hover\:border-sprout\/60:hover {
  border-color: rgb(196 209 72 / 0.6) !important;
}

.hover\:border-sprout\/65:hover {
  border-color: rgb(196 209 72 / 0.65) !important;
}

.hover\:border-sprout\/70:hover {
  border-color: rgb(196 209 72 / 0.7) !important;
}

.hover\:border-sprout\/75:hover {
  border-color: rgb(196 209 72 / 0.75) !important;
}

.hover\:border-sprout\/80:hover {
  border-color: rgb(196 209 72 / 0.8) !important;
}

.hover\:border-sprout\/85:hover {
  border-color: rgb(196 209 72 / 0.85) !important;
}

.hover\:border-sprout\/90:hover {
  border-color: rgb(196 209 72 / 0.9) !important;
}

.hover\:border-sprout\/95:hover {
  border-color: rgb(196 209 72 / 0.95) !important;
}

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

.hover\:bg-dark\/0:hover {
  background-color: rgb(31 41 55 / 0) !important;
}

.hover\:bg-dark\/10:hover {
  background-color: rgb(31 41 55 / 0.1) !important;
}

.hover\:bg-dark\/100:hover {
  background-color: rgb(31 41 55 / 1) !important;
}

.hover\:bg-dark\/15:hover {
  background-color: rgb(31 41 55 / 0.15) !important;
}

.hover\:bg-dark\/20:hover {
  background-color: rgb(31 41 55 / 0.2) !important;
}

.hover\:bg-dark\/25:hover {
  background-color: rgb(31 41 55 / 0.25) !important;
}

.hover\:bg-dark\/30:hover {
  background-color: rgb(31 41 55 / 0.3) !important;
}

.hover\:bg-dark\/35:hover {
  background-color: rgb(31 41 55 / 0.35) !important;
}

.hover\:bg-dark\/40:hover {
  background-color: rgb(31 41 55 / 0.4) !important;
}

.hover\:bg-dark\/45:hover {
  background-color: rgb(31 41 55 / 0.45) !important;
}

.hover\:bg-dark\/5:hover {
  background-color: rgb(31 41 55 / 0.05) !important;
}

.hover\:bg-dark\/50:hover {
  background-color: rgb(31 41 55 / 0.5) !important;
}

.hover\:bg-dark\/55:hover {
  background-color: rgb(31 41 55 / 0.55) !important;
}

.hover\:bg-dark\/60:hover {
  background-color: rgb(31 41 55 / 0.6) !important;
}

.hover\:bg-dark\/65:hover {
  background-color: rgb(31 41 55 / 0.65) !important;
}

.hover\:bg-dark\/70:hover {
  background-color: rgb(31 41 55 / 0.7) !important;
}

.hover\:bg-dark\/75:hover {
  background-color: rgb(31 41 55 / 0.75) !important;
}

.hover\:bg-dark\/80:hover {
  background-color: rgb(31 41 55 / 0.8) !important;
}

.hover\:bg-dark\/85:hover {
  background-color: rgb(31 41 55 / 0.85) !important;
}

.hover\:bg-dark\/90:hover {
  background-color: rgb(31 41 55 / 0.9) !important;
}

.hover\:bg-dark\/95:hover {
  background-color: rgb(31 41 55 / 0.95) !important;
}

.hover\:bg-earth:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(120 46 1 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-earth\/0:hover {
  background-color: rgb(120 46 1 / 0) !important;
}

.hover\:bg-earth\/10:hover {
  background-color: rgb(120 46 1 / 0.1) !important;
}

.hover\:bg-earth\/100:hover {
  background-color: rgb(120 46 1 / 1) !important;
}

.hover\:bg-earth\/15:hover {
  background-color: rgb(120 46 1 / 0.15) !important;
}

.hover\:bg-earth\/20:hover {
  background-color: rgb(120 46 1 / 0.2) !important;
}

.hover\:bg-earth\/25:hover {
  background-color: rgb(120 46 1 / 0.25) !important;
}

.hover\:bg-earth\/30:hover {
  background-color: rgb(120 46 1 / 0.3) !important;
}

.hover\:bg-earth\/35:hover {
  background-color: rgb(120 46 1 / 0.35) !important;
}

.hover\:bg-earth\/40:hover {
  background-color: rgb(120 46 1 / 0.4) !important;
}

.hover\:bg-earth\/45:hover {
  background-color: rgb(120 46 1 / 0.45) !important;
}

.hover\:bg-earth\/5:hover {
  background-color: rgb(120 46 1 / 0.05) !important;
}

.hover\:bg-earth\/50:hover {
  background-color: rgb(120 46 1 / 0.5) !important;
}

.hover\:bg-earth\/55:hover {
  background-color: rgb(120 46 1 / 0.55) !important;
}

.hover\:bg-earth\/60:hover {
  background-color: rgb(120 46 1 / 0.6) !important;
}

.hover\:bg-earth\/65:hover {
  background-color: rgb(120 46 1 / 0.65) !important;
}

.hover\:bg-earth\/70:hover {
  background-color: rgb(120 46 1 / 0.7) !important;
}

.hover\:bg-earth\/75:hover {
  background-color: rgb(120 46 1 / 0.75) !important;
}

.hover\:bg-earth\/80:hover {
  background-color: rgb(120 46 1 / 0.8) !important;
}

.hover\:bg-earth\/85:hover {
  background-color: rgb(120 46 1 / 0.85) !important;
}

.hover\:bg-earth\/90:hover {
  background-color: rgb(120 46 1 / 0.9) !important;
}

.hover\:bg-earth\/95:hover {
  background-color: rgb(120 46 1 / 0.95) !important;
}

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

.hover\:bg-harvest:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(215 129 49 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-harvest\/0:hover {
  background-color: rgb(215 129 49 / 0) !important;
}

.hover\:bg-harvest\/10:hover {
  background-color: rgb(215 129 49 / 0.1) !important;
}

.hover\:bg-harvest\/100:hover {
  background-color: rgb(215 129 49 / 1) !important;
}

.hover\:bg-harvest\/15:hover {
  background-color: rgb(215 129 49 / 0.15) !important;
}

.hover\:bg-harvest\/20:hover {
  background-color: rgb(215 129 49 / 0.2) !important;
}

.hover\:bg-harvest\/25:hover {
  background-color: rgb(215 129 49 / 0.25) !important;
}

.hover\:bg-harvest\/30:hover {
  background-color: rgb(215 129 49 / 0.3) !important;
}

.hover\:bg-harvest\/35:hover {
  background-color: rgb(215 129 49 / 0.35) !important;
}

.hover\:bg-harvest\/40:hover {
  background-color: rgb(215 129 49 / 0.4) !important;
}

.hover\:bg-harvest\/45:hover {
  background-color: rgb(215 129 49 / 0.45) !important;
}

.hover\:bg-harvest\/5:hover {
  background-color: rgb(215 129 49 / 0.05) !important;
}

.hover\:bg-harvest\/50:hover {
  background-color: rgb(215 129 49 / 0.5) !important;
}

.hover\:bg-harvest\/55:hover {
  background-color: rgb(215 129 49 / 0.55) !important;
}

.hover\:bg-harvest\/60:hover {
  background-color: rgb(215 129 49 / 0.6) !important;
}

.hover\:bg-harvest\/65:hover {
  background-color: rgb(215 129 49 / 0.65) !important;
}

.hover\:bg-harvest\/70:hover {
  background-color: rgb(215 129 49 / 0.7) !important;
}

.hover\:bg-harvest\/75:hover {
  background-color: rgb(215 129 49 / 0.75) !important;
}

.hover\:bg-harvest\/80:hover {
  background-color: rgb(215 129 49 / 0.8) !important;
}

.hover\:bg-harvest\/85:hover {
  background-color: rgb(215 129 49 / 0.85) !important;
}

.hover\:bg-harvest\/90:hover {
  background-color: rgb(215 129 49 / 0.9) !important;
}

.hover\:bg-harvest\/95:hover {
  background-color: rgb(215 129 49 / 0.95) !important;
}

.hover\:bg-light:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-light\/0:hover {
  background-color: rgb(249 250 251 / 0) !important;
}

.hover\:bg-light\/10:hover {
  background-color: rgb(249 250 251 / 0.1) !important;
}

.hover\:bg-light\/100:hover {
  background-color: rgb(249 250 251 / 1) !important;
}

.hover\:bg-light\/15:hover {
  background-color: rgb(249 250 251 / 0.15) !important;
}

.hover\:bg-light\/20:hover {
  background-color: rgb(249 250 251 / 0.2) !important;
}

.hover\:bg-light\/25:hover {
  background-color: rgb(249 250 251 / 0.25) !important;
}

.hover\:bg-light\/30:hover {
  background-color: rgb(249 250 251 / 0.3) !important;
}

.hover\:bg-light\/35:hover {
  background-color: rgb(249 250 251 / 0.35) !important;
}

.hover\:bg-light\/40:hover {
  background-color: rgb(249 250 251 / 0.4) !important;
}

.hover\:bg-light\/45:hover {
  background-color: rgb(249 250 251 / 0.45) !important;
}

.hover\:bg-light\/5:hover {
  background-color: rgb(249 250 251 / 0.05) !important;
}

.hover\:bg-light\/50:hover {
  background-color: rgb(249 250 251 / 0.5) !important;
}

.hover\:bg-light\/55:hover {
  background-color: rgb(249 250 251 / 0.55) !important;
}

.hover\:bg-light\/60:hover {
  background-color: rgb(249 250 251 / 0.6) !important;
}

.hover\:bg-light\/65:hover {
  background-color: rgb(249 250 251 / 0.65) !important;
}

.hover\:bg-light\/70:hover {
  background-color: rgb(249 250 251 / 0.7) !important;
}

.hover\:bg-light\/75:hover {
  background-color: rgb(249 250 251 / 0.75) !important;
}

.hover\:bg-light\/80:hover {
  background-color: rgb(249 250 251 / 0.8) !important;
}

.hover\:bg-light\/85:hover {
  background-color: rgb(249 250 251 / 0.85) !important;
}

.hover\:bg-light\/90:hover {
  background-color: rgb(249 250 251 / 0.9) !important;
}

.hover\:bg-light\/95:hover {
  background-color: rgb(249 250 251 / 0.95) !important;
}

.hover\:bg-sprout:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(196 209 72 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-sprout\/0:hover {
  background-color: rgb(196 209 72 / 0) !important;
}

.hover\:bg-sprout\/10:hover {
  background-color: rgb(196 209 72 / 0.1) !important;
}

.hover\:bg-sprout\/100:hover {
  background-color: rgb(196 209 72 / 1) !important;
}

.hover\:bg-sprout\/15:hover {
  background-color: rgb(196 209 72 / 0.15) !important;
}

.hover\:bg-sprout\/20:hover {
  background-color: rgb(196 209 72 / 0.2) !important;
}

.hover\:bg-sprout\/25:hover {
  background-color: rgb(196 209 72 / 0.25) !important;
}

.hover\:bg-sprout\/30:hover {
  background-color: rgb(196 209 72 / 0.3) !important;
}

.hover\:bg-sprout\/35:hover {
  background-color: rgb(196 209 72 / 0.35) !important;
}

.hover\:bg-sprout\/40:hover {
  background-color: rgb(196 209 72 / 0.4) !important;
}

.hover\:bg-sprout\/45:hover {
  background-color: rgb(196 209 72 / 0.45) !important;
}

.hover\:bg-sprout\/5:hover {
  background-color: rgb(196 209 72 / 0.05) !important;
}

.hover\:bg-sprout\/50:hover {
  background-color: rgb(196 209 72 / 0.5) !important;
}

.hover\:bg-sprout\/55:hover {
  background-color: rgb(196 209 72 / 0.55) !important;
}

.hover\:bg-sprout\/60:hover {
  background-color: rgb(196 209 72 / 0.6) !important;
}

.hover\:bg-sprout\/65:hover {
  background-color: rgb(196 209 72 / 0.65) !important;
}

.hover\:bg-sprout\/70:hover {
  background-color: rgb(196 209 72 / 0.7) !important;
}

.hover\:bg-sprout\/75:hover {
  background-color: rgb(196 209 72 / 0.75) !important;
}

.hover\:bg-sprout\/80:hover {
  background-color: rgb(196 209 72 / 0.8) !important;
}

.hover\:bg-sprout\/85:hover {
  background-color: rgb(196 209 72 / 0.85) !important;
}

.hover\:bg-sprout\/90:hover {
  background-color: rgb(196 209 72 / 0.9) !important;
}

.hover\:bg-sprout\/95:hover {
  background-color: rgb(196 209 72 / 0.95) !important;
}

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

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1) !important;
}

.hover\:from-orange-600:hover {
  --tw-gradient-from: #ea580c var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}

.hover\:to-red-800:hover {
  --tw-gradient-to: #991b1b var(--tw-gradient-to-position) !important;
}

.hover\:fill-dark:hover {
  fill: #1f2937 !important;
}

.hover\:fill-dark\/0:hover {
  fill: rgb(31 41 55 / 0) !important;
}

.hover\:fill-dark\/10:hover {
  fill: rgb(31 41 55 / 0.1) !important;
}

.hover\:fill-dark\/100:hover {
  fill: rgb(31 41 55 / 1) !important;
}

.hover\:fill-dark\/15:hover {
  fill: rgb(31 41 55 / 0.15) !important;
}

.hover\:fill-dark\/20:hover {
  fill: rgb(31 41 55 / 0.2) !important;
}

.hover\:fill-dark\/25:hover {
  fill: rgb(31 41 55 / 0.25) !important;
}

.hover\:fill-dark\/30:hover {
  fill: rgb(31 41 55 / 0.3) !important;
}

.hover\:fill-dark\/35:hover {
  fill: rgb(31 41 55 / 0.35) !important;
}

.hover\:fill-dark\/40:hover {
  fill: rgb(31 41 55 / 0.4) !important;
}

.hover\:fill-dark\/45:hover {
  fill: rgb(31 41 55 / 0.45) !important;
}

.hover\:fill-dark\/5:hover {
  fill: rgb(31 41 55 / 0.05) !important;
}

.hover\:fill-dark\/50:hover {
  fill: rgb(31 41 55 / 0.5) !important;
}

.hover\:fill-dark\/55:hover {
  fill: rgb(31 41 55 / 0.55) !important;
}

.hover\:fill-dark\/60:hover {
  fill: rgb(31 41 55 / 0.6) !important;
}

.hover\:fill-dark\/65:hover {
  fill: rgb(31 41 55 / 0.65) !important;
}

.hover\:fill-dark\/70:hover {
  fill: rgb(31 41 55 / 0.7) !important;
}

.hover\:fill-dark\/75:hover {
  fill: rgb(31 41 55 / 0.75) !important;
}

.hover\:fill-dark\/80:hover {
  fill: rgb(31 41 55 / 0.8) !important;
}

.hover\:fill-dark\/85:hover {
  fill: rgb(31 41 55 / 0.85) !important;
}

.hover\:fill-dark\/90:hover {
  fill: rgb(31 41 55 / 0.9) !important;
}

.hover\:fill-dark\/95:hover {
  fill: rgb(31 41 55 / 0.95) !important;
}

.hover\:fill-earth:hover {
  fill: #782e01 !important;
}

.hover\:fill-earth\/0:hover {
  fill: rgb(120 46 1 / 0) !important;
}

.hover\:fill-earth\/10:hover {
  fill: rgb(120 46 1 / 0.1) !important;
}

.hover\:fill-earth\/100:hover {
  fill: rgb(120 46 1 / 1) !important;
}

.hover\:fill-earth\/15:hover {
  fill: rgb(120 46 1 / 0.15) !important;
}

.hover\:fill-earth\/20:hover {
  fill: rgb(120 46 1 / 0.2) !important;
}

.hover\:fill-earth\/25:hover {
  fill: rgb(120 46 1 / 0.25) !important;
}

.hover\:fill-earth\/30:hover {
  fill: rgb(120 46 1 / 0.3) !important;
}

.hover\:fill-earth\/35:hover {
  fill: rgb(120 46 1 / 0.35) !important;
}

.hover\:fill-earth\/40:hover {
  fill: rgb(120 46 1 / 0.4) !important;
}

.hover\:fill-earth\/45:hover {
  fill: rgb(120 46 1 / 0.45) !important;
}

.hover\:fill-earth\/5:hover {
  fill: rgb(120 46 1 / 0.05) !important;
}

.hover\:fill-earth\/50:hover {
  fill: rgb(120 46 1 / 0.5) !important;
}

.hover\:fill-earth\/55:hover {
  fill: rgb(120 46 1 / 0.55) !important;
}

.hover\:fill-earth\/60:hover {
  fill: rgb(120 46 1 / 0.6) !important;
}

.hover\:fill-earth\/65:hover {
  fill: rgb(120 46 1 / 0.65) !important;
}

.hover\:fill-earth\/70:hover {
  fill: rgb(120 46 1 / 0.7) !important;
}

.hover\:fill-earth\/75:hover {
  fill: rgb(120 46 1 / 0.75) !important;
}

.hover\:fill-earth\/80:hover {
  fill: rgb(120 46 1 / 0.8) !important;
}

.hover\:fill-earth\/85:hover {
  fill: rgb(120 46 1 / 0.85) !important;
}

.hover\:fill-earth\/90:hover {
  fill: rgb(120 46 1 / 0.9) !important;
}

.hover\:fill-earth\/95:hover {
  fill: rgb(120 46 1 / 0.95) !important;
}

.hover\:fill-harvest:hover {
  fill: #d78131 !important;
}

.hover\:fill-harvest\/0:hover {
  fill: rgb(215 129 49 / 0) !important;
}

.hover\:fill-harvest\/10:hover {
  fill: rgb(215 129 49 / 0.1) !important;
}

.hover\:fill-harvest\/100:hover {
  fill: rgb(215 129 49 / 1) !important;
}

.hover\:fill-harvest\/15:hover {
  fill: rgb(215 129 49 / 0.15) !important;
}

.hover\:fill-harvest\/20:hover {
  fill: rgb(215 129 49 / 0.2) !important;
}

.hover\:fill-harvest\/25:hover {
  fill: rgb(215 129 49 / 0.25) !important;
}

.hover\:fill-harvest\/30:hover {
  fill: rgb(215 129 49 / 0.3) !important;
}

.hover\:fill-harvest\/35:hover {
  fill: rgb(215 129 49 / 0.35) !important;
}

.hover\:fill-harvest\/40:hover {
  fill: rgb(215 129 49 / 0.4) !important;
}

.hover\:fill-harvest\/45:hover {
  fill: rgb(215 129 49 / 0.45) !important;
}

.hover\:fill-harvest\/5:hover {
  fill: rgb(215 129 49 / 0.05) !important;
}

.hover\:fill-harvest\/50:hover {
  fill: rgb(215 129 49 / 0.5) !important;
}

.hover\:fill-harvest\/55:hover {
  fill: rgb(215 129 49 / 0.55) !important;
}

.hover\:fill-harvest\/60:hover {
  fill: rgb(215 129 49 / 0.6) !important;
}

.hover\:fill-harvest\/65:hover {
  fill: rgb(215 129 49 / 0.65) !important;
}

.hover\:fill-harvest\/70:hover {
  fill: rgb(215 129 49 / 0.7) !important;
}

.hover\:fill-harvest\/75:hover {
  fill: rgb(215 129 49 / 0.75) !important;
}

.hover\:fill-harvest\/80:hover {
  fill: rgb(215 129 49 / 0.8) !important;
}

.hover\:fill-harvest\/85:hover {
  fill: rgb(215 129 49 / 0.85) !important;
}

.hover\:fill-harvest\/90:hover {
  fill: rgb(215 129 49 / 0.9) !important;
}

.hover\:fill-harvest\/95:hover {
  fill: rgb(215 129 49 / 0.95) !important;
}

.hover\:fill-light:hover {
  fill: #f9fafb !important;
}

.hover\:fill-light\/0:hover {
  fill: rgb(249 250 251 / 0) !important;
}

.hover\:fill-light\/10:hover {
  fill: rgb(249 250 251 / 0.1) !important;
}

.hover\:fill-light\/100:hover {
  fill: rgb(249 250 251 / 1) !important;
}

.hover\:fill-light\/15:hover {
  fill: rgb(249 250 251 / 0.15) !important;
}

.hover\:fill-light\/20:hover {
  fill: rgb(249 250 251 / 0.2) !important;
}

.hover\:fill-light\/25:hover {
  fill: rgb(249 250 251 / 0.25) !important;
}

.hover\:fill-light\/30:hover {
  fill: rgb(249 250 251 / 0.3) !important;
}

.hover\:fill-light\/35:hover {
  fill: rgb(249 250 251 / 0.35) !important;
}

.hover\:fill-light\/40:hover {
  fill: rgb(249 250 251 / 0.4) !important;
}

.hover\:fill-light\/45:hover {
  fill: rgb(249 250 251 / 0.45) !important;
}

.hover\:fill-light\/5:hover {
  fill: rgb(249 250 251 / 0.05) !important;
}

.hover\:fill-light\/50:hover {
  fill: rgb(249 250 251 / 0.5) !important;
}

.hover\:fill-light\/55:hover {
  fill: rgb(249 250 251 / 0.55) !important;
}

.hover\:fill-light\/60:hover {
  fill: rgb(249 250 251 / 0.6) !important;
}

.hover\:fill-light\/65:hover {
  fill: rgb(249 250 251 / 0.65) !important;
}

.hover\:fill-light\/70:hover {
  fill: rgb(249 250 251 / 0.7) !important;
}

.hover\:fill-light\/75:hover {
  fill: rgb(249 250 251 / 0.75) !important;
}

.hover\:fill-light\/80:hover {
  fill: rgb(249 250 251 / 0.8) !important;
}

.hover\:fill-light\/85:hover {
  fill: rgb(249 250 251 / 0.85) !important;
}

.hover\:fill-light\/90:hover {
  fill: rgb(249 250 251 / 0.9) !important;
}

.hover\:fill-light\/95:hover {
  fill: rgb(249 250 251 / 0.95) !important;
}

.hover\:fill-sprout:hover {
  fill: #c4d148 !important;
}

.hover\:fill-sprout\/0:hover {
  fill: rgb(196 209 72 / 0) !important;
}

.hover\:fill-sprout\/10:hover {
  fill: rgb(196 209 72 / 0.1) !important;
}

.hover\:fill-sprout\/100:hover {
  fill: rgb(196 209 72 / 1) !important;
}

.hover\:fill-sprout\/15:hover {
  fill: rgb(196 209 72 / 0.15) !important;
}

.hover\:fill-sprout\/20:hover {
  fill: rgb(196 209 72 / 0.2) !important;
}

.hover\:fill-sprout\/25:hover {
  fill: rgb(196 209 72 / 0.25) !important;
}

.hover\:fill-sprout\/30:hover {
  fill: rgb(196 209 72 / 0.3) !important;
}

.hover\:fill-sprout\/35:hover {
  fill: rgb(196 209 72 / 0.35) !important;
}

.hover\:fill-sprout\/40:hover {
  fill: rgb(196 209 72 / 0.4) !important;
}

.hover\:fill-sprout\/45:hover {
  fill: rgb(196 209 72 / 0.45) !important;
}

.hover\:fill-sprout\/5:hover {
  fill: rgb(196 209 72 / 0.05) !important;
}

.hover\:fill-sprout\/50:hover {
  fill: rgb(196 209 72 / 0.5) !important;
}

.hover\:fill-sprout\/55:hover {
  fill: rgb(196 209 72 / 0.55) !important;
}

.hover\:fill-sprout\/60:hover {
  fill: rgb(196 209 72 / 0.6) !important;
}

.hover\:fill-sprout\/65:hover {
  fill: rgb(196 209 72 / 0.65) !important;
}

.hover\:fill-sprout\/70:hover {
  fill: rgb(196 209 72 / 0.7) !important;
}

.hover\:fill-sprout\/75:hover {
  fill: rgb(196 209 72 / 0.75) !important;
}

.hover\:fill-sprout\/80:hover {
  fill: rgb(196 209 72 / 0.8) !important;
}

.hover\:fill-sprout\/85:hover {
  fill: rgb(196 209 72 / 0.85) !important;
}

.hover\:fill-sprout\/90:hover {
  fill: rgb(196 209 72 / 0.9) !important;
}

.hover\:fill-sprout\/95:hover {
  fill: rgb(196 209 72 / 0.95) !important;
}

.hover\:stroke-dark:hover {
  stroke: #1f2937 !important;
}

.hover\:stroke-dark\/0:hover {
  stroke: rgb(31 41 55 / 0) !important;
}

.hover\:stroke-dark\/10:hover {
  stroke: rgb(31 41 55 / 0.1) !important;
}

.hover\:stroke-dark\/100:hover {
  stroke: rgb(31 41 55 / 1) !important;
}

.hover\:stroke-dark\/15:hover {
  stroke: rgb(31 41 55 / 0.15) !important;
}

.hover\:stroke-dark\/20:hover {
  stroke: rgb(31 41 55 / 0.2) !important;
}

.hover\:stroke-dark\/25:hover {
  stroke: rgb(31 41 55 / 0.25) !important;
}

.hover\:stroke-dark\/30:hover {
  stroke: rgb(31 41 55 / 0.3) !important;
}

.hover\:stroke-dark\/35:hover {
  stroke: rgb(31 41 55 / 0.35) !important;
}

.hover\:stroke-dark\/40:hover {
  stroke: rgb(31 41 55 / 0.4) !important;
}

.hover\:stroke-dark\/45:hover {
  stroke: rgb(31 41 55 / 0.45) !important;
}

.hover\:stroke-dark\/5:hover {
  stroke: rgb(31 41 55 / 0.05) !important;
}

.hover\:stroke-dark\/50:hover {
  stroke: rgb(31 41 55 / 0.5) !important;
}

.hover\:stroke-dark\/55:hover {
  stroke: rgb(31 41 55 / 0.55) !important;
}

.hover\:stroke-dark\/60:hover {
  stroke: rgb(31 41 55 / 0.6) !important;
}

.hover\:stroke-dark\/65:hover {
  stroke: rgb(31 41 55 / 0.65) !important;
}

.hover\:stroke-dark\/70:hover {
  stroke: rgb(31 41 55 / 0.7) !important;
}

.hover\:stroke-dark\/75:hover {
  stroke: rgb(31 41 55 / 0.75) !important;
}

.hover\:stroke-dark\/80:hover {
  stroke: rgb(31 41 55 / 0.8) !important;
}

.hover\:stroke-dark\/85:hover {
  stroke: rgb(31 41 55 / 0.85) !important;
}

.hover\:stroke-dark\/90:hover {
  stroke: rgb(31 41 55 / 0.9) !important;
}

.hover\:stroke-dark\/95:hover {
  stroke: rgb(31 41 55 / 0.95) !important;
}

.hover\:stroke-earth:hover {
  stroke: #782e01 !important;
}

.hover\:stroke-earth\/0:hover {
  stroke: rgb(120 46 1 / 0) !important;
}

.hover\:stroke-earth\/10:hover {
  stroke: rgb(120 46 1 / 0.1) !important;
}

.hover\:stroke-earth\/100:hover {
  stroke: rgb(120 46 1 / 1) !important;
}

.hover\:stroke-earth\/15:hover {
  stroke: rgb(120 46 1 / 0.15) !important;
}

.hover\:stroke-earth\/20:hover {
  stroke: rgb(120 46 1 / 0.2) !important;
}

.hover\:stroke-earth\/25:hover {
  stroke: rgb(120 46 1 / 0.25) !important;
}

.hover\:stroke-earth\/30:hover {
  stroke: rgb(120 46 1 / 0.3) !important;
}

.hover\:stroke-earth\/35:hover {
  stroke: rgb(120 46 1 / 0.35) !important;
}

.hover\:stroke-earth\/40:hover {
  stroke: rgb(120 46 1 / 0.4) !important;
}

.hover\:stroke-earth\/45:hover {
  stroke: rgb(120 46 1 / 0.45) !important;
}

.hover\:stroke-earth\/5:hover {
  stroke: rgb(120 46 1 / 0.05) !important;
}

.hover\:stroke-earth\/50:hover {
  stroke: rgb(120 46 1 / 0.5) !important;
}

.hover\:stroke-earth\/55:hover {
  stroke: rgb(120 46 1 / 0.55) !important;
}

.hover\:stroke-earth\/60:hover {
  stroke: rgb(120 46 1 / 0.6) !important;
}

.hover\:stroke-earth\/65:hover {
  stroke: rgb(120 46 1 / 0.65) !important;
}

.hover\:stroke-earth\/70:hover {
  stroke: rgb(120 46 1 / 0.7) !important;
}

.hover\:stroke-earth\/75:hover {
  stroke: rgb(120 46 1 / 0.75) !important;
}

.hover\:stroke-earth\/80:hover {
  stroke: rgb(120 46 1 / 0.8) !important;
}

.hover\:stroke-earth\/85:hover {
  stroke: rgb(120 46 1 / 0.85) !important;
}

.hover\:stroke-earth\/90:hover {
  stroke: rgb(120 46 1 / 0.9) !important;
}

.hover\:stroke-earth\/95:hover {
  stroke: rgb(120 46 1 / 0.95) !important;
}

.hover\:stroke-harvest:hover {
  stroke: #d78131 !important;
}

.hover\:stroke-harvest\/0:hover {
  stroke: rgb(215 129 49 / 0) !important;
}

.hover\:stroke-harvest\/10:hover {
  stroke: rgb(215 129 49 / 0.1) !important;
}

.hover\:stroke-harvest\/100:hover {
  stroke: rgb(215 129 49 / 1) !important;
}

.hover\:stroke-harvest\/15:hover {
  stroke: rgb(215 129 49 / 0.15) !important;
}

.hover\:stroke-harvest\/20:hover {
  stroke: rgb(215 129 49 / 0.2) !important;
}

.hover\:stroke-harvest\/25:hover {
  stroke: rgb(215 129 49 / 0.25) !important;
}

.hover\:stroke-harvest\/30:hover {
  stroke: rgb(215 129 49 / 0.3) !important;
}

.hover\:stroke-harvest\/35:hover {
  stroke: rgb(215 129 49 / 0.35) !important;
}

.hover\:stroke-harvest\/40:hover {
  stroke: rgb(215 129 49 / 0.4) !important;
}

.hover\:stroke-harvest\/45:hover {
  stroke: rgb(215 129 49 / 0.45) !important;
}

.hover\:stroke-harvest\/5:hover {
  stroke: rgb(215 129 49 / 0.05) !important;
}

.hover\:stroke-harvest\/50:hover {
  stroke: rgb(215 129 49 / 0.5) !important;
}

.hover\:stroke-harvest\/55:hover {
  stroke: rgb(215 129 49 / 0.55) !important;
}

.hover\:stroke-harvest\/60:hover {
  stroke: rgb(215 129 49 / 0.6) !important;
}

.hover\:stroke-harvest\/65:hover {
  stroke: rgb(215 129 49 / 0.65) !important;
}

.hover\:stroke-harvest\/70:hover {
  stroke: rgb(215 129 49 / 0.7) !important;
}

.hover\:stroke-harvest\/75:hover {
  stroke: rgb(215 129 49 / 0.75) !important;
}

.hover\:stroke-harvest\/80:hover {
  stroke: rgb(215 129 49 / 0.8) !important;
}

.hover\:stroke-harvest\/85:hover {
  stroke: rgb(215 129 49 / 0.85) !important;
}

.hover\:stroke-harvest\/90:hover {
  stroke: rgb(215 129 49 / 0.9) !important;
}

.hover\:stroke-harvest\/95:hover {
  stroke: rgb(215 129 49 / 0.95) !important;
}

.hover\:stroke-light:hover {
  stroke: #f9fafb !important;
}

.hover\:stroke-light\/0:hover {
  stroke: rgb(249 250 251 / 0) !important;
}

.hover\:stroke-light\/10:hover {
  stroke: rgb(249 250 251 / 0.1) !important;
}

.hover\:stroke-light\/100:hover {
  stroke: rgb(249 250 251 / 1) !important;
}

.hover\:stroke-light\/15:hover {
  stroke: rgb(249 250 251 / 0.15) !important;
}

.hover\:stroke-light\/20:hover {
  stroke: rgb(249 250 251 / 0.2) !important;
}

.hover\:stroke-light\/25:hover {
  stroke: rgb(249 250 251 / 0.25) !important;
}

.hover\:stroke-light\/30:hover {
  stroke: rgb(249 250 251 / 0.3) !important;
}

.hover\:stroke-light\/35:hover {
  stroke: rgb(249 250 251 / 0.35) !important;
}

.hover\:stroke-light\/40:hover {
  stroke: rgb(249 250 251 / 0.4) !important;
}

.hover\:stroke-light\/45:hover {
  stroke: rgb(249 250 251 / 0.45) !important;
}

.hover\:stroke-light\/5:hover {
  stroke: rgb(249 250 251 / 0.05) !important;
}

.hover\:stroke-light\/50:hover {
  stroke: rgb(249 250 251 / 0.5) !important;
}

.hover\:stroke-light\/55:hover {
  stroke: rgb(249 250 251 / 0.55) !important;
}

.hover\:stroke-light\/60:hover {
  stroke: rgb(249 250 251 / 0.6) !important;
}

.hover\:stroke-light\/65:hover {
  stroke: rgb(249 250 251 / 0.65) !important;
}

.hover\:stroke-light\/70:hover {
  stroke: rgb(249 250 251 / 0.7) !important;
}

.hover\:stroke-light\/75:hover {
  stroke: rgb(249 250 251 / 0.75) !important;
}

.hover\:stroke-light\/80:hover {
  stroke: rgb(249 250 251 / 0.8) !important;
}

.hover\:stroke-light\/85:hover {
  stroke: rgb(249 250 251 / 0.85) !important;
}

.hover\:stroke-light\/90:hover {
  stroke: rgb(249 250 251 / 0.9) !important;
}

.hover\:stroke-light\/95:hover {
  stroke: rgb(249 250 251 / 0.95) !important;
}

.hover\:stroke-sprout:hover {
  stroke: #c4d148 !important;
}

.hover\:stroke-sprout\/0:hover {
  stroke: rgb(196 209 72 / 0) !important;
}

.hover\:stroke-sprout\/10:hover {
  stroke: rgb(196 209 72 / 0.1) !important;
}

.hover\:stroke-sprout\/100:hover {
  stroke: rgb(196 209 72 / 1) !important;
}

.hover\:stroke-sprout\/15:hover {
  stroke: rgb(196 209 72 / 0.15) !important;
}

.hover\:stroke-sprout\/20:hover {
  stroke: rgb(196 209 72 / 0.2) !important;
}

.hover\:stroke-sprout\/25:hover {
  stroke: rgb(196 209 72 / 0.25) !important;
}

.hover\:stroke-sprout\/30:hover {
  stroke: rgb(196 209 72 / 0.3) !important;
}

.hover\:stroke-sprout\/35:hover {
  stroke: rgb(196 209 72 / 0.35) !important;
}

.hover\:stroke-sprout\/40:hover {
  stroke: rgb(196 209 72 / 0.4) !important;
}

.hover\:stroke-sprout\/45:hover {
  stroke: rgb(196 209 72 / 0.45) !important;
}

.hover\:stroke-sprout\/5:hover {
  stroke: rgb(196 209 72 / 0.05) !important;
}

.hover\:stroke-sprout\/50:hover {
  stroke: rgb(196 209 72 / 0.5) !important;
}

.hover\:stroke-sprout\/55:hover {
  stroke: rgb(196 209 72 / 0.55) !important;
}

.hover\:stroke-sprout\/60:hover {
  stroke: rgb(196 209 72 / 0.6) !important;
}

.hover\:stroke-sprout\/65:hover {
  stroke: rgb(196 209 72 / 0.65) !important;
}

.hover\:stroke-sprout\/70:hover {
  stroke: rgb(196 209 72 / 0.7) !important;
}

.hover\:stroke-sprout\/75:hover {
  stroke: rgb(196 209 72 / 0.75) !important;
}

.hover\:stroke-sprout\/80:hover {
  stroke: rgb(196 209 72 / 0.8) !important;
}

.hover\:stroke-sprout\/85:hover {
  stroke: rgb(196 209 72 / 0.85) !important;
}

.hover\:stroke-sprout\/90:hover {
  stroke: rgb(196 209 72 / 0.9) !important;
}

.hover\:stroke-sprout\/95:hover {
  stroke: rgb(196 209 72 / 0.95) !important;
}

.hover\:text-dark:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-dark\/0:hover {
  color: rgb(31 41 55 / 0) !important;
}

.hover\:text-dark\/10:hover {
  color: rgb(31 41 55 / 0.1) !important;
}

.hover\:text-dark\/100:hover {
  color: rgb(31 41 55 / 1) !important;
}

.hover\:text-dark\/15:hover {
  color: rgb(31 41 55 / 0.15) !important;
}

.hover\:text-dark\/20:hover {
  color: rgb(31 41 55 / 0.2) !important;
}

.hover\:text-dark\/25:hover {
  color: rgb(31 41 55 / 0.25) !important;
}

.hover\:text-dark\/30:hover {
  color: rgb(31 41 55 / 0.3) !important;
}

.hover\:text-dark\/35:hover {
  color: rgb(31 41 55 / 0.35) !important;
}

.hover\:text-dark\/40:hover {
  color: rgb(31 41 55 / 0.4) !important;
}

.hover\:text-dark\/45:hover {
  color: rgb(31 41 55 / 0.45) !important;
}

.hover\:text-dark\/5:hover {
  color: rgb(31 41 55 / 0.05) !important;
}

.hover\:text-dark\/50:hover {
  color: rgb(31 41 55 / 0.5) !important;
}

.hover\:text-dark\/55:hover {
  color: rgb(31 41 55 / 0.55) !important;
}

.hover\:text-dark\/60:hover {
  color: rgb(31 41 55 / 0.6) !important;
}

.hover\:text-dark\/65:hover {
  color: rgb(31 41 55 / 0.65) !important;
}

.hover\:text-dark\/70:hover {
  color: rgb(31 41 55 / 0.7) !important;
}

.hover\:text-dark\/75:hover {
  color: rgb(31 41 55 / 0.75) !important;
}

.hover\:text-dark\/80:hover {
  color: rgb(31 41 55 / 0.8) !important;
}

.hover\:text-dark\/85:hover {
  color: rgb(31 41 55 / 0.85) !important;
}

.hover\:text-dark\/90:hover {
  color: rgb(31 41 55 / 0.9) !important;
}

.hover\:text-dark\/95:hover {
  color: rgb(31 41 55 / 0.95) !important;
}

.hover\:text-earth:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(120 46 1 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-earth\/0:hover {
  color: rgb(120 46 1 / 0) !important;
}

.hover\:text-earth\/10:hover {
  color: rgb(120 46 1 / 0.1) !important;
}

.hover\:text-earth\/100:hover {
  color: rgb(120 46 1 / 1) !important;
}

.hover\:text-earth\/15:hover {
  color: rgb(120 46 1 / 0.15) !important;
}

.hover\:text-earth\/20:hover {
  color: rgb(120 46 1 / 0.2) !important;
}

.hover\:text-earth\/25:hover {
  color: rgb(120 46 1 / 0.25) !important;
}

.hover\:text-earth\/30:hover {
  color: rgb(120 46 1 / 0.3) !important;
}

.hover\:text-earth\/35:hover {
  color: rgb(120 46 1 / 0.35) !important;
}

.hover\:text-earth\/40:hover {
  color: rgb(120 46 1 / 0.4) !important;
}

.hover\:text-earth\/45:hover {
  color: rgb(120 46 1 / 0.45) !important;
}

.hover\:text-earth\/5:hover {
  color: rgb(120 46 1 / 0.05) !important;
}

.hover\:text-earth\/50:hover {
  color: rgb(120 46 1 / 0.5) !important;
}

.hover\:text-earth\/55:hover {
  color: rgb(120 46 1 / 0.55) !important;
}

.hover\:text-earth\/60:hover {
  color: rgb(120 46 1 / 0.6) !important;
}

.hover\:text-earth\/65:hover {
  color: rgb(120 46 1 / 0.65) !important;
}

.hover\:text-earth\/70:hover {
  color: rgb(120 46 1 / 0.7) !important;
}

.hover\:text-earth\/75:hover {
  color: rgb(120 46 1 / 0.75) !important;
}

.hover\:text-earth\/80:hover {
  color: rgb(120 46 1 / 0.8) !important;
}

.hover\:text-earth\/85:hover {
  color: rgb(120 46 1 / 0.85) !important;
}

.hover\:text-earth\/90:hover {
  color: rgb(120 46 1 / 0.9) !important;
}

.hover\:text-earth\/95:hover {
  color: rgb(120 46 1 / 0.95) !important;
}

.hover\:text-harvest:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(215 129 49 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-harvest\/0:hover {
  color: rgb(215 129 49 / 0) !important;
}

.hover\:text-harvest\/10:hover {
  color: rgb(215 129 49 / 0.1) !important;
}

.hover\:text-harvest\/100:hover {
  color: rgb(215 129 49 / 1) !important;
}

.hover\:text-harvest\/15:hover {
  color: rgb(215 129 49 / 0.15) !important;
}

.hover\:text-harvest\/20:hover {
  color: rgb(215 129 49 / 0.2) !important;
}

.hover\:text-harvest\/25:hover {
  color: rgb(215 129 49 / 0.25) !important;
}

.hover\:text-harvest\/30:hover {
  color: rgb(215 129 49 / 0.3) !important;
}

.hover\:text-harvest\/35:hover {
  color: rgb(215 129 49 / 0.35) !important;
}

.hover\:text-harvest\/40:hover {
  color: rgb(215 129 49 / 0.4) !important;
}

.hover\:text-harvest\/45:hover {
  color: rgb(215 129 49 / 0.45) !important;
}

.hover\:text-harvest\/5:hover {
  color: rgb(215 129 49 / 0.05) !important;
}

.hover\:text-harvest\/50:hover {
  color: rgb(215 129 49 / 0.5) !important;
}

.hover\:text-harvest\/55:hover {
  color: rgb(215 129 49 / 0.55) !important;
}

.hover\:text-harvest\/60:hover {
  color: rgb(215 129 49 / 0.6) !important;
}

.hover\:text-harvest\/65:hover {
  color: rgb(215 129 49 / 0.65) !important;
}

.hover\:text-harvest\/70:hover {
  color: rgb(215 129 49 / 0.7) !important;
}

.hover\:text-harvest\/75:hover {
  color: rgb(215 129 49 / 0.75) !important;
}

.hover\:text-harvest\/80:hover {
  color: rgb(215 129 49 / 0.8) !important;
}

.hover\:text-harvest\/85:hover {
  color: rgb(215 129 49 / 0.85) !important;
}

.hover\:text-harvest\/90:hover {
  color: rgb(215 129 49 / 0.9) !important;
}

.hover\:text-harvest\/95:hover {
  color: rgb(215 129 49 / 0.95) !important;
}

.hover\:text-light:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-light\/0:hover {
  color: rgb(249 250 251 / 0) !important;
}

.hover\:text-light\/10:hover {
  color: rgb(249 250 251 / 0.1) !important;
}

.hover\:text-light\/100:hover {
  color: rgb(249 250 251 / 1) !important;
}

.hover\:text-light\/15:hover {
  color: rgb(249 250 251 / 0.15) !important;
}

.hover\:text-light\/20:hover {
  color: rgb(249 250 251 / 0.2) !important;
}

.hover\:text-light\/25:hover {
  color: rgb(249 250 251 / 0.25) !important;
}

.hover\:text-light\/30:hover {
  color: rgb(249 250 251 / 0.3) !important;
}

.hover\:text-light\/35:hover {
  color: rgb(249 250 251 / 0.35) !important;
}

.hover\:text-light\/40:hover {
  color: rgb(249 250 251 / 0.4) !important;
}

.hover\:text-light\/45:hover {
  color: rgb(249 250 251 / 0.45) !important;
}

.hover\:text-light\/5:hover {
  color: rgb(249 250 251 / 0.05) !important;
}

.hover\:text-light\/50:hover {
  color: rgb(249 250 251 / 0.5) !important;
}

.hover\:text-light\/55:hover {
  color: rgb(249 250 251 / 0.55) !important;
}

.hover\:text-light\/60:hover {
  color: rgb(249 250 251 / 0.6) !important;
}

.hover\:text-light\/65:hover {
  color: rgb(249 250 251 / 0.65) !important;
}

.hover\:text-light\/70:hover {
  color: rgb(249 250 251 / 0.7) !important;
}

.hover\:text-light\/75:hover {
  color: rgb(249 250 251 / 0.75) !important;
}

.hover\:text-light\/80:hover {
  color: rgb(249 250 251 / 0.8) !important;
}

.hover\:text-light\/85:hover {
  color: rgb(249 250 251 / 0.85) !important;
}

.hover\:text-light\/90:hover {
  color: rgb(249 250 251 / 0.9) !important;
}

.hover\:text-light\/95:hover {
  color: rgb(249 250 251 / 0.95) !important;
}

.hover\:text-sprout:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(196 209 72 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-sprout\/0:hover {
  color: rgb(196 209 72 / 0) !important;
}

.hover\:text-sprout\/10:hover {
  color: rgb(196 209 72 / 0.1) !important;
}

.hover\:text-sprout\/100:hover {
  color: rgb(196 209 72 / 1) !important;
}

.hover\:text-sprout\/15:hover {
  color: rgb(196 209 72 / 0.15) !important;
}

.hover\:text-sprout\/20:hover {
  color: rgb(196 209 72 / 0.2) !important;
}

.hover\:text-sprout\/25:hover {
  color: rgb(196 209 72 / 0.25) !important;
}

.hover\:text-sprout\/30:hover {
  color: rgb(196 209 72 / 0.3) !important;
}

.hover\:text-sprout\/35:hover {
  color: rgb(196 209 72 / 0.35) !important;
}

.hover\:text-sprout\/40:hover {
  color: rgb(196 209 72 / 0.4) !important;
}

.hover\:text-sprout\/45:hover {
  color: rgb(196 209 72 / 0.45) !important;
}

.hover\:text-sprout\/5:hover {
  color: rgb(196 209 72 / 0.05) !important;
}

.hover\:text-sprout\/50:hover {
  color: rgb(196 209 72 / 0.5) !important;
}

.hover\:text-sprout\/55:hover {
  color: rgb(196 209 72 / 0.55) !important;
}

.hover\:text-sprout\/60:hover {
  color: rgb(196 209 72 / 0.6) !important;
}

.hover\:text-sprout\/65:hover {
  color: rgb(196 209 72 / 0.65) !important;
}

.hover\:text-sprout\/70:hover {
  color: rgb(196 209 72 / 0.7) !important;
}

.hover\:text-sprout\/75:hover {
  color: rgb(196 209 72 / 0.75) !important;
}

.hover\:text-sprout\/80:hover {
  color: rgb(196 209 72 / 0.8) !important;
}

.hover\:text-sprout\/85:hover {
  color: rgb(196 209 72 / 0.85) !important;
}

.hover\:text-sprout\/90:hover {
  color: rgb(196 209 72 / 0.9) !important;
}

.hover\:text-sprout\/95:hover {
  color: rgb(196 209 72 / 0.95) !important;
}

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

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

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.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) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

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

.hover\: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) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:border-dark:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-dark\/0:focus {
  border-color: rgb(31 41 55 / 0) !important;
}

.focus\:border-dark\/10:focus {
  border-color: rgb(31 41 55 / 0.1) !important;
}

.focus\:border-dark\/100:focus {
  border-color: rgb(31 41 55 / 1) !important;
}

.focus\:border-dark\/15:focus {
  border-color: rgb(31 41 55 / 0.15) !important;
}

.focus\:border-dark\/20:focus {
  border-color: rgb(31 41 55 / 0.2) !important;
}

.focus\:border-dark\/25:focus {
  border-color: rgb(31 41 55 / 0.25) !important;
}

.focus\:border-dark\/30:focus {
  border-color: rgb(31 41 55 / 0.3) !important;
}

.focus\:border-dark\/35:focus {
  border-color: rgb(31 41 55 / 0.35) !important;
}

.focus\:border-dark\/40:focus {
  border-color: rgb(31 41 55 / 0.4) !important;
}

.focus\:border-dark\/45:focus {
  border-color: rgb(31 41 55 / 0.45) !important;
}

.focus\:border-dark\/5:focus {
  border-color: rgb(31 41 55 / 0.05) !important;
}

.focus\:border-dark\/50:focus {
  border-color: rgb(31 41 55 / 0.5) !important;
}

.focus\:border-dark\/55:focus {
  border-color: rgb(31 41 55 / 0.55) !important;
}

.focus\:border-dark\/60:focus {
  border-color: rgb(31 41 55 / 0.6) !important;
}

.focus\:border-dark\/65:focus {
  border-color: rgb(31 41 55 / 0.65) !important;
}

.focus\:border-dark\/70:focus {
  border-color: rgb(31 41 55 / 0.7) !important;
}

.focus\:border-dark\/75:focus {
  border-color: rgb(31 41 55 / 0.75) !important;
}

.focus\:border-dark\/80:focus {
  border-color: rgb(31 41 55 / 0.8) !important;
}

.focus\:border-dark\/85:focus {
  border-color: rgb(31 41 55 / 0.85) !important;
}

.focus\:border-dark\/90:focus {
  border-color: rgb(31 41 55 / 0.9) !important;
}

.focus\:border-dark\/95:focus {
  border-color: rgb(31 41 55 / 0.95) !important;
}

.focus\:border-earth:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(120 46 1 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-earth\/0:focus {
  border-color: rgb(120 46 1 / 0) !important;
}

.focus\:border-earth\/10:focus {
  border-color: rgb(120 46 1 / 0.1) !important;
}

.focus\:border-earth\/100:focus {
  border-color: rgb(120 46 1 / 1) !important;
}

.focus\:border-earth\/15:focus {
  border-color: rgb(120 46 1 / 0.15) !important;
}

.focus\:border-earth\/20:focus {
  border-color: rgb(120 46 1 / 0.2) !important;
}

.focus\:border-earth\/25:focus {
  border-color: rgb(120 46 1 / 0.25) !important;
}

.focus\:border-earth\/30:focus {
  border-color: rgb(120 46 1 / 0.3) !important;
}

.focus\:border-earth\/35:focus {
  border-color: rgb(120 46 1 / 0.35) !important;
}

.focus\:border-earth\/40:focus {
  border-color: rgb(120 46 1 / 0.4) !important;
}

.focus\:border-earth\/45:focus {
  border-color: rgb(120 46 1 / 0.45) !important;
}

.focus\:border-earth\/5:focus {
  border-color: rgb(120 46 1 / 0.05) !important;
}

.focus\:border-earth\/50:focus {
  border-color: rgb(120 46 1 / 0.5) !important;
}

.focus\:border-earth\/55:focus {
  border-color: rgb(120 46 1 / 0.55) !important;
}

.focus\:border-earth\/60:focus {
  border-color: rgb(120 46 1 / 0.6) !important;
}

.focus\:border-earth\/65:focus {
  border-color: rgb(120 46 1 / 0.65) !important;
}

.focus\:border-earth\/70:focus {
  border-color: rgb(120 46 1 / 0.7) !important;
}

.focus\:border-earth\/75:focus {
  border-color: rgb(120 46 1 / 0.75) !important;
}

.focus\:border-earth\/80:focus {
  border-color: rgb(120 46 1 / 0.8) !important;
}

.focus\:border-earth\/85:focus {
  border-color: rgb(120 46 1 / 0.85) !important;
}

.focus\:border-earth\/90:focus {
  border-color: rgb(120 46 1 / 0.9) !important;
}

.focus\:border-earth\/95:focus {
  border-color: rgb(120 46 1 / 0.95) !important;
}

.focus\:border-harvest:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(215 129 49 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-harvest\/0:focus {
  border-color: rgb(215 129 49 / 0) !important;
}

.focus\:border-harvest\/10:focus {
  border-color: rgb(215 129 49 / 0.1) !important;
}

.focus\:border-harvest\/100:focus {
  border-color: rgb(215 129 49 / 1) !important;
}

.focus\:border-harvest\/15:focus {
  border-color: rgb(215 129 49 / 0.15) !important;
}

.focus\:border-harvest\/20:focus {
  border-color: rgb(215 129 49 / 0.2) !important;
}

.focus\:border-harvest\/25:focus {
  border-color: rgb(215 129 49 / 0.25) !important;
}

.focus\:border-harvest\/30:focus {
  border-color: rgb(215 129 49 / 0.3) !important;
}

.focus\:border-harvest\/35:focus {
  border-color: rgb(215 129 49 / 0.35) !important;
}

.focus\:border-harvest\/40:focus {
  border-color: rgb(215 129 49 / 0.4) !important;
}

.focus\:border-harvest\/45:focus {
  border-color: rgb(215 129 49 / 0.45) !important;
}

.focus\:border-harvest\/5:focus {
  border-color: rgb(215 129 49 / 0.05) !important;
}

.focus\:border-harvest\/50:focus {
  border-color: rgb(215 129 49 / 0.5) !important;
}

.focus\:border-harvest\/55:focus {
  border-color: rgb(215 129 49 / 0.55) !important;
}

.focus\:border-harvest\/60:focus {
  border-color: rgb(215 129 49 / 0.6) !important;
}

.focus\:border-harvest\/65:focus {
  border-color: rgb(215 129 49 / 0.65) !important;
}

.focus\:border-harvest\/70:focus {
  border-color: rgb(215 129 49 / 0.7) !important;
}

.focus\:border-harvest\/75:focus {
  border-color: rgb(215 129 49 / 0.75) !important;
}

.focus\:border-harvest\/80:focus {
  border-color: rgb(215 129 49 / 0.8) !important;
}

.focus\:border-harvest\/85:focus {
  border-color: rgb(215 129 49 / 0.85) !important;
}

.focus\:border-harvest\/90:focus {
  border-color: rgb(215 129 49 / 0.9) !important;
}

.focus\:border-harvest\/95:focus {
  border-color: rgb(215 129 49 / 0.95) !important;
}

.focus\:border-light:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-light\/0:focus {
  border-color: rgb(249 250 251 / 0) !important;
}

.focus\:border-light\/10:focus {
  border-color: rgb(249 250 251 / 0.1) !important;
}

.focus\:border-light\/100:focus {
  border-color: rgb(249 250 251 / 1) !important;
}

.focus\:border-light\/15:focus {
  border-color: rgb(249 250 251 / 0.15) !important;
}

.focus\:border-light\/20:focus {
  border-color: rgb(249 250 251 / 0.2) !important;
}

.focus\:border-light\/25:focus {
  border-color: rgb(249 250 251 / 0.25) !important;
}

.focus\:border-light\/30:focus {
  border-color: rgb(249 250 251 / 0.3) !important;
}

.focus\:border-light\/35:focus {
  border-color: rgb(249 250 251 / 0.35) !important;
}

.focus\:border-light\/40:focus {
  border-color: rgb(249 250 251 / 0.4) !important;
}

.focus\:border-light\/45:focus {
  border-color: rgb(249 250 251 / 0.45) !important;
}

.focus\:border-light\/5:focus {
  border-color: rgb(249 250 251 / 0.05) !important;
}

.focus\:border-light\/50:focus {
  border-color: rgb(249 250 251 / 0.5) !important;
}

.focus\:border-light\/55:focus {
  border-color: rgb(249 250 251 / 0.55) !important;
}

.focus\:border-light\/60:focus {
  border-color: rgb(249 250 251 / 0.6) !important;
}

.focus\:border-light\/65:focus {
  border-color: rgb(249 250 251 / 0.65) !important;
}

.focus\:border-light\/70:focus {
  border-color: rgb(249 250 251 / 0.7) !important;
}

.focus\:border-light\/75:focus {
  border-color: rgb(249 250 251 / 0.75) !important;
}

.focus\:border-light\/80:focus {
  border-color: rgb(249 250 251 / 0.8) !important;
}

.focus\:border-light\/85:focus {
  border-color: rgb(249 250 251 / 0.85) !important;
}

.focus\:border-light\/90:focus {
  border-color: rgb(249 250 251 / 0.9) !important;
}

.focus\:border-light\/95:focus {
  border-color: rgb(249 250 251 / 0.95) !important;
}

.focus\:border-sprout:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(196 209 72 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-sprout\/0:focus {
  border-color: rgb(196 209 72 / 0) !important;
}

.focus\:border-sprout\/10:focus {
  border-color: rgb(196 209 72 / 0.1) !important;
}

.focus\:border-sprout\/100:focus {
  border-color: rgb(196 209 72 / 1) !important;
}

.focus\:border-sprout\/15:focus {
  border-color: rgb(196 209 72 / 0.15) !important;
}

.focus\:border-sprout\/20:focus {
  border-color: rgb(196 209 72 / 0.2) !important;
}

.focus\:border-sprout\/25:focus {
  border-color: rgb(196 209 72 / 0.25) !important;
}

.focus\:border-sprout\/30:focus {
  border-color: rgb(196 209 72 / 0.3) !important;
}

.focus\:border-sprout\/35:focus {
  border-color: rgb(196 209 72 / 0.35) !important;
}

.focus\:border-sprout\/40:focus {
  border-color: rgb(196 209 72 / 0.4) !important;
}

.focus\:border-sprout\/45:focus {
  border-color: rgb(196 209 72 / 0.45) !important;
}

.focus\:border-sprout\/5:focus {
  border-color: rgb(196 209 72 / 0.05) !important;
}

.focus\:border-sprout\/50:focus {
  border-color: rgb(196 209 72 / 0.5) !important;
}

.focus\:border-sprout\/55:focus {
  border-color: rgb(196 209 72 / 0.55) !important;
}

.focus\:border-sprout\/60:focus {
  border-color: rgb(196 209 72 / 0.6) !important;
}

.focus\:border-sprout\/65:focus {
  border-color: rgb(196 209 72 / 0.65) !important;
}

.focus\:border-sprout\/70:focus {
  border-color: rgb(196 209 72 / 0.7) !important;
}

.focus\:border-sprout\/75:focus {
  border-color: rgb(196 209 72 / 0.75) !important;
}

.focus\:border-sprout\/80:focus {
  border-color: rgb(196 209 72 / 0.8) !important;
}

.focus\:border-sprout\/85:focus {
  border-color: rgb(196 209 72 / 0.85) !important;
}

.focus\:border-sprout\/90:focus {
  border-color: rgb(196 209 72 / 0.9) !important;
}

.focus\:border-sprout\/95:focus {
  border-color: rgb(196 209 72 / 0.95) !important;
}

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

.focus\:bg-dark\/0:focus {
  background-color: rgb(31 41 55 / 0) !important;
}

.focus\:bg-dark\/10:focus {
  background-color: rgb(31 41 55 / 0.1) !important;
}

.focus\:bg-dark\/100:focus {
  background-color: rgb(31 41 55 / 1) !important;
}

.focus\:bg-dark\/15:focus {
  background-color: rgb(31 41 55 / 0.15) !important;
}

.focus\:bg-dark\/20:focus {
  background-color: rgb(31 41 55 / 0.2) !important;
}

.focus\:bg-dark\/25:focus {
  background-color: rgb(31 41 55 / 0.25) !important;
}

.focus\:bg-dark\/30:focus {
  background-color: rgb(31 41 55 / 0.3) !important;
}

.focus\:bg-dark\/35:focus {
  background-color: rgb(31 41 55 / 0.35) !important;
}

.focus\:bg-dark\/40:focus {
  background-color: rgb(31 41 55 / 0.4) !important;
}

.focus\:bg-dark\/45:focus {
  background-color: rgb(31 41 55 / 0.45) !important;
}

.focus\:bg-dark\/5:focus {
  background-color: rgb(31 41 55 / 0.05) !important;
}

.focus\:bg-dark\/50:focus {
  background-color: rgb(31 41 55 / 0.5) !important;
}

.focus\:bg-dark\/55:focus {
  background-color: rgb(31 41 55 / 0.55) !important;
}

.focus\:bg-dark\/60:focus {
  background-color: rgb(31 41 55 / 0.6) !important;
}

.focus\:bg-dark\/65:focus {
  background-color: rgb(31 41 55 / 0.65) !important;
}

.focus\:bg-dark\/70:focus {
  background-color: rgb(31 41 55 / 0.7) !important;
}

.focus\:bg-dark\/75:focus {
  background-color: rgb(31 41 55 / 0.75) !important;
}

.focus\:bg-dark\/80:focus {
  background-color: rgb(31 41 55 / 0.8) !important;
}

.focus\:bg-dark\/85:focus {
  background-color: rgb(31 41 55 / 0.85) !important;
}

.focus\:bg-dark\/90:focus {
  background-color: rgb(31 41 55 / 0.9) !important;
}

.focus\:bg-dark\/95:focus {
  background-color: rgb(31 41 55 / 0.95) !important;
}

.focus\:bg-earth:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(120 46 1 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-earth\/0:focus {
  background-color: rgb(120 46 1 / 0) !important;
}

.focus\:bg-earth\/10:focus {
  background-color: rgb(120 46 1 / 0.1) !important;
}

.focus\:bg-earth\/100:focus {
  background-color: rgb(120 46 1 / 1) !important;
}

.focus\:bg-earth\/15:focus {
  background-color: rgb(120 46 1 / 0.15) !important;
}

.focus\:bg-earth\/20:focus {
  background-color: rgb(120 46 1 / 0.2) !important;
}

.focus\:bg-earth\/25:focus {
  background-color: rgb(120 46 1 / 0.25) !important;
}

.focus\:bg-earth\/30:focus {
  background-color: rgb(120 46 1 / 0.3) !important;
}

.focus\:bg-earth\/35:focus {
  background-color: rgb(120 46 1 / 0.35) !important;
}

.focus\:bg-earth\/40:focus {
  background-color: rgb(120 46 1 / 0.4) !important;
}

.focus\:bg-earth\/45:focus {
  background-color: rgb(120 46 1 / 0.45) !important;
}

.focus\:bg-earth\/5:focus {
  background-color: rgb(120 46 1 / 0.05) !important;
}

.focus\:bg-earth\/50:focus {
  background-color: rgb(120 46 1 / 0.5) !important;
}

.focus\:bg-earth\/55:focus {
  background-color: rgb(120 46 1 / 0.55) !important;
}

.focus\:bg-earth\/60:focus {
  background-color: rgb(120 46 1 / 0.6) !important;
}

.focus\:bg-earth\/65:focus {
  background-color: rgb(120 46 1 / 0.65) !important;
}

.focus\:bg-earth\/70:focus {
  background-color: rgb(120 46 1 / 0.7) !important;
}

.focus\:bg-earth\/75:focus {
  background-color: rgb(120 46 1 / 0.75) !important;
}

.focus\:bg-earth\/80:focus {
  background-color: rgb(120 46 1 / 0.8) !important;
}

.focus\:bg-earth\/85:focus {
  background-color: rgb(120 46 1 / 0.85) !important;
}

.focus\:bg-earth\/90:focus {
  background-color: rgb(120 46 1 / 0.9) !important;
}

.focus\:bg-earth\/95:focus {
  background-color: rgb(120 46 1 / 0.95) !important;
}

.focus\:bg-harvest:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(215 129 49 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-harvest\/0:focus {
  background-color: rgb(215 129 49 / 0) !important;
}

.focus\:bg-harvest\/10:focus {
  background-color: rgb(215 129 49 / 0.1) !important;
}

.focus\:bg-harvest\/100:focus {
  background-color: rgb(215 129 49 / 1) !important;
}

.focus\:bg-harvest\/15:focus {
  background-color: rgb(215 129 49 / 0.15) !important;
}

.focus\:bg-harvest\/20:focus {
  background-color: rgb(215 129 49 / 0.2) !important;
}

.focus\:bg-harvest\/25:focus {
  background-color: rgb(215 129 49 / 0.25) !important;
}

.focus\:bg-harvest\/30:focus {
  background-color: rgb(215 129 49 / 0.3) !important;
}

.focus\:bg-harvest\/35:focus {
  background-color: rgb(215 129 49 / 0.35) !important;
}

.focus\:bg-harvest\/40:focus {
  background-color: rgb(215 129 49 / 0.4) !important;
}

.focus\:bg-harvest\/45:focus {
  background-color: rgb(215 129 49 / 0.45) !important;
}

.focus\:bg-harvest\/5:focus {
  background-color: rgb(215 129 49 / 0.05) !important;
}

.focus\:bg-harvest\/50:focus {
  background-color: rgb(215 129 49 / 0.5) !important;
}

.focus\:bg-harvest\/55:focus {
  background-color: rgb(215 129 49 / 0.55) !important;
}

.focus\:bg-harvest\/60:focus {
  background-color: rgb(215 129 49 / 0.6) !important;
}

.focus\:bg-harvest\/65:focus {
  background-color: rgb(215 129 49 / 0.65) !important;
}

.focus\:bg-harvest\/70:focus {
  background-color: rgb(215 129 49 / 0.7) !important;
}

.focus\:bg-harvest\/75:focus {
  background-color: rgb(215 129 49 / 0.75) !important;
}

.focus\:bg-harvest\/80:focus {
  background-color: rgb(215 129 49 / 0.8) !important;
}

.focus\:bg-harvest\/85:focus {
  background-color: rgb(215 129 49 / 0.85) !important;
}

.focus\:bg-harvest\/90:focus {
  background-color: rgb(215 129 49 / 0.9) !important;
}

.focus\:bg-harvest\/95:focus {
  background-color: rgb(215 129 49 / 0.95) !important;
}

.focus\:bg-light:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-light\/0:focus {
  background-color: rgb(249 250 251 / 0) !important;
}

.focus\:bg-light\/10:focus {
  background-color: rgb(249 250 251 / 0.1) !important;
}

.focus\:bg-light\/100:focus {
  background-color: rgb(249 250 251 / 1) !important;
}

.focus\:bg-light\/15:focus {
  background-color: rgb(249 250 251 / 0.15) !important;
}

.focus\:bg-light\/20:focus {
  background-color: rgb(249 250 251 / 0.2) !important;
}

.focus\:bg-light\/25:focus {
  background-color: rgb(249 250 251 / 0.25) !important;
}

.focus\:bg-light\/30:focus {
  background-color: rgb(249 250 251 / 0.3) !important;
}

.focus\:bg-light\/35:focus {
  background-color: rgb(249 250 251 / 0.35) !important;
}

.focus\:bg-light\/40:focus {
  background-color: rgb(249 250 251 / 0.4) !important;
}

.focus\:bg-light\/45:focus {
  background-color: rgb(249 250 251 / 0.45) !important;
}

.focus\:bg-light\/5:focus {
  background-color: rgb(249 250 251 / 0.05) !important;
}

.focus\:bg-light\/50:focus {
  background-color: rgb(249 250 251 / 0.5) !important;
}

.focus\:bg-light\/55:focus {
  background-color: rgb(249 250 251 / 0.55) !important;
}

.focus\:bg-light\/60:focus {
  background-color: rgb(249 250 251 / 0.6) !important;
}

.focus\:bg-light\/65:focus {
  background-color: rgb(249 250 251 / 0.65) !important;
}

.focus\:bg-light\/70:focus {
  background-color: rgb(249 250 251 / 0.7) !important;
}

.focus\:bg-light\/75:focus {
  background-color: rgb(249 250 251 / 0.75) !important;
}

.focus\:bg-light\/80:focus {
  background-color: rgb(249 250 251 / 0.8) !important;
}

.focus\:bg-light\/85:focus {
  background-color: rgb(249 250 251 / 0.85) !important;
}

.focus\:bg-light\/90:focus {
  background-color: rgb(249 250 251 / 0.9) !important;
}

.focus\:bg-light\/95:focus {
  background-color: rgb(249 250 251 / 0.95) !important;
}

.focus\:bg-sprout:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(196 209 72 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-sprout\/0:focus {
  background-color: rgb(196 209 72 / 0) !important;
}

.focus\:bg-sprout\/10:focus {
  background-color: rgb(196 209 72 / 0.1) !important;
}

.focus\:bg-sprout\/100:focus {
  background-color: rgb(196 209 72 / 1) !important;
}

.focus\:bg-sprout\/15:focus {
  background-color: rgb(196 209 72 / 0.15) !important;
}

.focus\:bg-sprout\/20:focus {
  background-color: rgb(196 209 72 / 0.2) !important;
}

.focus\:bg-sprout\/25:focus {
  background-color: rgb(196 209 72 / 0.25) !important;
}

.focus\:bg-sprout\/30:focus {
  background-color: rgb(196 209 72 / 0.3) !important;
}

.focus\:bg-sprout\/35:focus {
  background-color: rgb(196 209 72 / 0.35) !important;
}

.focus\:bg-sprout\/40:focus {
  background-color: rgb(196 209 72 / 0.4) !important;
}

.focus\:bg-sprout\/45:focus {
  background-color: rgb(196 209 72 / 0.45) !important;
}

.focus\:bg-sprout\/5:focus {
  background-color: rgb(196 209 72 / 0.05) !important;
}

.focus\:bg-sprout\/50:focus {
  background-color: rgb(196 209 72 / 0.5) !important;
}

.focus\:bg-sprout\/55:focus {
  background-color: rgb(196 209 72 / 0.55) !important;
}

.focus\:bg-sprout\/60:focus {
  background-color: rgb(196 209 72 / 0.6) !important;
}

.focus\:bg-sprout\/65:focus {
  background-color: rgb(196 209 72 / 0.65) !important;
}

.focus\:bg-sprout\/70:focus {
  background-color: rgb(196 209 72 / 0.7) !important;
}

.focus\:bg-sprout\/75:focus {
  background-color: rgb(196 209 72 / 0.75) !important;
}

.focus\:bg-sprout\/80:focus {
  background-color: rgb(196 209 72 / 0.8) !important;
}

.focus\:bg-sprout\/85:focus {
  background-color: rgb(196 209 72 / 0.85) !important;
}

.focus\:bg-sprout\/90:focus {
  background-color: rgb(196 209 72 / 0.9) !important;
}

.focus\:bg-sprout\/95:focus {
  background-color: rgb(196 209 72 / 0.95) !important;
}

.focus\:fill-dark:focus {
  fill: #1f2937 !important;
}

.focus\:fill-dark\/0:focus {
  fill: rgb(31 41 55 / 0) !important;
}

.focus\:fill-dark\/10:focus {
  fill: rgb(31 41 55 / 0.1) !important;
}

.focus\:fill-dark\/100:focus {
  fill: rgb(31 41 55 / 1) !important;
}

.focus\:fill-dark\/15:focus {
  fill: rgb(31 41 55 / 0.15) !important;
}

.focus\:fill-dark\/20:focus {
  fill: rgb(31 41 55 / 0.2) !important;
}

.focus\:fill-dark\/25:focus {
  fill: rgb(31 41 55 / 0.25) !important;
}

.focus\:fill-dark\/30:focus {
  fill: rgb(31 41 55 / 0.3) !important;
}

.focus\:fill-dark\/35:focus {
  fill: rgb(31 41 55 / 0.35) !important;
}

.focus\:fill-dark\/40:focus {
  fill: rgb(31 41 55 / 0.4) !important;
}

.focus\:fill-dark\/45:focus {
  fill: rgb(31 41 55 / 0.45) !important;
}

.focus\:fill-dark\/5:focus {
  fill: rgb(31 41 55 / 0.05) !important;
}

.focus\:fill-dark\/50:focus {
  fill: rgb(31 41 55 / 0.5) !important;
}

.focus\:fill-dark\/55:focus {
  fill: rgb(31 41 55 / 0.55) !important;
}

.focus\:fill-dark\/60:focus {
  fill: rgb(31 41 55 / 0.6) !important;
}

.focus\:fill-dark\/65:focus {
  fill: rgb(31 41 55 / 0.65) !important;
}

.focus\:fill-dark\/70:focus {
  fill: rgb(31 41 55 / 0.7) !important;
}

.focus\:fill-dark\/75:focus {
  fill: rgb(31 41 55 / 0.75) !important;
}

.focus\:fill-dark\/80:focus {
  fill: rgb(31 41 55 / 0.8) !important;
}

.focus\:fill-dark\/85:focus {
  fill: rgb(31 41 55 / 0.85) !important;
}

.focus\:fill-dark\/90:focus {
  fill: rgb(31 41 55 / 0.9) !important;
}

.focus\:fill-dark\/95:focus {
  fill: rgb(31 41 55 / 0.95) !important;
}

.focus\:fill-earth:focus {
  fill: #782e01 !important;
}

.focus\:fill-earth\/0:focus {
  fill: rgb(120 46 1 / 0) !important;
}

.focus\:fill-earth\/10:focus {
  fill: rgb(120 46 1 / 0.1) !important;
}

.focus\:fill-earth\/100:focus {
  fill: rgb(120 46 1 / 1) !important;
}

.focus\:fill-earth\/15:focus {
  fill: rgb(120 46 1 / 0.15) !important;
}

.focus\:fill-earth\/20:focus {
  fill: rgb(120 46 1 / 0.2) !important;
}

.focus\:fill-earth\/25:focus {
  fill: rgb(120 46 1 / 0.25) !important;
}

.focus\:fill-earth\/30:focus {
  fill: rgb(120 46 1 / 0.3) !important;
}

.focus\:fill-earth\/35:focus {
  fill: rgb(120 46 1 / 0.35) !important;
}

.focus\:fill-earth\/40:focus {
  fill: rgb(120 46 1 / 0.4) !important;
}

.focus\:fill-earth\/45:focus {
  fill: rgb(120 46 1 / 0.45) !important;
}

.focus\:fill-earth\/5:focus {
  fill: rgb(120 46 1 / 0.05) !important;
}

.focus\:fill-earth\/50:focus {
  fill: rgb(120 46 1 / 0.5) !important;
}

.focus\:fill-earth\/55:focus {
  fill: rgb(120 46 1 / 0.55) !important;
}

.focus\:fill-earth\/60:focus {
  fill: rgb(120 46 1 / 0.6) !important;
}

.focus\:fill-earth\/65:focus {
  fill: rgb(120 46 1 / 0.65) !important;
}

.focus\:fill-earth\/70:focus {
  fill: rgb(120 46 1 / 0.7) !important;
}

.focus\:fill-earth\/75:focus {
  fill: rgb(120 46 1 / 0.75) !important;
}

.focus\:fill-earth\/80:focus {
  fill: rgb(120 46 1 / 0.8) !important;
}

.focus\:fill-earth\/85:focus {
  fill: rgb(120 46 1 / 0.85) !important;
}

.focus\:fill-earth\/90:focus {
  fill: rgb(120 46 1 / 0.9) !important;
}

.focus\:fill-earth\/95:focus {
  fill: rgb(120 46 1 / 0.95) !important;
}

.focus\:fill-harvest:focus {
  fill: #d78131 !important;
}

.focus\:fill-harvest\/0:focus {
  fill: rgb(215 129 49 / 0) !important;
}

.focus\:fill-harvest\/10:focus {
  fill: rgb(215 129 49 / 0.1) !important;
}

.focus\:fill-harvest\/100:focus {
  fill: rgb(215 129 49 / 1) !important;
}

.focus\:fill-harvest\/15:focus {
  fill: rgb(215 129 49 / 0.15) !important;
}

.focus\:fill-harvest\/20:focus {
  fill: rgb(215 129 49 / 0.2) !important;
}

.focus\:fill-harvest\/25:focus {
  fill: rgb(215 129 49 / 0.25) !important;
}

.focus\:fill-harvest\/30:focus {
  fill: rgb(215 129 49 / 0.3) !important;
}

.focus\:fill-harvest\/35:focus {
  fill: rgb(215 129 49 / 0.35) !important;
}

.focus\:fill-harvest\/40:focus {
  fill: rgb(215 129 49 / 0.4) !important;
}

.focus\:fill-harvest\/45:focus {
  fill: rgb(215 129 49 / 0.45) !important;
}

.focus\:fill-harvest\/5:focus {
  fill: rgb(215 129 49 / 0.05) !important;
}

.focus\:fill-harvest\/50:focus {
  fill: rgb(215 129 49 / 0.5) !important;
}

.focus\:fill-harvest\/55:focus {
  fill: rgb(215 129 49 / 0.55) !important;
}

.focus\:fill-harvest\/60:focus {
  fill: rgb(215 129 49 / 0.6) !important;
}

.focus\:fill-harvest\/65:focus {
  fill: rgb(215 129 49 / 0.65) !important;
}

.focus\:fill-harvest\/70:focus {
  fill: rgb(215 129 49 / 0.7) !important;
}

.focus\:fill-harvest\/75:focus {
  fill: rgb(215 129 49 / 0.75) !important;
}

.focus\:fill-harvest\/80:focus {
  fill: rgb(215 129 49 / 0.8) !important;
}

.focus\:fill-harvest\/85:focus {
  fill: rgb(215 129 49 / 0.85) !important;
}

.focus\:fill-harvest\/90:focus {
  fill: rgb(215 129 49 / 0.9) !important;
}

.focus\:fill-harvest\/95:focus {
  fill: rgb(215 129 49 / 0.95) !important;
}

.focus\:fill-light:focus {
  fill: #f9fafb !important;
}

.focus\:fill-light\/0:focus {
  fill: rgb(249 250 251 / 0) !important;
}

.focus\:fill-light\/10:focus {
  fill: rgb(249 250 251 / 0.1) !important;
}

.focus\:fill-light\/100:focus {
  fill: rgb(249 250 251 / 1) !important;
}

.focus\:fill-light\/15:focus {
  fill: rgb(249 250 251 / 0.15) !important;
}

.focus\:fill-light\/20:focus {
  fill: rgb(249 250 251 / 0.2) !important;
}

.focus\:fill-light\/25:focus {
  fill: rgb(249 250 251 / 0.25) !important;
}

.focus\:fill-light\/30:focus {
  fill: rgb(249 250 251 / 0.3) !important;
}

.focus\:fill-light\/35:focus {
  fill: rgb(249 250 251 / 0.35) !important;
}

.focus\:fill-light\/40:focus {
  fill: rgb(249 250 251 / 0.4) !important;
}

.focus\:fill-light\/45:focus {
  fill: rgb(249 250 251 / 0.45) !important;
}

.focus\:fill-light\/5:focus {
  fill: rgb(249 250 251 / 0.05) !important;
}

.focus\:fill-light\/50:focus {
  fill: rgb(249 250 251 / 0.5) !important;
}

.focus\:fill-light\/55:focus {
  fill: rgb(249 250 251 / 0.55) !important;
}

.focus\:fill-light\/60:focus {
  fill: rgb(249 250 251 / 0.6) !important;
}

.focus\:fill-light\/65:focus {
  fill: rgb(249 250 251 / 0.65) !important;
}

.focus\:fill-light\/70:focus {
  fill: rgb(249 250 251 / 0.7) !important;
}

.focus\:fill-light\/75:focus {
  fill: rgb(249 250 251 / 0.75) !important;
}

.focus\:fill-light\/80:focus {
  fill: rgb(249 250 251 / 0.8) !important;
}

.focus\:fill-light\/85:focus {
  fill: rgb(249 250 251 / 0.85) !important;
}

.focus\:fill-light\/90:focus {
  fill: rgb(249 250 251 / 0.9) !important;
}

.focus\:fill-light\/95:focus {
  fill: rgb(249 250 251 / 0.95) !important;
}

.focus\:fill-sprout:focus {
  fill: #c4d148 !important;
}

.focus\:fill-sprout\/0:focus {
  fill: rgb(196 209 72 / 0) !important;
}

.focus\:fill-sprout\/10:focus {
  fill: rgb(196 209 72 / 0.1) !important;
}

.focus\:fill-sprout\/100:focus {
  fill: rgb(196 209 72 / 1) !important;
}

.focus\:fill-sprout\/15:focus {
  fill: rgb(196 209 72 / 0.15) !important;
}

.focus\:fill-sprout\/20:focus {
  fill: rgb(196 209 72 / 0.2) !important;
}

.focus\:fill-sprout\/25:focus {
  fill: rgb(196 209 72 / 0.25) !important;
}

.focus\:fill-sprout\/30:focus {
  fill: rgb(196 209 72 / 0.3) !important;
}

.focus\:fill-sprout\/35:focus {
  fill: rgb(196 209 72 / 0.35) !important;
}

.focus\:fill-sprout\/40:focus {
  fill: rgb(196 209 72 / 0.4) !important;
}

.focus\:fill-sprout\/45:focus {
  fill: rgb(196 209 72 / 0.45) !important;
}

.focus\:fill-sprout\/5:focus {
  fill: rgb(196 209 72 / 0.05) !important;
}

.focus\:fill-sprout\/50:focus {
  fill: rgb(196 209 72 / 0.5) !important;
}

.focus\:fill-sprout\/55:focus {
  fill: rgb(196 209 72 / 0.55) !important;
}

.focus\:fill-sprout\/60:focus {
  fill: rgb(196 209 72 / 0.6) !important;
}

.focus\:fill-sprout\/65:focus {
  fill: rgb(196 209 72 / 0.65) !important;
}

.focus\:fill-sprout\/70:focus {
  fill: rgb(196 209 72 / 0.7) !important;
}

.focus\:fill-sprout\/75:focus {
  fill: rgb(196 209 72 / 0.75) !important;
}

.focus\:fill-sprout\/80:focus {
  fill: rgb(196 209 72 / 0.8) !important;
}

.focus\:fill-sprout\/85:focus {
  fill: rgb(196 209 72 / 0.85) !important;
}

.focus\:fill-sprout\/90:focus {
  fill: rgb(196 209 72 / 0.9) !important;
}

.focus\:fill-sprout\/95:focus {
  fill: rgb(196 209 72 / 0.95) !important;
}

.focus\:stroke-dark:focus {
  stroke: #1f2937 !important;
}

.focus\:stroke-dark\/0:focus {
  stroke: rgb(31 41 55 / 0) !important;
}

.focus\:stroke-dark\/10:focus {
  stroke: rgb(31 41 55 / 0.1) !important;
}

.focus\:stroke-dark\/100:focus {
  stroke: rgb(31 41 55 / 1) !important;
}

.focus\:stroke-dark\/15:focus {
  stroke: rgb(31 41 55 / 0.15) !important;
}

.focus\:stroke-dark\/20:focus {
  stroke: rgb(31 41 55 / 0.2) !important;
}

.focus\:stroke-dark\/25:focus {
  stroke: rgb(31 41 55 / 0.25) !important;
}

.focus\:stroke-dark\/30:focus {
  stroke: rgb(31 41 55 / 0.3) !important;
}

.focus\:stroke-dark\/35:focus {
  stroke: rgb(31 41 55 / 0.35) !important;
}

.focus\:stroke-dark\/40:focus {
  stroke: rgb(31 41 55 / 0.4) !important;
}

.focus\:stroke-dark\/45:focus {
  stroke: rgb(31 41 55 / 0.45) !important;
}

.focus\:stroke-dark\/5:focus {
  stroke: rgb(31 41 55 / 0.05) !important;
}

.focus\:stroke-dark\/50:focus {
  stroke: rgb(31 41 55 / 0.5) !important;
}

.focus\:stroke-dark\/55:focus {
  stroke: rgb(31 41 55 / 0.55) !important;
}

.focus\:stroke-dark\/60:focus {
  stroke: rgb(31 41 55 / 0.6) !important;
}

.focus\:stroke-dark\/65:focus {
  stroke: rgb(31 41 55 / 0.65) !important;
}

.focus\:stroke-dark\/70:focus {
  stroke: rgb(31 41 55 / 0.7) !important;
}

.focus\:stroke-dark\/75:focus {
  stroke: rgb(31 41 55 / 0.75) !important;
}

.focus\:stroke-dark\/80:focus {
  stroke: rgb(31 41 55 / 0.8) !important;
}

.focus\:stroke-dark\/85:focus {
  stroke: rgb(31 41 55 / 0.85) !important;
}

.focus\:stroke-dark\/90:focus {
  stroke: rgb(31 41 55 / 0.9) !important;
}

.focus\:stroke-dark\/95:focus {
  stroke: rgb(31 41 55 / 0.95) !important;
}

.focus\:stroke-earth:focus {
  stroke: #782e01 !important;
}

.focus\:stroke-earth\/0:focus {
  stroke: rgb(120 46 1 / 0) !important;
}

.focus\:stroke-earth\/10:focus {
  stroke: rgb(120 46 1 / 0.1) !important;
}

.focus\:stroke-earth\/100:focus {
  stroke: rgb(120 46 1 / 1) !important;
}

.focus\:stroke-earth\/15:focus {
  stroke: rgb(120 46 1 / 0.15) !important;
}

.focus\:stroke-earth\/20:focus {
  stroke: rgb(120 46 1 / 0.2) !important;
}

.focus\:stroke-earth\/25:focus {
  stroke: rgb(120 46 1 / 0.25) !important;
}

.focus\:stroke-earth\/30:focus {
  stroke: rgb(120 46 1 / 0.3) !important;
}

.focus\:stroke-earth\/35:focus {
  stroke: rgb(120 46 1 / 0.35) !important;
}

.focus\:stroke-earth\/40:focus {
  stroke: rgb(120 46 1 / 0.4) !important;
}

.focus\:stroke-earth\/45:focus {
  stroke: rgb(120 46 1 / 0.45) !important;
}

.focus\:stroke-earth\/5:focus {
  stroke: rgb(120 46 1 / 0.05) !important;
}

.focus\:stroke-earth\/50:focus {
  stroke: rgb(120 46 1 / 0.5) !important;
}

.focus\:stroke-earth\/55:focus {
  stroke: rgb(120 46 1 / 0.55) !important;
}

.focus\:stroke-earth\/60:focus {
  stroke: rgb(120 46 1 / 0.6) !important;
}

.focus\:stroke-earth\/65:focus {
  stroke: rgb(120 46 1 / 0.65) !important;
}

.focus\:stroke-earth\/70:focus {
  stroke: rgb(120 46 1 / 0.7) !important;
}

.focus\:stroke-earth\/75:focus {
  stroke: rgb(120 46 1 / 0.75) !important;
}

.focus\:stroke-earth\/80:focus {
  stroke: rgb(120 46 1 / 0.8) !important;
}

.focus\:stroke-earth\/85:focus {
  stroke: rgb(120 46 1 / 0.85) !important;
}

.focus\:stroke-earth\/90:focus {
  stroke: rgb(120 46 1 / 0.9) !important;
}

.focus\:stroke-earth\/95:focus {
  stroke: rgb(120 46 1 / 0.95) !important;
}

.focus\:stroke-harvest:focus {
  stroke: #d78131 !important;
}

.focus\:stroke-harvest\/0:focus {
  stroke: rgb(215 129 49 / 0) !important;
}

.focus\:stroke-harvest\/10:focus {
  stroke: rgb(215 129 49 / 0.1) !important;
}

.focus\:stroke-harvest\/100:focus {
  stroke: rgb(215 129 49 / 1) !important;
}

.focus\:stroke-harvest\/15:focus {
  stroke: rgb(215 129 49 / 0.15) !important;
}

.focus\:stroke-harvest\/20:focus {
  stroke: rgb(215 129 49 / 0.2) !important;
}

.focus\:stroke-harvest\/25:focus {
  stroke: rgb(215 129 49 / 0.25) !important;
}

.focus\:stroke-harvest\/30:focus {
  stroke: rgb(215 129 49 / 0.3) !important;
}

.focus\:stroke-harvest\/35:focus {
  stroke: rgb(215 129 49 / 0.35) !important;
}

.focus\:stroke-harvest\/40:focus {
  stroke: rgb(215 129 49 / 0.4) !important;
}

.focus\:stroke-harvest\/45:focus {
  stroke: rgb(215 129 49 / 0.45) !important;
}

.focus\:stroke-harvest\/5:focus {
  stroke: rgb(215 129 49 / 0.05) !important;
}

.focus\:stroke-harvest\/50:focus {
  stroke: rgb(215 129 49 / 0.5) !important;
}

.focus\:stroke-harvest\/55:focus {
  stroke: rgb(215 129 49 / 0.55) !important;
}

.focus\:stroke-harvest\/60:focus {
  stroke: rgb(215 129 49 / 0.6) !important;
}

.focus\:stroke-harvest\/65:focus {
  stroke: rgb(215 129 49 / 0.65) !important;
}

.focus\:stroke-harvest\/70:focus {
  stroke: rgb(215 129 49 / 0.7) !important;
}

.focus\:stroke-harvest\/75:focus {
  stroke: rgb(215 129 49 / 0.75) !important;
}

.focus\:stroke-harvest\/80:focus {
  stroke: rgb(215 129 49 / 0.8) !important;
}

.focus\:stroke-harvest\/85:focus {
  stroke: rgb(215 129 49 / 0.85) !important;
}

.focus\:stroke-harvest\/90:focus {
  stroke: rgb(215 129 49 / 0.9) !important;
}

.focus\:stroke-harvest\/95:focus {
  stroke: rgb(215 129 49 / 0.95) !important;
}

.focus\:stroke-light:focus {
  stroke: #f9fafb !important;
}

.focus\:stroke-light\/0:focus {
  stroke: rgb(249 250 251 / 0) !important;
}

.focus\:stroke-light\/10:focus {
  stroke: rgb(249 250 251 / 0.1) !important;
}

.focus\:stroke-light\/100:focus {
  stroke: rgb(249 250 251 / 1) !important;
}

.focus\:stroke-light\/15:focus {
  stroke: rgb(249 250 251 / 0.15) !important;
}

.focus\:stroke-light\/20:focus {
  stroke: rgb(249 250 251 / 0.2) !important;
}

.focus\:stroke-light\/25:focus {
  stroke: rgb(249 250 251 / 0.25) !important;
}

.focus\:stroke-light\/30:focus {
  stroke: rgb(249 250 251 / 0.3) !important;
}

.focus\:stroke-light\/35:focus {
  stroke: rgb(249 250 251 / 0.35) !important;
}

.focus\:stroke-light\/40:focus {
  stroke: rgb(249 250 251 / 0.4) !important;
}

.focus\:stroke-light\/45:focus {
  stroke: rgb(249 250 251 / 0.45) !important;
}

.focus\:stroke-light\/5:focus {
  stroke: rgb(249 250 251 / 0.05) !important;
}

.focus\:stroke-light\/50:focus {
  stroke: rgb(249 250 251 / 0.5) !important;
}

.focus\:stroke-light\/55:focus {
  stroke: rgb(249 250 251 / 0.55) !important;
}

.focus\:stroke-light\/60:focus {
  stroke: rgb(249 250 251 / 0.6) !important;
}

.focus\:stroke-light\/65:focus {
  stroke: rgb(249 250 251 / 0.65) !important;
}

.focus\:stroke-light\/70:focus {
  stroke: rgb(249 250 251 / 0.7) !important;
}

.focus\:stroke-light\/75:focus {
  stroke: rgb(249 250 251 / 0.75) !important;
}

.focus\:stroke-light\/80:focus {
  stroke: rgb(249 250 251 / 0.8) !important;
}

.focus\:stroke-light\/85:focus {
  stroke: rgb(249 250 251 / 0.85) !important;
}

.focus\:stroke-light\/90:focus {
  stroke: rgb(249 250 251 / 0.9) !important;
}

.focus\:stroke-light\/95:focus {
  stroke: rgb(249 250 251 / 0.95) !important;
}

.focus\:stroke-sprout:focus {
  stroke: #c4d148 !important;
}

.focus\:stroke-sprout\/0:focus {
  stroke: rgb(196 209 72 / 0) !important;
}

.focus\:stroke-sprout\/10:focus {
  stroke: rgb(196 209 72 / 0.1) !important;
}

.focus\:stroke-sprout\/100:focus {
  stroke: rgb(196 209 72 / 1) !important;
}

.focus\:stroke-sprout\/15:focus {
  stroke: rgb(196 209 72 / 0.15) !important;
}

.focus\:stroke-sprout\/20:focus {
  stroke: rgb(196 209 72 / 0.2) !important;
}

.focus\:stroke-sprout\/25:focus {
  stroke: rgb(196 209 72 / 0.25) !important;
}

.focus\:stroke-sprout\/30:focus {
  stroke: rgb(196 209 72 / 0.3) !important;
}

.focus\:stroke-sprout\/35:focus {
  stroke: rgb(196 209 72 / 0.35) !important;
}

.focus\:stroke-sprout\/40:focus {
  stroke: rgb(196 209 72 / 0.4) !important;
}

.focus\:stroke-sprout\/45:focus {
  stroke: rgb(196 209 72 / 0.45) !important;
}

.focus\:stroke-sprout\/5:focus {
  stroke: rgb(196 209 72 / 0.05) !important;
}

.focus\:stroke-sprout\/50:focus {
  stroke: rgb(196 209 72 / 0.5) !important;
}

.focus\:stroke-sprout\/55:focus {
  stroke: rgb(196 209 72 / 0.55) !important;
}

.focus\:stroke-sprout\/60:focus {
  stroke: rgb(196 209 72 / 0.6) !important;
}

.focus\:stroke-sprout\/65:focus {
  stroke: rgb(196 209 72 / 0.65) !important;
}

.focus\:stroke-sprout\/70:focus {
  stroke: rgb(196 209 72 / 0.7) !important;
}

.focus\:stroke-sprout\/75:focus {
  stroke: rgb(196 209 72 / 0.75) !important;
}

.focus\:stroke-sprout\/80:focus {
  stroke: rgb(196 209 72 / 0.8) !important;
}

.focus\:stroke-sprout\/85:focus {
  stroke: rgb(196 209 72 / 0.85) !important;
}

.focus\:stroke-sprout\/90:focus {
  stroke: rgb(196 209 72 / 0.9) !important;
}

.focus\:stroke-sprout\/95:focus {
  stroke: rgb(196 209 72 / 0.95) !important;
}

.focus\:text-dark:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-dark\/0:focus {
  color: rgb(31 41 55 / 0) !important;
}

.focus\:text-dark\/10:focus {
  color: rgb(31 41 55 / 0.1) !important;
}

.focus\:text-dark\/100:focus {
  color: rgb(31 41 55 / 1) !important;
}

.focus\:text-dark\/15:focus {
  color: rgb(31 41 55 / 0.15) !important;
}

.focus\:text-dark\/20:focus {
  color: rgb(31 41 55 / 0.2) !important;
}

.focus\:text-dark\/25:focus {
  color: rgb(31 41 55 / 0.25) !important;
}

.focus\:text-dark\/30:focus {
  color: rgb(31 41 55 / 0.3) !important;
}

.focus\:text-dark\/35:focus {
  color: rgb(31 41 55 / 0.35) !important;
}

.focus\:text-dark\/40:focus {
  color: rgb(31 41 55 / 0.4) !important;
}

.focus\:text-dark\/45:focus {
  color: rgb(31 41 55 / 0.45) !important;
}

.focus\:text-dark\/5:focus {
  color: rgb(31 41 55 / 0.05) !important;
}

.focus\:text-dark\/50:focus {
  color: rgb(31 41 55 / 0.5) !important;
}

.focus\:text-dark\/55:focus {
  color: rgb(31 41 55 / 0.55) !important;
}

.focus\:text-dark\/60:focus {
  color: rgb(31 41 55 / 0.6) !important;
}

.focus\:text-dark\/65:focus {
  color: rgb(31 41 55 / 0.65) !important;
}

.focus\:text-dark\/70:focus {
  color: rgb(31 41 55 / 0.7) !important;
}

.focus\:text-dark\/75:focus {
  color: rgb(31 41 55 / 0.75) !important;
}

.focus\:text-dark\/80:focus {
  color: rgb(31 41 55 / 0.8) !important;
}

.focus\:text-dark\/85:focus {
  color: rgb(31 41 55 / 0.85) !important;
}

.focus\:text-dark\/90:focus {
  color: rgb(31 41 55 / 0.9) !important;
}

.focus\:text-dark\/95:focus {
  color: rgb(31 41 55 / 0.95) !important;
}

.focus\:text-earth:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(120 46 1 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-earth\/0:focus {
  color: rgb(120 46 1 / 0) !important;
}

.focus\:text-earth\/10:focus {
  color: rgb(120 46 1 / 0.1) !important;
}

.focus\:text-earth\/100:focus {
  color: rgb(120 46 1 / 1) !important;
}

.focus\:text-earth\/15:focus {
  color: rgb(120 46 1 / 0.15) !important;
}

.focus\:text-earth\/20:focus {
  color: rgb(120 46 1 / 0.2) !important;
}

.focus\:text-earth\/25:focus {
  color: rgb(120 46 1 / 0.25) !important;
}

.focus\:text-earth\/30:focus {
  color: rgb(120 46 1 / 0.3) !important;
}

.focus\:text-earth\/35:focus {
  color: rgb(120 46 1 / 0.35) !important;
}

.focus\:text-earth\/40:focus {
  color: rgb(120 46 1 / 0.4) !important;
}

.focus\:text-earth\/45:focus {
  color: rgb(120 46 1 / 0.45) !important;
}

.focus\:text-earth\/5:focus {
  color: rgb(120 46 1 / 0.05) !important;
}

.focus\:text-earth\/50:focus {
  color: rgb(120 46 1 / 0.5) !important;
}

.focus\:text-earth\/55:focus {
  color: rgb(120 46 1 / 0.55) !important;
}

.focus\:text-earth\/60:focus {
  color: rgb(120 46 1 / 0.6) !important;
}

.focus\:text-earth\/65:focus {
  color: rgb(120 46 1 / 0.65) !important;
}

.focus\:text-earth\/70:focus {
  color: rgb(120 46 1 / 0.7) !important;
}

.focus\:text-earth\/75:focus {
  color: rgb(120 46 1 / 0.75) !important;
}

.focus\:text-earth\/80:focus {
  color: rgb(120 46 1 / 0.8) !important;
}

.focus\:text-earth\/85:focus {
  color: rgb(120 46 1 / 0.85) !important;
}

.focus\:text-earth\/90:focus {
  color: rgb(120 46 1 / 0.9) !important;
}

.focus\:text-earth\/95:focus {
  color: rgb(120 46 1 / 0.95) !important;
}

.focus\:text-harvest:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(215 129 49 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-harvest\/0:focus {
  color: rgb(215 129 49 / 0) !important;
}

.focus\:text-harvest\/10:focus {
  color: rgb(215 129 49 / 0.1) !important;
}

.focus\:text-harvest\/100:focus {
  color: rgb(215 129 49 / 1) !important;
}

.focus\:text-harvest\/15:focus {
  color: rgb(215 129 49 / 0.15) !important;
}

.focus\:text-harvest\/20:focus {
  color: rgb(215 129 49 / 0.2) !important;
}

.focus\:text-harvest\/25:focus {
  color: rgb(215 129 49 / 0.25) !important;
}

.focus\:text-harvest\/30:focus {
  color: rgb(215 129 49 / 0.3) !important;
}

.focus\:text-harvest\/35:focus {
  color: rgb(215 129 49 / 0.35) !important;
}

.focus\:text-harvest\/40:focus {
  color: rgb(215 129 49 / 0.4) !important;
}

.focus\:text-harvest\/45:focus {
  color: rgb(215 129 49 / 0.45) !important;
}

.focus\:text-harvest\/5:focus {
  color: rgb(215 129 49 / 0.05) !important;
}

.focus\:text-harvest\/50:focus {
  color: rgb(215 129 49 / 0.5) !important;
}

.focus\:text-harvest\/55:focus {
  color: rgb(215 129 49 / 0.55) !important;
}

.focus\:text-harvest\/60:focus {
  color: rgb(215 129 49 / 0.6) !important;
}

.focus\:text-harvest\/65:focus {
  color: rgb(215 129 49 / 0.65) !important;
}

.focus\:text-harvest\/70:focus {
  color: rgb(215 129 49 / 0.7) !important;
}

.focus\:text-harvest\/75:focus {
  color: rgb(215 129 49 / 0.75) !important;
}

.focus\:text-harvest\/80:focus {
  color: rgb(215 129 49 / 0.8) !important;
}

.focus\:text-harvest\/85:focus {
  color: rgb(215 129 49 / 0.85) !important;
}

.focus\:text-harvest\/90:focus {
  color: rgb(215 129 49 / 0.9) !important;
}

.focus\:text-harvest\/95:focus {
  color: rgb(215 129 49 / 0.95) !important;
}

.focus\:text-light:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-light\/0:focus {
  color: rgb(249 250 251 / 0) !important;
}

.focus\:text-light\/10:focus {
  color: rgb(249 250 251 / 0.1) !important;
}

.focus\:text-light\/100:focus {
  color: rgb(249 250 251 / 1) !important;
}

.focus\:text-light\/15:focus {
  color: rgb(249 250 251 / 0.15) !important;
}

.focus\:text-light\/20:focus {
  color: rgb(249 250 251 / 0.2) !important;
}

.focus\:text-light\/25:focus {
  color: rgb(249 250 251 / 0.25) !important;
}

.focus\:text-light\/30:focus {
  color: rgb(249 250 251 / 0.3) !important;
}

.focus\:text-light\/35:focus {
  color: rgb(249 250 251 / 0.35) !important;
}

.focus\:text-light\/40:focus {
  color: rgb(249 250 251 / 0.4) !important;
}

.focus\:text-light\/45:focus {
  color: rgb(249 250 251 / 0.45) !important;
}

.focus\:text-light\/5:focus {
  color: rgb(249 250 251 / 0.05) !important;
}

.focus\:text-light\/50:focus {
  color: rgb(249 250 251 / 0.5) !important;
}

.focus\:text-light\/55:focus {
  color: rgb(249 250 251 / 0.55) !important;
}

.focus\:text-light\/60:focus {
  color: rgb(249 250 251 / 0.6) !important;
}

.focus\:text-light\/65:focus {
  color: rgb(249 250 251 / 0.65) !important;
}

.focus\:text-light\/70:focus {
  color: rgb(249 250 251 / 0.7) !important;
}

.focus\:text-light\/75:focus {
  color: rgb(249 250 251 / 0.75) !important;
}

.focus\:text-light\/80:focus {
  color: rgb(249 250 251 / 0.8) !important;
}

.focus\:text-light\/85:focus {
  color: rgb(249 250 251 / 0.85) !important;
}

.focus\:text-light\/90:focus {
  color: rgb(249 250 251 / 0.9) !important;
}

.focus\:text-light\/95:focus {
  color: rgb(249 250 251 / 0.95) !important;
}

.focus\:text-sprout:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(196 209 72 / var(--tw-text-opacity, 1)) !important;
}

.focus\:text-sprout\/0:focus {
  color: rgb(196 209 72 / 0) !important;
}

.focus\:text-sprout\/10:focus {
  color: rgb(196 209 72 / 0.1) !important;
}

.focus\:text-sprout\/100:focus {
  color: rgb(196 209 72 / 1) !important;
}

.focus\:text-sprout\/15:focus {
  color: rgb(196 209 72 / 0.15) !important;
}

.focus\:text-sprout\/20:focus {
  color: rgb(196 209 72 / 0.2) !important;
}

.focus\:text-sprout\/25:focus {
  color: rgb(196 209 72 / 0.25) !important;
}

.focus\:text-sprout\/30:focus {
  color: rgb(196 209 72 / 0.3) !important;
}

.focus\:text-sprout\/35:focus {
  color: rgb(196 209 72 / 0.35) !important;
}

.focus\:text-sprout\/40:focus {
  color: rgb(196 209 72 / 0.4) !important;
}

.focus\:text-sprout\/45:focus {
  color: rgb(196 209 72 / 0.45) !important;
}

.focus\:text-sprout\/5:focus {
  color: rgb(196 209 72 / 0.05) !important;
}

.focus\:text-sprout\/50:focus {
  color: rgb(196 209 72 / 0.5) !important;
}

.focus\:text-sprout\/55:focus {
  color: rgb(196 209 72 / 0.55) !important;
}

.focus\:text-sprout\/60:focus {
  color: rgb(196 209 72 / 0.6) !important;
}

.focus\:text-sprout\/65:focus {
  color: rgb(196 209 72 / 0.65) !important;
}

.focus\:text-sprout\/70:focus {
  color: rgb(196 209 72 / 0.7) !important;
}

.focus\:text-sprout\/75:focus {
  color: rgb(196 209 72 / 0.75) !important;
}

.focus\:text-sprout\/80:focus {
  color: rgb(196 209 72 / 0.8) !important;
}

.focus\:text-sprout\/85:focus {
  color: rgb(196 209 72 / 0.85) !important;
}

.focus\:text-sprout\/90:focus {
  color: rgb(196 209 72 / 0.9) !important;
}

.focus\:text-sprout\/95:focus {
  color: rgb(196 209 72 / 0.95) !important;
}

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

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

.focus\:ring-harvest:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(215 129 49 / var(--tw-ring-opacity, 1)) !important;
}

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

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

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

.group:hover .group-hover\:border-dark {
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:border-dark\/0 {
  border-color: rgb(31 41 55 / 0) !important;
}

.group:hover .group-hover\:border-dark\/10 {
  border-color: rgb(31 41 55 / 0.1) !important;
}

.group:hover .group-hover\:border-dark\/100 {
  border-color: rgb(31 41 55 / 1) !important;
}

.group:hover .group-hover\:border-dark\/15 {
  border-color: rgb(31 41 55 / 0.15) !important;
}

.group:hover .group-hover\:border-dark\/20 {
  border-color: rgb(31 41 55 / 0.2) !important;
}

.group:hover .group-hover\:border-dark\/25 {
  border-color: rgb(31 41 55 / 0.25) !important;
}

.group:hover .group-hover\:border-dark\/30 {
  border-color: rgb(31 41 55 / 0.3) !important;
}

.group:hover .group-hover\:border-dark\/35 {
  border-color: rgb(31 41 55 / 0.35) !important;
}

.group:hover .group-hover\:border-dark\/40 {
  border-color: rgb(31 41 55 / 0.4) !important;
}

.group:hover .group-hover\:border-dark\/45 {
  border-color: rgb(31 41 55 / 0.45) !important;
}

.group:hover .group-hover\:border-dark\/5 {
  border-color: rgb(31 41 55 / 0.05) !important;
}

.group:hover .group-hover\:border-dark\/50 {
  border-color: rgb(31 41 55 / 0.5) !important;
}

.group:hover .group-hover\:border-dark\/55 {
  border-color: rgb(31 41 55 / 0.55) !important;
}

.group:hover .group-hover\:border-dark\/60 {
  border-color: rgb(31 41 55 / 0.6) !important;
}

.group:hover .group-hover\:border-dark\/65 {
  border-color: rgb(31 41 55 / 0.65) !important;
}

.group:hover .group-hover\:border-dark\/70 {
  border-color: rgb(31 41 55 / 0.7) !important;
}

.group:hover .group-hover\:border-dark\/75 {
  border-color: rgb(31 41 55 / 0.75) !important;
}

.group:hover .group-hover\:border-dark\/80 {
  border-color: rgb(31 41 55 / 0.8) !important;
}

.group:hover .group-hover\:border-dark\/85 {
  border-color: rgb(31 41 55 / 0.85) !important;
}

.group:hover .group-hover\:border-dark\/90 {
  border-color: rgb(31 41 55 / 0.9) !important;
}

.group:hover .group-hover\:border-dark\/95 {
  border-color: rgb(31 41 55 / 0.95) !important;
}

.group:hover .group-hover\:border-earth {
  --tw-border-opacity: 1 !important;
  border-color: rgb(120 46 1 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:border-earth\/0 {
  border-color: rgb(120 46 1 / 0) !important;
}

.group:hover .group-hover\:border-earth\/10 {
  border-color: rgb(120 46 1 / 0.1) !important;
}

.group:hover .group-hover\:border-earth\/100 {
  border-color: rgb(120 46 1 / 1) !important;
}

.group:hover .group-hover\:border-earth\/15 {
  border-color: rgb(120 46 1 / 0.15) !important;
}

.group:hover .group-hover\:border-earth\/20 {
  border-color: rgb(120 46 1 / 0.2) !important;
}

.group:hover .group-hover\:border-earth\/25 {
  border-color: rgb(120 46 1 / 0.25) !important;
}

.group:hover .group-hover\:border-earth\/30 {
  border-color: rgb(120 46 1 / 0.3) !important;
}

.group:hover .group-hover\:border-earth\/35 {
  border-color: rgb(120 46 1 / 0.35) !important;
}

.group:hover .group-hover\:border-earth\/40 {
  border-color: rgb(120 46 1 / 0.4) !important;
}

.group:hover .group-hover\:border-earth\/45 {
  border-color: rgb(120 46 1 / 0.45) !important;
}

.group:hover .group-hover\:border-earth\/5 {
  border-color: rgb(120 46 1 / 0.05) !important;
}

.group:hover .group-hover\:border-earth\/50 {
  border-color: rgb(120 46 1 / 0.5) !important;
}

.group:hover .group-hover\:border-earth\/55 {
  border-color: rgb(120 46 1 / 0.55) !important;
}

.group:hover .group-hover\:border-earth\/60 {
  border-color: rgb(120 46 1 / 0.6) !important;
}

.group:hover .group-hover\:border-earth\/65 {
  border-color: rgb(120 46 1 / 0.65) !important;
}

.group:hover .group-hover\:border-earth\/70 {
  border-color: rgb(120 46 1 / 0.7) !important;
}

.group:hover .group-hover\:border-earth\/75 {
  border-color: rgb(120 46 1 / 0.75) !important;
}

.group:hover .group-hover\:border-earth\/80 {
  border-color: rgb(120 46 1 / 0.8) !important;
}

.group:hover .group-hover\:border-earth\/85 {
  border-color: rgb(120 46 1 / 0.85) !important;
}

.group:hover .group-hover\:border-earth\/90 {
  border-color: rgb(120 46 1 / 0.9) !important;
}

.group:hover .group-hover\:border-earth\/95 {
  border-color: rgb(120 46 1 / 0.95) !important;
}

.group:hover .group-hover\:border-harvest {
  --tw-border-opacity: 1 !important;
  border-color: rgb(215 129 49 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:border-harvest\/0 {
  border-color: rgb(215 129 49 / 0) !important;
}

.group:hover .group-hover\:border-harvest\/10 {
  border-color: rgb(215 129 49 / 0.1) !important;
}

.group:hover .group-hover\:border-harvest\/100 {
  border-color: rgb(215 129 49 / 1) !important;
}

.group:hover .group-hover\:border-harvest\/15 {
  border-color: rgb(215 129 49 / 0.15) !important;
}

.group:hover .group-hover\:border-harvest\/20 {
  border-color: rgb(215 129 49 / 0.2) !important;
}

.group:hover .group-hover\:border-harvest\/25 {
  border-color: rgb(215 129 49 / 0.25) !important;
}

.group:hover .group-hover\:border-harvest\/30 {
  border-color: rgb(215 129 49 / 0.3) !important;
}

.group:hover .group-hover\:border-harvest\/35 {
  border-color: rgb(215 129 49 / 0.35) !important;
}

.group:hover .group-hover\:border-harvest\/40 {
  border-color: rgb(215 129 49 / 0.4) !important;
}

.group:hover .group-hover\:border-harvest\/45 {
  border-color: rgb(215 129 49 / 0.45) !important;
}

.group:hover .group-hover\:border-harvest\/5 {
  border-color: rgb(215 129 49 / 0.05) !important;
}

.group:hover .group-hover\:border-harvest\/50 {
  border-color: rgb(215 129 49 / 0.5) !important;
}

.group:hover .group-hover\:border-harvest\/55 {
  border-color: rgb(215 129 49 / 0.55) !important;
}

.group:hover .group-hover\:border-harvest\/60 {
  border-color: rgb(215 129 49 / 0.6) !important;
}

.group:hover .group-hover\:border-harvest\/65 {
  border-color: rgb(215 129 49 / 0.65) !important;
}

.group:hover .group-hover\:border-harvest\/70 {
  border-color: rgb(215 129 49 / 0.7) !important;
}

.group:hover .group-hover\:border-harvest\/75 {
  border-color: rgb(215 129 49 / 0.75) !important;
}

.group:hover .group-hover\:border-harvest\/80 {
  border-color: rgb(215 129 49 / 0.8) !important;
}

.group:hover .group-hover\:border-harvest\/85 {
  border-color: rgb(215 129 49 / 0.85) !important;
}

.group:hover .group-hover\:border-harvest\/90 {
  border-color: rgb(215 129 49 / 0.9) !important;
}

.group:hover .group-hover\:border-harvest\/95 {
  border-color: rgb(215 129 49 / 0.95) !important;
}

.group:hover .group-hover\:border-light {
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:border-light\/0 {
  border-color: rgb(249 250 251 / 0) !important;
}

.group:hover .group-hover\:border-light\/10 {
  border-color: rgb(249 250 251 / 0.1) !important;
}

.group:hover .group-hover\:border-light\/100 {
  border-color: rgb(249 250 251 / 1) !important;
}

.group:hover .group-hover\:border-light\/15 {
  border-color: rgb(249 250 251 / 0.15) !important;
}

.group:hover .group-hover\:border-light\/20 {
  border-color: rgb(249 250 251 / 0.2) !important;
}

.group:hover .group-hover\:border-light\/25 {
  border-color: rgb(249 250 251 / 0.25) !important;
}

.group:hover .group-hover\:border-light\/30 {
  border-color: rgb(249 250 251 / 0.3) !important;
}

.group:hover .group-hover\:border-light\/35 {
  border-color: rgb(249 250 251 / 0.35) !important;
}

.group:hover .group-hover\:border-light\/40 {
  border-color: rgb(249 250 251 / 0.4) !important;
}

.group:hover .group-hover\:border-light\/45 {
  border-color: rgb(249 250 251 / 0.45) !important;
}

.group:hover .group-hover\:border-light\/5 {
  border-color: rgb(249 250 251 / 0.05) !important;
}

.group:hover .group-hover\:border-light\/50 {
  border-color: rgb(249 250 251 / 0.5) !important;
}

.group:hover .group-hover\:border-light\/55 {
  border-color: rgb(249 250 251 / 0.55) !important;
}

.group:hover .group-hover\:border-light\/60 {
  border-color: rgb(249 250 251 / 0.6) !important;
}

.group:hover .group-hover\:border-light\/65 {
  border-color: rgb(249 250 251 / 0.65) !important;
}

.group:hover .group-hover\:border-light\/70 {
  border-color: rgb(249 250 251 / 0.7) !important;
}

.group:hover .group-hover\:border-light\/75 {
  border-color: rgb(249 250 251 / 0.75) !important;
}

.group:hover .group-hover\:border-light\/80 {
  border-color: rgb(249 250 251 / 0.8) !important;
}

.group:hover .group-hover\:border-light\/85 {
  border-color: rgb(249 250 251 / 0.85) !important;
}

.group:hover .group-hover\:border-light\/90 {
  border-color: rgb(249 250 251 / 0.9) !important;
}

.group:hover .group-hover\:border-light\/95 {
  border-color: rgb(249 250 251 / 0.95) !important;
}

.group:hover .group-hover\:border-sprout {
  --tw-border-opacity: 1 !important;
  border-color: rgb(196 209 72 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:border-sprout\/0 {
  border-color: rgb(196 209 72 / 0) !important;
}

.group:hover .group-hover\:border-sprout\/10 {
  border-color: rgb(196 209 72 / 0.1) !important;
}

.group:hover .group-hover\:border-sprout\/100 {
  border-color: rgb(196 209 72 / 1) !important;
}

.group:hover .group-hover\:border-sprout\/15 {
  border-color: rgb(196 209 72 / 0.15) !important;
}

.group:hover .group-hover\:border-sprout\/20 {
  border-color: rgb(196 209 72 / 0.2) !important;
}

.group:hover .group-hover\:border-sprout\/25 {
  border-color: rgb(196 209 72 / 0.25) !important;
}

.group:hover .group-hover\:border-sprout\/30 {
  border-color: rgb(196 209 72 / 0.3) !important;
}

.group:hover .group-hover\:border-sprout\/35 {
  border-color: rgb(196 209 72 / 0.35) !important;
}

.group:hover .group-hover\:border-sprout\/40 {
  border-color: rgb(196 209 72 / 0.4) !important;
}

.group:hover .group-hover\:border-sprout\/45 {
  border-color: rgb(196 209 72 / 0.45) !important;
}

.group:hover .group-hover\:border-sprout\/5 {
  border-color: rgb(196 209 72 / 0.05) !important;
}

.group:hover .group-hover\:border-sprout\/50 {
  border-color: rgb(196 209 72 / 0.5) !important;
}

.group:hover .group-hover\:border-sprout\/55 {
  border-color: rgb(196 209 72 / 0.55) !important;
}

.group:hover .group-hover\:border-sprout\/60 {
  border-color: rgb(196 209 72 / 0.6) !important;
}

.group:hover .group-hover\:border-sprout\/65 {
  border-color: rgb(196 209 72 / 0.65) !important;
}

.group:hover .group-hover\:border-sprout\/70 {
  border-color: rgb(196 209 72 / 0.7) !important;
}

.group:hover .group-hover\:border-sprout\/75 {
  border-color: rgb(196 209 72 / 0.75) !important;
}

.group:hover .group-hover\:border-sprout\/80 {
  border-color: rgb(196 209 72 / 0.8) !important;
}

.group:hover .group-hover\:border-sprout\/85 {
  border-color: rgb(196 209 72 / 0.85) !important;
}

.group:hover .group-hover\:border-sprout\/90 {
  border-color: rgb(196 209 72 / 0.9) !important;
}

.group:hover .group-hover\:border-sprout\/95 {
  border-color: rgb(196 209 72 / 0.95) !important;
}

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

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

.group:hover .group-hover\:bg-dark\/0 {
  background-color: rgb(31 41 55 / 0) !important;
}

.group:hover .group-hover\:bg-dark\/10 {
  background-color: rgb(31 41 55 / 0.1) !important;
}

.group:hover .group-hover\:bg-dark\/100 {
  background-color: rgb(31 41 55 / 1) !important;
}

.group:hover .group-hover\:bg-dark\/15 {
  background-color: rgb(31 41 55 / 0.15) !important;
}

.group:hover .group-hover\:bg-dark\/20 {
  background-color: rgb(31 41 55 / 0.2) !important;
}

.group:hover .group-hover\:bg-dark\/25 {
  background-color: rgb(31 41 55 / 0.25) !important;
}

.group:hover .group-hover\:bg-dark\/30 {
  background-color: rgb(31 41 55 / 0.3) !important;
}

.group:hover .group-hover\:bg-dark\/35 {
  background-color: rgb(31 41 55 / 0.35) !important;
}

.group:hover .group-hover\:bg-dark\/40 {
  background-color: rgb(31 41 55 / 0.4) !important;
}

.group:hover .group-hover\:bg-dark\/45 {
  background-color: rgb(31 41 55 / 0.45) !important;
}

.group:hover .group-hover\:bg-dark\/5 {
  background-color: rgb(31 41 55 / 0.05) !important;
}

.group:hover .group-hover\:bg-dark\/50 {
  background-color: rgb(31 41 55 / 0.5) !important;
}

.group:hover .group-hover\:bg-dark\/55 {
  background-color: rgb(31 41 55 / 0.55) !important;
}

.group:hover .group-hover\:bg-dark\/60 {
  background-color: rgb(31 41 55 / 0.6) !important;
}

.group:hover .group-hover\:bg-dark\/65 {
  background-color: rgb(31 41 55 / 0.65) !important;
}

.group:hover .group-hover\:bg-dark\/70 {
  background-color: rgb(31 41 55 / 0.7) !important;
}

.group:hover .group-hover\:bg-dark\/75 {
  background-color: rgb(31 41 55 / 0.75) !important;
}

.group:hover .group-hover\:bg-dark\/80 {
  background-color: rgb(31 41 55 / 0.8) !important;
}

.group:hover .group-hover\:bg-dark\/85 {
  background-color: rgb(31 41 55 / 0.85) !important;
}

.group:hover .group-hover\:bg-dark\/90 {
  background-color: rgb(31 41 55 / 0.9) !important;
}

.group:hover .group-hover\:bg-dark\/95 {
  background-color: rgb(31 41 55 / 0.95) !important;
}

.group:hover .group-hover\:bg-earth {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(120 46 1 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:bg-earth\/0 {
  background-color: rgb(120 46 1 / 0) !important;
}

.group:hover .group-hover\:bg-earth\/10 {
  background-color: rgb(120 46 1 / 0.1) !important;
}

.group:hover .group-hover\:bg-earth\/100 {
  background-color: rgb(120 46 1 / 1) !important;
}

.group:hover .group-hover\:bg-earth\/15 {
  background-color: rgb(120 46 1 / 0.15) !important;
}

.group:hover .group-hover\:bg-earth\/20 {
  background-color: rgb(120 46 1 / 0.2) !important;
}

.group:hover .group-hover\:bg-earth\/25 {
  background-color: rgb(120 46 1 / 0.25) !important;
}

.group:hover .group-hover\:bg-earth\/30 {
  background-color: rgb(120 46 1 / 0.3) !important;
}

.group:hover .group-hover\:bg-earth\/35 {
  background-color: rgb(120 46 1 / 0.35) !important;
}

.group:hover .group-hover\:bg-earth\/40 {
  background-color: rgb(120 46 1 / 0.4) !important;
}

.group:hover .group-hover\:bg-earth\/45 {
  background-color: rgb(120 46 1 / 0.45) !important;
}

.group:hover .group-hover\:bg-earth\/5 {
  background-color: rgb(120 46 1 / 0.05) !important;
}

.group:hover .group-hover\:bg-earth\/50 {
  background-color: rgb(120 46 1 / 0.5) !important;
}

.group:hover .group-hover\:bg-earth\/55 {
  background-color: rgb(120 46 1 / 0.55) !important;
}

.group:hover .group-hover\:bg-earth\/60 {
  background-color: rgb(120 46 1 / 0.6) !important;
}

.group:hover .group-hover\:bg-earth\/65 {
  background-color: rgb(120 46 1 / 0.65) !important;
}

.group:hover .group-hover\:bg-earth\/70 {
  background-color: rgb(120 46 1 / 0.7) !important;
}

.group:hover .group-hover\:bg-earth\/75 {
  background-color: rgb(120 46 1 / 0.75) !important;
}

.group:hover .group-hover\:bg-earth\/80 {
  background-color: rgb(120 46 1 / 0.8) !important;
}

.group:hover .group-hover\:bg-earth\/85 {
  background-color: rgb(120 46 1 / 0.85) !important;
}

.group:hover .group-hover\:bg-earth\/90 {
  background-color: rgb(120 46 1 / 0.9) !important;
}

.group:hover .group-hover\:bg-earth\/95 {
  background-color: rgb(120 46 1 / 0.95) !important;
}

.group:hover .group-hover\:bg-harvest {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(215 129 49 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:bg-harvest\/0 {
  background-color: rgb(215 129 49 / 0) !important;
}

.group:hover .group-hover\:bg-harvest\/10 {
  background-color: rgb(215 129 49 / 0.1) !important;
}

.group:hover .group-hover\:bg-harvest\/100 {
  background-color: rgb(215 129 49 / 1) !important;
}

.group:hover .group-hover\:bg-harvest\/15 {
  background-color: rgb(215 129 49 / 0.15) !important;
}

.group:hover .group-hover\:bg-harvest\/20 {
  background-color: rgb(215 129 49 / 0.2) !important;
}

.group:hover .group-hover\:bg-harvest\/25 {
  background-color: rgb(215 129 49 / 0.25) !important;
}

.group:hover .group-hover\:bg-harvest\/30 {
  background-color: rgb(215 129 49 / 0.3) !important;
}

.group:hover .group-hover\:bg-harvest\/35 {
  background-color: rgb(215 129 49 / 0.35) !important;
}

.group:hover .group-hover\:bg-harvest\/40 {
  background-color: rgb(215 129 49 / 0.4) !important;
}

.group:hover .group-hover\:bg-harvest\/45 {
  background-color: rgb(215 129 49 / 0.45) !important;
}

.group:hover .group-hover\:bg-harvest\/5 {
  background-color: rgb(215 129 49 / 0.05) !important;
}

.group:hover .group-hover\:bg-harvest\/50 {
  background-color: rgb(215 129 49 / 0.5) !important;
}

.group:hover .group-hover\:bg-harvest\/55 {
  background-color: rgb(215 129 49 / 0.55) !important;
}

.group:hover .group-hover\:bg-harvest\/60 {
  background-color: rgb(215 129 49 / 0.6) !important;
}

.group:hover .group-hover\:bg-harvest\/65 {
  background-color: rgb(215 129 49 / 0.65) !important;
}

.group:hover .group-hover\:bg-harvest\/70 {
  background-color: rgb(215 129 49 / 0.7) !important;
}

.group:hover .group-hover\:bg-harvest\/75 {
  background-color: rgb(215 129 49 / 0.75) !important;
}

.group:hover .group-hover\:bg-harvest\/80 {
  background-color: rgb(215 129 49 / 0.8) !important;
}

.group:hover .group-hover\:bg-harvest\/85 {
  background-color: rgb(215 129 49 / 0.85) !important;
}

.group:hover .group-hover\:bg-harvest\/90 {
  background-color: rgb(215 129 49 / 0.9) !important;
}

.group:hover .group-hover\:bg-harvest\/95 {
  background-color: rgb(215 129 49 / 0.95) !important;
}

.group:hover .group-hover\:bg-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:bg-light\/0 {
  background-color: rgb(249 250 251 / 0) !important;
}

.group:hover .group-hover\:bg-light\/10 {
  background-color: rgb(249 250 251 / 0.1) !important;
}

.group:hover .group-hover\:bg-light\/100 {
  background-color: rgb(249 250 251 / 1) !important;
}

.group:hover .group-hover\:bg-light\/15 {
  background-color: rgb(249 250 251 / 0.15) !important;
}

.group:hover .group-hover\:bg-light\/20 {
  background-color: rgb(249 250 251 / 0.2) !important;
}

.group:hover .group-hover\:bg-light\/25 {
  background-color: rgb(249 250 251 / 0.25) !important;
}

.group:hover .group-hover\:bg-light\/30 {
  background-color: rgb(249 250 251 / 0.3) !important;
}

.group:hover .group-hover\:bg-light\/35 {
  background-color: rgb(249 250 251 / 0.35) !important;
}

.group:hover .group-hover\:bg-light\/40 {
  background-color: rgb(249 250 251 / 0.4) !important;
}

.group:hover .group-hover\:bg-light\/45 {
  background-color: rgb(249 250 251 / 0.45) !important;
}

.group:hover .group-hover\:bg-light\/5 {
  background-color: rgb(249 250 251 / 0.05) !important;
}

.group:hover .group-hover\:bg-light\/50 {
  background-color: rgb(249 250 251 / 0.5) !important;
}

.group:hover .group-hover\:bg-light\/55 {
  background-color: rgb(249 250 251 / 0.55) !important;
}

.group:hover .group-hover\:bg-light\/60 {
  background-color: rgb(249 250 251 / 0.6) !important;
}

.group:hover .group-hover\:bg-light\/65 {
  background-color: rgb(249 250 251 / 0.65) !important;
}

.group:hover .group-hover\:bg-light\/70 {
  background-color: rgb(249 250 251 / 0.7) !important;
}

.group:hover .group-hover\:bg-light\/75 {
  background-color: rgb(249 250 251 / 0.75) !important;
}

.group:hover .group-hover\:bg-light\/80 {
  background-color: rgb(249 250 251 / 0.8) !important;
}

.group:hover .group-hover\:bg-light\/85 {
  background-color: rgb(249 250 251 / 0.85) !important;
}

.group:hover .group-hover\:bg-light\/90 {
  background-color: rgb(249 250 251 / 0.9) !important;
}

.group:hover .group-hover\:bg-light\/95 {
  background-color: rgb(249 250 251 / 0.95) !important;
}

.group:hover .group-hover\:bg-sprout {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(196 209 72 / var(--tw-bg-opacity, 1)) !important;
}

.group:hover .group-hover\:bg-sprout\/0 {
  background-color: rgb(196 209 72 / 0) !important;
}

.group:hover .group-hover\:bg-sprout\/10 {
  background-color: rgb(196 209 72 / 0.1) !important;
}

.group:hover .group-hover\:bg-sprout\/100 {
  background-color: rgb(196 209 72 / 1) !important;
}

.group:hover .group-hover\:bg-sprout\/15 {
  background-color: rgb(196 209 72 / 0.15) !important;
}

.group:hover .group-hover\:bg-sprout\/20 {
  background-color: rgb(196 209 72 / 0.2) !important;
}

.group:hover .group-hover\:bg-sprout\/25 {
  background-color: rgb(196 209 72 / 0.25) !important;
}

.group:hover .group-hover\:bg-sprout\/30 {
  background-color: rgb(196 209 72 / 0.3) !important;
}

.group:hover .group-hover\:bg-sprout\/35 {
  background-color: rgb(196 209 72 / 0.35) !important;
}

.group:hover .group-hover\:bg-sprout\/40 {
  background-color: rgb(196 209 72 / 0.4) !important;
}

.group:hover .group-hover\:bg-sprout\/45 {
  background-color: rgb(196 209 72 / 0.45) !important;
}

.group:hover .group-hover\:bg-sprout\/5 {
  background-color: rgb(196 209 72 / 0.05) !important;
}

.group:hover .group-hover\:bg-sprout\/50 {
  background-color: rgb(196 209 72 / 0.5) !important;
}

.group:hover .group-hover\:bg-sprout\/55 {
  background-color: rgb(196 209 72 / 0.55) !important;
}

.group:hover .group-hover\:bg-sprout\/60 {
  background-color: rgb(196 209 72 / 0.6) !important;
}

.group:hover .group-hover\:bg-sprout\/65 {
  background-color: rgb(196 209 72 / 0.65) !important;
}

.group:hover .group-hover\:bg-sprout\/70 {
  background-color: rgb(196 209 72 / 0.7) !important;
}

.group:hover .group-hover\:bg-sprout\/75 {
  background-color: rgb(196 209 72 / 0.75) !important;
}

.group:hover .group-hover\:bg-sprout\/80 {
  background-color: rgb(196 209 72 / 0.8) !important;
}

.group:hover .group-hover\:bg-sprout\/85 {
  background-color: rgb(196 209 72 / 0.85) !important;
}

.group:hover .group-hover\:bg-sprout\/90 {
  background-color: rgb(196 209 72 / 0.9) !important;
}

.group:hover .group-hover\:bg-sprout\/95 {
  background-color: rgb(196 209 72 / 0.95) !important;
}

.group:hover .group-hover\:fill-dark {
  fill: #1f2937 !important;
}

.group:hover .group-hover\:fill-dark\/0 {
  fill: rgb(31 41 55 / 0) !important;
}

.group:hover .group-hover\:fill-dark\/10 {
  fill: rgb(31 41 55 / 0.1) !important;
}

.group:hover .group-hover\:fill-dark\/100 {
  fill: rgb(31 41 55 / 1) !important;
}

.group:hover .group-hover\:fill-dark\/15 {
  fill: rgb(31 41 55 / 0.15) !important;
}

.group:hover .group-hover\:fill-dark\/20 {
  fill: rgb(31 41 55 / 0.2) !important;
}

.group:hover .group-hover\:fill-dark\/25 {
  fill: rgb(31 41 55 / 0.25) !important;
}

.group:hover .group-hover\:fill-dark\/30 {
  fill: rgb(31 41 55 / 0.3) !important;
}

.group:hover .group-hover\:fill-dark\/35 {
  fill: rgb(31 41 55 / 0.35) !important;
}

.group:hover .group-hover\:fill-dark\/40 {
  fill: rgb(31 41 55 / 0.4) !important;
}

.group:hover .group-hover\:fill-dark\/45 {
  fill: rgb(31 41 55 / 0.45) !important;
}

.group:hover .group-hover\:fill-dark\/5 {
  fill: rgb(31 41 55 / 0.05) !important;
}

.group:hover .group-hover\:fill-dark\/50 {
  fill: rgb(31 41 55 / 0.5) !important;
}

.group:hover .group-hover\:fill-dark\/55 {
  fill: rgb(31 41 55 / 0.55) !important;
}

.group:hover .group-hover\:fill-dark\/60 {
  fill: rgb(31 41 55 / 0.6) !important;
}

.group:hover .group-hover\:fill-dark\/65 {
  fill: rgb(31 41 55 / 0.65) !important;
}

.group:hover .group-hover\:fill-dark\/70 {
  fill: rgb(31 41 55 / 0.7) !important;
}

.group:hover .group-hover\:fill-dark\/75 {
  fill: rgb(31 41 55 / 0.75) !important;
}

.group:hover .group-hover\:fill-dark\/80 {
  fill: rgb(31 41 55 / 0.8) !important;
}

.group:hover .group-hover\:fill-dark\/85 {
  fill: rgb(31 41 55 / 0.85) !important;
}

.group:hover .group-hover\:fill-dark\/90 {
  fill: rgb(31 41 55 / 0.9) !important;
}

.group:hover .group-hover\:fill-dark\/95 {
  fill: rgb(31 41 55 / 0.95) !important;
}

.group:hover .group-hover\:fill-earth {
  fill: #782e01 !important;
}

.group:hover .group-hover\:fill-earth\/0 {
  fill: rgb(120 46 1 / 0) !important;
}

.group:hover .group-hover\:fill-earth\/10 {
  fill: rgb(120 46 1 / 0.1) !important;
}

.group:hover .group-hover\:fill-earth\/100 {
  fill: rgb(120 46 1 / 1) !important;
}

.group:hover .group-hover\:fill-earth\/15 {
  fill: rgb(120 46 1 / 0.15) !important;
}

.group:hover .group-hover\:fill-earth\/20 {
  fill: rgb(120 46 1 / 0.2) !important;
}

.group:hover .group-hover\:fill-earth\/25 {
  fill: rgb(120 46 1 / 0.25) !important;
}

.group:hover .group-hover\:fill-earth\/30 {
  fill: rgb(120 46 1 / 0.3) !important;
}

.group:hover .group-hover\:fill-earth\/35 {
  fill: rgb(120 46 1 / 0.35) !important;
}

.group:hover .group-hover\:fill-earth\/40 {
  fill: rgb(120 46 1 / 0.4) !important;
}

.group:hover .group-hover\:fill-earth\/45 {
  fill: rgb(120 46 1 / 0.45) !important;
}

.group:hover .group-hover\:fill-earth\/5 {
  fill: rgb(120 46 1 / 0.05) !important;
}

.group:hover .group-hover\:fill-earth\/50 {
  fill: rgb(120 46 1 / 0.5) !important;
}

.group:hover .group-hover\:fill-earth\/55 {
  fill: rgb(120 46 1 / 0.55) !important;
}

.group:hover .group-hover\:fill-earth\/60 {
  fill: rgb(120 46 1 / 0.6) !important;
}

.group:hover .group-hover\:fill-earth\/65 {
  fill: rgb(120 46 1 / 0.65) !important;
}

.group:hover .group-hover\:fill-earth\/70 {
  fill: rgb(120 46 1 / 0.7) !important;
}

.group:hover .group-hover\:fill-earth\/75 {
  fill: rgb(120 46 1 / 0.75) !important;
}

.group:hover .group-hover\:fill-earth\/80 {
  fill: rgb(120 46 1 / 0.8) !important;
}

.group:hover .group-hover\:fill-earth\/85 {
  fill: rgb(120 46 1 / 0.85) !important;
}

.group:hover .group-hover\:fill-earth\/90 {
  fill: rgb(120 46 1 / 0.9) !important;
}

.group:hover .group-hover\:fill-earth\/95 {
  fill: rgb(120 46 1 / 0.95) !important;
}

.group:hover .group-hover\:fill-harvest {
  fill: #d78131 !important;
}

.group:hover .group-hover\:fill-harvest\/0 {
  fill: rgb(215 129 49 / 0) !important;
}

.group:hover .group-hover\:fill-harvest\/10 {
  fill: rgb(215 129 49 / 0.1) !important;
}

.group:hover .group-hover\:fill-harvest\/100 {
  fill: rgb(215 129 49 / 1) !important;
}

.group:hover .group-hover\:fill-harvest\/15 {
  fill: rgb(215 129 49 / 0.15) !important;
}

.group:hover .group-hover\:fill-harvest\/20 {
  fill: rgb(215 129 49 / 0.2) !important;
}

.group:hover .group-hover\:fill-harvest\/25 {
  fill: rgb(215 129 49 / 0.25) !important;
}

.group:hover .group-hover\:fill-harvest\/30 {
  fill: rgb(215 129 49 / 0.3) !important;
}

.group:hover .group-hover\:fill-harvest\/35 {
  fill: rgb(215 129 49 / 0.35) !important;
}

.group:hover .group-hover\:fill-harvest\/40 {
  fill: rgb(215 129 49 / 0.4) !important;
}

.group:hover .group-hover\:fill-harvest\/45 {
  fill: rgb(215 129 49 / 0.45) !important;
}

.group:hover .group-hover\:fill-harvest\/5 {
  fill: rgb(215 129 49 / 0.05) !important;
}

.group:hover .group-hover\:fill-harvest\/50 {
  fill: rgb(215 129 49 / 0.5) !important;
}

.group:hover .group-hover\:fill-harvest\/55 {
  fill: rgb(215 129 49 / 0.55) !important;
}

.group:hover .group-hover\:fill-harvest\/60 {
  fill: rgb(215 129 49 / 0.6) !important;
}

.group:hover .group-hover\:fill-harvest\/65 {
  fill: rgb(215 129 49 / 0.65) !important;
}

.group:hover .group-hover\:fill-harvest\/70 {
  fill: rgb(215 129 49 / 0.7) !important;
}

.group:hover .group-hover\:fill-harvest\/75 {
  fill: rgb(215 129 49 / 0.75) !important;
}

.group:hover .group-hover\:fill-harvest\/80 {
  fill: rgb(215 129 49 / 0.8) !important;
}

.group:hover .group-hover\:fill-harvest\/85 {
  fill: rgb(215 129 49 / 0.85) !important;
}

.group:hover .group-hover\:fill-harvest\/90 {
  fill: rgb(215 129 49 / 0.9) !important;
}

.group:hover .group-hover\:fill-harvest\/95 {
  fill: rgb(215 129 49 / 0.95) !important;
}

.group:hover .group-hover\:fill-light {
  fill: #f9fafb !important;
}

.group:hover .group-hover\:fill-light\/0 {
  fill: rgb(249 250 251 / 0) !important;
}

.group:hover .group-hover\:fill-light\/10 {
  fill: rgb(249 250 251 / 0.1) !important;
}

.group:hover .group-hover\:fill-light\/100 {
  fill: rgb(249 250 251 / 1) !important;
}

.group:hover .group-hover\:fill-light\/15 {
  fill: rgb(249 250 251 / 0.15) !important;
}

.group:hover .group-hover\:fill-light\/20 {
  fill: rgb(249 250 251 / 0.2) !important;
}

.group:hover .group-hover\:fill-light\/25 {
  fill: rgb(249 250 251 / 0.25) !important;
}

.group:hover .group-hover\:fill-light\/30 {
  fill: rgb(249 250 251 / 0.3) !important;
}

.group:hover .group-hover\:fill-light\/35 {
  fill: rgb(249 250 251 / 0.35) !important;
}

.group:hover .group-hover\:fill-light\/40 {
  fill: rgb(249 250 251 / 0.4) !important;
}

.group:hover .group-hover\:fill-light\/45 {
  fill: rgb(249 250 251 / 0.45) !important;
}

.group:hover .group-hover\:fill-light\/5 {
  fill: rgb(249 250 251 / 0.05) !important;
}

.group:hover .group-hover\:fill-light\/50 {
  fill: rgb(249 250 251 / 0.5) !important;
}

.group:hover .group-hover\:fill-light\/55 {
  fill: rgb(249 250 251 / 0.55) !important;
}

.group:hover .group-hover\:fill-light\/60 {
  fill: rgb(249 250 251 / 0.6) !important;
}

.group:hover .group-hover\:fill-light\/65 {
  fill: rgb(249 250 251 / 0.65) !important;
}

.group:hover .group-hover\:fill-light\/70 {
  fill: rgb(249 250 251 / 0.7) !important;
}

.group:hover .group-hover\:fill-light\/75 {
  fill: rgb(249 250 251 / 0.75) !important;
}

.group:hover .group-hover\:fill-light\/80 {
  fill: rgb(249 250 251 / 0.8) !important;
}

.group:hover .group-hover\:fill-light\/85 {
  fill: rgb(249 250 251 / 0.85) !important;
}

.group:hover .group-hover\:fill-light\/90 {
  fill: rgb(249 250 251 / 0.9) !important;
}

.group:hover .group-hover\:fill-light\/95 {
  fill: rgb(249 250 251 / 0.95) !important;
}

.group:hover .group-hover\:fill-sprout {
  fill: #c4d148 !important;
}

.group:hover .group-hover\:fill-sprout\/0 {
  fill: rgb(196 209 72 / 0) !important;
}

.group:hover .group-hover\:fill-sprout\/10 {
  fill: rgb(196 209 72 / 0.1) !important;
}

.group:hover .group-hover\:fill-sprout\/100 {
  fill: rgb(196 209 72 / 1) !important;
}

.group:hover .group-hover\:fill-sprout\/15 {
  fill: rgb(196 209 72 / 0.15) !important;
}

.group:hover .group-hover\:fill-sprout\/20 {
  fill: rgb(196 209 72 / 0.2) !important;
}

.group:hover .group-hover\:fill-sprout\/25 {
  fill: rgb(196 209 72 / 0.25) !important;
}

.group:hover .group-hover\:fill-sprout\/30 {
  fill: rgb(196 209 72 / 0.3) !important;
}

.group:hover .group-hover\:fill-sprout\/35 {
  fill: rgb(196 209 72 / 0.35) !important;
}

.group:hover .group-hover\:fill-sprout\/40 {
  fill: rgb(196 209 72 / 0.4) !important;
}

.group:hover .group-hover\:fill-sprout\/45 {
  fill: rgb(196 209 72 / 0.45) !important;
}

.group:hover .group-hover\:fill-sprout\/5 {
  fill: rgb(196 209 72 / 0.05) !important;
}

.group:hover .group-hover\:fill-sprout\/50 {
  fill: rgb(196 209 72 / 0.5) !important;
}

.group:hover .group-hover\:fill-sprout\/55 {
  fill: rgb(196 209 72 / 0.55) !important;
}

.group:hover .group-hover\:fill-sprout\/60 {
  fill: rgb(196 209 72 / 0.6) !important;
}

.group:hover .group-hover\:fill-sprout\/65 {
  fill: rgb(196 209 72 / 0.65) !important;
}

.group:hover .group-hover\:fill-sprout\/70 {
  fill: rgb(196 209 72 / 0.7) !important;
}

.group:hover .group-hover\:fill-sprout\/75 {
  fill: rgb(196 209 72 / 0.75) !important;
}

.group:hover .group-hover\:fill-sprout\/80 {
  fill: rgb(196 209 72 / 0.8) !important;
}

.group:hover .group-hover\:fill-sprout\/85 {
  fill: rgb(196 209 72 / 0.85) !important;
}

.group:hover .group-hover\:fill-sprout\/90 {
  fill: rgb(196 209 72 / 0.9) !important;
}

.group:hover .group-hover\:fill-sprout\/95 {
  fill: rgb(196 209 72 / 0.95) !important;
}

.group:hover .group-hover\:stroke-dark {
  stroke: #1f2937 !important;
}

.group:hover .group-hover\:stroke-dark\/0 {
  stroke: rgb(31 41 55 / 0) !important;
}

.group:hover .group-hover\:stroke-dark\/10 {
  stroke: rgb(31 41 55 / 0.1) !important;
}

.group:hover .group-hover\:stroke-dark\/100 {
  stroke: rgb(31 41 55 / 1) !important;
}

.group:hover .group-hover\:stroke-dark\/15 {
  stroke: rgb(31 41 55 / 0.15) !important;
}

.group:hover .group-hover\:stroke-dark\/20 {
  stroke: rgb(31 41 55 / 0.2) !important;
}

.group:hover .group-hover\:stroke-dark\/25 {
  stroke: rgb(31 41 55 / 0.25) !important;
}

.group:hover .group-hover\:stroke-dark\/30 {
  stroke: rgb(31 41 55 / 0.3) !important;
}

.group:hover .group-hover\:stroke-dark\/35 {
  stroke: rgb(31 41 55 / 0.35) !important;
}

.group:hover .group-hover\:stroke-dark\/40 {
  stroke: rgb(31 41 55 / 0.4) !important;
}

.group:hover .group-hover\:stroke-dark\/45 {
  stroke: rgb(31 41 55 / 0.45) !important;
}

.group:hover .group-hover\:stroke-dark\/5 {
  stroke: rgb(31 41 55 / 0.05) !important;
}

.group:hover .group-hover\:stroke-dark\/50 {
  stroke: rgb(31 41 55 / 0.5) !important;
}

.group:hover .group-hover\:stroke-dark\/55 {
  stroke: rgb(31 41 55 / 0.55) !important;
}

.group:hover .group-hover\:stroke-dark\/60 {
  stroke: rgb(31 41 55 / 0.6) !important;
}

.group:hover .group-hover\:stroke-dark\/65 {
  stroke: rgb(31 41 55 / 0.65) !important;
}

.group:hover .group-hover\:stroke-dark\/70 {
  stroke: rgb(31 41 55 / 0.7) !important;
}

.group:hover .group-hover\:stroke-dark\/75 {
  stroke: rgb(31 41 55 / 0.75) !important;
}

.group:hover .group-hover\:stroke-dark\/80 {
  stroke: rgb(31 41 55 / 0.8) !important;
}

.group:hover .group-hover\:stroke-dark\/85 {
  stroke: rgb(31 41 55 / 0.85) !important;
}

.group:hover .group-hover\:stroke-dark\/90 {
  stroke: rgb(31 41 55 / 0.9) !important;
}

.group:hover .group-hover\:stroke-dark\/95 {
  stroke: rgb(31 41 55 / 0.95) !important;
}

.group:hover .group-hover\:stroke-earth {
  stroke: #782e01 !important;
}

.group:hover .group-hover\:stroke-earth\/0 {
  stroke: rgb(120 46 1 / 0) !important;
}

.group:hover .group-hover\:stroke-earth\/10 {
  stroke: rgb(120 46 1 / 0.1) !important;
}

.group:hover .group-hover\:stroke-earth\/100 {
  stroke: rgb(120 46 1 / 1) !important;
}

.group:hover .group-hover\:stroke-earth\/15 {
  stroke: rgb(120 46 1 / 0.15) !important;
}

.group:hover .group-hover\:stroke-earth\/20 {
  stroke: rgb(120 46 1 / 0.2) !important;
}

.group:hover .group-hover\:stroke-earth\/25 {
  stroke: rgb(120 46 1 / 0.25) !important;
}

.group:hover .group-hover\:stroke-earth\/30 {
  stroke: rgb(120 46 1 / 0.3) !important;
}

.group:hover .group-hover\:stroke-earth\/35 {
  stroke: rgb(120 46 1 / 0.35) !important;
}

.group:hover .group-hover\:stroke-earth\/40 {
  stroke: rgb(120 46 1 / 0.4) !important;
}

.group:hover .group-hover\:stroke-earth\/45 {
  stroke: rgb(120 46 1 / 0.45) !important;
}

.group:hover .group-hover\:stroke-earth\/5 {
  stroke: rgb(120 46 1 / 0.05) !important;
}

.group:hover .group-hover\:stroke-earth\/50 {
  stroke: rgb(120 46 1 / 0.5) !important;
}

.group:hover .group-hover\:stroke-earth\/55 {
  stroke: rgb(120 46 1 / 0.55) !important;
}

.group:hover .group-hover\:stroke-earth\/60 {
  stroke: rgb(120 46 1 / 0.6) !important;
}

.group:hover .group-hover\:stroke-earth\/65 {
  stroke: rgb(120 46 1 / 0.65) !important;
}

.group:hover .group-hover\:stroke-earth\/70 {
  stroke: rgb(120 46 1 / 0.7) !important;
}

.group:hover .group-hover\:stroke-earth\/75 {
  stroke: rgb(120 46 1 / 0.75) !important;
}

.group:hover .group-hover\:stroke-earth\/80 {
  stroke: rgb(120 46 1 / 0.8) !important;
}

.group:hover .group-hover\:stroke-earth\/85 {
  stroke: rgb(120 46 1 / 0.85) !important;
}

.group:hover .group-hover\:stroke-earth\/90 {
  stroke: rgb(120 46 1 / 0.9) !important;
}

.group:hover .group-hover\:stroke-earth\/95 {
  stroke: rgb(120 46 1 / 0.95) !important;
}

.group:hover .group-hover\:stroke-harvest {
  stroke: #d78131 !important;
}

.group:hover .group-hover\:stroke-harvest\/0 {
  stroke: rgb(215 129 49 / 0) !important;
}

.group:hover .group-hover\:stroke-harvest\/10 {
  stroke: rgb(215 129 49 / 0.1) !important;
}

.group:hover .group-hover\:stroke-harvest\/100 {
  stroke: rgb(215 129 49 / 1) !important;
}

.group:hover .group-hover\:stroke-harvest\/15 {
  stroke: rgb(215 129 49 / 0.15) !important;
}

.group:hover .group-hover\:stroke-harvest\/20 {
  stroke: rgb(215 129 49 / 0.2) !important;
}

.group:hover .group-hover\:stroke-harvest\/25 {
  stroke: rgb(215 129 49 / 0.25) !important;
}

.group:hover .group-hover\:stroke-harvest\/30 {
  stroke: rgb(215 129 49 / 0.3) !important;
}

.group:hover .group-hover\:stroke-harvest\/35 {
  stroke: rgb(215 129 49 / 0.35) !important;
}

.group:hover .group-hover\:stroke-harvest\/40 {
  stroke: rgb(215 129 49 / 0.4) !important;
}

.group:hover .group-hover\:stroke-harvest\/45 {
  stroke: rgb(215 129 49 / 0.45) !important;
}

.group:hover .group-hover\:stroke-harvest\/5 {
  stroke: rgb(215 129 49 / 0.05) !important;
}

.group:hover .group-hover\:stroke-harvest\/50 {
  stroke: rgb(215 129 49 / 0.5) !important;
}

.group:hover .group-hover\:stroke-harvest\/55 {
  stroke: rgb(215 129 49 / 0.55) !important;
}

.group:hover .group-hover\:stroke-harvest\/60 {
  stroke: rgb(215 129 49 / 0.6) !important;
}

.group:hover .group-hover\:stroke-harvest\/65 {
  stroke: rgb(215 129 49 / 0.65) !important;
}

.group:hover .group-hover\:stroke-harvest\/70 {
  stroke: rgb(215 129 49 / 0.7) !important;
}

.group:hover .group-hover\:stroke-harvest\/75 {
  stroke: rgb(215 129 49 / 0.75) !important;
}

.group:hover .group-hover\:stroke-harvest\/80 {
  stroke: rgb(215 129 49 / 0.8) !important;
}

.group:hover .group-hover\:stroke-harvest\/85 {
  stroke: rgb(215 129 49 / 0.85) !important;
}

.group:hover .group-hover\:stroke-harvest\/90 {
  stroke: rgb(215 129 49 / 0.9) !important;
}

.group:hover .group-hover\:stroke-harvest\/95 {
  stroke: rgb(215 129 49 / 0.95) !important;
}

.group:hover .group-hover\:stroke-light {
  stroke: #f9fafb !important;
}

.group:hover .group-hover\:stroke-light\/0 {
  stroke: rgb(249 250 251 / 0) !important;
}

.group:hover .group-hover\:stroke-light\/10 {
  stroke: rgb(249 250 251 / 0.1) !important;
}

.group:hover .group-hover\:stroke-light\/100 {
  stroke: rgb(249 250 251 / 1) !important;
}

.group:hover .group-hover\:stroke-light\/15 {
  stroke: rgb(249 250 251 / 0.15) !important;
}

.group:hover .group-hover\:stroke-light\/20 {
  stroke: rgb(249 250 251 / 0.2) !important;
}

.group:hover .group-hover\:stroke-light\/25 {
  stroke: rgb(249 250 251 / 0.25) !important;
}

.group:hover .group-hover\:stroke-light\/30 {
  stroke: rgb(249 250 251 / 0.3) !important;
}

.group:hover .group-hover\:stroke-light\/35 {
  stroke: rgb(249 250 251 / 0.35) !important;
}

.group:hover .group-hover\:stroke-light\/40 {
  stroke: rgb(249 250 251 / 0.4) !important;
}

.group:hover .group-hover\:stroke-light\/45 {
  stroke: rgb(249 250 251 / 0.45) !important;
}

.group:hover .group-hover\:stroke-light\/5 {
  stroke: rgb(249 250 251 / 0.05) !important;
}

.group:hover .group-hover\:stroke-light\/50 {
  stroke: rgb(249 250 251 / 0.5) !important;
}

.group:hover .group-hover\:stroke-light\/55 {
  stroke: rgb(249 250 251 / 0.55) !important;
}

.group:hover .group-hover\:stroke-light\/60 {
  stroke: rgb(249 250 251 / 0.6) !important;
}

.group:hover .group-hover\:stroke-light\/65 {
  stroke: rgb(249 250 251 / 0.65) !important;
}

.group:hover .group-hover\:stroke-light\/70 {
  stroke: rgb(249 250 251 / 0.7) !important;
}

.group:hover .group-hover\:stroke-light\/75 {
  stroke: rgb(249 250 251 / 0.75) !important;
}

.group:hover .group-hover\:stroke-light\/80 {
  stroke: rgb(249 250 251 / 0.8) !important;
}

.group:hover .group-hover\:stroke-light\/85 {
  stroke: rgb(249 250 251 / 0.85) !important;
}

.group:hover .group-hover\:stroke-light\/90 {
  stroke: rgb(249 250 251 / 0.9) !important;
}

.group:hover .group-hover\:stroke-light\/95 {
  stroke: rgb(249 250 251 / 0.95) !important;
}

.group:hover .group-hover\:stroke-sprout {
  stroke: #c4d148 !important;
}

.group:hover .group-hover\:stroke-sprout\/0 {
  stroke: rgb(196 209 72 / 0) !important;
}

.group:hover .group-hover\:stroke-sprout\/10 {
  stroke: rgb(196 209 72 / 0.1) !important;
}

.group:hover .group-hover\:stroke-sprout\/100 {
  stroke: rgb(196 209 72 / 1) !important;
}

.group:hover .group-hover\:stroke-sprout\/15 {
  stroke: rgb(196 209 72 / 0.15) !important;
}

.group:hover .group-hover\:stroke-sprout\/20 {
  stroke: rgb(196 209 72 / 0.2) !important;
}

.group:hover .group-hover\:stroke-sprout\/25 {
  stroke: rgb(196 209 72 / 0.25) !important;
}

.group:hover .group-hover\:stroke-sprout\/30 {
  stroke: rgb(196 209 72 / 0.3) !important;
}

.group:hover .group-hover\:stroke-sprout\/35 {
  stroke: rgb(196 209 72 / 0.35) !important;
}

.group:hover .group-hover\:stroke-sprout\/40 {
  stroke: rgb(196 209 72 / 0.4) !important;
}

.group:hover .group-hover\:stroke-sprout\/45 {
  stroke: rgb(196 209 72 / 0.45) !important;
}

.group:hover .group-hover\:stroke-sprout\/5 {
  stroke: rgb(196 209 72 / 0.05) !important;
}

.group:hover .group-hover\:stroke-sprout\/50 {
  stroke: rgb(196 209 72 / 0.5) !important;
}

.group:hover .group-hover\:stroke-sprout\/55 {
  stroke: rgb(196 209 72 / 0.55) !important;
}

.group:hover .group-hover\:stroke-sprout\/60 {
  stroke: rgb(196 209 72 / 0.6) !important;
}

.group:hover .group-hover\:stroke-sprout\/65 {
  stroke: rgb(196 209 72 / 0.65) !important;
}

.group:hover .group-hover\:stroke-sprout\/70 {
  stroke: rgb(196 209 72 / 0.7) !important;
}

.group:hover .group-hover\:stroke-sprout\/75 {
  stroke: rgb(196 209 72 / 0.75) !important;
}

.group:hover .group-hover\:stroke-sprout\/80 {
  stroke: rgb(196 209 72 / 0.8) !important;
}

.group:hover .group-hover\:stroke-sprout\/85 {
  stroke: rgb(196 209 72 / 0.85) !important;
}

.group:hover .group-hover\:stroke-sprout\/90 {
  stroke: rgb(196 209 72 / 0.9) !important;
}

.group:hover .group-hover\:stroke-sprout\/95 {
  stroke: rgb(196 209 72 / 0.95) !important;
}

.group:hover .group-hover\:text-dark {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:text-dark\/0 {
  color: rgb(31 41 55 / 0) !important;
}

.group:hover .group-hover\:text-dark\/10 {
  color: rgb(31 41 55 / 0.1) !important;
}

.group:hover .group-hover\:text-dark\/100 {
  color: rgb(31 41 55 / 1) !important;
}

.group:hover .group-hover\:text-dark\/15 {
  color: rgb(31 41 55 / 0.15) !important;
}

.group:hover .group-hover\:text-dark\/20 {
  color: rgb(31 41 55 / 0.2) !important;
}

.group:hover .group-hover\:text-dark\/25 {
  color: rgb(31 41 55 / 0.25) !important;
}

.group:hover .group-hover\:text-dark\/30 {
  color: rgb(31 41 55 / 0.3) !important;
}

.group:hover .group-hover\:text-dark\/35 {
  color: rgb(31 41 55 / 0.35) !important;
}

.group:hover .group-hover\:text-dark\/40 {
  color: rgb(31 41 55 / 0.4) !important;
}

.group:hover .group-hover\:text-dark\/45 {
  color: rgb(31 41 55 / 0.45) !important;
}

.group:hover .group-hover\:text-dark\/5 {
  color: rgb(31 41 55 / 0.05) !important;
}

.group:hover .group-hover\:text-dark\/50 {
  color: rgb(31 41 55 / 0.5) !important;
}

.group:hover .group-hover\:text-dark\/55 {
  color: rgb(31 41 55 / 0.55) !important;
}

.group:hover .group-hover\:text-dark\/60 {
  color: rgb(31 41 55 / 0.6) !important;
}

.group:hover .group-hover\:text-dark\/65 {
  color: rgb(31 41 55 / 0.65) !important;
}

.group:hover .group-hover\:text-dark\/70 {
  color: rgb(31 41 55 / 0.7) !important;
}

.group:hover .group-hover\:text-dark\/75 {
  color: rgb(31 41 55 / 0.75) !important;
}

.group:hover .group-hover\:text-dark\/80 {
  color: rgb(31 41 55 / 0.8) !important;
}

.group:hover .group-hover\:text-dark\/85 {
  color: rgb(31 41 55 / 0.85) !important;
}

.group:hover .group-hover\:text-dark\/90 {
  color: rgb(31 41 55 / 0.9) !important;
}

.group:hover .group-hover\:text-dark\/95 {
  color: rgb(31 41 55 / 0.95) !important;
}

.group:hover .group-hover\:text-earth {
  --tw-text-opacity: 1 !important;
  color: rgb(120 46 1 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:text-earth\/0 {
  color: rgb(120 46 1 / 0) !important;
}

.group:hover .group-hover\:text-earth\/10 {
  color: rgb(120 46 1 / 0.1) !important;
}

.group:hover .group-hover\:text-earth\/100 {
  color: rgb(120 46 1 / 1) !important;
}

.group:hover .group-hover\:text-earth\/15 {
  color: rgb(120 46 1 / 0.15) !important;
}

.group:hover .group-hover\:text-earth\/20 {
  color: rgb(120 46 1 / 0.2) !important;
}

.group:hover .group-hover\:text-earth\/25 {
  color: rgb(120 46 1 / 0.25) !important;
}

.group:hover .group-hover\:text-earth\/30 {
  color: rgb(120 46 1 / 0.3) !important;
}

.group:hover .group-hover\:text-earth\/35 {
  color: rgb(120 46 1 / 0.35) !important;
}

.group:hover .group-hover\:text-earth\/40 {
  color: rgb(120 46 1 / 0.4) !important;
}

.group:hover .group-hover\:text-earth\/45 {
  color: rgb(120 46 1 / 0.45) !important;
}

.group:hover .group-hover\:text-earth\/5 {
  color: rgb(120 46 1 / 0.05) !important;
}

.group:hover .group-hover\:text-earth\/50 {
  color: rgb(120 46 1 / 0.5) !important;
}

.group:hover .group-hover\:text-earth\/55 {
  color: rgb(120 46 1 / 0.55) !important;
}

.group:hover .group-hover\:text-earth\/60 {
  color: rgb(120 46 1 / 0.6) !important;
}

.group:hover .group-hover\:text-earth\/65 {
  color: rgb(120 46 1 / 0.65) !important;
}

.group:hover .group-hover\:text-earth\/70 {
  color: rgb(120 46 1 / 0.7) !important;
}

.group:hover .group-hover\:text-earth\/75 {
  color: rgb(120 46 1 / 0.75) !important;
}

.group:hover .group-hover\:text-earth\/80 {
  color: rgb(120 46 1 / 0.8) !important;
}

.group:hover .group-hover\:text-earth\/85 {
  color: rgb(120 46 1 / 0.85) !important;
}

.group:hover .group-hover\:text-earth\/90 {
  color: rgb(120 46 1 / 0.9) !important;
}

.group:hover .group-hover\:text-earth\/95 {
  color: rgb(120 46 1 / 0.95) !important;
}

.group:hover .group-hover\:text-harvest {
  --tw-text-opacity: 1 !important;
  color: rgb(215 129 49 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:text-harvest\/0 {
  color: rgb(215 129 49 / 0) !important;
}

.group:hover .group-hover\:text-harvest\/10 {
  color: rgb(215 129 49 / 0.1) !important;
}

.group:hover .group-hover\:text-harvest\/100 {
  color: rgb(215 129 49 / 1) !important;
}

.group:hover .group-hover\:text-harvest\/15 {
  color: rgb(215 129 49 / 0.15) !important;
}

.group:hover .group-hover\:text-harvest\/20 {
  color: rgb(215 129 49 / 0.2) !important;
}

.group:hover .group-hover\:text-harvest\/25 {
  color: rgb(215 129 49 / 0.25) !important;
}

.group:hover .group-hover\:text-harvest\/30 {
  color: rgb(215 129 49 / 0.3) !important;
}

.group:hover .group-hover\:text-harvest\/35 {
  color: rgb(215 129 49 / 0.35) !important;
}

.group:hover .group-hover\:text-harvest\/40 {
  color: rgb(215 129 49 / 0.4) !important;
}

.group:hover .group-hover\:text-harvest\/45 {
  color: rgb(215 129 49 / 0.45) !important;
}

.group:hover .group-hover\:text-harvest\/5 {
  color: rgb(215 129 49 / 0.05) !important;
}

.group:hover .group-hover\:text-harvest\/50 {
  color: rgb(215 129 49 / 0.5) !important;
}

.group:hover .group-hover\:text-harvest\/55 {
  color: rgb(215 129 49 / 0.55) !important;
}

.group:hover .group-hover\:text-harvest\/60 {
  color: rgb(215 129 49 / 0.6) !important;
}

.group:hover .group-hover\:text-harvest\/65 {
  color: rgb(215 129 49 / 0.65) !important;
}

.group:hover .group-hover\:text-harvest\/70 {
  color: rgb(215 129 49 / 0.7) !important;
}

.group:hover .group-hover\:text-harvest\/75 {
  color: rgb(215 129 49 / 0.75) !important;
}

.group:hover .group-hover\:text-harvest\/80 {
  color: rgb(215 129 49 / 0.8) !important;
}

.group:hover .group-hover\:text-harvest\/85 {
  color: rgb(215 129 49 / 0.85) !important;
}

.group:hover .group-hover\:text-harvest\/90 {
  color: rgb(215 129 49 / 0.9) !important;
}

.group:hover .group-hover\:text-harvest\/95 {
  color: rgb(215 129 49 / 0.95) !important;
}

.group:hover .group-hover\:text-light {
  --tw-text-opacity: 1 !important;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:text-light\/0 {
  color: rgb(249 250 251 / 0) !important;
}

.group:hover .group-hover\:text-light\/10 {
  color: rgb(249 250 251 / 0.1) !important;
}

.group:hover .group-hover\:text-light\/100 {
  color: rgb(249 250 251 / 1) !important;
}

.group:hover .group-hover\:text-light\/15 {
  color: rgb(249 250 251 / 0.15) !important;
}

.group:hover .group-hover\:text-light\/20 {
  color: rgb(249 250 251 / 0.2) !important;
}

.group:hover .group-hover\:text-light\/25 {
  color: rgb(249 250 251 / 0.25) !important;
}

.group:hover .group-hover\:text-light\/30 {
  color: rgb(249 250 251 / 0.3) !important;
}

.group:hover .group-hover\:text-light\/35 {
  color: rgb(249 250 251 / 0.35) !important;
}

.group:hover .group-hover\:text-light\/40 {
  color: rgb(249 250 251 / 0.4) !important;
}

.group:hover .group-hover\:text-light\/45 {
  color: rgb(249 250 251 / 0.45) !important;
}

.group:hover .group-hover\:text-light\/5 {
  color: rgb(249 250 251 / 0.05) !important;
}

.group:hover .group-hover\:text-light\/50 {
  color: rgb(249 250 251 / 0.5) !important;
}

.group:hover .group-hover\:text-light\/55 {
  color: rgb(249 250 251 / 0.55) !important;
}

.group:hover .group-hover\:text-light\/60 {
  color: rgb(249 250 251 / 0.6) !important;
}

.group:hover .group-hover\:text-light\/65 {
  color: rgb(249 250 251 / 0.65) !important;
}

.group:hover .group-hover\:text-light\/70 {
  color: rgb(249 250 251 / 0.7) !important;
}

.group:hover .group-hover\:text-light\/75 {
  color: rgb(249 250 251 / 0.75) !important;
}

.group:hover .group-hover\:text-light\/80 {
  color: rgb(249 250 251 / 0.8) !important;
}

.group:hover .group-hover\:text-light\/85 {
  color: rgb(249 250 251 / 0.85) !important;
}

.group:hover .group-hover\:text-light\/90 {
  color: rgb(249 250 251 / 0.9) !important;
}

.group:hover .group-hover\:text-light\/95 {
  color: rgb(249 250 251 / 0.95) !important;
}

.group:hover .group-hover\:text-sprout {
  --tw-text-opacity: 1 !important;
  color: rgb(196 209 72 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:text-sprout\/0 {
  color: rgb(196 209 72 / 0) !important;
}

.group:hover .group-hover\:text-sprout\/10 {
  color: rgb(196 209 72 / 0.1) !important;
}

.group:hover .group-hover\:text-sprout\/100 {
  color: rgb(196 209 72 / 1) !important;
}

.group:hover .group-hover\:text-sprout\/15 {
  color: rgb(196 209 72 / 0.15) !important;
}

.group:hover .group-hover\:text-sprout\/20 {
  color: rgb(196 209 72 / 0.2) !important;
}

.group:hover .group-hover\:text-sprout\/25 {
  color: rgb(196 209 72 / 0.25) !important;
}

.group:hover .group-hover\:text-sprout\/30 {
  color: rgb(196 209 72 / 0.3) !important;
}

.group:hover .group-hover\:text-sprout\/35 {
  color: rgb(196 209 72 / 0.35) !important;
}

.group:hover .group-hover\:text-sprout\/40 {
  color: rgb(196 209 72 / 0.4) !important;
}

.group:hover .group-hover\:text-sprout\/45 {
  color: rgb(196 209 72 / 0.45) !important;
}

.group:hover .group-hover\:text-sprout\/5 {
  color: rgb(196 209 72 / 0.05) !important;
}

.group:hover .group-hover\:text-sprout\/50 {
  color: rgb(196 209 72 / 0.5) !important;
}

.group:hover .group-hover\:text-sprout\/55 {
  color: rgb(196 209 72 / 0.55) !important;
}

.group:hover .group-hover\:text-sprout\/60 {
  color: rgb(196 209 72 / 0.6) !important;
}

.group:hover .group-hover\:text-sprout\/65 {
  color: rgb(196 209 72 / 0.65) !important;
}

.group:hover .group-hover\:text-sprout\/70 {
  color: rgb(196 209 72 / 0.7) !important;
}

.group:hover .group-hover\:text-sprout\/75 {
  color: rgb(196 209 72 / 0.75) !important;
}

.group:hover .group-hover\:text-sprout\/80 {
  color: rgb(196 209 72 / 0.8) !important;
}

.group:hover .group-hover\:text-sprout\/85 {
  color: rgb(196 209 72 / 0.85) !important;
}

.group:hover .group-hover\:text-sprout\/90 {
  color: rgb(196 209 72 / 0.9) !important;
}

.group:hover .group-hover\:text-sprout\/95 {
  color: rgb(196 209 72 / 0.95) !important;
}

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

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

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

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

@media (min-width: 768px) {
  .md\:order-1 {
    order: 1 !important;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:w-1\/4 {
    width: 25% !important;
  }

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

  .md\:w-3\/4 {
    width: 75% !important;
  }

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

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

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

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

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

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

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

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

  .md\:p-12 {
    padding: 3rem !important;
  }

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

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

  .md\:text-right {
    text-align: right !important;
  }

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

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

  .md\:text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }

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

@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

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

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

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

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

