*, ::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:  ;
}


  /*
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)
*/

  .tw-reset-container :where(*, ::before, ::after) {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
  }

  .tw-reset-container :where(::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
*/

  .tw-reset-container :where(html, :host) {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
       tab-size: 4;
    /* 3 */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
    -webkit-tap-highlight-color: transparent;
    /* 7 */
  }

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

  .tw-reset-container 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.
*/

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

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

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

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

  .tw-reset-container :where(h1, h2, h3, h4, h5, h6) {
    font-size: inherit;
    font-weight: inherit;
  }

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

  .tw-reset-container a {
    color: inherit;
    text-decoration: inherit;
  }

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

  .tw-reset-container :where(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.
*/

  .tw-reset-container :where(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.
*/

  .tw-reset-container small {
    font-size: 80%;
  }

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

  .tw-reset-container :where(sub, sup) {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  .tw-reset-container sub {
    bottom: -0.25em;
  }

  .tw-reset-container 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.
*/

  .tw-reset-container 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.
*/

  .tw-reset-container :where(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.
*/

  .tw-reset-container :where(button, select) {
    text-transform: none;
  }

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

  .tw-reset-container :where(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.
*/

  .tw-reset-container :-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)
*/

  .tw-reset-container :-moz-ui-invalid {
    box-shadow: none;
  }

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

  .tw-reset-container progress {
    vertical-align: baseline;
  }

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

  .tw-reset-container :where(::-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.
*/

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

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

  .tw-reset-container ::-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.
*/

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

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

  .tw-reset-container summary {
    display: list-item;
  }

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

  .tw-reset-container :where(blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre) {
    margin: 0;
  }

  .tw-reset-container fieldset {
    margin: 0;
    padding: 0;
  }

  .tw-reset-container legend {
    padding: 0;
  }

  .tw-reset-container :where(ol, ul, menu) {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  /*
Reset default styling for dialogs.
*/

  .tw-reset-container dialog {
    padding: 0;
  }

  /*
Prevent resizing textareas horizontally by default.
*/

  .tw-reset-container 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.
*/

  .tw-reset-container :where(input::-moz-placeholder, textarea::-moz-placeholder) {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
  }

  .tw-reset-container :where(input::placeholder, textarea::placeholder) {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
  }

  /*
Set the default cursor for buttons.
*/

  .tw-reset-container :where(button, [role="button"]) {
    cursor: pointer;
  }

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

  .tw-reset-container :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.
*/

  .tw-reset-container :where(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)
*/

  .tw-reset-container :where(img, video) {
    max-width: 100%;
    height: auto;
  }

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

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


.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 600px) {
  .\!container {
    max-width: 600px !important;
  }

  .container {
    max-width: 600px;
  }
}

@media (min-width: 750px) {
  .\!container {
    max-width: 750px !important;
  }

  .container {
    max-width: 750px;
  }
}

@media (min-width: 1000px) {
  .\!container {
    max-width: 1000px !important;
  }

  .container {
    max-width: 1000px;
  }
}

@media (min-width: 1200px) {
  .\!container {
    max-width: 1200px !important;
  }

  .container {
    max-width: 1200px;
  }
}

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

html:not(#tailwind-specifity-hack) .pointer-events-none {
  pointer-events: none;
}

html:not(#tailwind-specifity-hack) .\!visible {
  visibility: visible !important;
}

html:not(#tailwind-specifity-hack) .visible {
  visibility: visible;
}

html:not(#tailwind-specifity-hack) .invisible {
  visibility: hidden;
}

html:not(#tailwind-specifity-hack) .collapse {
  visibility: collapse;
}

html:not(#tailwind-specifity-hack) .static {
  position: static;
}

html:not(#tailwind-specifity-hack) .fixed {
  position: fixed;
}

html:not(#tailwind-specifity-hack) .absolute {
  position: absolute;
}

html:not(#tailwind-specifity-hack) .relative {
  position: relative;
}

html:not(#tailwind-specifity-hack) .sticky {
  position: sticky;
}

html:not(#tailwind-specifity-hack) .bottom-0 {
  bottom: 0px;
}

html:not(#tailwind-specifity-hack) .bottom-1 {
  bottom: 0.25rem;
}

html:not(#tailwind-specifity-hack) .end-1 {
  inset-inline-end: 0.25rem;
}

html:not(#tailwind-specifity-hack) .left-0 {
  left: 0px;
}

html:not(#tailwind-specifity-hack) .left-1 {
  left: 0.25rem;
}

html:not(#tailwind-specifity-hack) .left-1\/2 {
  left: 50%;
}

html:not(#tailwind-specifity-hack) .left-2 {
  left: 0.5rem;
}

html:not(#tailwind-specifity-hack) .left-5 {
  left: 1.25rem;
}

html:not(#tailwind-specifity-hack) .right-0 {
  right: 0px;
}

html:not(#tailwind-specifity-hack) .start-1 {
  inset-inline-start: 0.25rem;
}

html:not(#tailwind-specifity-hack) .top-0 {
  top: 0px;
}

html:not(#tailwind-specifity-hack) .top-2 {
  top: 0.5rem;
}

html:not(#tailwind-specifity-hack) .top-3 {
  top: 0.75rem;
}

html:not(#tailwind-specifity-hack) .top-36 {
  top: 9rem;
}

html:not(#tailwind-specifity-hack) .top-5 {
  top: 1.25rem;
}

html:not(#tailwind-specifity-hack) .isolate {
  isolation: isolate;
}

html:not(#tailwind-specifity-hack) .z-0 {
  z-index: 0;
}

html:not(#tailwind-specifity-hack) .z-10 {
  z-index: 10;
}

html:not(#tailwind-specifity-hack) .z-\[1\] {
  z-index: 1;
}

html:not(#tailwind-specifity-hack) .col-span-full {
  grid-column: 1 / -1;
}

html:not(#tailwind-specifity-hack) .float-right {
  float: right;
}

html:not(#tailwind-specifity-hack) .float-left {
  float: left;
}

html:not(#tailwind-specifity-hack) .float-none {
  float: none;
}

html:not(#tailwind-specifity-hack) .clear-both {
  clear: both;
}

html:not(#tailwind-specifity-hack) .m-0 {
  margin: 0px;
}

html:not(#tailwind-specifity-hack) .m-1 {
  margin: 0.25rem;
}

html:not(#tailwind-specifity-hack) .m-2 {
  margin: 0.5rem;
}

html:not(#tailwind-specifity-hack) .m-2\.5 {
  margin: 0.625rem;
}

html:not(#tailwind-specifity-hack) .m-3 {
  margin: 0.75rem;
}

html:not(#tailwind-specifity-hack) .m-4 {
  margin: 1rem;
}

html:not(#tailwind-specifity-hack) .m-5 {
  margin: 1.25rem;
}

html:not(#tailwind-specifity-hack) .m-\[5px\] {
  margin: 5px;
}

html:not(#tailwind-specifity-hack) .m-auto {
  margin: auto;
}

html:not(#tailwind-specifity-hack) .mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

html:not(#tailwind-specifity-hack) .mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

html:not(#tailwind-specifity-hack) .mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

html:not(#tailwind-specifity-hack) .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

html:not(#tailwind-specifity-hack) .my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

html:not(#tailwind-specifity-hack) .my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

html:not(#tailwind-specifity-hack) .my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

html:not(#tailwind-specifity-hack) .my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

html:not(#tailwind-specifity-hack) .my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

html:not(#tailwind-specifity-hack) .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

html:not(#tailwind-specifity-hack) .-ml-24 {
  margin-left: -6rem;
}

html:not(#tailwind-specifity-hack) .-ml-px {
  margin-left: -1px;
}

html:not(#tailwind-specifity-hack) .mb-0 {
  margin-bottom: 0px;
}

html:not(#tailwind-specifity-hack) .mb-2 {
  margin-bottom: 0.5rem;
}

html:not(#tailwind-specifity-hack) .mb-3 {
  margin-bottom: 0.75rem;
}

html:not(#tailwind-specifity-hack) .mb-4 {
  margin-bottom: 1rem;
}

html:not(#tailwind-specifity-hack) .mb-5 {
  margin-bottom: 1.25rem;
}

html:not(#tailwind-specifity-hack) .mb-6 {
  margin-bottom: 1.5rem;
}

html:not(#tailwind-specifity-hack) .mb-8 {
  margin-bottom: 2rem;
}

html:not(#tailwind-specifity-hack) .mb-9 {
  margin-bottom: 2.25rem;
}

html:not(#tailwind-specifity-hack) .mb-\[-1rem\] {
  margin-bottom: -1rem;
}

html:not(#tailwind-specifity-hack) .mb-\[-2\.5rem\] {
  margin-bottom: -2.5rem;
}

html:not(#tailwind-specifity-hack) .ml-0 {
  margin-left: 0px;
}

html:not(#tailwind-specifity-hack) .ml-2 {
  margin-left: 0.5rem;
}

html:not(#tailwind-specifity-hack) .ml-2\.5 {
  margin-left: 0.625rem;
}

html:not(#tailwind-specifity-hack) .ml-3 {
  margin-left: 0.75rem;
}

html:not(#tailwind-specifity-hack) .ml-4 {
  margin-left: 1rem;
}

html:not(#tailwind-specifity-hack) .ml-5 {
  margin-left: 1.25rem;
}

html:not(#tailwind-specifity-hack) .ml-6 {
  margin-left: 1.5rem;
}

html:not(#tailwind-specifity-hack) .ml-8 {
  margin-left: 2rem;
}

html:not(#tailwind-specifity-hack) .ml-\[-1\.75px\] {
  margin-left: -1.75px;
}

html:not(#tailwind-specifity-hack) .ml-auto {
  margin-left: auto;
}

html:not(#tailwind-specifity-hack) .mr-0 {
  margin-right: 0px;
}

html:not(#tailwind-specifity-hack) .mr-1 {
  margin-right: 0.25rem;
}

html:not(#tailwind-specifity-hack) .mr-2 {
  margin-right: 0.5rem;
}

html:not(#tailwind-specifity-hack) .mr-3 {
  margin-right: 0.75rem;
}

html:not(#tailwind-specifity-hack) .mr-4 {
  margin-right: 1rem;
}

html:not(#tailwind-specifity-hack) .mr-\[-0\.75rem\] {
  margin-right: -0.75rem;
}

html:not(#tailwind-specifity-hack) .mr-\[3px\] {
  margin-right: 3px;
}

html:not(#tailwind-specifity-hack) .mr-auto {
  margin-right: auto;
}

html:not(#tailwind-specifity-hack) .mt-0 {
  margin-top: 0px;
}

html:not(#tailwind-specifity-hack) .mt-1 {
  margin-top: 0.25rem;
}

html:not(#tailwind-specifity-hack) .mt-12 {
  margin-top: 3rem;
}

html:not(#tailwind-specifity-hack) .mt-16 {
  margin-top: 4rem;
}

html:not(#tailwind-specifity-hack) .mt-2 {
  margin-top: 0.5rem;
}

html:not(#tailwind-specifity-hack) .mt-3 {
  margin-top: 0.75rem;
}

html:not(#tailwind-specifity-hack) .mt-32 {
  margin-top: 8rem;
}

html:not(#tailwind-specifity-hack) .mt-4 {
  margin-top: 1rem;
}

html:not(#tailwind-specifity-hack) .mt-5 {
  margin-top: 1.25rem;
}

html:not(#tailwind-specifity-hack) .mt-6 {
  margin-top: 1.5rem;
}

html:not(#tailwind-specifity-hack) .mt-8 {
  margin-top: 2rem;
}

html:not(#tailwind-specifity-hack) .mt-9 {
  margin-top: 2.25rem;
}

html:not(#tailwind-specifity-hack) .mt-\[-0\.75rem\] {
  margin-top: -0.75rem;
}

html:not(#tailwind-specifity-hack) .line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

html:not(#tailwind-specifity-hack) .block {
  display: block;
}

html:not(#tailwind-specifity-hack) .inline-block {
  display: inline-block;
}

html:not(#tailwind-specifity-hack) .inline {
  display: inline;
}

html:not(#tailwind-specifity-hack) .flex {
  display: flex;
}

html:not(#tailwind-specifity-hack) .inline-flex {
  display: inline-flex;
}

html:not(#tailwind-specifity-hack) .table {
  display: table;
}

html:not(#tailwind-specifity-hack) .inline-table {
  display: inline-table;
}

html:not(#tailwind-specifity-hack) .table-caption {
  display: table-caption;
}

html:not(#tailwind-specifity-hack) .table-cell {
  display: table-cell;
}

html:not(#tailwind-specifity-hack) .table-column {
  display: table-column;
}

html:not(#tailwind-specifity-hack) .table-column-group {
  display: table-column-group;
}

html:not(#tailwind-specifity-hack) .table-footer-group {
  display: table-footer-group;
}

html:not(#tailwind-specifity-hack) .table-header-group {
  display: table-header-group;
}

html:not(#tailwind-specifity-hack) .table-row-group {
  display: table-row-group;
}

html:not(#tailwind-specifity-hack) .table-row {
  display: table-row;
}

html:not(#tailwind-specifity-hack) .grid {
  display: grid;
}

html:not(#tailwind-specifity-hack) .inline-grid {
  display: inline-grid;
}

html:not(#tailwind-specifity-hack) .contents {
  display: contents;
}

html:not(#tailwind-specifity-hack) .list-item {
  display: list-item;
}

html:not(#tailwind-specifity-hack) .hidden {
  display: none;
}

html:not(#tailwind-specifity-hack) .aspect-square {
  aspect-ratio: 1 / 1;
}

html:not(#tailwind-specifity-hack) .size-1 {
  width: 0.25rem;
  height: 0.25rem;
}

html:not(#tailwind-specifity-hack) .h-1 {
  height: 0.25rem;
}

html:not(#tailwind-specifity-hack) .h-10 {
  height: 2.5rem;
}

html:not(#tailwind-specifity-hack) .h-12 {
  height: 3rem;
}

html:not(#tailwind-specifity-hack) .h-16 {
  height: 4rem;
}

html:not(#tailwind-specifity-hack) .h-2 {
  height: 0.5rem;
}

html:not(#tailwind-specifity-hack) .h-24 {
  height: 6rem;
}

html:not(#tailwind-specifity-hack) .h-36 {
  height: 9rem;
}

html:not(#tailwind-specifity-hack) .h-5 {
  height: 1.25rem;
}

html:not(#tailwind-specifity-hack) .h-7 {
  height: 1.75rem;
}

html:not(#tailwind-specifity-hack) .h-8 {
  height: 2rem;
}

html:not(#tailwind-specifity-hack) .h-9 {
  height: 2.25rem;
}

html:not(#tailwind-specifity-hack) .h-\[1\.24em\] {
  height: 1.24em;
}

html:not(#tailwind-specifity-hack) .h-\[100vh\] {
  height: 100vh;
}

html:not(#tailwind-specifity-hack) .h-\[1100px\] {
  height: 1100px;
}

html:not(#tailwind-specifity-hack) .h-\[132\.483px\] {
  height: 132.483px;
}

html:not(#tailwind-specifity-hack) .h-\[1lh\] {
  height: 1lh;
}

html:not(#tailwind-specifity-hack) .h-\[200px\] {
  height: 200px;
}

html:not(#tailwind-specifity-hack) .h-\[640px\] {
  height: 640px;
}

html:not(#tailwind-specifity-hack) .h-\[80px\] {
  height: 80px;
}

html:not(#tailwind-specifity-hack) .h-\[92px\] {
  height: 92px;
}

html:not(#tailwind-specifity-hack) .h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

html:not(#tailwind-specifity-hack) .h-full {
  height: 100%;
}

html:not(#tailwind-specifity-hack) .h-max {
  height: -moz-max-content;
  height: max-content;
}

html:not(#tailwind-specifity-hack) .h-min {
  height: -moz-min-content;
  height: min-content;
}

html:not(#tailwind-specifity-hack) .h-screen {
  height: 100vh;
}

html:not(#tailwind-specifity-hack) .max-h-\[calc\(100\%-0\.5rem\)\] {
  max-height: calc(100% - 0.5rem);
}

html:not(#tailwind-specifity-hack) .max-h-\[calc\(100vh-4rem\)\] {
  max-height: calc(100vh - 4rem);
}

html:not(#tailwind-specifity-hack) .max-h-screen {
  max-height: 100vh;
}

html:not(#tailwind-specifity-hack) .min-h-52 {
  min-height: 13rem;
}

html:not(#tailwind-specifity-hack) .min-h-\[20rem\] {
  min-height: 20rem;
}

html:not(#tailwind-specifity-hack) .min-h-\[3\.75rem\] {
  min-height: 3.75rem;
}

html:not(#tailwind-specifity-hack) .min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}

html:not(#tailwind-specifity-hack) .min-h-max {
  min-height: -moz-max-content;
  min-height: max-content;
}

html:not(#tailwind-specifity-hack) .w-1 {
  width: 0.25rem;
}

html:not(#tailwind-specifity-hack) .w-1\/2 {
  width: 50%;
}

html:not(#tailwind-specifity-hack) .w-1\/3 {
  width: 33.333333%;
}

html:not(#tailwind-specifity-hack) .w-1\/4 {
  width: 25%;
}

html:not(#tailwind-specifity-hack) .w-1\/5 {
  width: 20%;
}

html:not(#tailwind-specifity-hack) .w-10 {
  width: 2.5rem;
}

html:not(#tailwind-specifity-hack) .w-11\/12 {
  width: 91.666667%;
}

html:not(#tailwind-specifity-hack) .w-12 {
  width: 3rem;
}

html:not(#tailwind-specifity-hack) .w-16 {
  width: 4rem;
}

html:not(#tailwind-specifity-hack) .w-2 {
  width: 0.5rem;
}

html:not(#tailwind-specifity-hack) .w-2\/3 {
  width: 66.666667%;
}

html:not(#tailwind-specifity-hack) .w-20 {
  width: 5rem;
}

html:not(#tailwind-specifity-hack) .w-3\/4 {
  width: 75%;
}

html:not(#tailwind-specifity-hack) .w-3\/5 {
  width: 60%;
}

html:not(#tailwind-specifity-hack) .w-5 {
  width: 1.25rem;
}

html:not(#tailwind-specifity-hack) .w-5\/12 {
  width: 41.666667%;
}

html:not(#tailwind-specifity-hack) .w-8 {
  width: 2rem;
}

html:not(#tailwind-specifity-hack) .w-96 {
  width: 24rem;
}

html:not(#tailwind-specifity-hack) .w-\[1\.25em\] {
  width: 1.25em;
}

html:not(#tailwind-specifity-hack) .w-\[100vw\] {
  width: 100vw;
}

html:not(#tailwind-specifity-hack) .w-\[20rem\] {
  width: 20rem;
}

html:not(#tailwind-specifity-hack) .w-\[3\.75rem\] {
  width: 3.75rem;
}

html:not(#tailwind-specifity-hack) .w-\[350px\] {
  width: 350px;
}

html:not(#tailwind-specifity-hack) .w-\[384px\] {
  width: 384px;
}

html:not(#tailwind-specifity-hack) .w-\[45\%\] {
  width: 45%;
}

html:not(#tailwind-specifity-hack) .w-\[4rem\] {
  width: 4rem;
}

html:not(#tailwind-specifity-hack) .w-\[5\%\] {
  width: 5%;
}

html:not(#tailwind-specifity-hack) .w-\[510px\] {
  width: 510px;
}

html:not(#tailwind-specifity-hack) .w-\[520px\] {
  width: 520px;
}

html:not(#tailwind-specifity-hack) .w-\[550px\] {
  width: 550px;
}

html:not(#tailwind-specifity-hack) .w-\[640px\] {
  width: 640px;
}

html:not(#tailwind-specifity-hack) .w-\[80px\] {
  width: 80px;
}

html:not(#tailwind-specifity-hack) .w-\[92px\] {
  width: 92px;
}

html:not(#tailwind-specifity-hack) .w-\[calc\(100\%-1rem\)\] {
  width: calc(100% - 1rem);
}

html:not(#tailwind-specifity-hack) .w-\[unset\] {
  width: unset;
}

html:not(#tailwind-specifity-hack) .w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

html:not(#tailwind-specifity-hack) .w-full {
  width: 100%;
}

html:not(#tailwind-specifity-hack) .w-max {
  width: -moz-max-content;
  width: max-content;
}

html:not(#tailwind-specifity-hack) .w-min {
  width: -moz-min-content;
  width: min-content;
}

html:not(#tailwind-specifity-hack) .w-screen {
  width: 100vw;
}

html:not(#tailwind-specifity-hack) .min-w-0 {
  min-width: 0px;
}

html:not(#tailwind-specifity-hack) .min-w-\[15vw\] {
  min-width: 15vw;
}

html:not(#tailwind-specifity-hack) .min-w-\[3\.75rem\] {
  min-width: 3.75rem;
}

html:not(#tailwind-specifity-hack) .min-w-full {
  min-width: 100%;
}

html:not(#tailwind-specifity-hack) .min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

html:not(#tailwind-specifity-hack) .min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}

html:not(#tailwind-specifity-hack) .max-w-\[1200px\] {
  max-width: 1200px;
}

html:not(#tailwind-specifity-hack) .max-w-\[1500px\] {
  max-width: 1500px;
}

html:not(#tailwind-specifity-hack) .max-w-\[1600px\] {
  max-width: 1600px;
}

html:not(#tailwind-specifity-hack) .max-w-\[30\%\] {
  max-width: 30%;
}

html:not(#tailwind-specifity-hack) .max-w-\[45\%\] {
  max-width: 45%;
}

html:not(#tailwind-specifity-hack) .max-w-\[50\%\] {
  max-width: 50%;
}

html:not(#tailwind-specifity-hack) .max-w-\[75\%\] {
  max-width: 75%;
}

html:not(#tailwind-specifity-hack) .max-w-\[800px\] {
  max-width: 800px;
}

html:not(#tailwind-specifity-hack) .max-w-\[850px\] {
  max-width: 850px;
}

html:not(#tailwind-specifity-hack) .max-w-full {
  max-width: 100%;
}

html:not(#tailwind-specifity-hack) .max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

html:not(#tailwind-specifity-hack) .max-w-md {
  max-width: 28rem;
}

html:not(#tailwind-specifity-hack) .max-w-screen-lg {
  max-width: 1000px;
}

html:not(#tailwind-specifity-hack) .flex-1 {
  flex: 1 1 0%;
}

html:not(#tailwind-specifity-hack) .flex-shrink {
  flex-shrink: 1;
}

html:not(#tailwind-specifity-hack) .flex-shrink-0 {
  flex-shrink: 0;
}

html:not(#tailwind-specifity-hack) .shrink {
  flex-shrink: 1;
}

html:not(#tailwind-specifity-hack) .flex-grow {
  flex-grow: 1;
}

html:not(#tailwind-specifity-hack) .grow {
  flex-grow: 1;
}

html:not(#tailwind-specifity-hack) .border-collapse {
  border-collapse: collapse;
}

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

html:not(#tailwind-specifity-hack) .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));
}

html:not(#tailwind-specifity-hack) .cursor-default {
  cursor: default;
}

html:not(#tailwind-specifity-hack) .cursor-pointer {
  cursor: pointer;
}

html:not(#tailwind-specifity-hack) .cursor-zoom-in {
  cursor: zoom-in;
}

html:not(#tailwind-specifity-hack) .resize {
  resize: both;
}

html:not(#tailwind-specifity-hack) .list-disc {
  list-style-type: disc;
}

html:not(#tailwind-specifity-hack) .list-none {
  list-style-type: none;
}

html:not(#tailwind-specifity-hack) .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

html:not(#tailwind-specifity-hack) .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

html:not(#tailwind-specifity-hack) .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html:not(#tailwind-specifity-hack) .grid-rows-\[masonry\] {
  grid-template-rows: masonry;
}

html:not(#tailwind-specifity-hack) .flex-row {
  flex-direction: row;
}

html:not(#tailwind-specifity-hack) .flex-row-reverse {
  flex-direction: row-reverse;
}

html:not(#tailwind-specifity-hack) .flex-col {
  flex-direction: column;
}

html:not(#tailwind-specifity-hack) .flex-col-reverse {
  flex-direction: column-reverse;
}

html:not(#tailwind-specifity-hack) .flex-wrap {
  flex-wrap: wrap;
}

html:not(#tailwind-specifity-hack) .flex-nowrap {
  flex-wrap: nowrap;
}

html:not(#tailwind-specifity-hack) .content-center {
  align-content: center;
}

html:not(#tailwind-specifity-hack) .items-start {
  align-items: flex-start;
}

html:not(#tailwind-specifity-hack) .items-center {
  align-items: center;
}

html:not(#tailwind-specifity-hack) .items-stretch {
  align-items: stretch;
}

html:not(#tailwind-specifity-hack) .justify-end {
  justify-content: flex-end;
}

html:not(#tailwind-specifity-hack) .justify-center {
  justify-content: center;
}

html:not(#tailwind-specifity-hack) .justify-between {
  justify-content: space-between;
}

html:not(#tailwind-specifity-hack) .justify-around {
  justify-content: space-around;
}

html:not(#tailwind-specifity-hack) .justify-evenly {
  justify-content: space-evenly;
}

html:not(#tailwind-specifity-hack) .justify-items-center {
  justify-items: center;
}

html:not(#tailwind-specifity-hack) .gap-1 {
  gap: 0.25rem;
}

html:not(#tailwind-specifity-hack) .gap-2 {
  gap: 0.5rem;
}

html:not(#tailwind-specifity-hack) .gap-3 {
  gap: 0.75rem;
}

html:not(#tailwind-specifity-hack) .gap-4 {
  gap: 1rem;
}

html:not(#tailwind-specifity-hack) .gap-8 {
  gap: 2rem;
}

html:not(#tailwind-specifity-hack) .gap-y-8 {
  row-gap: 2rem;
}

html:not(#tailwind-specifity-hack) :is(.space-x-2 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

html:not(#tailwind-specifity-hack) :is(.space-y-2 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

html:not(#tailwind-specifity-hack) :is(.space-y-4 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

html:not(#tailwind-specifity-hack) .place-self-end {
  place-self: end;
}

html:not(#tailwind-specifity-hack) .self-start {
  align-self: flex-start;
}

html:not(#tailwind-specifity-hack) .self-end {
  align-self: flex-end;
}

html:not(#tailwind-specifity-hack) .self-center {
  align-self: center;
}

html:not(#tailwind-specifity-hack) .overflow-auto {
  overflow: auto;
}

html:not(#tailwind-specifity-hack) .overflow-hidden {
  overflow: hidden;
}

html:not(#tailwind-specifity-hack) .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html:not(#tailwind-specifity-hack) .overflow-ellipsis {
  text-overflow: ellipsis;
}

html:not(#tailwind-specifity-hack) .text-ellipsis {
  text-overflow: ellipsis;
}

html:not(#tailwind-specifity-hack) .whitespace-normal {
  white-space: normal;
}

html:not(#tailwind-specifity-hack) .whitespace-nowrap {
  white-space: nowrap;
}

html:not(#tailwind-specifity-hack) .text-wrap {
  text-wrap: wrap;
}

html:not(#tailwind-specifity-hack) .text-nowrap {
  text-wrap: nowrap;
}

html:not(#tailwind-specifity-hack) .break-all {
  word-break: break-all;
}

html:not(#tailwind-specifity-hack) .rounded {
  border-radius: 0.25rem;
}

html:not(#tailwind-specifity-hack) .rounded-2xl {
  border-radius: 1rem;
}

html:not(#tailwind-specifity-hack) .rounded-3xl {
  border-radius: 1.5rem;
}

html:not(#tailwind-specifity-hack) .rounded-full {
  border-radius: 9999px;
}

html:not(#tailwind-specifity-hack) .rounded-md {
  border-radius: 0.375rem;
}

html:not(#tailwind-specifity-hack) .rounded-none {
  border-radius: 0px;
}

html:not(#tailwind-specifity-hack) .rounded-xl {
  border-radius: 0.75rem;
}

html:not(#tailwind-specifity-hack) .rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

html:not(#tailwind-specifity-hack) .rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

html:not(#tailwind-specifity-hack) .rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

html:not(#tailwind-specifity-hack) .rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

html:not(#tailwind-specifity-hack) .rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

html:not(#tailwind-specifity-hack) .rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

html:not(#tailwind-specifity-hack) .rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

html:not(#tailwind-specifity-hack) .rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

html:not(#tailwind-specifity-hack) .rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

html:not(#tailwind-specifity-hack) .border {
  border-width: 1px;
}

html:not(#tailwind-specifity-hack) .border-0 {
  border-width: 0px;
}

html:not(#tailwind-specifity-hack) .border-2 {
  border-width: 2px;
}

html:not(#tailwind-specifity-hack) .border-8 {
  border-width: 8px;
}

html:not(#tailwind-specifity-hack) .border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

html:not(#tailwind-specifity-hack) .border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

html:not(#tailwind-specifity-hack) .border-b {
  border-bottom-width: 1px;
}

html:not(#tailwind-specifity-hack) .border-b-2 {
  border-bottom-width: 2px;
}

html:not(#tailwind-specifity-hack) .border-l-2 {
  border-left-width: 2px;
}

html:not(#tailwind-specifity-hack) .border-l-4 {
  border-left-width: 4px;
}

html:not(#tailwind-specifity-hack) .border-r-2 {
  border-right-width: 2px;
}

html:not(#tailwind-specifity-hack) .border-t-2 {
  border-top-width: 2px;
}

html:not(#tailwind-specifity-hack) .border-solid {
  border-style: solid;
}

html:not(#tailwind-specifity-hack) .border-dashed {
  border-style: dashed;
}

html:not(#tailwind-specifity-hack) .border-double {
  border-style: double;
}

html:not(#tailwind-specifity-hack) .border-none {
  border-style: none;
}

html:not(#tailwind-specifity-hack) .border-\[\#f0e3d2\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 227 210 / var(--tw-border-opacity, 1));
}

html:not(#tailwind-specifity-hack) .border-\[rgb\(255_193_7\)\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 193 7 / var(--tw-border-opacity, 1));
}

html:not(#tailwind-specifity-hack) .border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

html:not(#tailwind-specifity-hack) .border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

html:not(#tailwind-specifity-hack) .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

html:not(#tailwind-specifity-hack) .border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

html:not(#tailwind-specifity-hack) .border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

html:not(#tailwind-specifity-hack) .border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

html:not(#tailwind-specifity-hack) .border-transparent {
  border-color: transparent;
}

html:not(#tailwind-specifity-hack) .border-r-gray-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

html:not(#tailwind-specifity-hack) .border-t-gray-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

html:not(#tailwind-specifity-hack) .bg-\[\#146D16\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 109 22 / var(--tw-bg-opacity, 1));
}

html:not(#tailwind-specifity-hack) .bg-\[\#fff1d4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 212 / var(--tw-bg-opacity, 1));
}

html:not(#tailwind-specifity-hack) .bg-\[\#fffcf4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 244 / var(--tw-bg-opacity, 1));
}

html:not(#tailwind-specifity-hack) .bg-\[rgb\(255_193_7\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 193 7 / var(--tw-bg-opacity, 1));
}

html:not(#tailwind-specifity-hack) .bg-\[rgba\(0\2c 0\2c 0\2c \.2\)\] {
  background-color: rgba(0,0,0,.2);
}

html:not(#tailwind-specifity-hack) .bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

html:not(#tailwind-specifity-hack) .bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

html:not(#tailwind-specifity-hack) .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

html:not(#tailwind-specifity-hack) .bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

html:not(#tailwind-specifity-hack) .bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

html:not(#tailwind-specifity-hack) .bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

html:not(#tailwind-specifity-hack) .bg-transparent {
  background-color: transparent;
}

html:not(#tailwind-specifity-hack) .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

html:not(#tailwind-specifity-hack) .bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

html:not(#tailwind-specifity-hack) .bg-contain {
  background-size: contain;
}

html:not(#tailwind-specifity-hack) .bg-cover {
  background-size: cover;
}

html:not(#tailwind-specifity-hack) .bg-center {
  background-position: center;
}

html:not(#tailwind-specifity-hack) .bg-no-repeat {
  background-repeat: no-repeat;
}

html:not(#tailwind-specifity-hack) .object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

html:not(#tailwind-specifity-hack) .p-0 {
  padding: 0px;
}

html:not(#tailwind-specifity-hack) .p-1 {
  padding: 0.25rem;
}

html:not(#tailwind-specifity-hack) .p-2 {
  padding: 0.5rem;
}

html:not(#tailwind-specifity-hack) .p-2\.5 {
  padding: 0.625rem;
}

html:not(#tailwind-specifity-hack) .p-3 {
  padding: 0.75rem;
}

html:not(#tailwind-specifity-hack) .p-4 {
  padding: 1rem;
}

html:not(#tailwind-specifity-hack) .p-6 {
  padding: 1.5rem;
}

html:not(#tailwind-specifity-hack) .p-8 {
  padding: 2rem;
}

html:not(#tailwind-specifity-hack) .p-\[8px\] {
  padding: 8px;
}

html:not(#tailwind-specifity-hack) .px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

html:not(#tailwind-specifity-hack) .px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

html:not(#tailwind-specifity-hack) .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

html:not(#tailwind-specifity-hack) .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

html:not(#tailwind-specifity-hack) .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

html:not(#tailwind-specifity-hack) .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

html:not(#tailwind-specifity-hack) .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

html:not(#tailwind-specifity-hack) .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

html:not(#tailwind-specifity-hack) .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

html:not(#tailwind-specifity-hack) .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

html:not(#tailwind-specifity-hack) .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

html:not(#tailwind-specifity-hack) .py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

html:not(#tailwind-specifity-hack) .py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

html:not(#tailwind-specifity-hack) .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

html:not(#tailwind-specifity-hack) .pb-1 {
  padding-bottom: 0.25rem;
}

html:not(#tailwind-specifity-hack) .pb-16 {
  padding-bottom: 4rem;
}

html:not(#tailwind-specifity-hack) .pb-2 {
  padding-bottom: 0.5rem;
}

html:not(#tailwind-specifity-hack) .pb-20 {
  padding-bottom: 5rem;
}

html:not(#tailwind-specifity-hack) .pb-3 {
  padding-bottom: 0.75rem;
}

html:not(#tailwind-specifity-hack) .pb-4 {
  padding-bottom: 1rem;
}

html:not(#tailwind-specifity-hack) .pb-\[5px\] {
  padding-bottom: 5px;
}

html:not(#tailwind-specifity-hack) .pl-0 {
  padding-left: 0px;
}

html:not(#tailwind-specifity-hack) .pl-1 {
  padding-left: 0.25rem;
}

html:not(#tailwind-specifity-hack) .pl-12 {
  padding-left: 3rem;
}

html:not(#tailwind-specifity-hack) .pl-3 {
  padding-left: 0.75rem;
}

html:not(#tailwind-specifity-hack) .pl-3\.5 {
  padding-left: 0.875rem;
}

html:not(#tailwind-specifity-hack) .pl-4 {
  padding-left: 1rem;
}

html:not(#tailwind-specifity-hack) .pl-6 {
  padding-left: 1.5rem;
}

html:not(#tailwind-specifity-hack) .pl-\[20px\] {
  padding-left: 20px;
}

html:not(#tailwind-specifity-hack) .pr-0 {
  padding-right: 0px;
}

html:not(#tailwind-specifity-hack) .pr-1 {
  padding-right: 0.25rem;
}

html:not(#tailwind-specifity-hack) .pr-10 {
  padding-right: 2.5rem;
}

html:not(#tailwind-specifity-hack) .pr-2 {
  padding-right: 0.5rem;
}

html:not(#tailwind-specifity-hack) .pr-3 {
  padding-right: 0.75rem;
}

html:not(#tailwind-specifity-hack) .pr-3\.5 {
  padding-right: 0.875rem;
}

html:not(#tailwind-specifity-hack) .pr-4 {
  padding-right: 1rem;
}

html:not(#tailwind-specifity-hack) .pr-\[0\.8rem\] {
  padding-right: 0.8rem;
}

html:not(#tailwind-specifity-hack) .pt-12 {
  padding-top: 3rem;
}

html:not(#tailwind-specifity-hack) .pt-2 {
  padding-top: 0.5rem;
}

html:not(#tailwind-specifity-hack) .pt-2\.5 {
  padding-top: 0.625rem;
}

html:not(#tailwind-specifity-hack) .pt-3 {
  padding-top: 0.75rem;
}

html:not(#tailwind-specifity-hack) .pt-4 {
  padding-top: 1rem;
}

html:not(#tailwind-specifity-hack) .pt-5 {
  padding-top: 1.25rem;
}

html:not(#tailwind-specifity-hack) .pt-\[20px\] {
  padding-top: 20px;
}

html:not(#tailwind-specifity-hack) .text-left {
  text-align: left;
}

html:not(#tailwind-specifity-hack) .text-center {
  text-align: center;
}

html:not(#tailwind-specifity-hack) .text-right {
  text-align: right;
}

html:not(#tailwind-specifity-hack) .text-justify {
  text-align: justify;
}

html:not(#tailwind-specifity-hack) .align-top {
  vertical-align: top;
}

html:not(#tailwind-specifity-hack) .align-middle {
  vertical-align: middle;
}

html:not(#tailwind-specifity-hack) .align-bottom {
  vertical-align: bottom;
}

html:not(#tailwind-specifity-hack) .font-\[\'Noto_Sans\'\2c Verdana\2c Arial\2c sans-serif\] {
  font-family: 'Noto Sans',Verdana,Arial,sans-serif;
}

html:not(#tailwind-specifity-hack) .font-\[Cormorant\2c _serif\] {
  font-family: Cormorant, serif;
}

html:not(#tailwind-specifity-hack) .font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html:not(#tailwind-specifity-hack) .font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

html:not(#tailwind-specifity-hack) .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

html:not(#tailwind-specifity-hack) .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

html:not(#tailwind-specifity-hack) .text-5xl {
  font-size: 3rem;
  line-height: 1;
}

html:not(#tailwind-specifity-hack) .text-\[0\.9em\] {
  font-size: 0.9em;
}

html:not(#tailwind-specifity-hack) .text-\[0\.9rem\] {
  font-size: 0.9rem;
}

html:not(#tailwind-specifity-hack) .text-\[1\.2rem\] {
  font-size: 1.2rem;
}

html:not(#tailwind-specifity-hack) .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

html:not(#tailwind-specifity-hack) .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

html:not(#tailwind-specifity-hack) .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

html:not(#tailwind-specifity-hack) .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

html:not(#tailwind-specifity-hack) .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

html:not(#tailwind-specifity-hack) .font-bold {
  font-weight: 700;
}

html:not(#tailwind-specifity-hack) .font-medium {
  font-weight: 500;
}

html:not(#tailwind-specifity-hack) .font-normal {
  font-weight: 400;
}

html:not(#tailwind-specifity-hack) .font-semibold {
  font-weight: 600;
}

html:not(#tailwind-specifity-hack) .uppercase {
  text-transform: uppercase;
}

html:not(#tailwind-specifity-hack) .lowercase {
  text-transform: lowercase;
}

html:not(#tailwind-specifity-hack) .capitalize {
  text-transform: capitalize;
}

html:not(#tailwind-specifity-hack) .italic {
  font-style: italic;
}

html:not(#tailwind-specifity-hack) .ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

html:not(#tailwind-specifity-hack) .\!leading-\[unset\] {
  line-height: unset !important;
}

html:not(#tailwind-specifity-hack) .leading-10 {
  line-height: 2.5rem;
}

html:not(#tailwind-specifity-hack) .leading-5 {
  line-height: 1.25rem;
}

html:not(#tailwind-specifity-hack) .leading-normal {
  line-height: 1.5;
}

html:not(#tailwind-specifity-hack) .leading-tight {
  line-height: 1.25;
}

html:not(#tailwind-specifity-hack) .text-\[\#004800\] {
  --tw-text-opacity: 1;
  color: rgb(0 72 0 / var(--tw-text-opacity, 1));
}

html:not(#tailwind-specifity-hack) .text-\[\#025e02\] {
  --tw-text-opacity: 1;
  color: rgb(2 94 2 / var(--tw-text-opacity, 1));
}

html:not(#tailwind-specifity-hack) .text-\[\#a1835d\] {
  --tw-text-opacity: 1;
  color: rgb(161 131 93 / var(--tw-text-opacity, 1));
}

html:not(#tailwind-specifity-hack) .text-\[\#ff0000\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

html:not(#tailwind-specifity-hack) .text-\[darkred\] {
  --tw-text-opacity: 1;
  color: rgb(139 0 0 / var(--tw-text-opacity, 1));
}

html:not(#tailwind-specifity-hack) .text-\[grey\] {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}

html:not(#tailwind-specifity-hack) .text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

html:not(#tailwind-specifity-hack) .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

html:not(#tailwind-specifity-hack) .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

html:not(#tailwind-specifity-hack) .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

html:not(#tailwind-specifity-hack) .text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

html:not(#tailwind-specifity-hack) .text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

html:not(#tailwind-specifity-hack) .text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

html:not(#tailwind-specifity-hack) .text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

html:not(#tailwind-specifity-hack) .text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

html:not(#tailwind-specifity-hack) .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

html:not(#tailwind-specifity-hack) .underline {
  text-decoration-line: underline;
}

html:not(#tailwind-specifity-hack) .overline {
  text-decoration-line: overline;
}

html:not(#tailwind-specifity-hack) .line-through {
  text-decoration-line: line-through;
}

html:not(#tailwind-specifity-hack) .no-underline {
  text-decoration-line: none;
}

html:not(#tailwind-specifity-hack) .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html:not(#tailwind-specifity-hack) .subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

html:not(#tailwind-specifity-hack) .opacity-30 {
  opacity: 0.3;
}

html:not(#tailwind-specifity-hack) .opacity-40 {
  opacity: 0.4;
}

html:not(#tailwind-specifity-hack) .opacity-50 {
  opacity: 0.5;
}

html:not(#tailwind-specifity-hack) .bg-blend-darken {
  background-blend-mode: darken;
}

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

html:not(#tailwind-specifity-hack) .shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

html:not(#tailwind-specifity-hack) .outline {
  outline-style: solid;
}

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

html:not(#tailwind-specifity-hack) .ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}

html:not(#tailwind-specifity-hack) .blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

html:not(#tailwind-specifity-hack) .brightness-150 {
  --tw-brightness: brightness(1.5);
  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);
}

html:not(#tailwind-specifity-hack) .contrast-\[1\.8\] {
  --tw-contrast: contrast(1.8);
  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);
}

html:not(#tailwind-specifity-hack) .drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

html:not(#tailwind-specifity-hack) .drop-shadow-\[2px_3px_6px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-drop-shadow: drop-shadow(2px 3px 6px rgba(0,0,0,0.5));
  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);
}

html:not(#tailwind-specifity-hack) .grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}

html:not(#tailwind-specifity-hack) .invert {
  --tw-invert: invert(100%);
  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);
}

html:not(#tailwind-specifity-hack) .sepia {
  --tw-sepia: sepia(100%);
  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);
}

html:not(#tailwind-specifity-hack) .filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

html:not(#tailwind-specifity-hack) .backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

html:not(#tailwind-specifity-hack) .backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

html:not(#tailwind-specifity-hack) .backdrop-filter-none {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

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

html:not(#tailwind-specifity-hack) .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html:not(#tailwind-specifity-hack) .duration-150 {
  transition-duration: 150ms;
}

html:not(#tailwind-specifity-hack) .duration-300 {
  transition-duration: 300ms;
}

html:not(#tailwind-specifity-hack) .ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

html:not(#tailwind-specifity-hack) .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

html:not(#tailwind-specifity-hack) .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

html:not(#tailwind-specifity-hack) .\[a-z_\:\.\\-\] {
  a-z_: .\-;
}

html:not(#tailwind-specifity-hack) .\[grid-area\:add\] {
  grid-area: add;
}

html:not(#tailwind-specifity-hack) .\[grid-area\:input\] {
  grid-area: input;
}

html:not(#tailwind-specifity-hack) .\[grid-area\:item\] {
  grid-area: item;
}

html:not(#tailwind-specifity-hack) .\[grid-area\:price\] {
  grid-area: price;
}

html:not(#tailwind-specifity-hack) .\[grid-area\:quantity\] {
  grid-area: quantity;
}

html:not(#tailwind-specifity-hack) .\[grid-area\:status\] {
  grid-area: status;
}

html:not(#tailwind-specifity-hack) .\[grid-template-areas\:\'quantity_add\'_\'error_error\'\] {
  grid-template-areas: 'quantity add' 'error error';
}

html:not(#tailwind-specifity-hack) .\[text-indent\:18px\] {
  text-indent: 18px;
}

/*
 * RESETS
 *
 * Selectively add TW "preflight" resets as long as they don't affect other,
 * existing styles.
 */

/* https://tailwindcss.com/docs/preflight#images-are-block-level */

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

/* https://tailwindcss.com/docs/preflight#images-are-constrained-to-the-parent-width */

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

/* https://tailwindcss.com/docs/preflight#border-styles-are-reset-globally */

*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

/* approximate the default styling as applied by Firefox */

input,
select {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

input.qtip > .qtip-tip,
select.qtip > .qtip-tip {
  --tw-brightness: brightness(.5);
  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);
}

.badge {
  border-radius: 0.25rem;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

.badge-info {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.badge-success,
a:not([href]):not([tabindex]).badge-success,
a:link.badge-success {
  --tw-border-opacity: 1;
  border-color: rgb(27 126 94 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(20 109 22 / var(--tw-text-opacity, 1));
}

/*
 * Components used on the About Fedco page
 */

.about-image-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  aspect-ratio: 1 / 1;
}

@media (min-width: 750px) {
  .about-image-container {
    margin: 0px;
  }
}

.about-image-container {
  width: 300px;
  /* FIXME */
  height: 300px;
  min-width: 300px;
  max-width: 300px;
}

.about-image-container img.about-image {
  position: absolute;
  margin: 0px;
  aspect-ratio: 1 / 1;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.qtip.about-image-container img.about-image > .qtip-tip {
  --tw-brightness: brightness(.5);
  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);
}

.about-image-container img.about-image-sm {
  width: 175px;
}

.about-image-container img.about-image-md {
  width: 200px;
}

/*
 * Components used on the home page
 */

.our-values {
  width: 100%;
}

.our-values > ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 1.5rem;
}

@media (min-width: 600px) {
  .our-values > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1000px) {
  .our-values > ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.our-values > ul > li {
  display: block;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.our-values > ul > li > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration-line: none;
}

.our-values > ul > li > a > img {
  margin-right: 15px;
  aspect-ratio: 1 / 1;
  height: 60px;
  width: 60px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.qtip.our-values > ul > li > a > img > .qtip-tip {
  --tw-brightness: brightness(.5);
  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);
}

.our-values > ul > li > a > p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 600px) {
  .our-values > ul > li > a > p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .our-values > ul > li > a > p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.our-values > ul > li > a > p {
  font-family: 'Cormorant';
}

/*
 * Components used on the catalog editor pages.
 */

.cat-editor-tab-container {
  margin-bottom: -1px;
  margin-top: 2rem;
  display: flex;
}

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

.cat-editor-tab-container {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.cat-editor-tab-container > .cat-editor-tab {
  margin-bottom: 0px;
  white-space: nowrap;
  border-bottom-width: 2px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  border-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  /* apply only when child elements are checked/disabled/enabled/etc */
}

.cat-editor-tab-container > .cat-editor-tab:has(:checked) {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.cat-editor-tab-container > .cat-editor-tab:has(:disabled) {
  font-style: italic;
}

.cat-editor-tab-container > .cat-editor-tab:hover:has(:enabled) {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.checkout-page > #innercontent,
.staff-view-order {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  width: 100%;
  min-width: unset;
  max-width: 1420px;
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 750px) {
  .checkout-page > #innercontent,
.staff-view-order {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    width: calc(100% - 2rem);
    border-radius: 1.5rem;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1000px) {
  .checkout-page > #innercontent,
.staff-view-order {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .checkout-page > #innercontent,
.staff-view-order {
    padding: 1.5rem;
  }

  .checkout-page > #innercontent {
    width: 66.666667%;
  }
}

.checkout-info-pane > div:not(.checkout-left-pane-placeholder) {
  text-align: center;
}

.checkout-info-pane > div {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.item-card-header,
.item-card-header-markers {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.item-card-header-markers {
  clip-path: inset(0 0 0 0);
  margin-right: -0.5rem;
  border-right-width: 0.5rem;
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.item-card-header::before {
  content: ' ';
  margin-right: 0.5rem;
  display: flex;
  height: 0px;
  width: 1rem;
  flex-shrink: 0;
  border-top-width: 2px;
}

.item-card-header::after {
  content: ' ';
  position: absolute;
  order: -1;
  display: flex;
  height: 7rem;
  width: 2px;
  border-left-width: 2px;
}

@media not all and (min-width: 750px) {
  .item-card-header::after {
    height: 9rem;
  }
}

.item-card-header::after {
  transform: translateY(calc(50% - 1px));
  height: calc(calc(var(--item-card-header-height) / 2) + 2rem);
}

.item-card-header-markers::before {
  content: ' ';
  margin-right: 0.5rem;
  display: flex;
  height: 0px;
  width: 1rem;
  border-top-width: 2px;
}

.item-card-header-markers::after {
  content: ' ';
  order: -1;
  display: flex;
  width: 2px;
  align-self: stretch;
  border-left-width: 2px;
}

.item-card-header-markers:nth-last-of-type(2)::after {
  transform: translateY(calc(-50% + 1px));
}

.item-card-header-markers > div {
  width: calc(100% - 1.5rem);
}

.item-card-header-markers.item-card-header-marker-error::before {
  border-top-color: transparent;
}

.item-card-header-markers.item-card-header-marker-error::after {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

.item-card-header-marker-error {
  border-bottom-width: 1px;
  border-top-width: 0.5rem;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-top-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.item-card-header-marker-error
    ~ .w3-modal
    ~ div:not(.item-card-header-marker-error)
    > .orderitem {
  margin-top: 0.5rem !important;
}

.orderitem:is(:hover, :active, :focus) [data-title='Delete Item'] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}

.orderitem-error::before {
  content: ' ';
}

.orderitem-error
    > .orderitem::before:not(:is(.item-card-header-markers .orderitem)) {
  content: ' ';
}

.orderitem-error
    > .orderitem:not(:is(.item-card-header-markers .orderitem))::before {
  display: block;
  height: calc(100% + 0.5rem);
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-left-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
  transform: translateX(-1.5rem) translateY(0.3rem);
}

[data-fedco-isfedcocatalog='true'] ~ .backorder-warning {
  /* The Trees catalog is a *preorder* item, not actually backorder, so hide
       the warning. */
  display: none !important;
}

.quantity-container label.error {
  text-wrap: wrap;
}

.signin-table {
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  text-align: center;
}

@media not all and (min-width: 750px) {
  .signin-table {
    margin-bottom: 0.75rem;
    border-radius: 0px;
    border-style: none;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 750px) {
  .signin-table {
    margin: 1rem;
  }
}

.signin-note {
  font-size: 1rem;
  line-height: 1.5rem;
}

#signin-payment-form-charge-instructions > span {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.signin-heading {
  margin: 0px;
  margin-bottom: 0.5rem;
  border-top-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.signin-heading > h2 {
  margin: 0px;
  font-size: 1.5rem;
  line-height: 2rem;
}

.qtip.border-gray-500 > .qtip-tip {
  --tw-brightness: brightness(.5);
  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);
}

:is(.checkout-page > #innercontent, .staff-view-order)
    input:not(.btn-link):not(.tw-btn),
select,
textarea {
  border-radius: 0.25rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1)) !important;
  padding-left: 0.6rem !important;
  padding-right: 0.6rem !important;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
  line-height: normal;
}

/*creates a strike-thru line a bit higher than default. Appropriate for*/

/* numbers, and words with only capital letters. */

s.all-caps-strikethrough {
  position: relative;
  text-decoration-line: none;
}

s.all-caps-strikethrough::before {
  position: absolute;
  right: 0px;
  top: calc(50% - 0.1rem);
  width: 100%;
  border-bottom-width: 0.2rem;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

s.all-caps-strikethrough.discounted-light {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

s.all-caps-strikethrough.discounted-light::before {
  top: calc(50% - 0.05rem);
  border-bottom-width: 0.1rem;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

:is(.checkout-page > #innercontent, .staff-view-order)
    input:not(.btn-link):not(.hack-border-none):not(.tw-btn) {
  /* Tailwind has taken to replacing `.border-none` with
     * `:is(.tw-btn, [data-fedco-toggle])` in the generated CSS, so I'll just
     * add this hack class for it I guess for now. See
     * https://matrix.to/#/!ZKRKvAegQPqNRKfkEA:matrix.org/$dXH_A19yjX_805LnKQbiNItBBKGd5_4ik71XjEpmN60?via=matrix.org */
  border-style: solid !important;
}

.signin-section label {
  margin-top: 0.9rem;
}

.signin-section input,
.signin-section select,
.signin-section textarea {
  margin-top: 0.5rem;
}

@media (min-width: 600px) {
  .signin-section input,
.signin-section select,
.signin-section textarea {
    margin-top: 0.9rem;
  }
}

.signin-section > div:not(.signin-heading) {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}

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

@media (min-width: 750px) {
  .order-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.quantity {
  width: 3rem !important;
}

@media (min-width: 1200px) {
  .quantity {
    width: 3.5rem !important;
  }
}

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

.fade-loading.loading {
  opacity: 0.3;
}

.totals-list > div {
  clear: both;
}

.totals-list-tbody td {
  padding-bottom: 0.5rem;
  text-align: right;
  vertical-align: top;
}

.totals-list-tbody td:nth-of-type(1):not(:only-child) {
  padding-right: 1rem;
}

.totals-list-tbody td:nth-of-type(2) {
  text-wrap: nowrap;
}

.orderitem {
  height: 4rem;
}

:is(.tw-btn, [data-fedco-toggle]) {
  cursor: pointer;
  align-content: center;
  white-space: nowrap;
  border-radius: 0.75rem;
  border-style: none;
  background-color: transparent;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  text-align: center;
  vertical-align: middle;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

:is(.tw-btn, [data-fedco-toggle]):disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

:is(.tw-btn, [data-fedco-toggle]):link,
.tw-dropdown-click > :is(.tw-btn, [data-fedco-toggle]):link {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

:is(.tw-btn, [data-fedco-toggle]):not(:is(.d-flex, .tw-card-header)),
.tw-dropdown-click
    > :is(.tw-btn, [data-fedco-toggle]):not(:is(.d-flex, .tw-card-header)) {
  display: inline-block;
}

:is(:is(.tw-btn,[data-fedco-toggle]):not(:disabled),.tw-dropdown-click > :is(.tw-btn,[data-fedco-toggle]):not(:disabled)):not(:has(:is(.tw-btn,[data-fedco-toggle],.no-container-hover):hover)):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.btn-primary:is(:is(.tw-btn,[data-fedco-toggle]):not(:disabled),.tw-dropdown-click > :is(.tw-btn,[data-fedco-toggle]):not(:disabled)):not(:has(:is(.tw-btn,[data-fedco-toggle],.no-container-hover):hover)):hover,.btn-green:is(:is(.tw-btn,[data-fedco-toggle]):not(:disabled),.tw-dropdown-click > :is(.tw-btn,[data-fedco-toggle]):not(:disabled)):not(:has(:is(.tw-btn,[data-fedco-toggle],.no-container-hover):hover)):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 94 2 / var(--tw-bg-opacity, 1));
}

.btn-secondary:is(:is(.tw-btn,[data-fedco-toggle]):not(:disabled),.tw-dropdown-click > :is(.tw-btn,[data-fedco-toggle]):not(:disabled)):not(:has(:is(.tw-btn,[data-fedco-toggle],.no-container-hover):hover)):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 245 232 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-amber:is(:is(.tw-btn,[data-fedco-toggle]):not(:disabled),.tw-dropdown-click > :is(.tw-btn,[data-fedco-toggle]):not(:disabled)):not(:has(:is(.tw-btn,[data-fedco-toggle],.no-container-hover):hover)):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 152 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

:is(:is(.tw-btn,[data-fedco-toggle]):not(:disabled),.tw-dropdown-click > :is(.tw-btn,[data-fedco-toggle]):not(:disabled)):not(:has(:is(.tw-btn,[data-fedco-toggle],.no-container-hover):focus)):focus {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.btn-primary:is(:is(.tw-btn,[data-fedco-toggle]):not(:disabled),.tw-dropdown-click > :is(.tw-btn,[data-fedco-toggle]):not(:disabled)):not(:has(:is(.tw-btn,[data-fedco-toggle],.no-container-hover):focus)):focus,.btn-green:is(:is(.tw-btn,[data-fedco-toggle]):not(:disabled),.tw-dropdown-click > :is(.tw-btn,[data-fedco-toggle]):not(:disabled)):not(:has(:is(.tw-btn,[data-fedco-toggle],.no-container-hover):focus)):focus {
  --tw-bg-opacity: 1;
  background-color: rgb(2 94 2 / var(--tw-bg-opacity, 1));
}

.btn-secondary:is(:is(.tw-btn,[data-fedco-toggle]):not(:disabled),.tw-dropdown-click > :is(.tw-btn,[data-fedco-toggle]):not(:disabled)):not(:has(:is(.tw-btn,[data-fedco-toggle],.no-container-hover):focus)):focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 245 232 / var(--tw-bg-opacity, 1));
}

.btn-amber:is(:is(.tw-btn,[data-fedco-toggle]):not(:disabled),.tw-dropdown-click > :is(.tw-btn,[data-fedco-toggle]):not(:disabled)):not(:has(:is(.tw-btn,[data-fedco-toggle],.no-container-hover):focus)):focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 152 0 / var(--tw-bg-opacity, 1));
}

:is(:is(.tw-btn,[data-fedco-toggle]):not(:disabled),.tw-dropdown-click > :is(.tw-btn,[data-fedco-toggle]):not(:disabled)):not(:has(:is(.tw-btn,[data-fedco-toggle],.no-container-hover):active)):active {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.btn-primary:is(:is(.tw-btn,[data-fedco-toggle]):not(:disabled),.tw-dropdown-click > :is(.tw-btn,[data-fedco-toggle]):not(:disabled)):not(:has(:is(.tw-btn,[data-fedco-toggle],.no-container-hover):active)):active,.btn-green:is(:is(.tw-btn,[data-fedco-toggle]):not(:disabled),.tw-dropdown-click > :is(.tw-btn,[data-fedco-toggle]):not(:disabled)):not(:has(:is(.tw-btn,[data-fedco-toggle],.no-container-hover):active)):active {
  --tw-bg-opacity: 1;
  background-color: rgb(2 81 2 / var(--tw-bg-opacity, 1));
}

.btn-secondary:is(:is(.tw-btn,[data-fedco-toggle]):not(:disabled),.tw-dropdown-click > :is(.tw-btn,[data-fedco-toggle]):not(:disabled)):not(:has(:is(.tw-btn,[data-fedco-toggle],.no-container-hover):active)):active {
  --tw-bg-opacity: 1;
  background-color: rgb(211 234 212 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-amber:is(:is(.tw-btn,[data-fedco-toggle]):not(:disabled),.tw-dropdown-click > :is(.tw-btn,[data-fedco-toggle]):not(:disabled)):not(:has(:is(.tw-btn,[data-fedco-toggle],.no-container-hover):active)):active {
  --tw-bg-opacity: 1;
  background-color: rgb(241 145 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

:is(.tw-btn, [data-fedco-toggle]).btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(20 109 22 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  transition-duration: 100ms;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

:is(.tw-btn, [data-fedco-toggle]).btn-secondary {
  border-width: 0.1rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(20 109 22 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 255 245 / var(--tw-bg-opacity, 1));
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  transition-duration: 100ms;
}

:is(.tw-btn, [data-fedco-toggle]).btn-amber {
  --tw-bg-opacity: 1;
  background-color: rgb(255 193 7 / var(--tw-bg-opacity, 1));
  transition-duration: 100ms;
}

:is(.tw-btn, [data-fedco-toggle]).btn-green {
  --tw-bg-opacity: 1;
  background-color: rgb(20 109 22 / var(--tw-bg-opacity, 1));
  transition-duration: 100ms;
}

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

.tw-card,
.checkout-info-pane > div:not(.checkout-left-pane-placeholder) {
  border-radius: 1.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.checkout-card-margin,
.checkout-info-pane > div:not(.checkout-left-pane-placeholder) {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 600px) {
  .checkout-card-margin,
.checkout-info-pane > div:not(.checkout-left-pane-placeholder) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    width: calc(100% - 3rem);
  }
}

@media (min-width: 750px) {
  .checkout-card-margin,
.checkout-info-pane > div:not(.checkout-left-pane-placeholder) {
    margin-left: 1rem;
    margin-right: 1rem;
    width: calc(100% - 2rem);
  }
}

.card-small {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-card-header {
  display: flex;
  width: 100%;
  align-items: center;
  text-wrap: wrap;
  border-radius: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-card-header.toggle-open {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.tw-card-header.toggle-open:not(:is(:hover, :active)) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.tw-dropdown-click {
  position: static;
}

[data-fedco-togglable],
.d-flex[data-fedco-togglable],
.tw-dropdown-click .tw-dropdown-content {
  display: none;
}

.d-flex[data-fedco-togglable].toggle-contents-open,
.tw-dropdown-click .tw-dropdown-content.toggle-contents-open {
  display: flex !important;
}

.toggle-hide-label {
  display: none;
}

label.error {
  color: var(--error-text-color);
}

/*
 * Components used on the branch index/menu
 */

@media not all and (min-width: 1000px) {
  #branch-index {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 17;
    height: 100%;
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    flex-direction: column;
    overflow: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(209 228 212 / var(--tw-bg-opacity, 1));
    padding-bottom: 1rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.tw-dropdown-click:has(.super-category) {
  position: relative;
}

.super-category.tw-btn.btn-green {
  width: 100%;
  border-radius: 0px;
  text-align: left;
  text-transform: uppercase;
}

@media not all and (min-width: 1000px) {
  .super-category.tw-btn.btn-green {
    background-color: transparent;
  }

  .super-category.tw-btn.btn-green:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  }

  .super-category.tw-btn.btn-green:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  }

  .super-category.tw-btn.btn-green:active {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  }
}

@media (min-width: 1000px) {
  .super-category.tw-btn.btn-green {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 1132px) {
  .super-category.tw-btn.btn-green {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.super-category.tw-btn.btn-green {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.super-category.tw-btn.btn-green:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.super-category.tw-btn.btn-green:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.super-category.tw-btn.btn-green:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1000px) {
  .super-category.tw-btn.btn-green {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .super-category.tw-btn.btn-green.toggle-open:not(:is(:hover, :active, :focus)) {
    --tw-bg-opacity: 1;
    background-color: rgb(2 94 2 / var(--tw-bg-opacity, 1));
    --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.menu-super-category-content {
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1000px) {
  .menu-super-category-content {
    position: absolute;
    flex-direction: row;
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    border-top-width: 0px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    padding: 1rem;
  }
}

.menu-super-category-content {
  left: 50%;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1000px) {
  .menu-super-category-content {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.tw-dropdown-click:has(.menu-super-category-content):nth-of-type(-n + 3)
    .menu-super-category-content {
  left: 0px;
  right: auto;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tw-dropdown-click:has(.menu-super-category-content):nth-last-of-type(-n + 2)
    .menu-super-category-content {
  left: auto;
  right: 0px;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.menu-super-category-flex {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  overflow-x: auto;
}

@media (min-width: 1000px) {
  .menu-super-category-flex {
    max-height: min(75vh,45rem);
  }
}

.menu-super-category-flex > div {
  width: 100%;
}

@media (min-width: 1000px) {
  .menu-super-category-flex > div {
    width: -moz-max-content;
    width: max-content;
  }
}

.menu-super-category-content {
  max-width: 95vw;
}

.index-category {
  width: 100%;
  border-radius: 0px;
  text-align: left;
  font-size: 10pt;
  --tw-text-opacity: 1;
  color: rgb(2 94 2 / var(--tw-text-opacity, 1));
}

span.index-category {
  display: inline-block;
}

@media (min-width: 1000px) {
  span.index-category {
    pointer-events: none;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
}

a.index-category {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

.index-category-content,
.menu-category-content {
  position: relative;
  flex-direction: column;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 1000px) {
  .index-category-content,
.menu-category-content {
    max-height: min(68vh,43rem);
    flex-wrap: wrap;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 1rem;
    padding-top: 0px;
    min-width: unset;
    display: flex !important;
  }
}

#branch-index .nav-item {
  width: 200px;
}

@media (min-width: 1000px) {
  #branch-index .index-category-content > .nav-item {
    width: 120px;
  }
}

#branch-index a.nav-link {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration-line: none;
}

#branch-index a.nav-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 249 249 / var(--tw-bg-opacity, 1));
}

#bulk-blurb {
  display: none;
}

@media (min-width: 1000px) {
  #bulk-blurb {
    display: block;
  }

  .sidebar-only-content {
    display: none !important;
  }
}

.menu-divider {
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 252 244 / var(--tw-border-opacity, 1));
}

@media (min-width: 1000px) {
  .menu-divider {
    height: 100%;
    border-left-width: 2px;
  }
}

/* Components used in the product page pricelines */

input.quantity::-webkit-outer-spin-button,
input.quantity::-webkit-inner-spin-button {
  margin: 0px;
  -webkit-appearance: none;
}

input[type='number'].quantity {
  -moz-appearance: textfield;
}

#price-grid {
  grid-template-columns: fit-content(200px) min-content;
}

@media (min-width: 750px) {
  #price-grid {
    grid-template-columns: fit-content(200px) min-content min-content;
  }
}

.priceline {
  grid-column: 1 / -1;
  display: grid;
  align-items: center;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(240 227 210 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.priceline:last-of-type {
  border-width: 0px;
}

.priceline {
  grid-template-columns: subgrid;
  grid-template-areas: 'item item' 'status status' 'price input';
}

@media not all and (min-width: 1000px) {
  .priceline:has(.name-your-price) {
    grid-template-areas: 'item item' 'status status' 'price price' 'input input';
  }
}

@media (min-width: 750px) {
  .priceline {
    grid-template-areas: 'item price input' 'status status status';
  }
}

@media not all and (min-width: 1000px) {
  div:has(.name-your-price) + div {
    padding-top: 1rem;
  }
}

.priceline .status {
  padding-left: 1rem;
  padding-right: 1rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

@media (min-width: 600px) {
  .search-results-image:hover .quick-view {
    display: block;
  }
}

/*splash/branch banner section*/

#splash {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1200px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding-top: 2rem;
}

@media (min-width: 750px) {
  #splash {
    grid-template-columns: 2fr 1fr;
  }
}

@media (min-width: 1000px) {
  #splash {
    grid-template-columns: 3fr 1fr;
  }
}

#splash #branch-banner > a > div {
  position: absolute;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  bottom: 0px;
  left: 50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}

#splash .cat-name {
  margin: 0.5rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(240 227 210 / var(--tw-border-opacity, 1));
  padding: 1rem;
}

@media (min-width: 750px) {
  #splash .cat-name {
    padding: 2rem;
  }
}

#splash .cat-name {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.6;
  --tw-brightness: brightness(.95);
  --tw-saturate: saturate(1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  --tw-backdrop-blur: blur(8px);
  --tw-backdrop-brightness: brightness(1.25);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 750px) {
  #splash .cat-name {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

#splash .cat-name.more-opaque {
  --tw-bg-opacity: 0.7;
}

#splash #branch-banner:hover .cat-name {
  --tw-bg-opacity: 0.8;
}

#splash #branch-featured-links a {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(240 227 210 / var(--tw-border-opacity, 1));
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

#splash #branch-featured-links a:last-child {
  border-bottom-width: 0px;
}

@media (min-width: 1000px) {
  #splash #branch-featured-links a {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

#splash #branch-featured-links a {
  font-family: 'Cormorant', serif;
}

@media (min-width: 600px) {
  #splash #branch-featured-links a {
    border-bottom-width: 0px;
    border-left-width: 2px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

#splash #branch-featured-links a:last-child {
  border-bottom-width: 0px;
}

@media (min-width: 750px) {
  #splash #branch-featured-links a {
    border-bottom-width: 2px;
    border-left-width: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.separator {
  margin: auto;
  display: none;
  max-width: 1200px;
  align-items: center;
  padding-top: 3rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(2 94 2 / var(--tw-text-opacity, 1));
}

@media (min-width: 600px) {
  .separator {
    display: flex;
  }
}

.separator {
  font-family: 'Cormorant', serif;
  font-feature-settings: unset;
}

.separator::before,
.separator::after {
  flex: 1 1 0%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 227 210 / var(--tw-border-opacity, 1));
  content: '';
}

.separator:not(:empty)::before {
  margin-right: 1rem;
}

.separator:not(:empty)::after {
  margin-left: 1rem;
}

.separator q[cite]::after {
  content: '” \2014' attr(cite);
}

/*macro index announcements*/

.macroIndexAnnouncements {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 2rem;
}

.macroIndexAnnouncements:not(:has(*)) {
  display: none;
}

.macroIndexAnnouncements > div {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  padding: 5px;
  text-align: center;
  border: 1px solid #f0e3d2;
}

.macroIndexAnnouncements h2,
.macroIndexAnnouncements p {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-family: 'Noto Sans', Verdana, Arial, sans-serif;
  font-feature-settings: 'salt';
}

.macroIndexAnnouncements h2 {
  font-weight: 500;
}

.grid-item .cat-name {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  --tw-brightness: brightness(1.05);
  --tw-saturate: saturate(1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  --tw-backdrop-blur: blur(8px);
  --tw-backdrop-brightness: brightness(1.25);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  line-height: 1.25;
}

@media (min-width: 600px) {
  .grid-item .cat-name {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 750px) {
  .grid-item .cat-name {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.grid-item.values .cat-name {
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  margin: 0.5rem;
}

.grid-item.values {
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.grid-item.values .cat-name {
  margin-left: 0px;
  margin-right: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(230 228 224 / var(--tw-bg-opacity, 1));
}

.grid-item:hover .cat-name {
  --tw-bg-opacity: 0.7;
}

.grid-item.values:hover .cat-name {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
}

.season-ribbon {
  text-wrap: nowrap;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(80 80 80 / var(--tw-bg-opacity, 1));
  font-size: 0.65rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 600px) {
  .season-ribbon {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.season-ribbon {
  line-height: 1.8;
}

.season-ribbon.spring {
  --tw-bg-opacity: 1;
  background-color: rgb(52 125 62 / var(--tw-bg-opacity, 1));
}

.season-ribbon.fall {
  --tw-bg-opacity: 1;
  background-color: rgb(204 75 50 / var(--tw-bg-opacity, 1));
}

.season-ribbon.wrapped {
  position: absolute;
  bottom: 0.25rem;
}

@media (min-width: 600px) {
  .season-ribbon.wrapped {
    bottom: 1.25rem;
  }
}

.season-ribbon.wrapped {
  --r: 0.8em;
  /* control the ribbon shape */
  --f: 0.5em;
  /* control the folded part*/
  left: calc(-1 * var(--f));
  border-top: var(--f) solid #0005;
  clip-path: polygon(
        0 100%,
        0 var(--f),
        var(--f) 0,
        var(--f) var(--f),
        100% var(--f),
        calc(100% - var(--r)) calc(50% + var(--f) / 2),
        100% 100%
    );
}

.season-ribbon.flat {
  margin-top: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.5rem;
  --r: 0.8em;
  /* control the ribbon shape */
  clip-path: polygon(
        0 0,
        100% 0,
        calc(100% - var(--r)) 50%,
        100% 100%,
        0 100%,
        var(--r) 50%
    );
}

.og-eco-overlay-badge img {
  height: 3.5rem;
  width: 3.5rem;
}

@media not all and (min-width: 600px) {
  .search-results-image .og-eco-overlay-badge img,
.home-page-tile-item .og-eco-overlay-badge img {
    height: 2rem;
    width: 2rem;
  }
}

.search-results-image .og-eco-overlay-badge,
.home-page-tile-item .og-eco-overlay-badge {
  position: absolute;
  right: 0.5rem;
  top: 0.75rem;
}

@media (min-width: 600px) {
  .search-results-image .og-eco-overlay-badge,
.home-page-tile-item .og-eco-overlay-badge {
    bottom: 0.75rem;
  }
}

#logo-home {
  max-width: 230px;
  align-items: center;
}

@media (min-width: 750px) {
  #logo-home {
    max-width: 300px;
  }
}

.search-results-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
}

.search-results-header h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  font-style: italic;
}

@media (min-width: 750px) {
  .search-results-header h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 600px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.product-grid {
  grid-template-areas: 'product-name' 'photos' 'description' 'prices';
}

@media (min-width: 600px) {
  .product-grid {
    grid-template-areas: 'product-name product-name product-name' 'photos description description' 'photos prices prices';
  }
}

@media (min-width: 750px) {
  .product-grid {
    grid-template-areas: 'photos product-name product-name' 'photos description description' 'photos prices prices';
  }
}

.search-result-item div.status {
  font-size: 0.85rem;
  --tw-text-opacity: 1;
  color: rgb(204 51 51 / var(--tw-text-opacity, 1));
}

@media (min-width: 600px) {
  .search-result-item div.status {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.quick-order-invalid-show-note:invalid + span::after {
  content: 'Please enter a number.';
  padding-left: 0.25rem;
}

.thank-you-for-your-order-panel {
  /* This could use border: 1px outset black; in Firefox, but that shows as a
     * solid black border in Chromium. The individual rules below should
     * display identically or nearly identically in Firefox to the browser's
     * default table borders. In Chromium, these will still look like Firefox's
     * default table borders rather than Chromium's, which isn't ideal, but
     * this seems to be the least bad option (browser sniffing would be hard to
     * get right, and using a table for layout isn't ideal for accessibility or
     * semantic correctness). Hopefully the inconsistency is sufficiently
     * subtle to go unnoticed. */
  border-width: 1px;
  border-style: solid;
  border-bottom-color: rgb(76 76 76 / var(--tw-border-opacity, 1));
  border-left-color: rgb(178 178 178 / var(--tw-border-opacity, 1));
  border-right-color: rgb(76 76 76 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-top-color: rgb(178 178 178 / var(--tw-border-opacity, 1));
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-top: 2rem;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0.125rem;
}

.thank-you-for-your-order-panel > div {
  /* See comment above, but for border: 1px inset black; */
  border-width: 1px;
  border-style: solid;
  border-bottom-color: rgb(178 178 178 / var(--tw-border-opacity, 1));
  border-left-color: rgb(76 76 76 / var(--tw-border-opacity, 1));
  border-right-color: rgb(178 178 178 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-top-color: rgb(76 76 76 / var(--tw-border-opacity, 1));
  padding: 2rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 750px) {
  .thank-you-for-your-order-panel > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.thank-you-for-your-order-panel > div {
  grid-template-columns: 1fr;
}

@media (min-width: 750px) {
  .thank-you-for-your-order-panel > div {
    grid-template-columns: 2fr 1fr;
  }
}

html:not(#tailwind-specifity-hack) .last\:col-span-2:last-child {
  grid-column: span 2 / span 2;
}

html:not(#tailwind-specifity-hack) .last\:mx-auto:last-child {
  margin-left: auto;
  margin-right: auto;
}

html:not(#tailwind-specifity-hack) .last\:w-1\/2:last-child {
  width: 50%;
}

html:not(#tailwind-specifity-hack) .last-of-type\:border-0:last-of-type {
  border-width: 0px;
}

html:not(#tailwind-specifity-hack) .visited\:text-black:visited {
  color: rgb(0 0 0 );
}

html:not(#tailwind-specifity-hack) .visited\:text-gray-600:visited {
  color: rgb(75 85 99 );
}

html:not(#tailwind-specifity-hack) .hover\:border-y:hover {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

html:not(#tailwind-specifity-hack) .hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

html:not(#tailwind-specifity-hack) .hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

html:not(#tailwind-specifity-hack) .hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

html:not(#tailwind-specifity-hack) .hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

html:not(#tailwind-specifity-hack) .hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

html:not(#tailwind-specifity-hack) .hover\:opacity-60:hover {
  opacity: 0.6;
}

html:not(#tailwind-specifity-hack) .focus\:z-10:focus {
  z-index: 10;
}

html:not(#tailwind-specifity-hack) .focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

html:not(#tailwind-specifity-hack) .focus\:bg-red-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

html:not(#tailwind-specifity-hack) .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

html:not(#tailwind-specifity-hack) .focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

html:not(#tailwind-specifity-hack) .active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

html:not(#tailwind-specifity-hack) .active\:bg-red-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}

html:not(#tailwind-specifity-hack) .active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

html:not(#tailwind-specifity-hack) .active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

html:not(#tailwind-specifity-hack) :is(.group\/attachment:focus-within .group-focus-within\/attachment\:visible) {
  visibility: visible;
}

html:not(#tailwind-specifity-hack) :is(.group\/post:focus-within .group-focus-within\/post\:flex) {
  display: flex;
}

html:not(#tailwind-specifity-hack) :is(.group\/attachment:hover .group-hover\/attachment\:visible) {
  visibility: visible;
}

html:not(#tailwind-specifity-hack) :is(.group\/post:hover .group-hover\/post\:flex) {
  display: flex;
}

html:not(#tailwind-specifity-hack) :is(.group\/attachment:focus .group-focus\/attachment\:visible) {
  visibility: visible;
}

html:not(#tailwind-specifity-hack) :is(.group\/post:focus .group-focus\/post\:flex) {
  display: flex;
}

html:not(#tailwind-specifity-hack) :is(.group\/attachment:active .group-active\/attachment\:visible) {
  visibility: visible;
}

html:not(#tailwind-specifity-hack) :is(.group\/post:active .group-active\/post\:flex) {
  display: flex;
}

@media not all and (min-width: 1000px) {
  html:not(#tailwind-specifity-hack) .max-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  html:not(#tailwind-specifity-hack) .max-lg\:hidden {
    display: none;
  }
}

@media not all and (min-width: 750px) {
  html:not(#tailwind-specifity-hack) .max-md\:mt-4 {
    margin-top: 1rem;
  }

  html:not(#tailwind-specifity-hack) .max-md\:hidden {
    display: none;
  }

  html:not(#tailwind-specifity-hack) .max-md\:flex-col {
    flex-direction: column;
  }

  html:not(#tailwind-specifity-hack) .max-md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media not all and (min-width: 600px) {
  html:not(#tailwind-specifity-hack) .max-sm\:ml-2 {
    margin-left: 0.5rem;
  }

  html:not(#tailwind-specifity-hack) .max-sm\:hidden {
    display: none;
  }

  html:not(#tailwind-specifity-hack) .max-sm\:h-16 {
    height: 4rem;
  }

  html:not(#tailwind-specifity-hack) .max-sm\:h-auto {
    height: auto;
  }

  html:not(#tailwind-specifity-hack) .max-sm\:h-full {
    height: 100%;
  }

  html:not(#tailwind-specifity-hack) .max-sm\:rounded-none {
    border-radius: 0px;
  }

  html:not(#tailwind-specifity-hack) .max-sm\:border-0 {
    border-width: 0px;
  }

  html:not(#tailwind-specifity-hack) .max-sm\:border-solid {
    border-style: solid;
  }

  html:not(#tailwind-specifity-hack) .max-sm\:pl-1 {
    padding-left: 0.25rem;
  }

  html:not(#tailwind-specifity-hack) .max-sm\:pl-3 {
    padding-left: 0.75rem;
  }

  html:not(#tailwind-specifity-hack) .max-sm\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 600px) {
  html:not(#tailwind-specifity-hack) .sm\:m-3 {
    margin: 0.75rem;
  }

  html:not(#tailwind-specifity-hack) .sm\:m-4 {
    margin: 1rem;
  }

  html:not(#tailwind-specifity-hack) .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  html:not(#tailwind-specifity-hack) .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  html:not(#tailwind-specifity-hack) .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  html:not(#tailwind-specifity-hack) .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  html:not(#tailwind-specifity-hack) .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  html:not(#tailwind-specifity-hack) .sm\:block {
    display: block;
  }

  html:not(#tailwind-specifity-hack) .sm\:flex {
    display: flex;
  }

  html:not(#tailwind-specifity-hack) .sm\:hidden {
    display: none;
  }

  html:not(#tailwind-specifity-hack) .sm\:max-h-12 {
    max-height: 3rem;
  }

  html:not(#tailwind-specifity-hack) .sm\:w-1\/3 {
    width: 33.333333%;
  }

  html:not(#tailwind-specifity-hack) .sm\:w-2\/3 {
    width: 66.666667%;
  }

  html:not(#tailwind-specifity-hack) .sm\:w-5\/12 {
    width: 41.666667%;
  }

  html:not(#tailwind-specifity-hack) .sm\:max-w-\[50\%\] {
    max-width: 50%;
  }

  html:not(#tailwind-specifity-hack) .sm\:flex-1 {
    flex: 1 1 0%;
  }

  html:not(#tailwind-specifity-hack) .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html:not(#tailwind-specifity-hack) .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html:not(#tailwind-specifity-hack) .sm\:flex-row {
    flex-direction: row;
  }

  html:not(#tailwind-specifity-hack) .sm\:items-center {
    align-items: center;
  }

  html:not(#tailwind-specifity-hack) .sm\:justify-between {
    justify-content: space-between;
  }

  html:not(#tailwind-specifity-hack) .sm\:rounded-full {
    border-radius: 9999px;
  }

  html:not(#tailwind-specifity-hack) .sm\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  html:not(#tailwind-specifity-hack) .sm\:p-2 {
    padding: 0.5rem;
  }

  html:not(#tailwind-specifity-hack) .sm\:p-6 {
    padding: 1.5rem;
  }

  html:not(#tailwind-specifity-hack) .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  html:not(#tailwind-specifity-hack) .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  html:not(#tailwind-specifity-hack) .sm\:text-\[1rem\] {
    font-size: 1rem;
  }

  html:not(#tailwind-specifity-hack) .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  html:not(#tailwind-specifity-hack) .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  html:not(#tailwind-specifity-hack) .sm\:leading-normal {
    line-height: 1.5;
  }

  html:not(#tailwind-specifity-hack) .sm\:last\:hidden:last-child {
    display: none;
  }
}

@media (min-width: 750px) {
  html:not(#tailwind-specifity-hack) .md\:top-1\/2 {
    top: 50%;
  }

  html:not(#tailwind-specifity-hack) .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  html:not(#tailwind-specifity-hack) .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  html:not(#tailwind-specifity-hack) .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  html:not(#tailwind-specifity-hack) .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  html:not(#tailwind-specifity-hack) .md\:mx-\[-1rem\] {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  html:not(#tailwind-specifity-hack) .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  html:not(#tailwind-specifity-hack) .md\:mb-24 {
    margin-bottom: 6rem;
  }

  html:not(#tailwind-specifity-hack) .md\:mb-4 {
    margin-bottom: 1rem;
  }

  html:not(#tailwind-specifity-hack) .md\:mb-\[-1\.5rem\] {
    margin-bottom: -1.5rem;
  }

  html:not(#tailwind-specifity-hack) .md\:mb-\[-3rem\] {
    margin-bottom: -3rem;
  }

  html:not(#tailwind-specifity-hack) .md\:ml-0 {
    margin-left: 0px;
  }

  html:not(#tailwind-specifity-hack) .md\:ml-4 {
    margin-left: 1rem;
  }

  html:not(#tailwind-specifity-hack) .md\:mt-10 {
    margin-top: 2.5rem;
  }

  html:not(#tailwind-specifity-hack) .md\:mt-12 {
    margin-top: 3rem;
  }

  html:not(#tailwind-specifity-hack) .md\:mt-16 {
    margin-top: 4rem;
  }

  html:not(#tailwind-specifity-hack) .md\:mt-24 {
    margin-top: 6rem;
  }

  html:not(#tailwind-specifity-hack) .md\:mt-32 {
    margin-top: 8rem;
  }

  html:not(#tailwind-specifity-hack) .md\:mt-8 {
    margin-top: 2rem;
  }

  html:not(#tailwind-specifity-hack) .md\:flex {
    display: flex;
  }

  html:not(#tailwind-specifity-hack) .md\:hidden {
    display: none;
  }

  html:not(#tailwind-specifity-hack) .md\:h-auto {
    height: auto;
  }

  html:not(#tailwind-specifity-hack) .md\:w-1\/2 {
    width: 50%;
  }

  html:not(#tailwind-specifity-hack) .md\:w-1\/3 {
    width: 33.333333%;
  }

  html:not(#tailwind-specifity-hack) .md\:w-1\/4 {
    width: 25%;
  }

  html:not(#tailwind-specifity-hack) .md\:w-2\/3 {
    width: 66.666667%;
  }

  html:not(#tailwind-specifity-hack) .md\:w-3\/4 {
    width: 75%;
  }

  html:not(#tailwind-specifity-hack) .md\:w-32 {
    width: 8rem;
  }

  html:not(#tailwind-specifity-hack) .md\:w-5\/12 {
    width: 41.666667%;
  }

  html:not(#tailwind-specifity-hack) .md\:w-full {
    width: 100%;
  }

  html:not(#tailwind-specifity-hack) .md\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  html:not(#tailwind-specifity-hack) .md\:max-w-\[75\%\] {
    max-width: 75%;
  }

  html:not(#tailwind-specifity-hack) .md\:max-w-full {
    max-width: 100%;
  }

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

  html:not(#tailwind-specifity-hack) .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  html:not(#tailwind-specifity-hack) .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html:not(#tailwind-specifity-hack) .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  html:not(#tailwind-specifity-hack) .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  html:not(#tailwind-specifity-hack) .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  html:not(#tailwind-specifity-hack) .md\:flex-row {
    flex-direction: row;
  }

  html:not(#tailwind-specifity-hack) .md\:justify-center {
    justify-content: center;
  }

  html:not(#tailwind-specifity-hack) .md\:gap-3 {
    gap: 0.75rem;
  }

  html:not(#tailwind-specifity-hack) .md\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  html:not(#tailwind-specifity-hack) .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  html:not(#tailwind-specifity-hack) .md\:gap-y-12 {
    row-gap: 3rem;
  }

  html:not(#tailwind-specifity-hack) .md\:rounded-full {
    border-radius: 9999px;
  }

  html:not(#tailwind-specifity-hack) .md\:border-x {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  html:not(#tailwind-specifity-hack) .md\:p-3 {
    padding: 0.75rem;
  }

  html:not(#tailwind-specifity-hack) .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  html:not(#tailwind-specifity-hack) .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  html:not(#tailwind-specifity-hack) .md\:pb-0 {
    padding-bottom: 0px;
  }

  html:not(#tailwind-specifity-hack) .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  html:not(#tailwind-specifity-hack) .md\:text-center {
    text-align: center;
  }

  html:not(#tailwind-specifity-hack) .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  html:not(#tailwind-specifity-hack) .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  html:not(#tailwind-specifity-hack) .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  html:not(#tailwind-specifity-hack) .md\:last\:col-span-1:last-child {
    grid-column: span 1 / span 1;
  }

  html:not(#tailwind-specifity-hack) .md\:last\:mx-0:last-child {
    margin-left: 0px;
    margin-right: 0px;
  }

  html:not(#tailwind-specifity-hack) .md\:last\:block:last-child {
    display: block;
  }

  html:not(#tailwind-specifity-hack) .md\:last\:w-full:last-child {
    width: 100%;
  }

  html:not(#tailwind-specifity-hack) .md\:even\:flex-row-reverse:nth-child(even) {
    flex-direction: row-reverse;
  }

  html:not(#tailwind-specifity-hack) .md\:first-of-type\:rounded-bl-full:first-of-type {
    border-bottom-left-radius: 9999px;
  }

  html:not(#tailwind-specifity-hack) .md\:first-of-type\:rounded-tl-full:first-of-type {
    border-top-left-radius: 9999px;
  }

  html:not(#tailwind-specifity-hack) .md\:last-of-type\:rounded-br-full:last-of-type {
    border-bottom-right-radius: 9999px;
  }

  html:not(#tailwind-specifity-hack) .md\:last-of-type\:rounded-tr-full:last-of-type {
    border-top-right-radius: 9999px;
  }
}

@media (min-width: 1000px) {
  html:not(#tailwind-specifity-hack) .lg\:absolute {
    position: absolute;
  }

  html:not(#tailwind-specifity-hack) .lg\:sticky {
    position: sticky;
  }

  html:not(#tailwind-specifity-hack) .lg\:top-8 {
    top: 2rem;
  }

  html:not(#tailwind-specifity-hack) .lg\:z-\[2\] {
    z-index: 2;
  }

  html:not(#tailwind-specifity-hack) .lg\:float-start {
    float: inline-start;
  }

  html:not(#tailwind-specifity-hack) .lg\:\!ml-0 {
    margin-left: 0px !important;
  }

  html:not(#tailwind-specifity-hack) .lg\:-mt-4 {
    margin-top: -1rem;
  }

  html:not(#tailwind-specifity-hack) .lg\:ml-\[21rem\] {
    margin-left: 21rem;
  }

  html:not(#tailwind-specifity-hack) .lg\:mr-4 {
    margin-right: 1rem;
  }

  html:not(#tailwind-specifity-hack) .lg\:mt-12 {
    margin-top: 3rem;
  }

  html:not(#tailwind-specifity-hack) .lg\:block {
    display: block;
  }

  html:not(#tailwind-specifity-hack) .lg\:inline-block {
    display: inline-block;
  }

  html:not(#tailwind-specifity-hack) .lg\:flex {
    display: flex;
  }

  html:not(#tailwind-specifity-hack) .lg\:hidden {
    display: none;
  }

  html:not(#tailwind-specifity-hack) .lg\:h-0 {
    height: 0px;
  }

  html:not(#tailwind-specifity-hack) .lg\:h-full {
    height: 100%;
  }

  html:not(#tailwind-specifity-hack) .lg\:w-0 {
    width: 0px;
  }

  html:not(#tailwind-specifity-hack) .lg\:w-\[calc\(100\%-21rem\)\] {
    width: calc(100% - 21rem);
  }

  html:not(#tailwind-specifity-hack) .lg\:min-w-0 {
    min-width: 0px;
  }

  html:not(#tailwind-specifity-hack) .lg\:max-w-\[50\%\] {
    max-width: 50%;
  }

  html:not(#tailwind-specifity-hack) .lg\:max-w-\[calc\(100vw-42rem\)\] {
    max-width: calc(100vw - 42rem);
  }

  html:not(#tailwind-specifity-hack) .lg\:-translate-x-full {
    --tw-translate-x: -100%;
    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));
  }

  html:not(#tailwind-specifity-hack) .lg\:-translate-y-full {
    --tw-translate-y: -100%;
    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));
  }

  html:not(#tailwind-specifity-hack) .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html:not(#tailwind-specifity-hack) .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  html:not(#tailwind-specifity-hack) .lg\:flex-row {
    flex-direction: row;
  }

  html:not(#tailwind-specifity-hack) .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  html:not(#tailwind-specifity-hack) .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  html:not(#tailwind-specifity-hack) .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }

  html:not(#tailwind-specifity-hack) .lg\:border {
    border-width: 1px;
  }

  html:not(#tailwind-specifity-hack) .lg\:border-l {
    border-left-width: 1px;
  }

  html:not(#tailwind-specifity-hack) .lg\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }

  html:not(#tailwind-specifity-hack) .lg\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }

  html:not(#tailwind-specifity-hack) .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  html:not(#tailwind-specifity-hack) .lg\:p-3 {
    padding: 0.75rem;
  }

  html:not(#tailwind-specifity-hack) .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  html:not(#tailwind-specifity-hack) .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  html:not(#tailwind-specifity-hack) .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  html:not(#tailwind-specifity-hack) .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  html:not(#tailwind-specifity-hack) .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  html:not(#tailwind-specifity-hack) .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  html:not(#tailwind-specifity-hack) .lg\:\[grid-template-columns\:2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }
}

@media (min-width: 1200px) {
  html:not(#tailwind-specifity-hack) .xl\:w-1\/2 {
    width: 50%;
  }

  html:not(#tailwind-specifity-hack) .xl\:gap-8 {
    gap: 2rem;
  }
}

html:not(#tailwind-specifity-hack) .rtl\:flex-row-reverse:where([dir="rtl"], [dir="rtl"] *) {
  flex-direction: row-reverse;
}

@media (prefers-color-scheme: dark) {
  html:not(#tailwind-specifity-hack) .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }

  html:not(#tailwind-specifity-hack) .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }

  html:not(#tailwind-specifity-hack) .dark\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }

  html:not(#tailwind-specifity-hack) .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }

  html:not(#tailwind-specifity-hack) .dark\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  }

  html:not(#tailwind-specifity-hack) .dark\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }

  html:not(#tailwind-specifity-hack) .dark\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1;
    border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
  }

  html:not(#tailwind-specifity-hack) .dark\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
  }

  html:not(#tailwind-specifity-hack) .dark\:active\:bg-gray-700:active {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }

  html:not(#tailwind-specifity-hack) .dark\:active\:text-gray-300:active {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 600px) {
  html:not(#tailwind-specifity-hack) .sm\:\[\&\:nth-child\(n\+4\)\]\:hidden:nth-child(n+4) {
    display: none;
  }
}

@media (min-width: 750px) {
  html:not(#tailwind-specifity-hack) .md\:\[\&\:nth-child\(n\+4\)\]\:block:nth-child(n+4) {
    display: block;
  }
}

html:not(#tailwind-specifity-hack) :is(.\[\&_\.pell-content\]\:h-full .pell-content) {
  height: 100%;
}
