@import url('https://fonts.googleapis.com/css2?family=Calistoga&family=Ubuntu:wght@300;400;500;700&family=Fira+Code:wght@400;500&display=swap');

/* Google Fonts Import for the main website */

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Ubuntu, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: Fira Code, monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

html, body{
  font-family: Ubuntu, sans-serif;
}

h1, h2, h3, h4, h5, h6{
  font-family: Calistoga, cursive;
  font-weight: bold;
  color: #201E1E;
  line-height: 1.2;
}

h1, .heading-1{
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: normal;
  line-height: 1.2;
}

@media (min-width: 640px){
  h1, .heading-1{
    font-size: 2.25rem;
  }
}

@media (min-width: 768px){
  h1, .heading-1{
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px){
  h1, .heading-1{
    font-size: 3rem;
  }
}

h2, .heading-2{
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
  line-height: 1.25;
}

@media (min-width: 640px){
  h2, .heading-2{
    font-size: 1.875rem;
  }
}

@media (min-width: 768px){
  h2, .heading-2{
    font-size: 2rem;
  }
}

@media (min-width: 1024px){
  h2, .heading-2{
    font-size: 2.25rem;
  }
}

h3, .heading-3{
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

@media (min-width: 640px){
  h3, .heading-3{
    font-size: 1.625rem;
  }
}

@media (min-width: 768px){
  h3, .heading-3{
    font-size: 1.75rem;
  }
}

@media (min-width: 1024px){
  h3, .heading-3{
    font-size: 1.875rem;
  }
}

h4, .heading-4{
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

@media (min-width: 640px){
  h4, .heading-4{
    font-size: 1.375rem;
  }
}

@media (min-width: 768px){
  h4, .heading-4{
    font-size: 1.5rem;
  }
}

h5, .heading-5{
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

@media (min-width: 768px){
  h5, .heading-5{
    font-size: 1.25rem;
  }
}

h6, .heading-6{
  font-size: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.text-lead{
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

@media (min-width: 768px){
  .text-lead{
    font-size: 1.25rem;
  }
}

body{
  color: #201E1E;
  background-color: #F7FBFA;
}

p, span, div{
  color: #201E1E;
}

small{
  color: #525050;
}

.text-text-inverse span{
  color: inherit;
}

a{
  color: #9F6163;
  text-decoration: underline;
}

a:hover{
  color: #7F4D4F;
}

a:visited{
  color: #3F2627;
}

a:active{
  color: #B8E39C;
}

hr{
  border-color: #EBDFDF;
}

.\!container{
  width: 100% !important;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }

  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }

  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
  }

  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }

  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
  }

  .container{
    max-width: 1536px;
  }
}

.form-input,.form-textarea,.form-select,.form-multiselect{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

.form-input::placeholder,.form-textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

.form-input::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

.form-input::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

.form-input::-webkit-datetime-edit{
  display: inline-flex;
}

.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

.form-select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.form-select:where([size]:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

.form-checkbox,.form-radio{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

.form-checkbox{
  border-radius: 0px;
}

.form-radio{
  border-radius: 100%;
}

.form-checkbox:focus,.form-radio:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.form-checkbox:checked,.form-radio:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.form-checkbox:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  .form-checkbox:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-radio:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  .form-radio:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

.form-checkbox:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  .form-checkbox:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-weight: 500;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  cursor: pointer;
  height: 42px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-font-smoothing: antialiased;
  margin: 5px 0 !important;
  text-decoration: none;
}

.btn:focus{
  outline: none;
}

.btn:focus:not(:active){
  box-shadow: 0 0 0 3px #EBDFDF;
}

.btn:disabled{
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-primary{
  background-color: #9F6163;
  color: #F2F2F2;
  box-shadow: 
                rgba(0, 0, 0, 0.2) 0px -2px 1px 0px inset, 
                rgba(255, 255, 255, 0.05) 0px 32px 24px 0px inset, 
                rgba(255, 255, 255, 0.25) 0px 1px 1px 1px inset, 
                rgba(8, 5, 5, 0.15) 0px 0px 0px 1px inset, 
                rgba(8, 5, 5, 0.15) 0px 1px 2px 0px
            ;
}

.btn-primary *{
  color: #F2F2F2 !important;
}

.btn-primary:visited{
  background-color: #9F6163;
  color: #F2F2F2;
  text-decoration: none;
}

.btn-primary:visited *{
  color: #F2F2F2 !important;
}

.btn-primary:hover, .btn-primary:visited:hover{
  background-color: #7F4D4F;
  color: #F2F2F2;
  transform: translateY(-1px);
  text-decoration: none;
  box-shadow: 
                    rgba(0, 0, 0, 0.2) 0px -2px 1px 0px inset, 
                    rgba(255, 255, 255, 0.05) 0px 32px 24px 0px inset, 
                    rgba(255, 255, 255, 0.25) 0px 1px 1px 1px inset, 
                    rgba(8, 5, 5, 0.15) 0px 0px 0px 1px inset, 
                    rgba(8, 5, 5, 0.25) 0px 4px 6px 0px
                ;
}

.btn-primary:hover *, .btn-primary:visited:hover *{
  color: #F2F2F2 !important;
}

.btn-primary:active, .btn-primary:visited:active{
  background-color: #3F2627;
  transform: translateY(0);
  text-decoration: none;
  box-shadow: 
                    rgba(0, 0, 0, 0.3) 0px -1px 1px 0px inset, 
                    rgba(255, 255, 255, 0.05) 0px 32px 24px 0px inset, 
                    rgba(255, 255, 255, 0.1) 0px 1px 1px 1px inset, 
                    rgba(8, 5, 5, 0.15) 0px 0px 0px 1px inset, 
                    rgba(8, 5, 5, 0.1) 0px 1px 1px 0px
                ;
}

.btn-primary:active *, .btn-primary:visited:active *{
  color: #F2F2F2 !important;
}

.btn-primary:focus:not(:active){
  background-color: #9F6163;
}

.btn-primary:focus:not(:active) *{
  color: #F2F2F2 !important;
}

.btn-secondary{
  background-color: #F2F2F2;
  color: #201E1E;
  box-shadow: 
                rgba(8, 5, 5, 0.1) 0px 0px 0px 1px inset,
                rgba(8, 5, 5, 0.05) 0px 1px 2px 0px
            ;
}

.btn-secondary *{
  color: #201E1E !important;
}

.btn-secondary:visited{
  background-color: #F2F2F2;
  color: #201E1E;
  text-decoration: none;
}

.btn-secondary:visited *{
  color: #201E1E !important;
}

.btn-secondary:hover, .btn-secondary:visited:hover{
  background-color: #CCE8E2;
  border-color: #B7DFD6;
  transform: translateY(-1px);
  text-decoration: none;
  box-shadow: 
                    rgba(8, 5, 5, 0.1) 0px 0px 0px 1px inset,
                    rgba(8, 5, 5, 0.15) 0px 4px 6px 0px
                ;
}

.btn-secondary:hover *, .btn-secondary:visited:hover *{
  color: #201E1E !important;
}

.btn-secondary:active, .btn-secondary:visited:active{
  background-color: #B7DFD6;
  transform: translateY(0);
  text-decoration: none;
  box-shadow: 
                    rgba(8, 5, 5, 0.1) 0px 0px 0px 1px inset,
                    rgba(8, 5, 5, 0.05) 0px 1px 1px 0px
                ;
}

.btn-secondary:active *, .btn-secondary:visited:active *{
  color: #201E1E !important;
}

.btn-secondary:focus:not(:active){
  background-color: #F2F2F2;
}

.btn-secondary:focus:not(:active) *{
  color: #201E1E !important;
}

.btn-tertiary{
  background-color: transparent;
  color: #9F6163;
  padding: 8px 16px;
  height: auto;
  box-shadow: none;
}

.btn-tertiary:visited{
  color: #9F6163;
  text-decoration: none;
}

.btn-tertiary:hover, .btn-tertiary:visited:hover{
  color: #7F4D4F;
  text-decoration: none;
}

.btn-tertiary:active, .btn-tertiary:visited:active{
  color: #3F2627;
  text-decoration: none;
}

.btn-tertiary:focus:not(:active){
  color: #9F6163;
}

.btn-danger{
  background-color: #F44336;
  color: #F2F2F2;
  box-shadow: 
                rgba(0, 0, 0, 0.2) 0px -2px 1px 0px inset, 
                rgba(255, 255, 255, 0.05) 0px 32px 24px 0px inset, 
                rgba(255, 255, 255, 0.25) 0px 1px 1px 1px inset, 
                rgba(8, 5, 5, 0.15) 0px 0px 0px 1px inset, 
                rgba(8, 5, 5, 0.15) 0px 1px 2px 0px
            ;
}

.btn-danger *{
  color: #F2F2F2 !important;
}

.btn-danger:visited{
  background-color: #F44336;
  color: #F2F2F2;
  text-decoration: none;
}

.btn-danger:visited *{
  color: #F2F2F2 !important;
}

.btn-danger:hover, .btn-danger:visited:hover{
  background-color: #F44336;
  filter: brightness(90%);
  transform: translateY(-1px);
  box-shadow: 
                    rgba(0, 0, 0, 0.2) 0px -2px 1px 0px inset, 
                    rgba(255, 255, 255, 0.05) 0px 32px 24px 0px inset, 
                    rgba(255, 255, 255, 0.25) 0px 1px 1px 1px inset, 
                    rgba(8, 5, 5, 0.15) 0px 0px 0px 1px inset, 
                    rgba(8, 5, 5, 0.25) 0px 4px 6px 0px
                ;
}

.btn-danger:hover *, .btn-danger:visited:hover *{
  color: #F2F2F2 !important;
}

.btn-danger:active, .btn-danger:visited:active{
  background-color: #F44336;
  filter: brightness(80%);
  transform: translateY(0);
  box-shadow: 
                    rgba(0, 0, 0, 0.3) 0px -1px 1px 0px inset, 
                    rgba(255, 255, 255, 0.05) 0px 32px 24px 0px inset, 
                    rgba(255, 255, 255, 0.1) 0px 1px 1px 1px inset, 
                    rgba(8, 5, 5, 0.15) 0px 0px 0px 1px inset, 
                    rgba(8, 5, 5, 0.1) 0px 1px 1px 0px
                ;
}

.btn-danger:active *, .btn-danger:visited:active *{
  color: #F2F2F2 !important;
}

.btn-danger:focus:not(:active){
  background-color: #F44336;
}

.btn-danger:focus:not(:active) *{
  color: #F2F2F2 !important;
}

.btn-success{
  background-color: #4CAF50;
  color: #F2F2F2;
  box-shadow: 
                rgba(0, 0, 0, 0.2) 0px -2px 1px 0px inset, 
                rgba(255, 255, 255, 0.05) 0px 32px 24px 0px inset, 
                rgba(255, 255, 255, 0.25) 0px 1px 1px 1px inset, 
                rgba(8, 5, 5, 0.15) 0px 0px 0px 1px inset, 
                rgba(8, 5, 5, 0.15) 0px 1px 2px 0px
            ;
}

.btn-success *{
  color: #F2F2F2 !important;
}

.btn-success:visited{
  background-color: #4CAF50;
  color: #F2F2F2;
  text-decoration: none;
}

.btn-success:visited *{
  color: #F2F2F2 !important;
}

.btn-success:hover, .btn-success:visited:hover{
  background-color: #4CAF50;
  filter: brightness(90%);
  transform: translateY(-1px);
  box-shadow: 
                    rgba(0, 0, 0, 0.2) 0px -2px 1px 0px inset, 
                    rgba(255, 255, 255, 0.05) 0px 32px 24px 0px inset, 
                    rgba(255, 255, 255, 0.25) 0px 1px 1px 1px inset, 
                    rgba(8, 5, 5, 0.15) 0px 0px 0px 1px inset, 
                    rgba(8, 5, 5, 0.25) 0px 4px 6px 0px
                ;
}

.btn-success:hover *, .btn-success:visited:hover *{
  color: #F2F2F2 !important;
}

.btn-success:active, .btn-success:visited:active{
  background-color: #4CAF50;
  filter: brightness(80%);
  transform: translateY(0);
  box-shadow: 
                    rgba(0, 0, 0, 0.3) 0px -1px 1px 0px inset, 
                    rgba(255, 255, 255, 0.05) 0px 32px 24px 0px inset, 
                    rgba(255, 255, 255, 0.1) 0px 1px 1px 1px inset, 
                    rgba(8, 5, 5, 0.15) 0px 0px 0px 1px inset, 
                    rgba(8, 5, 5, 0.1) 0px 1px 1px 0px
                ;
}

.btn-success:active *, .btn-success:visited:active *{
  color: #F2F2F2 !important;
}

.btn-success:focus:not(:active){
  background-color: #4CAF50;
}

.btn-success:focus:not(:active) *{
  color: #F2F2F2 !important;
}

.btn-icon{
  padding: 0 !important;
  margin: 5px 0 !important;
  border-radius: 50% !important;
  height: 42px !important;
  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
  vertical-align: middle !important;
  text-decoration: none !important;
}

.btn-icon svg{
  width: 20px !important;
  height: 20px !important;
  display: block !important;
  flex-shrink: 0 !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.btn-icon svg path{
  stroke: currentColor !important;
}

.btn-primary.btn-icon{
  color: #F2F2F2 !important;
  background-color: #9F6163 !important;
}

.btn-primary.btn-icon:hover{
  background-color: #7F4D4F !important;
  color: #F2F2F2 !important;
}

.btn-primary.btn-icon:active{
  background-color: #3F2627 !important;
  color: #F2F2F2 !important;
}

.btn-primary.btn-icon:focus:not(:active){
  background-color: #9F6163 !important;
  color: #F2F2F2 !important;
}

.btn-secondary.btn-icon{
  color: #201E1E !important;
  background-color: #F2F2F2 !important;
}

.btn-secondary.btn-icon:hover{
  background-color: #D9D9D9 !important;
  color: #201E1E !important;
}

.btn-secondary.btn-icon:active{
  background-color: #B4B4B4 !important;
  color: #201E1E !important;
}

.btn-secondary.btn-icon:focus:not(:active){
  background-color: #F2F2F2 !important;
  color: #201E1E !important;
}

.btn-danger.btn-icon{
  color: #F2F2F2 !important;
  background-color: #F44336 !important;
}

.btn-danger.btn-icon:hover{
  background-color: #F44336 !important;
  filter: brightness(90%) !important;
  color: #F2F2F2 !important;
}

.btn-danger.btn-icon:active{
  background-color: #F44336 !important;
  filter: brightness(80%) !important;
  color: #F2F2F2 !important;
}

.btn-danger.btn-icon:focus:not(:active){
  background-color: #F44336 !important;
  color: #F2F2F2 !important;
}

.btn.btn-icon:not(.btn-primary):not(.btn-secondary):not(.btn-danger):not(.btn-success){
  background-color: #EBDFDF;
  color: #9F6163;
  box-shadow: 
                rgba(8, 5, 5, 0.1) 0px 0px 0px 1px inset,
                rgba(8, 5, 5, 0.05) 0px 1px 2px 0px
            ;
}

.btn.btn-icon:not(.btn-primary):not(.btn-secondary):not(.btn-danger):not(.btn-success):hover{
  color: #7F4D4F;
  background-color: #F5EFEF;
}

.btn.btn-icon:not(.btn-primary):not(.btn-secondary):not(.btn-danger):not(.btn-success):active{
  color: #3F2627;
  background-color: #F5EFEF;
}

.btn.btn-icon:not(.btn-primary):not(.btn-secondary):not(.btn-danger):not(.btn-success):focus:not(:active){
  color: #9F6163;
  background-color: #EBDFDF;
}

.btn-icon-text svg{
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.btn-icon-text svg path{
  stroke: currentColor;
}

.btn-sm{
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  height: 32px;
  min-width: 80px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin: 5px 0;
  text-decoration: none;
}

.btn-sm.btn-icon{
  padding: 0 !important;
  margin: 5px 0 !important;
  height: 28px !important;
  width: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
  text-decoration: none !important;
}

.btn-sm.btn-icon svg{
  width: 16px !important;
  height: 16px !important;
}

.btn-lg{
  padding: 16px 32px;
  font-size: 1;
  height: 52px;
  margin: 5px 0;
  text-decoration: none;
}

.btn-lg.btn-icon{
  padding: 0 !important;
  margin: 5px 0 !important;
  height: 52px !important;
  width: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  text-decoration: none !important;
}

.btn-lg.btn-icon svg{
  width: 24px !important;
  height: 24px !important;
}

.form-group{
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  width: 100%;
}

.form-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  width: calc(100% + 1rem);
}

.form-row .form-group{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  flex: 1 1 0;
  min-width: 200px;
}

.form-row .form-group-small{
  flex: 0 0 auto;
  width: 30%;
  min-width: 80px;
}

.form-row .form-group-large{
  flex: 1 1 0;
  min-width: 200px;
}

.form-label{
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #201E1E;
  letter-spacing: 0.01em;
}

input.form-input{
  display: block !important;
  width: 100% !important;
  height: 42px !important;
  padding: 0 1rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #201E1E !important;
  background-color: #FFFFFF !important;
  background-clip: padding-box !important;
  border: 1px solid #B4B4B4 !important;
  border-radius: 12px !important;
  transition: all 0.2s ease !important;
  box-shadow: 
                rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
                rgba(8, 5, 5, 0.05) 0px 1px 2px 0px !important;
  margin: 0 !important;
}

input.form-input::-moz-placeholder{
  color: #838282 !important;
  opacity: 1 !important;
  font-family: Ubuntu, sans-serif !important;
}

input.form-input::placeholder{
  color: #838282 !important;
  opacity: 1 !important;
  font-family: Ubuntu, sans-serif !important;
}

input.form-input:hover:not(:disabled):not([readonly]):not(.error){
  border-color: #838282 !important;
  box-shadow: 
                rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
                rgba(8, 5, 5, 0.08) 0px 1px 3px 0px !important;
}

input.form-input:focus{
  outline: none !important;
  border-color: #9F6163 !important;
  box-shadow: 
                rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
                0 0 0 3px #EBDFDF !important;
}

input.form-input:disabled, input.form-input[readonly]{
  background-color: #F0F8F6 !important;
  opacity: 0.7 !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
}

input.form-input.error{
  border-color: #F44336 !important;
}

input.form-input.error:focus{
  box-shadow: 
                rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
                0 0 0 3px rgba(244, 67, 54, 0.25) !important;
}

textarea.form-textarea{
  display: block !important;
  width: 100% !important;
  padding: 0.75rem 1rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #201E1E !important;
  background-color: #FFFFFF !important;
  background-clip: padding-box !important;
  border: 1px solid #B4B4B4 !important;
  border-radius: 12px !important;
  transition: all 0.2s ease !important;
  resize: vertical !important;
  min-height: 100px !important;
  box-shadow: 
                rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
                rgba(8, 5, 5, 0.05) 0px 1px 2px 0px !important;
  margin: 0 !important;
}

textarea.form-textarea::-moz-placeholder{
  color: #838282 !important;
  opacity: 1 !important;
  font-family: Ubuntu, sans-serif !important;
}

textarea.form-textarea::placeholder{
  color: #838282 !important;
  opacity: 1 !important;
  font-family: Ubuntu, sans-serif !important;
}

textarea.form-textarea:hover:not(:disabled):not([readonly]):not(.error){
  border-color: #838282 !important;
  box-shadow: 
                rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
                rgba(8, 5, 5, 0.08) 0px 1px 3px 0px !important;
}

textarea.form-textarea:focus{
  outline: none !important;
  border-color: #9F6163 !important;
  box-shadow: 
                rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
                0 0 0 3px #EBDFDF !important;
}

textarea.form-textarea:disabled, textarea.form-textarea[readonly]{
  background-color: #F0F8F6 !important;
  opacity: 0.7 !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
}

textarea.form-textarea.error{
  border-color: #F44336 !important;
}

textarea.form-textarea.error:focus{
  box-shadow: 
                rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
                0 0 0 3px rgba(244, 67, 54, 0.25) !important;
}

.form-error{
  display: block !important;
  width: 100% !important;
  margin-top: 0.375rem !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  color: #F44336 !important;
  letter-spacing: 0.01em !important;
}

.field-validation-error{
  color: #F44336 !important;
  display: block !important;
  width: 100% !important;
  margin-top: 0.375rem !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
}

.form-error span, .field-validation-error span{
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  display: inline !important;
  width: auto !important;
  margin: 0 !important;
}

.form-error-summary{
  padding: 0.75rem !important;
  border-radius: 0.5rem !important;
  background-color: rgba(244, 67, 54, 0.08) !important;
  border: 1px solid #F44336 !important;
  color: #F44336 !important;
  font-size: 0.875rem !important;
}

.form-error-summary ul{
  list-style: disc !important;
  padding-left: 1.5rem !important;
  margin-bottom: 0 !important;
}

.form-error-summary li{
  margin-bottom: 0.25rem !important;
  color: #F44336 !important;
}

.input-validation-error{
  border-color: #F44336 !important;
}

input.input-validation-error, input.error{
  border-color: #F44336 !important;
}

input.input-validation-error:focus, input.error:focus{
  box-shadow: 
                rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
                0 0 0 3px rgba(244, 67, 54, 0.25) !important;
}

span.field-validation-error{
  display: block !important;
  width: 100% !important;
  margin-top: 0.375rem !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  color: #F44336 !important;
  letter-spacing: 0.01em !important;
}

body .input-with-button, body .input-with-primary-button, body .input-with-secondary-button{
  position: relative !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  width: 100% !important;
  margin-bottom: 0 !important;
}

body .input-with-button > input.form-input, body .input-with-primary-button > input.form-input, body .input-with-secondary-button > input.form-input{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: none !important;
  width: 100% !important;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

body .input-with-button > .btn, body .input-with-primary-button > .btn, body .input-with-secondary-button > .btn{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  height: 42px !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body .input-with-button > .btn-icon, body .input-with-primary-button > .btn-icon, body .input-with-secondary-button > .btn-icon{
  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  padding: 0 !important;
  border-radius: 0 12px 12px 0 !important;
}

body .input-with-primary-button{
  composes: input-with-button;
}

body .input-with-secondary-button{
  composes: input-with-button;
}

.autocomplete-wrapper{
  position: relative;
  width: 100%;
}

.autocomplete-dropdown{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  margin-top: 0.375rem;
  padding: 0.5rem 0;
  background-color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 
                rgba(8, 5, 5, 0.05) 0px 1px 3px 0px,
                rgba(8, 5, 5, 0.1) 0px 8px 16px -4px
            ;
  border: 1px solid #D9D9D9;
}

.autocomplete-item{
  padding: 0.625rem 1rem;
  cursor: pointer;
  color: #201E1E;
  transition: all 0.15s ease;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.autocomplete-item:hover{
  background-color: #F5EFEF;
}

.autocomplete-item.active{
  background-color: #EBDFDF;
  color: #3F2627;
  font-weight: 500;
}

.autocomplete-item-main{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
  min-width: 0;
}

.autocomplete-content{
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  flex: 1;
  min-width: 0;
}

.autocomplete-icon{
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  color: #838282;
}

.autocomplete-icon-synonym{
  color: #9F6163;
}

.autocomplete-name{
  font-size: 0.9375rem;
  line-height: 1.4;
  color: inherit;
}

.autocomplete-synonym{
  font-size: 0.9375rem;
  line-height: 1.4;
  color: inherit;
  font-weight: 500;
}

.autocomplete-subtitle{
  font-size: 0.75rem;
  line-height: 1.3;
  color: #838282;
  font-weight: 400;
}

.autocomplete-item.active .autocomplete-subtitle{
  color: #7F4D4F;
}

.autocomplete-item.active .autocomplete-icon{
  color: #3F2627;
}

.autocomplete-item.active .autocomplete-icon-synonym{
  color: #3F2627;
}

.card{
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  border: 1px solid #D9D9D9;
  padding: 1.5rem;
  width: 100%;
  overflow: hidden;
}

.card-sectioned{
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  border: 1px solid #D9D9D9;
  overflow: hidden;
  width: 100%;
}

.card-header{
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #EBDFDF;
  background-color: #F2F2F2;
}

.card-header h5{
  margin-bottom: 0;
}

.card-content{
  padding: 1.5rem;
}

.card-footer{
  padding: 1rem 1rem;
  border-top: 1px solid #EBDFDF;
  background-color: #F2F2F2;
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}

.card-accent{
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  border-left: 4px solid #9F6163;
  border-top: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 1.5rem;
  width: 100%;
}

.card-elevated{
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  border: 1px solid #D9D9D9;
  padding: 1.5rem;
  width: 100%;
  box-shadow: 0 10px 15px -3px rgba(8, 5, 5, 0.12);
  transition: transform 0.3s ease;
}

.card-elevated:hover{
  transform: translateY(-4px);
}

.card-media{
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  border: 1px solid #D9D9D9;
  overflow: hidden;
  width: 100%;
}

.card-media-image{
  width: 100%;
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-media-content{
  padding: 1.5rem;
}

.card-status{
  display: flex;
  align-items: flex-start;
  border-radius: 0.75rem;
  padding: 1.5rem;
  width: 100%;
  border: 1px solid;
}

.card-status-icon{
  flex-shrink: 0;
  margin-right: 0.75rem;
}

.card-status-content{
  flex: 1 1 auto;
}

.card-success{
  background-color: rgba(76, 175, 80, 0.1);
  border-color: #4CAF50;
}

.card-success .card-status-icon{
  color: #4CAF50;
}

.card-success h5{
  color: #4CAF50;
}

.card-error{
  background-color: rgba(244, 67, 54, 0.1);
  border-color: #F44336;
}

.card-error .card-status-icon{
  color: #F44336;
}

.card-error h5{
  color: #F44336;
}

.card-warning{
  background-color: rgba(255, 152, 0, 0.1);
  border-color: #FF9800;
}

.card-warning .card-status-icon{
  color: #FF9800;
}

.card-warning h5{
  color: #FF9800;
}

.card-info{
  background-color: rgba(33, 150, 243, 0.1);
  border-color: #2196F3;
}

.card-info .card-status-icon{
  color: #2196F3;
}

.card-info h5{
  color: #2196F3;
}

.card-grid{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  width: 100%;
}

@media (min-width: 768px){
  .card-grid{
    grid-template-columns: repeat(3, 1fr);
  }
}

.herb-card{
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  border: 1px solid #EBDFDF;
  overflow: hidden;
  width: 100%;
  text-decoration: none;
  color: #201E1E;
  box-shadow: 0 1px 3px 0 rgba(8, 5, 5, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.herb-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 4px 6px -1px rgba(8, 5, 5, 0.08);
}

.herb-card h3{
  text-decoration: none;
}

.herb-card p{
  text-decoration: none;
}

.herb-card span{
  text-decoration: none;
}

.herb-card-content{
  padding: 1rem 0.5rem;
  width: 100%;
}

@media (min-width: 640px){
  .herb-card-content{
    padding: 1rem;
  }
}

.herb-property-tag{
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  margin: 0 0.25rem 0.25rem 0;
  font-weight: 500;
}

.property-group{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.property-label{
  font-size: 0.75rem;
  font-weight: 500;
  margin-right: 0.5rem;
  color: #525050;
}

.herb-property-temperature{
  background-color: #EBDFDF;
  color: #3F2627;
}

.herb-property-taste{
  background-color: #F0F8F6;
  color: #495955;
}

.herb-property-category{
  background-color: #F0F9EB;
  color: #495A3E;
  display: inline-block;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-weight: 500;
}

.herb-property-organ{
  background-color: #F2F2F2;
  color: #525050;
}

.herb-properties-container{
  margin-top: 0.75rem;
}

.herbs-hierarchy{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hierarchy-legend{
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid #D9D9D9;
  border-radius: 0.375rem;
  margin-bottom: 0.5rem;
}

.hierarchy-item{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #525050;
}

.hierarchy-marker{
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.hierarchy-marker.king{
  background-color: #9F6163;
}

.hierarchy-marker.deputy{
  background-color: #B7DFD6;
}

.hierarchy-marker.assistant{
  background-color: #B8E39C;
}

.hierarchy-marker.envoy{
  background-color: #838282;
}

.herbs-grid{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}

@media (min-width: 640px){
  .herbs-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px){
  .herbs-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

.formula-herb-card{
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #D9D9D9;
  background-color: #F7FBFA;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.formula-herb-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.formula-herb-card-header{
  display: flex;
  position: relative;
}

.formula-herb-hierarchy-marker{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  z-index: 10;
}

.formula-herb-hierarchy-marker.king{
  background-color: #9F6163;
}

.formula-herb-hierarchy-marker.deputy{
  background-color: #B7DFD6;
}

.formula-herb-hierarchy-marker.assistant{
  background-color: #B8E39C;
}

.formula-herb-hierarchy-marker.envoy{
  background-color: #838282;
}

.formula-herb-image{
  width: 40%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.formula-herb-image img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .formula-herb-image{
    width: 35%;
  }
}

.formula-herb-header-details{
  width: 60%;
  padding: 1rem;
  padding-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px){
  .formula-herb-header-details{
    width: 65%;
  }
}

.formula-herb-name{
  font-size: 1.125rem;
  font-weight: 600;
  color: #201E1E;
  margin-bottom: 0.25rem;
}

.formula-herb-english{
  font-size: 0.875rem;
  color: #525050;
  margin-bottom: 0.5rem;
}

.formula-herb-details{
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #fff;
}

.formula-herb-properties{
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0.5rem 0;
}

.formula-herb-property{
  display: flex;
  flex-direction: column;
  width: calc(50% - 0.375rem);
}

.formula-herb-property-label{
  font-size: 0.75rem;
  font-weight: 600;
  color: #525050;
}

.formula-herb-property-value{
  font-size: 0.875rem;
  color: #201E1E;
}

.formula-herb-functions{
  margin: 0.5rem 0;
}

.formula-herb-functions-title{
  font-size: 0.875rem;
  font-weight: 600;
  color: #525050;
  margin-bottom: 0.25rem;
}

.formula-herb-actions{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  border-top: 1px solid undefined;
  padding-top: 0.75rem;
}

.formula-herb-link{
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #9F6163;
  text-decoration: none;
  font-weight: 500;
}

.formula-herb-link:hover{
  text-decoration: underline;
  color: #7F4D4F;
}

.formula-card{
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  border: 1px solid #EBDFDF;
  overflow: hidden;
  width: 100%;
  text-decoration: none;
  color: #201E1E;
  box-shadow: 0 1px 3px 0 rgba(8, 5, 5, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.formula-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 4px 6px -1px rgba(8, 5, 5, 0.08);
}

.formula-card h3{
  text-decoration: none;
}

.formula-card p{
  text-decoration: none;
}

.formula-card span{
  text-decoration: none;
}

.formula-card-content{
  padding: 1.25rem;
  width: 100%;
}

.formula-category-badge{
  display: inline-block;
  background-color: #EBDFDF;
  color: #3F2627;
  font-size: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 9999px;
  font-weight: 500;
}

.formula-name{
  font-size: 1.125rem;
  font-weight: 600;
  color: #201E1E;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.formula-actions{
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}

.formula-actions-title{
  font-size: 0.75rem;
  font-weight: 500;
  color: #525050;
  margin-bottom: 0.25rem;
}

.formula-actions-content{
  font-size: 0.875rem;
  color: #201E1E;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.formula-ingredients{
  margin-top: 0.75rem;
}

.formula-ingredients-title{
  font-size: 0.75rem;
  font-weight: 500;
  color: #525050;
  margin-bottom: 0.25rem;
}

.formula-ingredients-content{
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.formula-ingredient-tag{
  display: inline-block;
  background-color: #F0F9EB;
  color: #495A3E;
  font-size: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  border-radius: 0.25rem;
  font-weight: 500;
}

.formula-divider{
  height: 1px;
  background-color: #EBDFDF;
  width: 100%;
  margin: 0.75rem 0;
}

.learn-card-minimalist{
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.75rem;
  padding: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: all 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.learn-card-minimalist:hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.learn-card-minimalist:focus-within{
  outline: 2px solid #9F616380;
  outline-offset: 2px;
}

.learn-card-header{
  margin-bottom: 1.5rem;
}

.learn-card-title{
  font-size: 1.5rem;
  font-weight: 600;
  color: #201E1E;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.learn-card-subtitle{
  font-size: 1rem;
  color: #525050;
  line-height: 1.5;
}

.learn-card-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.learn-item{
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  transition: all 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.learn-item:last-child{
  margin-bottom: 0;
}

.learn-item:hover{
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 0.375rem;
  padding: 0.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.learn-item-icon{
  width: 1.25rem;
  height: 1.25rem;
  color: #9F6163;
  margin-right: 0.75rem;
  margin-top: 0.125rem;
  flex-shrink: 0;
  transition: transform 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.learn-item-icon svg{
  width: 100%;
  height: 100%;
}

.learn-item:hover .learn-item-icon{
  transform: rotate(15deg);
}

.learn-item-text{
  font-size: 1rem;
  color: #201E1E;
  line-height: 1.5;
}

.learn-card-glass{
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  transition: all 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.learn-card-glass:hover{
  transform: translateY(-2px);
}

.learn-card-glass::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.3) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 0.75rem;
  z-index: 1;
}

.learn-card-glass-inner{
  position: relative;
  z-index: 2;
  padding: 2rem;
  backdrop-filter: blur(20px);
}

.learn-card-badge{
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: rgba(159, 97, 99, 0.1);
  color: #3F2627;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 9999px;
  margin-bottom: 1rem;
}

.learn-card-content{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.learn-glass-item{
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.learn-glass-item:hover{
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateX(4px);
}

.learn-glass-icon{
  width: 2rem;
  height: 2rem;
  color: #9F6163;
  flex-shrink: 0;
}

.learn-glass-icon svg{
  width: 100%;
  height: 100%;
}

.learn-glass-text h4{
  font-size: 1.125rem;
  font-weight: 600;
  color: #201E1E;
  margin-bottom: 0.25rem;
}

.learn-glass-text p{
  font-size: 0.875rem;
  color: #525050;
  line-height: 1.5;
}

.learn-card-bento{
  background-color: #FFFFFF;
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.learn-card-bento:hover{
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.bento-header{
  margin-bottom: 2rem;
}

.bento-title{
  font-size: 1.75rem;
  font-weight: 700;
  color: #201E1E;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.bento-subtitle{
  font-size: 1rem;
  color: #525050;
  line-height: 1.5;
}

.bento-grid{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  grid-template-rows: auto auto auto;
}

.bento-item{
  border-radius: 0.75rem;
  padding: 1.5rem;
  transition: all 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.bento-item:hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.bento-item h4{
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #201E1E;
}

.bento-item p{
  font-size: 0.875rem;
  color: #525050;
  line-height: 1.5;
}

.bento-primary{
  grid-column: span 6;
  grid-row: span 2;
  background: linear-gradient(135deg, #F5EFEF 0%, #EBDFDF 100%);
  border: 1px solid #BB9091;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px){
  .bento-primary{
    grid-column: span 7;
  }
}

.bento-secondary{
  grid-column: span 6;
  background: linear-gradient(135deg, #F7FBFA 0%, #F0F8F6 100%);
  border: 1px solid #CCE8E2;
}

@media (min-width: 768px){
  .bento-secondary{
    grid-column: span 5;
  }
}

.bento-accent{
  grid-column: span 6;
  background: linear-gradient(135deg, #F7FCF5 0%, #F0F9EB 100%);
  border: 1px solid #CDEBB9;
}

@media (min-width: 768px){
  .bento-accent{
    grid-column: span 5;
  }
}

.bento-wide{
  grid-column: span 12;
  background: linear-gradient(135deg, rgba(249, 250, 251, 1) 0%, rgba(243, 244, 246, 1) 100%);
  border: 1px solid rgba(229, 231, 235, 1);
}

@media (min-width: 768px){
  .bento-wide{
    grid-column: span 7;
  }
}

.bento-icon-large{
  width: 3rem;
  height: 3rem;
  color: #9F6163;
  margin-bottom: 1rem;
}

.bento-icon-large svg{
  width: 100%;
  height: 100%;
}

.bento-icon{
  width: 1.5rem;
  height: 1.5rem;
  color: #201E1E;
  margin-bottom: 1rem;
}

.bento-icon svg{
  width: 100%;
  height: 100%;
}

.bento-content-horizontal{
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.bento-text{
  flex: 1;
}

.learn-card-editorial{
  background-color: #FFFFFF;
  border-radius: 1rem;
  padding: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
  max-width: 100%;
}

.learn-card-editorial:hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.editorial-header{
  margin-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 2rem;
}

.editorial-meta{
  font-size: 0.875rem;
  color: #525050;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.editorial-headline{
  font-size: 2.5rem;
  font-weight: 700;
  color: #201E1E;
  line-height: 1.1;
  margin-bottom: 1rem;
  font-family: Calistoga, cursive;
}

@media (min-width: 768px){
  .editorial-headline{
    font-size: 3rem;
  }
}

.editorial-deck{
  font-size: 1.25rem;
  color: #525050;
  line-height: 1.6;
  font-weight: 400;
}

.editorial-content{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.editorial-section{
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  transition: all 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.editorial-section:hover{
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 0.5rem;
  padding: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

.editorial-number{
  font-size: 2rem;
  font-weight: 700;
  color: #9F6163;
  line-height: 1;
  font-family: Calistoga, cursive;
  min-width: 3rem;
}

.editorial-text h3{
  font-size: 1.5rem;
  font-weight: 600;
  color: #201E1E;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.editorial-text p{
  font-size: 1rem;
  color: #525050;
  line-height: 1.6;
}

.learn-card-interactive{
  position: relative;
  background-color: #FFFFFF;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.learn-card-interactive:hover{
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.interactive-background{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(159, 97, 99, 0.03) 0%, rgba(183, 223, 214, 0.03) 50%, rgba(184, 227, 156, 0.03) 100%);
  z-index: 1;
}

.interactive-content{
  position: relative;
  z-index: 2;
  padding: 2.5rem;
}

.interactive-header{
  margin-bottom: 2rem;
}

.interactive-badge{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #F5EFEF;
  color: #3F2627;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 9999px;
  margin-bottom: 1rem;
  border: 1px solid #EBDFDF;
}

.badge-dot{
  width: 0.5rem;
  height: 0.5rem;
  background-color: #9F6163;
  border-radius: 50%;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.interactive-title{
  font-size: 1.875rem;
  font-weight: 700;
  color: #201E1E;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.interactive-subtitle{
  font-size: 1.125rem;
  color: #525050;
  line-height: 1.5;
}

.interactive-learning-path{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.learning-item{
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
  opacity: 0;
  transform: translateY(20px);
  animation: slideInUp 600ms ease-out forwards;
}

.learning-item:hover{
  background-color: rgba(255, 255, 255, 0.8);
  transform: translateX(8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.learning-item[data-delay="0"]{
  animation-delay: 0ms;
}

.learning-item[data-delay="100"]{
  animation-delay: 100ms;
}

.learning-item[data-delay="200"]{
  animation-delay: 200ms;
}

.learning-icon{
  position: relative;
}

.icon-circle{
  width: 2.5rem;
  height: 2.5rem;
  background-color: #F5EFEF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9F6163;
  transition: all 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.icon-circle svg{
  width: 1.25rem;
  height: 1.25rem;
}

.learning-item:hover .icon-circle{
  background-color: #9F6163;
  color: white;
  transform: scale(1.1);
}

.learning-content{
  flex: 1;
}

.learning-content h4{
  font-size: 1.25rem;
  font-weight: 600;
  color: #201E1E;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.learning-content p{
  font-size: 0.875rem;
  color: #525050;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.learning-progress{
  height: 0.25rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
}

.progress-bar{
  height: 100%;
  background-color: #9F6163;
  border-radius: 9999px;
  width: 0%;
  transition: width 1000ms ease-out;
}

.learning-item:hover .progress-bar{
  width: 85%;
}

.interactive-footer{
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.completion-indicator{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.completion-text{
  font-size: 0.875rem;
  font-weight: 500;
  color: #525050;
}

.completion-circle{
  width: 2rem;
  height: 2rem;
  color: #9F6163;
}

.completion-circle svg{
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

@keyframes pulse{
  0%, 100%{
    opacity: 1;
  }

  50%{
    opacity: 0.5;
  }
}

@keyframes slideInUp{
  from{
    opacity: 0;
    transform: translateY(20px);
  }

  to{
    opacity: 1;
    transform: translateY(0);
  }
}

.learn-card-compact{
  background-color: #FFFFFF;
  border: 1px solid #EBDFDF;
  border-radius: 0.75rem;
  padding: 1.25rem;
  box-shadow: 0 1px 3px 0 rgba(8, 5, 5, 0.05);
}

.compact-header{
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #EBDFDF;
}

.compact-title{
  font-size: 1.125rem;
  font-weight: 700;
  color: #201E1E;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-family: Calistoga, cursive;
}

.compact-progress{
  display: flex;
  align-items: center;
}

.progress-indicator{
  font-size: 0.6875rem;
  font-weight: 600;
  color: #525050;
  background-color: rgba(248, 250, 252, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 0.25rem 0.625rem;
  border-radius: 0.5rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}

.compact-content{
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.compact-item{
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 0.375rem 0;
}

.item-label{
  font-size: 0.6875rem;
  font-weight: 700;
  color: #7F4D4F;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.2;
  opacity: 0.9;
  text-align: right;
}

.item-description{
  font-size: 0.875rem;
  color: #201E1E;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.compact-footer{
  margin-top: 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
}

.completion-time{
  font-size: 0.6875rem;
  color: #525050;
  font-weight: 600;
  letter-spacing: 0.02em;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.completion-time::before{
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background-color: #B8E39C;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(184, 227, 156, 0.2);
  transition: all 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.pattern-card-v1{
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: all 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.pattern-card-v1:hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.pattern-card-header-v1{
  display: flex;
  align-items: center;
  padding: 1.5rem;
  cursor: pointer;
  transition: all 200ms ease;
}

.pattern-card-header-v1:hover{
  background-color: rgba(0, 0, 0, 0.02);
}

.pattern-toggle-v1{
  width: 2rem;
  height: 2rem;
  color: #525050;
  transition: all 200ms ease;
  margin-left: 1rem;
}

.pattern-toggle-v1:hover{
  color: #9F6163;
  transform: scale(1.1);
}

.pattern-toggle-v1 svg{
  width: 100%;
  height: 100%;
}

.pattern-card-v1[data-expanded="true"] .pattern-chevron-v1{
  transform: rotate(180deg);
}

.pattern-card-content-v1{
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease, padding 300ms ease;
}

.pattern-card-v1[data-expanded="true"] .pattern-card-content-v1{
  max-height: 1000px;
  padding: 0 1.5rem 1.5rem;
}

.pattern-subpatterns-v1 .subpatterns-toggle-v1{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #F2F2F2;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #9F6163;
  transition: all 200ms ease;
  margin-bottom: 0.75rem;
}

.pattern-subpatterns-v1 .subpatterns-toggle-v1:hover{
  background-color: #F5EFEF;
}

.pattern-subpatterns-v1 .subpatterns-toggle-v1 svg{
  width: 1rem;
  height: 1rem;
  transition: transform 200ms ease;
}

.subpatterns-table-v1{
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease;
}

.pattern-subpatterns-v1[data-expanded="true"] .subpatterns-table-v1{
  max-height: 500px;
}

.pattern-subpatterns-v1[data-expanded="true"] .subpatterns-toggle-v1 svg{
  transform: rotate(180deg);
}

.pattern-card-v2{
  position: relative;
  transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.pattern-expand-v2{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem;
  background-color: #9F6163;
  color: white;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 200ms ease;
}

.pattern-expand-v2:hover{
  background-color: #7F4D4F;
  transform: translateY(-1px);
}

.pattern-expand-v2 svg{
  width: 1rem;
  height: 1rem;
  transition: transform 200ms ease;
}

.pattern-card-v2[data-expanded="true"] .pattern-expand-v2 svg{
  transform: rotate(180deg);
}

.pattern-expanded-content-v2{
  max-height: 0;
  overflow: hidden;
  transition: max-height 400ms ease, margin-top 400ms ease;
}

.pattern-card-v2[data-expanded="true"] .pattern-expanded-content-v2{
  max-height: 1000px;
  margin-top: 1.5rem;
}

.expanded-section-v2{
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.expanded-section-v2 h5{
  font-size: 1rem;
  font-weight: 600;
  color: #201E1E;
  margin-bottom: 0.75rem;
}

.expanded-section-v2 p{
  font-size: 0.875rem;
  color: #525050;
  line-height: 1.5;
}

.pattern-card-v3{
  position: relative;
}

.pattern-expand-editorial-v3{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 1.5rem;
  background-color: #F2F2F2;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #9F6163;
  transition: all 200ms ease;
}

.pattern-expand-editorial-v3:hover{
  background-color: #F5EFEF;
  color: #7F4D4F;
}

.pattern-expand-editorial-v3 svg{
  width: 1rem;
  height: 1rem;
  transition: transform 200ms ease;
}

.pattern-card-v3[data-expanded="true"] .pattern-expand-editorial-v3 svg{
  transform: rotate(180deg);
}

.pattern-expanded-editorial-v3{
  max-height: 0;
  overflow: hidden;
  transition: max-height 400ms ease, margin-top 400ms ease;
}

.pattern-card-v3[data-expanded="true"] .pattern-expanded-editorial-v3{
  max-height: 2000px;
  margin-top: 2rem;
}

.pattern-cards-refined{
  gap: 1rem;
  align-items: start;
}

@media (min-width: 768px){
  .pattern-cards-refined{
    gap: 1.5rem;
  }
}

.pattern-card-refined{
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.pattern-card-refined:hover{
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: #BB9091;
}

.pattern-header-refined{
  padding: 1.25rem;
  position: relative;
  cursor: pointer;
  transition: background-color 200ms ease;
}

.pattern-header-refined:hover{
  background-color: rgba(0, 0, 0, 0.02);
}

.pattern-name-refined{
  font-size: 1.125rem;
  font-weight: 600;
  font-family: Calistoga, cursive;
  color: #201E1E;
  margin-bottom: 0.25rem;
  line-height: 1.3;
}

.pattern-brief-refined{
  font-size: 0.875rem;
  color: #525050;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.pattern-count-refined{
  font-size: 0.75rem;
  color: #838282;
  font-weight: 500;
  display: block;
  margin-bottom: 0.5rem;
}

.pattern-expand-refined{
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
  color: #525050;
  transition: all 200ms ease;
}

.pattern-expand-refined:hover{
  color: #9F6163;
  transform: scale(1.1);
}

.pattern-expand-refined svg{
  width: 100%;
  height: 100%;
  transition: transform 200ms ease;
}

.pattern-card-refined[data-expanded="true"] .pattern-expand-refined svg{
  transform: rotate(180deg);
}

.pattern-expanded-refined{
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease, padding 300ms ease;
}

.pattern-card-refined[data-expanded="true"] .pattern-expanded-refined{
  padding: 0 1.25rem 1.25rem;
}

.pattern-characteristics-grid-refined{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px){
  .pattern-characteristics-grid-refined{
    grid-template-columns: repeat(4, 1fr);
  }
}

.char-item-refined{
  text-align: center;
  padding: 0.75rem 0.5rem;
  background-color: #F2F2F2;
  border-radius: 0.375rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.char-features-refined{
  grid-column: span 2;
}

@media (min-width: 768px){
  .char-features-refined{
    grid-column: span 2;
  }
}

.char-label-refined{
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  color: #9F6163;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}

.char-value-refined{
  font-size: 0.75rem;
  color: #201E1E;
  font-weight: 600;
}

.pattern-description-refined{
  margin-bottom: 1rem;
}

.pattern-description-refined p{
  font-size: 0.875rem;
  color: #525050;
  line-height: 1.5;
}

.subpatterns-show-refined{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #F2F2F2;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #9F6163;
  transition: all 200ms ease;
  margin-bottom: 0.75rem;
}

.subpatterns-show-refined:hover{
  background-color: #F5EFEF;
  color: #7F4D4F;
}

.subpatterns-show-refined svg{
  width: 0.875rem;
  height: 0.875rem;
  transition: transform 200ms ease;
}

.pattern-card-refined[data-subpatterns-expanded="true"] .subpatterns-show-refined svg{
  transform: rotate(180deg);
}

.subpatterns-list-refined{
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease;
}

.pattern-card-refined[data-subpatterns-expanded="true"] .subpatterns-list-refined{
}

.sub-frequency-refined.common{
  background-color: #F7FCF5;
  color: #495A3E;
}

.condition-card{
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  border: 1px solid #EBDFDF;
  overflow: hidden;
  width: 100%;
  text-decoration: none;
  color: #201E1E;
  box-shadow: 0 1px 3px 0 rgba(8, 5, 5, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.condition-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 4px 6px -1px rgba(8, 5, 5, 0.08);
  border-color: #BB9091;
}

.condition-card h3{
  text-decoration: none;
}

.condition-card p{
  text-decoration: none;
}

.condition-card span{
  text-decoration: none;
}

.condition-card-content{
  padding: 1.25rem;
  width: 100%;
}

.condition-card-header{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.condition-icon{
  width: 2.5rem;
  height: 2.5rem;
  background-color: #F5EFEF;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 0.75rem;
}

.condition-icon svg{
  width: 1.25rem;
  height: 1.25rem;
  color: #9F6163;
}

.condition-category-badge{
  display: inline-block;
  background-color: #EBDFDF;
  color: #3F2627;
  font-size: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 9999px;
  font-weight: 500;
}

.condition-name{
  font-size: 1.25rem;
  font-weight: 600;
  font-family: Calistoga, cursive;
  color: #201E1E;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.condition-intro{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.condition-intro-text{
  font-size: 0.875rem;
  color: #525050;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.condition-patterns{
  margin-top: 0.75rem;
}

.condition-patterns-title{
  font-size: 0.75rem;
  font-weight: 600;
  color: #525050;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.condition-patterns-content{
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.condition-pattern-tag{
  display: inline-block;
  background-color: #F5EFEF;
  color: #3F2627;
  font-size: 0.6875rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-radius: 0.375rem;
  font-weight: 500;
  border: 1px solid #EBDFDF;
}

.condition-divider{
  height: 1px;
  background-color: #EBDFDF;
  width: 100%;
  margin: 0.75rem 0;
}

.section{
  padding: 3rem 0;
  width: 100%;
}

.hero-section{
  position: relative;
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #F2F2F2;
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(32, 30, 30, 0.6);
  z-index: 1;
}

.hero-section-content{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-section-text{
  max-width: 800px;
  margin: 0 auto;
}

.hero-section-media-bg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.hero-section-media-bg img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-section-dark{
  color: #F2F2F2;
}

.hero-section-dark::before{
  background-color: rgba(32, 30, 30, 0.8);
}

.hero-section-split{
  position: relative;
  padding: 2rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #201E1E;
  background-color: #F7FBFA;
  width: 100%;
}

.hero-section-split-content{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px){
  .hero-section-split-content{
    flex-direction: row;
    align-items: center;
  }
}

.hero-section-split-text{
  flex: 1 1 50%;
}

@media (min-width: 768px){
  .hero-section-split-text{
    padding: 0 2rem 0 0;
  }
}

.hero-section-split-media{
  flex: 1 1 50%;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(8, 5, 5, 0.08);
}

.feature-section{
  padding: 3rem 0;
  background-color: #F7FBFA;
}

.feature-section-header{
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3rem auto;
  padding: 0 1.5rem;
}

.feature-section-content{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.feature-grid{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

@media (min-width: 768px){
  .feature-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px){
  .feature-grid{
    grid-template-columns: repeat(3, 1fr);
  }
}

.feature-item{
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  padding: 1.5rem;
  border: 1px solid #D9D9D9;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover{
  transform: translateY(-4px);
  box-shadow: 0 4px 6px -1px rgba(8, 5, 5, 0.08);
}

.feature-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  background-color: #F5EFEF;
  color: #9F6163;
  margin-bottom: 1rem;
}

.alternate-section{
  padding: 2rem 0;
}

.alternate-section-light{
  background-color: #F7FBFA;
}

.alternate-section-dark{
  background-color: #F2F2F2;
}

.alternate-section-content{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 768px){
  .alternate-section-content{
    flex-direction: row;
    align-items: center;
  }
}

.alternate-section-content-reverse{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 768px){
  .alternate-section-content-reverse{
    flex-direction: row-reverse;
    align-items: center;
  }
}

.alternate-section-text{
  flex: 1 1 50%;
}

.alternate-section-media{
  flex: 1 1 50%;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(8, 5, 5, 0.08);
}

.cta-section{
  background-color: #F5EFEF;
  padding: 4rem 0;
  text-align: center;
}

.cta-section-content{
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.cta-section-actions{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  justify-content: center;
}

@media (min-width: 640px){
  .cta-section-actions{
    flex-direction: row;
  }
}

.cta-section-dark{
  background-color: #201E1E;
  color: #F2F2F2;
}

.testimonial-section{
  background-color: #F7FBFA;
  padding: 4rem 0;
}

.testimonial-section-content{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.testimonial-grid{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

@media (min-width: 768px){
  .testimonial-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

.testimonial-item{
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  padding: 2rem;
  border: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
}

.testimonial-quote{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-style: italic;
  color: #201E1E;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 1.5rem;
}

.testimonial-quote::before{
  content: """;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  line-height: 1;
  color: #9F6163;
}

.testimonial-author{
  display: flex;
  align-items: center;
  margin-top: auto;
}

.testimonial-avatar{
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  margin-right: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial-info{
  display: flex;
  flex-direction: column;
}

.testimonial-name{
  font-weight: 600;
  color: #201E1E;
}

.testimonial-role{
  font-size: 0.875rem;
  color: #525050;
}

.testimonial-section-dark{
  background-color: #201E1E;
  color: #F2F2F2;
}

.testimonial-section-dark .testimonial-item{
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.testimonial-section-dark .testimonial-quote{
  color: #F2F2F2;
}

.testimonial-section-dark .testimonial-name{
  color: #F2F2F2;
}

.testimonial-section-dark .testimonial-role{
  color: #F2F2F2;
  opacity: 0.8;
}

.tabs{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.tabs-header{
  display: flex;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 1rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.tabs-header::-webkit-scrollbar{
  display: none;
}

.tab-button{
  padding: 0.75rem 1.25rem;
  font-weight: 500;
  color: #525050;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.tab-button:hover{
  color: #9F6163;
}

.tab-button-active{
  color: #9F6163;
  border-bottom-color: #9F6163;
}

.tab-content{
  padding: 0.5rem 0;
}

.tab-panel{
  display: none;
}

.tab-panel-active{
  display: block;
}

.tabs-pills{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.tabs-pills-header{
  display: flex;
  margin-bottom: 1rem;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.tab-pill{
  padding: 0.5rem 1rem;
  font-weight: 500;
  color: #525050;
  background-color: #F2F2F2;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.tab-pill:hover{
  background-color: #EBDFDF;
  color: #9F6163;
}

.tab-pill-active{
  color: #F2F2F2;
  background-color: #9F6163;
}

.tab-pill-active:hover{
  background-color: #7F4D4F;
  color: #F2F2F2;
}

.accordion{
  border: 1px solid #D9D9D9;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;
}

.accordion-item{
  border-bottom: 1px solid #D9D9D9;
}

.accordion-item:last-child{
  border-bottom: none;
}

.accordion-header{
  padding: 1rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background-color: #FFFFFF;
  transition: background-color 0.2s ease;
}

.accordion-header:hover{
  background-color: #F2F2F2;
}

.accordion-title{
  font-weight: 600;
  color: #201E1E;
  flex: 1;
}

.accordion-icon{
  color: #9F6163;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.accordion-icon-expanded{
  transform: rotate(180deg);
}

.accordion-content{
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-content-expanded{
  padding: 1rem 1.25rem;
  max-height: 500px;
}

.accordion-content-inner{
  color: #525050;
}

.vertical-nav{
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #D9D9D9;
}

.vertical-nav-item{
  padding: 0.75rem 1.25rem;
  color: #201E1E;
  border-left: 3px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
}

.vertical-nav-item:hover{
  background-color: #F2F2F2;
  border-left-color: #BB9091;
}

.vertical-nav-item:not(:last-child){
  border-bottom: 1px solid #EBDFDF;
}

.vertical-nav-item-active{
  background-color: #F5EFEF;
  border-left-color: #9F6163;
  color: #9F6163;
  font-weight: 500;
}

.breadcrumbs{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.5rem 0;
}

.breadcrumb-item{
  display: flex;
  align-items: center;
  color: #525050;
  font-size: 0.875rem;
}

.breadcrumb-link{
  color: #9F6163;
  text-decoration: none;
}

.breadcrumb-link:hover{
  text-decoration: underline;
  color: #7F4D4F;
}

.breadcrumb-separator{
  margin: 0 0.5rem;
  color: #838282;
}

.breadcrumb-current{
  color: #201E1E;
  font-weight: 500;
}

.pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.pagination-item{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.5rem;
  border-radius: 0.375rem;
  color: #201E1E;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pagination-item:hover{
  background-color: #F2F2F2;
}

.pagination-item-active{
  background-color: #9F6163;
  color: #F2F2F2;
}

.pagination-item-active:hover{
  background-color: #7F4D4F;
}

.pagination-ellipsis{
  color: #838282;
  cursor: default;
}

.pagination-ellipsis:hover{
  background-color: transparent;
}

.pagination-prev, .pagination-next{
  font-weight: 500;
}

.pagination-disabled{
  color: #B4B4B4;
  cursor: not-allowed;
}

.pagination-disabled:hover{
  background-color: transparent;
}

.stepper{
  display: flex;
  width: 100%;
  position: relative;
  z-index: 0;
}

.stepper-line{
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #D9D9D9;
  z-index: -1;
}

.stepper-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
}

.stepper-circle{
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background-color: #F2F2F2;
  border: 2px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  color: #525050;
  z-index: 1;
}

.stepper-label{
  font-size: 0.875rem;
  color: #525050;
  text-align: center;
  max-width: 120px;
}

.stepper-item-active .stepper-circle{
  background-color: #9F6163;
  border-color: #9F6163;
  color: #F2F2F2;
}

.stepper-item-active .stepper-label{
  color: #9F6163;
  font-weight: 500;
}

.stepper-item-completed .stepper-circle{
  background-color: #F5EFEF;
  border-color: #9F6163;
  color: #9F6163;
}

.tabs-dark{
  background-color: #201E1E;
  color: #F2F2F2;
}

.tabs-dark .tabs-header{
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.tabs-dark .tab-button{
  color: rgba(255, 255, 255, 0.7);
}

.tabs-dark .tab-button:hover{
  color: #F2F2F2;
}

.tabs-dark .tab-button-active{
  color: #F2F2F2;
  border-bottom-color: #F2F2F2;
}

.tabs-dark .tab-content{
  color: #F2F2F2;
}

.accordion-dark{
  background-color: #201E1E;
  border-color: rgba(255, 255, 255, 0.2);
}

.accordion-dark .accordion-item{
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.accordion-dark .accordion-header{
  background-color: rgba(255, 255, 255, 0.05);
}

.accordion-dark .accordion-header:hover{
  background-color: rgba(255, 255, 255, 0.1);
}

.accordion-dark .accordion-title{
  color: #F2F2F2;
}

.accordion-dark .accordion-content-inner{
  color: rgba(255, 255, 255, 0.8);
}

.vertical-nav-dark{
  background-color: #201E1E;
  border-color: rgba(255, 255, 255, 0.2);
}

.vertical-nav-dark .vertical-nav-item{
  color: rgba(255, 255, 255, 0.8);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.vertical-nav-dark .vertical-nav-item:hover{
  background-color: rgba(255, 255, 255, 0.1);
}

.vertical-nav-dark .vertical-nav-item-active{
  background-color: rgba(255, 255, 255, 0.15);
  color: #F2F2F2;
}

.styled-list{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.styled-list-item{
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.styled-list-item:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #9F6163;
}

.styled-list .styled-list{
  margin-top: 0.5rem;
  margin-left: 1rem;
}

.styled-list .styled-list .styled-list-item:before{
  background-color: #BB9091;
}

.styled-list .styled-list .styled-list .styled-list-item:before{
  background-color: #EBDFDF;
}

.list-checks{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.list-checks-item{
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.5rem;
}

.list-checks-item:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239F6163' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.list-checks .list-checks{
  margin-top: 0.5rem;
  margin-left: 1rem;
}

.list-checks .list-checks .list-checks-item:before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23BB9091' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7'%3E%3C/path%3E%3C/svg%3E");
}

.list-checks .list-checks .list-checks .list-checks-item:before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23EBDFDF' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7'%3E%3C/path%3E%3C/svg%3E");
}

.description-list{
  margin: 0;
  padding: 0;
}

.description-list-term{
  display: inline-block;
  width: 100px;
  margin-right: 16px;
  color: #201E1E;
  font-weight: 600;
  text-align: right;
  vertical-align: top;
}

.description-list-value{
  display: inline-block;
  color: #525050;
  vertical-align: top;
}

.modal-backdrop{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
}

.\!modal{
  background-color: #FFFFFF !important;
  border-radius: 0.5rem !important;
  box-shadow: 0 10px 15px -3px rgba(8, 5, 5, 0.12) !important;
  width: 90% !important;
  max-width: 500px !important;
  max-height: 90vh !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
}

.modal{
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(8, 5, 5, 0.12);
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.modal-header{
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-title{
  font-weight: 600;
  color: #201E1E;
  font-size: 1.25rem;
}

.modal-close{
  color: #838282;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 9999px;
  line-height: 1;
}

.modal-close:hover{
  background-color: #F2F2F2;
  color: #201E1E;
}

.modal-body{
  padding: 1.5rem;
  overflow-y: auto;
}

.modal-footer{
  padding: 1rem 1.5rem;
  border-top: 1px solid #D9D9D9;
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  background-color: #F2F2F2;
}

.meandqi-tooltip{
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.meandqi-tooltip-content{
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #201E1E;
  color: #F2F2F2;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  white-space: nowrap;
  z-index: 10;
  box-shadow: 0 4px 6px -1px rgba(8, 5, 5, 0.08);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}

.meandqi-tooltip-content:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0.25rem;
  border-style: solid;
  border-color: #201E1E transparent transparent transparent;
}

.meandqi-tooltip:hover .meandqi-tooltip-content{
  opacity: 1;
  visibility: visible;
}

.meandqi-tooltip-visible .meandqi-tooltip-content{
  opacity: 1;
  visibility: visible;
}

.meandqi-tooltip-top .meandqi-tooltip-content{
  bottom: calc(100% + 10px);
  top: auto;
}

.meandqi-tooltip-bottom .meandqi-tooltip-content{
  top: calc(100% + 10px);
  bottom: auto;
}

.meandqi-tooltip-bottom .meandqi-tooltip-content:before{
  top: auto;
  bottom: 100%;
  border-color: transparent transparent #201E1E transparent;
}

.meandqi-tooltip-left .meandqi-tooltip-content{
  bottom: auto;
  top: 50%;
  left: auto;
  right: calc(100% + 10px);
  transform: translateY(-50%);
}

.meandqi-tooltip-left .meandqi-tooltip-content:before{
  top: 50%;
  left: 100%;
  bottom: auto;
  right: auto;
  transform: translateY(-50%);
  border-color: transparent transparent transparent #201E1E;
}

.meandqi-tooltip-right .meandqi-tooltip-content{
  bottom: auto;
  top: 50%;
  right: auto;
  left: calc(100% + 10px);
  transform: translateY(-50%);
}

.meandqi-tooltip-right .meandqi-tooltip-content:before{
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
  border-color: transparent #201E1E transparent transparent;
}

.badge{
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
  background-color: #F2F2F2;
  color: #525050;
}

.badge-primary{
  background-color: #9F6163;
  color: #F2F2F2;
}

.badge-secondary{
  background-color: #B7DFD6;
  color: #201E1E;
}

.badge-success{
  background-color: #4CAF50;
  color: #F2F2F2;
}

.badge-warning{
  background-color: #FF9800;
  color: #201E1E;
}

.badge-error{
  background-color: #F44336;
  color: #F2F2F2;
}

.badge-info{
  background-color: #2196F3;
  color: #F2F2F2;
}

.badge-outline{
  background-color: transparent;
  border: 1px solid #D9D9D9;
}

.badge-outline-primary{
  border-color: #9F6163;
  color: #9F6163;
}

.badge-removable{
  padding-right: 0.25rem;
}

.badge-remove{
  margin-left: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.badge-remove:hover{
  background-color: rgba(0, 0, 0, 0.2);
}

.alert{
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  border: 1px solid #D9D9D9;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.alert-icon{
  flex-shrink: 0;
  color: #525050;
}

.alert-content{
  flex: 1 1 auto;
}

.alert-title{
  font-weight: 600;
  color: #201E1E;
  margin-bottom: 0.25rem;
}

.alert-message{
  color: #525050;
}

.alert-close{
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  color: #838282;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 9999px;
  line-height: 1;
}

.alert-close:hover{
  background-color: #F2F2F2;
  color: #201E1E;
}

.alert-info{
  border-color: #2196F3;
  background-color: rgba(33, 150, 243, 0.1);
}

.alert-info .alert-icon{
  color: #2196F3;
}

.alert-info .alert-title{
  color: #2196F3;
}

.alert-success{
  border-color: #4CAF50;
  background-color: rgba(76, 175, 80, 0.1);
}

.alert-success .alert-icon{
  color: #4CAF50;
}

.alert-success .alert-title{
  color: #4CAF50;
}

.alert-warning{
  border-color: #FF9800;
  background-color: rgba(255, 152, 0, 0.1);
}

.alert-warning .alert-icon{
  color: #FF9800;
}

.alert-warning .alert-title{
  color: #FF9800;
}

.alert-error{
  border-color: #F44336;
  background-color: rgba(244, 67, 54, 0.1);
}

.alert-error .alert-icon{
  color: #F44336;
}

.alert-error .alert-title{
  color: #F44336;
}

.progress{
  height: 0.5rem;
  border-radius: 9999px;
  overflow: hidden;
  background-color: #F2F2F2;
}

.progress-bar{
  height: 100%;
  background-color: #9F6163;
  transition: width 0.3s ease;
}

.progress-bar-striped{
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-success{
  background-color: #4CAF50;
}

.progress-bar-warning{
  background-color: #FF9800;
}

.progress-bar-error{
  background-color: #F44336;
}

.avatar{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  overflow: hidden;
  background-color: #F2F2F2;
  color: #525050;
  font-weight: 500;
  flex-shrink: 0;
}

.avatar-sm{
  width: 2rem;
  height: 2rem;
  font-size: 0.75rem;
}

.avatar-md{
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
}

.avatar-lg{
  width: 4rem;
  height: 4rem;
  font-size: 1.25rem;
}

.avatar-image{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.avatar-group{
  display: flex;
}

.avatar-group .avatar{
  border: 2px solid #FFFFFF;
  margin-left: -0.75rem;
}

.avatar-group .avatar:first-child{
  margin-left: 0;
}

.radio-group{
  margin: 0.75rem 0;
}

.radio-label{
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 0.5rem;
}

.radio-input{
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.radio-input + .radio-text{
  position: relative;
  padding-left: 1.75rem;
  color: #525050;
}

.radio-input + .radio-text:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid #B4B4B4;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: all 0.2s ease-in-out;
}

.radio-input + .radio-text:after{
  content: "";
  position: absolute;
  left: 0.3125rem;
  top: 50%;
  transform: scale(0) translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #9F6163;
  transition: transform 0.15s ease-in-out;
}

.radio-input:checked + .radio-text{
  color: #201E1E;
  font-weight: 500;
}

.radio-input:checked + .radio-text:before{
  border-color: #9F6163;
}

.radio-input:checked + .radio-text:after{
  transform: scale(1) translateY(-50%);
}

.radio-input:focus + .radio-text:before{
  box-shadow: 0 0 0 3px #F5EFEF;
}

.radio-input:disabled + .radio-text{
  color: #B4B4B4;
  cursor: not-allowed;
}

.radio-input:disabled + .radio-text:before{
  border-color: #D9D9D9;
  background-color: #F0F8F6;
}

.radio-input:disabled + .radio-text:after{
  background-color: #B4B4B4;
}

.radio-panel-group{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.radio-panel{
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.radio-panel-input{
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.radio-panel-input + .radio-panel-content{
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 1rem 3rem;
  border-radius: 0.5rem;
  border: 1px solid #D9D9D9;
  background-color: #FFFFFF;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.radio-panel-input + .radio-panel-content:before{
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #B4B4B4;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: all 0.2s ease-in-out;
}

.radio-panel-input + .radio-panel-content:after{
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: scale(0) translateY(-50%);
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0 0 0.3125rem;
  border-radius: 50%;
  background-color: #9F6163;
  transition: transform 0.15s ease-in-out;
}

.radio-panel-input:checked + .radio-panel-content{
  border-color: #9F6163;
  box-shadow: 0 0 0 1px #9F6163;
  background-color: #F5EFEF;
}

.radio-panel-input:checked + .radio-panel-content:before{
  border-color: #9F6163;
}

.radio-panel-input:checked + .radio-panel-content:after{
  transform: scale(1) translateY(-50%);
}

.radio-panel-input:focus + .radio-panel-content{
  box-shadow: 0 0 0 3px #F5EFEF;
}

.radio-panel-input:disabled + .radio-panel-content{
  background-color: #F0F8F6;
  cursor: not-allowed;
  opacity: 0.75;
}

.radio-panel-input:disabled + .radio-panel-content:before{
  border-color: #D9D9D9;
  background-color: #F0F8F6;
}

.radio-panel-content{
  padding-left: 3rem;
}

.radio-panel-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.radio-panel-title{
  font-weight: 600;
  color: #201E1E;
  font-size: 1rem;
}

.radio-panel-price{
  font-weight: 700;
  color: #9F6163;
  font-size: 1.125rem;
}

.radio-panel-description{
  color: #525050;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.meandqi-divider{
  height: 1px;
  width: 100%;
  background-color: #EBDFDF;
  margin: 1.5rem 0;
}

.meandqi-divider-vertical{
  width: 1px;
  height: 100%;
  background-color: #EBDFDF;
  margin: 0 1.5rem;
}

.meandqi-divider-with-text{
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
}

.meandqi-divider-with-text:before, .meandqi-divider-with-text:after{
  content: "";
  flex: 1 1 0%;
  height: 1px;
  background-color: #EBDFDF;
}

.meandqi-divider-text{
  padding: 0 1rem;
  color: #525050;
  font-size: 0.875rem;
}

.spinner{
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  border-color: #D9D9D9 #D9D9D9 #D9D9D9 transparent;
  animation: spin 1s linear infinite;
}

@keyframes spin{
  from{
    transform: rotate(0deg);
  }

  to{
    transform: rotate(360deg);
  }
}

.spinner-sm{
  width: 1rem;
  height: 1rem;
  border-width: 2px;
}

.spinner-lg{
  width: 2.5rem;
  height: 2.5rem;
  border-width: 3px;
}

.spinner-primary{
  border-color: #EBDFDF #EBDFDF #EBDFDF #9F6163;
}

.icon-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background-color: transparent;
  color: #525050;
  cursor: pointer;
  transition: all 0.2s ease;
}

.icon-button:hover{
  background-color: #F2F2F2;
  color: #201E1E;
}

.icon-button-sm{
  width: 2rem;
  height: 2rem;
}

.icon-button-lg{
  width: 3rem;
  height: 3rem;
}

.icon-button-primary{
  color: #9F6163;
}

.icon-button-primary:hover{
  background-color: #F5EFEF;
  color: #7F4D4F;
}

.empty-state{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}

.empty-state-icon{
  color: #838282;
  margin-bottom: 1rem;
}

.empty-state-title{
  font-weight: 600;
  color: #201E1E;
  margin-bottom: 0.5rem;
}

.empty-state-description{
  color: #525050;
  max-width: 400px;
  margin-bottom: 1.5rem;
}

.visible{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hidden-maintain-layout{
  display: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.page-enter-active, .page-leave-active{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  width: 100%;
}

.component-enter-active, .component-leave-active{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.product-card{
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  border: 1px solid #D9D9D9;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 4px 6px -1px rgba(8, 5, 5, 0.08);
}

.product-card-image{
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.product-card-image img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card-image:hover img{
  transform: scale(1.05);
}

.product-badge{
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.herb-badge{
  background-color: #B8E39C;
  color: #201E1E;
}

.formula-badge{
  background-color: #B7DFD6;
  color: #201E1E;
}

.product-detail-mobile-header{
  padding: 1rem 1.5rem 0;
  display: block;
}

@media (min-width: 768px){
  .product-detail-mobile-header{
    display: none;
  }
}

.product-detail-mobile-header .product-alt-names{
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.75rem;
  background-color: #F2F2F2;
  border-radius: 0.375rem;
}

.product-header-desktop{
  display: none;
}

@media (min-width: 768px){
  .product-header-desktop{
    display: block;
  }
}

.product-badges{
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.product-name{
  font-size: 1.75rem;
  font-weight: 700;
  color: #201E1E;
  font-family: Calistoga, cursive;
  margin-bottom: 0.25rem;
  line-height: 1.2;
}

.product-name .chinese-name{
  font-weight: 400;
  font-size: 1.25rem;
}

.product-english-name{
  font-size: 1.25rem;
  font-weight: 400;
  color: #525050;
  margin-bottom: 1rem;
  font-family: Ubuntu, sans-serif;
}

.product-english-name .chinese-name{
  font-weight: 400;
  font-size: 1.25rem;
}

.chinese-name{
  font-family: Ubuntu, sans-serif;
  font-weight: 600;
}

.product-card-content{
  padding: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-card-title{
  margin-bottom: 0.75rem;
}

.product-card-title h5{
  font-size: 1.125rem;
  line-height: 1.4;
  color: #201E1E;
  font-weight: 600;
  margin-bottom: 0;
}

.product-card-title .herb-english-name{
  font-size: 0.875rem;
  color: #525050;
  font-style: italic;
  margin-top: 0.125rem;
  margin-bottom: 0;
}

.product-card-attributes{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.attribute-group{
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.4;
}

.attribute-label{
  font-weight: 600;
  color: #525050;
  margin-right: 0.25rem;
}

.attribute-value{
  color: #201E1E;
}

.product-card-description{
  margin-bottom: 0.75rem;
}

.product-card-description p{
  font-size: 0.875rem;
  color: #525050;
  line-height: 1.4;
  margin: 0;
}

.product-card-ingredients{
  margin-bottom: 0.75rem;
  padding: 0.75rem;
  background-color: #F7FBFA;
  border-radius: 0.375rem;
}

.product-card-ingredients .ingredients-title{
  font-size: 0.75rem;
  font-weight: 600;
  color: #525050;
  margin-bottom: 0.375rem;
  margin-top: 0;
}

.product-card-ingredients .ingredients-list{
  margin: 0;
  padding: 0;
  padding-left: 1rem;
  font-size: 0.75rem;
  color: #525050;
}

.product-card-ingredients .ingredients-list li{
  margin-bottom: 0.25rem;
}

.product-card-formats{
  margin-bottom: 0.75rem;
}

.product-card-formats .formats-label{
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #525050;
  margin-bottom: 0.375rem;
}

.product-card-formats .formats-list{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.product-card-formats .format-item{
  font-size: 0.75rem;
  background-color: #F2F2F2;
  color: #525050;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  display: inline-flex;
}

.product-card-suppliers{
  margin-bottom: 0.75rem;
}

.product-card-suppliers .suppliers-count{
  font-size: 0.75rem;
  color: #525050;
  display: block;
}

.product-card-price{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.product-card-price .price-label{
  font-size: 0.75rem;
  color: #525050;
}

.product-card-price .price{
  font-size: 1.25rem;
  font-weight: 700;
  color: #9F6163;
}

.product-card-actions{
  display: flex;
  margin-top: auto;
}

.product-card-actions .btn{
  width: 100%;
}

.product-card.list-view{
  flex-direction: row;
  gap: 1.5rem;
}

@media (min-width: 768px){
  .product-card.list-view{
    padding: 1rem;
  }
}

.product-card.list-view .product-card-image{
  width: 100%;
  max-width: 150px;
  height: 150px;
}

@media (min-width: 768px){
  .product-card.list-view .product-card-image{
    max-width: 200px;
    height: 200px;
  }
}

.product-card.list-view .product-card-content{
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-card.list-view .product-card-actions{
  display: flex;
  justify-content: flex-start;
}

.product-card.list-view .product-card-actions .btn{
  width: auto;
}

.product-detail-hero{
  background-color: #F7FBFA;
  border-radius: 0.75rem;
  overflow: hidden;
  width: 100%;
}

.product-detail-container{
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  gap: 1rem;
}

@media (min-width: 768px){
  .product-detail-container{
    flex-direction: row;
    gap: 2rem;
  }
}

#supplier-logo-container{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #EBDFDF;
  max-width: 200px;
}

#supplier-more-info{
  display: inline-flex;
  align-items: center;
  color: #9F6163;
  font-weight: 500;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}

#supplier-more-info:hover{
  color: #7F4D4F;
}

#supplier-more-info svg{
  margin-left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.product-gallery{
  width: 100%;
}

@media (min-width: 768px){
  .product-gallery{
    width: 45%;
    position: sticky;
    top: 2rem;
  }
}

.product-gallery-main{
  position: relative;
  width: 100%;
  margin-bottom: 0.75rem;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #D9D9D9;
}

.product-gallery-main .main-product-image{
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-zoom-btn{
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  background-color: #FFFFFF;
  color: #525050;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px -1px rgba(8, 5, 5, 0.08);
  transition: transform 0.2s ease;
}

.image-zoom-btn:hover{
  transform: scale(1.1);
  color: #201E1E;
}

.product-gallery-thumbnails{
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  overflow-x: auto;
}

@media (min-width: 768px){
  .product-gallery-thumbnails{
    overflow-x: visible;
    flex-wrap: wrap;
  }
}

.thumbnail-item{
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  border-radius: 0.375rem;
  overflow: hidden;
  border: 1px solid #D9D9D9;
  padding: 0;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.thumbnail-item img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumbnail-item:hover{
  border-color: #9F6163;
}

.thumbnail-item.active{
  border-color: #9F6163;
  border-width: 2px;
}

.photo-disclaimer{
  font-size: 0.75rem;
  color: #838282;
  text-align: center;
  margin-top: 0.5rem;
}

.product-info{
  flex: 1;
}

@media (min-width: 768px){
  .product-info{
    width: 55%;
  }
}

.product-alt-names{
  margin-bottom: 1.5rem;
  padding: 0.75rem;
  background-color: #F2F2F2;
  border-radius: 0.375rem;
}

.product-alt-names h3{
  font-size: 0.875rem;
  font-weight: 600;
  color: #525050;
  margin-bottom: 0.25rem;
}

.product-alt-names p{
  font-size: 0.875rem;
  color: #525050;
  margin: 0;
}

.product-properties{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #D9D9D9;
}

@media (min-width: 768px){
  .product-properties{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25rem;
  }
}

.property-item{
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

@media (min-width: 768px){
  .property-item{
    width: calc(50% - 0.75rem);
  }
}

.property-icon{
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  color: #9F6163;
}

.property-content h4{
  font-size: 0.875rem;
  font-weight: 600;
  color: #525050;
  margin-bottom: 0.125rem;
}

.property-content p{
  font-size: 0.875rem;
  color: #201E1E;
  margin: 0;
  line-height: 1.4;
}

.product-selection{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.selection-group h4{
  font-size: 0.875rem;
  font-weight: 600;
  color: #525050;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.option-buttons{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.option-btn{
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  background-color: #F2F2F2;
  color: #525050;
  border: 1px solid #D9D9D9;
  transition: all 0.2s ease;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.option-btn:hover{
  background-color: #F7FBFA;
  border-color: #9F6163;
}

.option-btn.active{
  background-color: #F5EFEF;
  border-color: #9F6163;
  color: #9F6163;
  font-weight: 600;
}

.option-btn .primary-unit{
  font-size: 0.875rem;
  font-weight: inherit;
}

.option-btn .secondary-unit{
  font-size: 0.75rem;
  color: #838282;
  font-weight: normal;
}

.info-icon{
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  color: #838282;
  border: 1px solid #D9D9D9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  font-weight: 600;
  cursor: pointer;
  margin-left: auto;
}

.info-icon:hover{
  background-color: #F5EFEF;
  color: #9F6163;
  border-color: #9F6163;
}

#infoModalContent{
  color: #201E1E;
  line-height: 1.6;
}

#infoModalContent p{
  color: #525050;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

#infoModalContent h2{
  font-size: 1.25rem;
  font-weight: 600;
  color: #201E1E;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

#infoModalContent strong{
  font-weight: 600;
  color: #201E1E;
}

.quantity-selector{
  margin-bottom: 0.5rem;
}

.quantity-selector h4{
  margin-bottom: 0.375rem;
}

.quantity-selector .quantity-controls{
  display: flex;
  align-items: stretch;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5rem;
  border: 1px solid #D9D9D9;
  border-radius: 0.375rem;
  overflow: hidden;
}

.quantity-selector .quantity-btn{
  width: 2.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F2F2;
  border: none;
  font-size: 1.25rem;
  font-weight: 500;
  cursor: pointer;
}

.quantity-selector .quantity-btn:hover{
  background-color: #F7FBFA;
}

.quantity-selector .quantity-input{
  width: 3rem;
  height: 100%;
  border: none;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  text-align: center;
  font-size: 0.875rem;
  color: #201E1E;
}

.quantity-selector .quantity-input:focus{
  outline: none;
}

.quantity-selector .quantity-input::-webkit-inner-spin-button, .quantity-selector .quantity-input::-webkit-outer-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

.quantity-selector .quantity-input[type=number]{
  -moz-appearance: textfield;
}

.price-and-cart{
  display: flex;
  flex-direction: column;
  gap: 0;
}

.price-display{
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  text-align: center;
  justify-content: center;
}

@media (min-width: 768px){
  .price-display{
    text-align: left;
    justify-content: flex-start;
  }
}

.price-display .price{
  font-size: 1.5rem;
  font-weight: 700;
  color: #9F6163;
}

.price-display .unit-price{
  font-size: 0.75rem;
  color: #525050;
}

.add-to-cart-section .btn-add-to-cart{
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
}

@media (min-width: 768px){
  .add-to-cart-section .btn-add-to-cart{
    width: auto;
  }
}

.shipping-info{
  margin-top: 0.75rem;
  padding: 0.75rem;
  background-color: #F2F2F2;
  border-radius: 0.375rem;
  font-size: 0.875rem;
}

@media (min-width: 768px){
  .shipping-info{
    margin-top: 0;
    width: 60%;
    background-color: transparent;
    padding-left: 1.25rem;
    border-left: 1px solid #D9D9D9;
    align-self: center;
    height: 100%;
  }
}

.shipping-header{
  margin-bottom: 0.75rem;
}

.shipping-location{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.375rem;
  font-size: 0.75rem;
  color: #525050;
}

.shipping-location .location{
  font-weight: 600;
  color: #201E1E;
}

.shipping-location .change-link{
  color: #9F6163;
  text-decoration: underline;
  font-size: 0.75rem;
  margin-left: auto;
}

.shipping-summary{
  margin-bottom: 0.75rem;
}

.shipping-option-summary{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.option-row{
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #525050;
}

.option-row .shipping-type{
  font-weight: 500;
}

.option-row .shipping-cost{
  font-weight: 600;
  color: #201E1E;
  margin-left: 0.5rem;
}

.free-shipping-notification{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background-color: #F7FCF5;
  border-radius: 0.375rem;
  color: #525050;
  font-size: 0.75rem;
}

.free-shipping-notification svg{
  color: #B8E39C;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}

.purchase-section{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0;
}

@media (min-width: 768px){
  .purchase-section{
    flex-direction: row;
    align-items: center;
  }
}

.purchase-options{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 768px){
  .purchase-options{
    width: 40%;
  }
}

.product-info-tabs{
  width: 100%;
  margin-bottom: 1.5rem;
  background-color: #F7FBFA;
  border-radius: 0.75rem;
  overflow: hidden;
}

@media (min-width: 768px){
  .product-info-tabs{
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  }
}

.info-section{
  padding: 1.5rem 0;
  border-bottom: 1px solid undefined;
}

.info-section:last-child{
  border-bottom: none;
}

.info-section.two-column{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px){
  .info-section.two-column{
    flex-direction: row;
  }

  .info-section.two-column .column{
    width: 50%;
  }
}

.info-section-title{
  font-size: 1.125rem;
  font-weight: 600;
  color: #201E1E;
  margin-bottom: 1rem;
}

.info-section-content{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.product-type-card{
  display: flex;
  flex-direction: column;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #F2F2F2;
  border-radius: 0.5rem;
  border: 1px solid undefined;
}

@media (min-width: 768px){
  .product-type-card{
    flex-direction: row;
    align-items: center;
  }
}

.type-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 768px){
  .type-badge{
    margin-bottom: 0;
    margin-right: 1.5rem;
    width: 100px;
    text-align: center;
  }
}

.granule-badge{
  background-color: #B7DFD6;
  color: #201E1E;
}

.capsule-badge{
  background-color: #B8E39C;
  color: #201E1E;
}

.extract-badge{
  color: #201E1E;
}

.type-details{
  flex: 1;
}

.detail-item{
  margin: 0.5rem 0;
  color: #525050;
  font-size: 0.875rem;
  line-height: 1.4;
}

.detail-item .detail-label{
  font-weight: 600;
  color: #201E1E;
  margin-right: 0.25rem;
}

.supplier-card{
  padding: 1.25rem;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  border: 1px solid undefined;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.supplier-header{
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.supplier-logo{
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1rem;
  border-radius: 0.375rem;
  background-color: #F2F2F2;
  padding: 0.25rem;
}

.supplier-name{
  font-size: 1.125rem;
  font-weight: 600;
  color: #201E1E;
  margin: 0;
}

.supplier-history{
  color: #525050;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.supplier-features{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.feature-item{
  display: flex;
  align-items: center;
  background-color: #F2F2F2;
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  border: 1px solid undefined;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  width: auto;
  min-width: 180px;
}

.feature-icon{
  color: #9F6163;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon svg{
  width: 1.5rem;
  height: 1.5rem;
}

.feature-text{
  color: #201E1E;
  font-weight: 500;
  font-size: 0.875rem;
}

.certifications-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 640px){
  .certifications-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px){
  .certifications-grid{
    grid-template-columns: repeat(4, 1fr);
  }
}

.certification-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.25rem;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  border: 1px solid undefined;
}

.certification-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #F2F2F2;
  color: #9F6163;
  margin-bottom: 0.75rem;
}

.certification-name{
  font-size: 1rem;
  font-weight: 600;
  color: #201E1E;
  margin-bottom: 0.5rem;
}

.certification-description{
  font-size: 0.875rem;
  color: #525050;
  margin: 0;
}

.specifications-table{
  width: 100%;
  overflow-x: auto;
}

.spec-table{
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}

.spec-table th{
  text-align: left;
  padding: 0.75rem;
  background-color: #F2F2F2;
  color: #201E1E;
  font-weight: 600;
  border-bottom: 1px solid #D9D9D9;
  white-space: nowrap;
}

.spec-table td{
  padding: 0.75rem;
  border-bottom: 1px solid undefined;
  color: #525050;
}

.spec-table tr:last-child td{
  border-bottom: none;
}

.spec-table tr:nth-child(even){
  background-color: #F2F2F2;
}

.storage-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.storage-list li{
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #525050;
}

.storage-list .list-icon{
  display: flex;
  align-items: center;
  color: #9F6163;
  margin-right: 0.75rem;
}

.shelf-life-info{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.shelf-life-item{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.shelf-life-item p{
  margin: 0;
  font-size: 0.875rem;
  color: #525050;
}

.shelf-life-badge{
  padding: 0.375rem 0.75rem;
  background-color: #F5EFEF;
  color: #9F6163;
  font-weight: 600;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  white-space: nowrap;
}

.expiry-note{
  font-size: 0.75rem;
  color: #838282;
  margin-top: 0.5rem;
  font-style: italic;
}

.extraction-details{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.extraction-method h6{
  font-size: 1rem;
  font-weight: 600;
  color: #201E1E;
  margin-bottom: 0.5rem;
}

.extraction-method p{
  color: #525050;
  margin: 0;
  line-height: 1.5;
}

.extraction-process{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px){
  .extraction-process{
    flex-direction: row;
    justify-content: space-between;
  }
}

.process-step{
  display: flex;
  align-items: flex-start;
  background-color: #F2F2F2;
  padding: 1rem;
  border-radius: 0.5rem;
  flex: 1;
}

.step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #9F6163;
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
  margin-right: 0.75rem;
  flex-shrink: 0;
}

.step-content h6{
  font-size: 1rem;
  font-weight: 600;
  color: #201E1E;
  margin-bottom: 0.375rem;
  margin: 0;
}

.step-content p{
  font-size: 0.875rem;
  color: #525050;
  margin: 0;
  line-height: 1.4;
}

.extraction-ratios h6{
  font-size: 1rem;
  font-weight: 600;
  color: #201E1E;
  margin-bottom: 0.75rem;
}

.ratio-items{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 640px){
  .ratio-items{
    flex-direction: row;
    justify-content: space-between;
  }
}

.ratio-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.75rem;
  background-color: #F2F2F2;
  border-radius: 0.5rem;
  text-align: center;
  flex: 1;
}

.ratio-item .ratio-value{
  font-size: 1.25rem;
  font-weight: 700;
  color: #9F6163;
  margin-bottom: 0.25rem;
}

.ratio-item p{
  margin: 0;
  font-size: 0.75rem;
  color: #525050;
}

.product-ingredients{
  width: 100%;
}

.example-toggle{
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.example-toggle-btn{
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #F2F2F2;
  color: #525050;
  border: 1px solid #D9D9D9;
  transition: all 0.2s ease;
}

.example-toggle-btn:hover{
  background-color: #F7FBFA;
  border-color: #9F6163;
}

.example-toggle-btn.example-toggle-active{
  background-color: #F5EFEF;
  border-color: #9F6163;
  color: #9F6163;
  font-weight: 600;
}

.primary-herb{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px){
  .primary-herb{
    flex-direction: row;
    align-items: flex-start;
  }
}

.primary-herb-image{
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  border-radius: 0.5rem;
  overflow: hidden;
}

@media (min-width: 768px){
  .primary-herb-image{
    width: 30%;
    margin: 0;
  }
}

.primary-herb-image img{
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.primary-herb-details{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px){
  .primary-herb-details{
    width: 70%;
    padding-left: 1.5rem;
  }
}

.herb-name-container{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.herb-pinyin{
  font-size: 1.5rem;
  font-weight: 700;
  color: #201E1E;
  margin-bottom: 0;
}

.herb-english{
  font-size: 1rem;
  font-weight: 500;
  color: #201E1E;
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.herb-latin{
  font-size: 0.875rem;
  font-style: italic;
  color: #838282;
}

.herb-database-link{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #9F6163;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
  margin-top: auto;
}

.herb-database-link:hover{
  color: #7F4D4F;
  text-decoration: underline;
}

.tcm-properties-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px){
  .tcm-properties-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

.tcm-property{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.tcm-property-title{
  font-size: 0.875rem;
  font-weight: 600;
  color: #525050;
  margin-bottom: 0.25rem;
}

.tcm-property-content{
  font-size: 0.875rem;
}

.tcm-property-list{
  padding-left: 1.25rem;
  margin-top: 0.25rem;
  margin-bottom: 0;
}

.tcm-property-list li{
  margin-bottom: 0.25rem;
  color: #201E1E;
}

.meridians-list{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.meridian-tag{
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #F7FCF5;
  color: #B8E39C;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
}

.temperature-indicator{
  width: 100%;
  padding: 0.5rem 0;
}

.temperature-scale{
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 0.25rem 0;
}

.temperature-scale:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #D9D9D9;
  transform: translateY(-50%);
  z-index: 1;
}

.temp-point{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  font-size: 0.75rem;
  color: #525050;
}

.temp-point:before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F7FBFA;
  border: 2px solid #D9D9D9;
  margin-bottom: 0.25rem;
}

.temp-point.active{
  color: #201E1E;
  font-weight: 600;
}

.temp-point.active:before{
  width: 14px;
  height: 14px;
  background-color: #9F6163;
  border-color: #9F6163;
}

.temp-point.cold:before{
  background-color: #D1E5F0;
}

.temp-point.cold.active:before{
  background-color: #2B6CB0;
}

.temp-point.cool:before{
  background-color: #EBF5FF;
}

.temp-point.cool.active:before{
  background-color: #4299E1;
}

.temp-point.neutral:before{
  background-color: #F7FAFC;
}

.temp-point.neutral.active:before{
  background-color: #718096;
}

.temp-point.warm:before{
  background-color: #FEEBC8;
}

.temp-point.warm.active:before{
  background-color: #DD6B20;
}

.temp-point.hot:before{
  background-color: #FED7D7;
}

.temp-point.hot.active:before{
  background-color: #E53E3E;
}

.taste-list{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.taste-tag{
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
}

.taste-tag.primary{
  background-color: #F5EFEF;
  color: #9F6163;
}

.taste-tag.secondary{
  background-color: #F7FBFA;
  color: #B7DFD6;
}

.additional-ingredients{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ingredient-category{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ingredient-category-title{
  font-size: 0.875rem;
  font-weight: 600;
  color: #525050;
  margin-bottom: 0;
}

.ingredients-list{
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.ingredients-list li{
  margin-bottom: 0.25rem;
  color: #201E1E;
  font-size: 0.875rem;
}

.ingredient-purpose{
  color: #838282;
  font-size: 0.75rem;
}

.ingredient-note{
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background-color: #F2F2F2;
  border-radius: 0.375rem;
}

.ingredient-note p{
  font-size: 0.875rem;
  color: #525050;
  margin: 0;
}

.note-icon{
  color: #9F6163;
  flex-shrink: 0;
}

.formula-modification{
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.modification-description{
  font-size: 0.875rem;
  line-height: 1.5;
  color: #201E1E;
}

.modification-description p{
  margin: 0;
}

.modification-details{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.modification-changes{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px){
  .modification-changes{
    flex-direction: row;
  }

  .modification-changes > div{
    width: 50%;
  }
}

.changes-added{
  border-radius: 0.375rem;
  padding: 1rem;
  background-color: rgba(72, 187, 120, 0.1);
  border: 1px solid rgba(72, 187, 120, 0.3);
}

.changes-added h6{
  color: #2F855A;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.changes-removed{
  border-radius: 0.375rem;
  padding: 1rem;
  background-color: rgba(245, 101, 101, 0.1);
  border: 1px solid rgba(245, 101, 101, 0.3);
}

.changes-removed h6{
  color: #C53030;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.changes-list{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.changes-list li{
  margin-bottom: 0.75rem;
}

.changes-list li:last-child{
  margin-bottom: 0;
}

.herb-name{
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.change-rationale{
  display: block;
  font-size: 0.75rem;
  color: #838282;
}

.classical-reference{
  background-color: #F2F2F2;
  border-radius: 0.375rem;
  padding: 0.75rem 1rem;
}

.classical-reference h6{
  font-size: 0.875rem;
  font-weight: 600;
  color: #525050;
  margin-bottom: 0.25rem;
}

.classical-reference p{
  font-size: 0.75rem;
  color: #525050;
  margin: 0;
}

.classical-reference .source{
  font-style: italic;
}

.cart-container{
  width: 100%;
}

.cart-package{
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  border: 1px solid #D9D9D9;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.package-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  width: 100%;
  position: relative;
}

.accordion-icon{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.accordion-icon svg{
  transition: transform 0.3s ease;
}

.accordion-icon-expanded svg{
  transform: rotate(180deg);
}

.package-title{
  font-size: 1.125rem;
  font-weight: 600;
  color: #201E1E;
  margin-bottom: 0.25rem;
}

.package-supplier{
  font-size: 0.875rem;
  color: #525050;
}

.accordion-content{
  overflow: visible;
  height: auto;
  max-height: none !important;
  transition: opacity 0.3s ease;
}

.accordion-content.hidden{
  display: none;
}

.accordion-content-inner{
  padding: 0;
}

.mini-cart-preview{
  display: flex;
  scrollbar-width: thin;
}

.mini-cart-preview::-webkit-scrollbar{
  height: 4px;
}

.mini-cart-preview::-webkit-scrollbar-track{
  background: #F2F2F2;
}

.mini-cart-preview::-webkit-scrollbar-thumb{
  background: #D9D9D9;
  border-radius: 4px;
}

.cart-items{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0 0 1rem;
}

.cart-item{
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

@media (min-width: 640px){
  .cart-item{
    grid-template-columns: 5rem 1fr auto auto;
    align-items: center;
    gap: 1rem;
  }
}

.cart-item-image{
  width: 5rem;
  height: 5rem;
  overflow: hidden;
  border-radius: 0.375rem;
}

.cart-item-image img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 640px){
  .cart-item-image{
    margin-right: 0;
  }
}

.cart-item-details{
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cart-item-name{
  font-size: 1rem;
  font-weight: 600;
  color: #201E1E;
  margin-bottom: 0.25rem;
}

.cart-item-variant{
  font-size: 0.875rem;
  color: #838282;
  margin-bottom: 0.5rem;
}

.cart-item-actions{
  display: flex;
  gap: 0.5rem;
  margin-top: 0.25rem;
}

@media (min-width: 640px){
  .cart-item-actions{
    margin-top: 0;
  }
}

.cart-item-actions .remove-item-btn{
  color: #FF9800;
}

.cart-item-actions .remove-item-btn:hover{
  color: #F44336;
}

.cart-item-price{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.item-price{
  font-size: 0.875rem;
  color: #838282;
}

.item-total{
  font-size: 1rem;
  font-weight: 600;
  color: #201E1E;
}

.delivery-options-container{
  background-color: #F2F2F2;
  border-radius: 0.375rem;
  padding: 1rem;
  margin: 0;
}

.delivery-title{
  font-size: 0.875rem;
  font-weight: 600;
  color: #201E1E;
  margin-bottom: 0.5rem;
}

.radio-panel-group{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.radio-panel .radio-panel-title{
  font-weight: 600;
}

.radio-panel .radio-panel-description{
  font-size: 0.75rem;
  margin-top: 0.125rem;
  color: #525050;
}

.text-success-500{
  color: #4CAF50;
}

.card{
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  border: 1px solid #D9D9D9;
  box-shadow: 0 1px 3px 0 rgba(8, 5, 5, 0.05);
}

.btn-amazon-pay{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #232F3E;
  color: white;
  font-weight: 600;
  border-radius: 0.375rem;
  padding: 0.75rem 1rem;
  transition: background-color 0.15s ease;
}

.btn-amazon-pay:hover{
  background-color: #374151;
}

@media (min-width: 768px){
  .sticky{
    position: sticky;
    top: 1rem;
  }
}

.package-header-mobile{
  position: relative;
  padding: 0.875rem 1rem;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.package-header-mobile:hover{
  background-color: #F2F2F2;
}

.package-header-mobile .package-supplier, .package-header-mobile .text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem;
}

.cart-item-mobile{
  padding: 0.75rem 0;
}

.cart-item-image-mobile{
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  border-radius: 0.375rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.cart-item-image-mobile img{
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.375rem;
}

.cart-item-details-mobile{
  display: flex;
  flex-direction: column;
  padding-left: 0.75rem;
}

.cart-item-details-mobile .cart-item-name{
  font-size: 0.875rem;
  font-weight: 600;
  color: #201E1E;
  margin-bottom: 0.25rem;
}

.cart-item-details-mobile .cart-item-variant{
  font-size: 0.75rem;
  color: #525050;
}

.cart-item-delete-mobile{
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
  color: #FF9800;
}

.cart-item-delete-mobile:hover{
  color: #F44336;
}

.cart-item-controls-mobile{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.75rem;
}

.cart-item-price-mobile{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.cart-item-price-mobile .item-price{
  font-size: 0.75rem;
  color: #525050;
}

.cart-item-price-mobile .item-total{
  font-size: 0.875rem;
  font-weight: 600;
  color: #201E1E;
}

@media (max-width: 639px){
  .accordion-content-inner{
    padding: 0.5rem 0 !important;
  }

  .cart-items{
    gap: 0 !important;
    margin-bottom: 0.25rem !important;
    padding: 0 !important;
  }

  .delivery-options-container{
    margin: 0 !important;
    padding: 0.5rem !important;
    width: 100% !important;
  }

  .meandqi-divider{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
}

select:not([multiple]){
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: none !important;
}

.meandqi-multiselect{
  position: relative;
  width: 100%;
}

.meandqi-multiselect-control{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.5rem;
  background-color: white;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: #D9D9D9;
  min-height: 2.75rem;
  cursor: pointer;
  transition: all 150ms ease;
}

.meandqi-multiselect-control:focus-within{
  border-color: #9F6163;
  box-shadow: 0 0 0 2px #F5EFEF;
}

.meandqi-multiselect-control:hover:not(:focus-within){
  border-color: #838282;
}

.meandqi-multiselect-placeholder{
  color: #838282;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  opacity: 0.7;
}

.meandqi-multiselect-tag{
  display: inline-flex;
  align-items: center;
  margin: 0.125rem;
  padding: 0.25rem 0.75rem 0.25rem 0.5rem;
  background-color: #F5EFEF;
  color: #9F6163;
  border-radius: 9999px;
  font-size: 0.75rem;
  line-height: 1rem;
  border-width: 1px;
  border-color: #F5EFEF;
  font-weight: 500;
  transition: all 150ms ease;
  cursor: pointer;
}

.meandqi-multiselect-tag:hover{
  background-color: #EBDFDF;
  border-color: #BB9091;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.meandqi-multiselect-tag-bilingual .chinese-part{
  color: #7F4D4F;
  margin-left: 0.25rem;
  font-weight: normal;
}

.meandqi-multiselect-tag-remove{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.25rem;
  width: 1rem;
  height: 1rem;
  color: #9F6163;
  border-radius: 9999px;
  transition: all 150ms ease;
}

.meandqi-multiselect-tag-remove:hover{
  background-color: #9F6163;
  color: white;
  transform: scale(1.1);
}

.meandqi-multiselect-dropdown{
  position: absolute;
  z-index: 9999;
  background-color: white;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: #D9D9D9;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  max-height: 20rem;
  overflow-y: auto;
}

.meandqi-multiselect-search{
  width: 100%;
  padding: 0.5rem;
  border-bottom: 1px solid #EBDFDF;
}

.meandqi-multiselect-search input{
  width: 100%;
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: #D9D9D9;
  color: #201E1E;
  font-size: 0.875rem;
}

.meandqi-multiselect-search input::-moz-placeholder{
  color: #838282;
  opacity: 0.7;
}

.meandqi-multiselect-search input::placeholder{
  color: #838282;
  opacity: 0.7;
}

.meandqi-multiselect-search input:focus{
  outline: none;
  border-color: #9F6163;
  box-shadow: 0 0 0 1px #F5EFEF;
}

.meandqi-multiselect-options{
  padding: 0.25rem 0;
}

.meandqi-multiselect-option{
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  border-left: 2px solid transparent;
  transition: all 150ms ease;
  color: #201E1E;
}

.meandqi-multiselect-option:hover{
  background-color: #F5EFEF;
  color: #9F6163;
  border-left-color: #BB9091;
}

.meandqi-multiselect-option-selected{
  background-color: #F5EFEF;
  color: #9F6163;
  font-weight: 500;
  border-left: 2px solid #BB9091;
}

.meandqi-multiselect-option-selected:hover{
  background-color: #EBDFDF;
  color: #7F4D4F;
}

.meandqi-multiselect-option-highlighted{
  background-color: #F5EFEF;
  color: #3F2627;
  border-left-color: #9F6163;
  border-left-width: 2px;
  box-shadow: inset 0 0 0 1px #EBDFDF;
}

.meandqi-multiselect-option-label{
  flex-grow: 1;
}

.meandqi-multiselect-option-bilingual .chinese-part{
  margin-left: 0.25rem;
  font-size: 0.75rem;
  color: #838282;
}

.meandqi-multiselect-no-results{
  padding: 0.75rem;
  color: #838282;
  text-align: center;
  font-style: italic;
}

@keyframes fadeIn{
  from{
    opacity: 0;
    transform: translateY(-5px);
  }

  to{
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fadeIn{
  animation: fadeIn 0.15s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.filter-section h3{
  transition: all 0.2s;
}

.filter-section:hover h3{
  color: #9F6163;
}

.select-help-text{
  font-size: 0.75rem;
  color: #838282;
  margin-top: -0.25rem;
  margin-bottom: 0.5rem;
  font-style: italic;
}

.meandqi-multiselect-dropdown::-webkit-scrollbar{
  width: 6px;
}

.meandqi-multiselect-dropdown::-webkit-scrollbar-track{
  background: #f1f1f1;
  border-radius: 10px;
}

.meandqi-multiselect-dropdown::-webkit-scrollbar-thumb{
  background: #c1c1c1;
  border-radius: 10px;
}

.meandqi-multiselect-dropdown::-webkit-scrollbar-thumb:hover{
  background: #a8a8a8;
}

.blog-article{
  max-width: 680px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (min-width: 640px){
  .blog-article{
    padding: 0 2rem;
  }
}

.blog-header{
  padding-top: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #EBDFDF;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px){
  .blog-header{
    padding-top: 4rem;
    padding-bottom: 2.5rem;
    margin-bottom: 3rem;
  }
}

.blog-title{
  font-size: 2rem;
  font-weight: 400;
  font-family: Calistoga, cursive;
  color: #201E1E;
  line-height: 1.2;
  margin-bottom: 1.25rem;
  letter-spacing: -0.02em;
}

@media (min-width: 640px){
  .blog-title{
    font-size: 2.5rem;
  }
}

@media (min-width: 768px){
  .blog-title{
    font-size: 2.875rem;
  }
}

@media (min-width: 1024px){
  .blog-title{
    font-size: 3.25rem;
  }
}

.blog-meta{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 640px){
  .blog-meta{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.blog-author{
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

.blog-author-avatar{
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  border: 2px solid #EBDFDF;
  background-color: white;
  padding: 0.25rem;
}

.blog-author-info{
  display: flex;
  flex-direction: column;
}

.blog-author-name{
  font-size: 0.9375rem;
  font-weight: 600;
  color: #201E1E;
  text-decoration: none;
  transition: color 200ms ease;
}

.blog-author-name:hover{
  color: #9F6163;
}

.blog-date{
  font-size: 0.875rem;
  color: #838282;
}

.blog-reading-time{
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  color: #838282;
}

.blog-reading-time svg{
  width: 1rem;
  height: 1rem;
}

.blog-prose{
  font-size: 1.125rem;
  line-height: 1.8;
  color: #201E1E;
}

@media (min-width: 768px){
  .blog-prose{
    font-size: 1.1875rem;
  }
}

.blog-prose p{
  margin-bottom: 1.75rem;
}

.blog-prose p:empty{
  display: none;
}

.blog-prose p:has(> br:only-child){
  display: none;
}

.blog-prose h2{
  font-size: 1.75rem;
  font-weight: 400;
  font-family: Calistoga, cursive;
  color: #201E1E;
  margin-top: 3rem;
  margin-bottom: 1.25rem;
  line-height: 1.3;
}

@media (min-width: 768px){
  .blog-prose h2{
    font-size: 2rem;
  }
}

.blog-prose h3{
  font-size: 1.375rem;
  font-weight: 400;
  font-family: Calistoga, cursive;
  color: #201E1E;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.35;
}

@media (min-width: 768px){
  .blog-prose h3{
    font-size: 1.5rem;
  }
}

.blog-prose h4{
  font-size: 1.125rem;
  font-weight: 600;
  font-family: Ubuntu, sans-serif;
  color: #201E1E;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.blog-prose a{
  color: #9F6163;
  text-decoration: underline;
  text-decoration-color: #BB9091;
  text-underline-offset: 3px;
  transition: all 200ms ease;
}

.blog-prose a:hover{
  color: #7F4D4F;
  text-decoration-color: #9F6163;
}

.blog-prose strong{
  font-weight: 600;
  color: #201E1E;
}

.blog-prose em{
  font-style: italic;
}

.blog-prose ul{
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.75rem;
}

.blog-prose ul li{
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
}

.blog-prose ul li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #9F6163;
  border-radius: 50%;
}

.blog-prose ol{
  list-style: none;
  counter-reset: blog-counter;
  padding-left: 0;
  margin-bottom: 1.75rem;
}

.blog-prose ol li{
  position: relative;
  padding-left: 2.25rem;
  margin-bottom: 0.75rem;
  counter-increment: blog-counter;
}

.blog-prose ol li::before{
  content: counter(blog-counter);
  position: absolute;
  left: 0;
  top: 0.125rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #F5EFEF;
  color: #7F4D4F;
  border-radius: 50%;
  font-size: 0.8125rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-prose blockquote{
  position: relative;
  margin: 2.5rem 0;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  background-color: #F7FBFA;
  border-left: 4px solid #B7DFD6;
  border-radius: 0 0.5rem 0.5rem 0;
  font-size: 1.125rem;
  font-style: italic;
  color: #525050;
  line-height: 1.7;
}

@media (min-width: 768px){
  .blog-prose blockquote{
    padding: 2rem 2rem 2rem 2.5rem;
    margin: 3rem 0;
  }
}

.blog-prose blockquote p{
  margin-bottom: 0;
}

.blog-prose blockquote cite{
  display: block;
  margin-top: 1rem;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  color: #92B2AB;
}

.blog-prose code{
  font-family: Fira Code, monospace;
  font-size: 0.9em;
  background-color: #F2F2F2;
  padding: 0.2em 0.4em;
  border-radius: 0.25rem;
  color: #7F4D4F;
}

.blog-prose pre{
  font-family: Fira Code, monospace;
  font-size: 0.875rem;
  background-color: #201E1E;
  color: #F2F2F2;
  padding: 1.5rem;
  border-radius: 0.5rem;
  overflow: auto;
  margin-bottom: 1.75rem;
  line-height: 1.6;
}

.blog-prose pre code{
  background-color: transparent;
  padding: 0;
  color: inherit;
  font-size: inherit;
}

.blog-prose img{
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 1.5rem auto;
  display: block;
  box-shadow: 0 1px 3px 0 rgba(8, 5, 5, 0.05);
}

.blog-prose figure{
  margin: 1.5rem 0;
  padding: 0;
}

.blog-prose figure img{
  margin: 0 auto;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(8, 5, 5, 0.05);
}

.blog-prose figcaption{
  font-size: 0.8125rem;
  color: #838282;
  text-align: center;
  margin-top: 0.75rem;
  font-style: italic;
  line-height: 1.4;
}

.blog-prose table{
  width: 100%;
  max-width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(8, 5, 5, 0.05);
  border: 1px solid #D9D9D9;
}

.blog-prose .table-wrapper{
  overflow-x: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.75rem;
  -webkit-overflow-scrolling: touch;
}

.blog-prose .table-wrapper table{
  margin-top: 0;
  margin-bottom: 0;
}

.blog-prose thead{
  background-color: #9F6163;
}

.blog-prose thead tr{
  border-bottom: none;
}

.blog-prose thead td, .blog-prose thead th{
  padding: 1rem 1.25rem;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: white;
  text-align: left;
  border-bottom: none;
}

.blog-prose thead tr td:first-child, .blog-prose thead tr th:first-child{
  border-top-left-radius: 0.75rem;
}

.blog-prose thead tr td:last-child, .blog-prose thead tr th:last-child{
  border-top-right-radius: 0.75rem;
}

.blog-prose tbody tr{
  border-bottom: 1px solid #EBDFDF;
  transition: background-color 150ms ease;
}

.blog-prose tbody tr:last-child{
  border-bottom: none;
}

.blog-prose tbody tr:nth-child(even){
  background-color: #F2F2F2;
}

.blog-prose tbody tr:hover{
  background-color: #F5EFEF;
}

.blog-prose td, .blog-prose th{
  padding: 1rem 1.25rem;
  text-align: left;
  vertical-align: top;
  color: #201E1E;
}

.blog-prose tbody td:first-child{
  font-weight: 500;
  color: #201E1E;
}

.blog-prose td p, .blog-prose th p{
  margin-bottom: 0;
  line-height: 1.5;
}

.blog-prose td a{
  color: #9F6163;
  text-decoration: none;
  font-weight: 500;
  transition: color 150ms ease;
}

.blog-prose td a:hover{
  color: #7F4D4F;
  text-decoration: underline;
}

@media (max-width: 640px){
  .blog-prose thead td, .blog-prose thead th{
    padding: 0.75rem 1rem;
    font-size: 0.75rem;
  }

  .blog-prose td, .blog-prose th{
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }
}

.blog-prose hr{
  border: none;
  height: 1px;
  background-color: #EBDFDF;
  margin: 3rem auto;
  width: 40%;
}

.blog-author-bio{
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-top: 2.5rem;
  border-top: 1px solid #EBDFDF;
}

.blog-author-bio-card{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background-color: #F5EFEF;
  border-radius: 0.75rem;
  padding: 2rem;
}

@media (min-width: 640px){
  .blog-author-bio-card{
    flex-direction: row;
    align-items: flex-start;
  }
}

.blog-author-bio-avatar{
  width: 5rem;
  height: 5rem;
  border-radius: 0.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  border: 2px solid #EBDFDF;
  background-color: white;
  padding: 0.5rem;
  flex-shrink: 0;
}

.blog-author-bio-content{
  flex: 1;
}

.blog-author-bio-name{
  font-size: 1.25rem;
  font-weight: 600;
  font-family: Calistoga, cursive;
  color: #201E1E;
  margin-bottom: 0.25rem;
}

.blog-author-bio-title{
  font-size: 0.9375rem;
  color: #7F4D4F;
  margin-bottom: 0.75rem;
  font-weight: 500;
}

.blog-author-bio-text{
  font-size: 1rem;
  color: #525050;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.blog-author-social{
  display: flex;
  gap: 0.75rem;
}

.blog-author-social a{
  color: #9F6163;
  transition: color 200ms ease;
}

.blog-author-social a:hover{
  color: #7F4D4F;
}

.blog-author-social a svg{
  width: 1.25rem;
  height: 1.25rem;
}

.blog-share{
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #EBDFDF;
}

.blog-share-label{
  font-size: 0.875rem;
  font-weight: 600;
  color: #525050;
}

.blog-share-buttons{
  display: flex;
  gap: 0.5rem;
}

.blog-share-button{
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #F2F2F2;
  color: #525050;
  transition: all 200ms ease;
}

.blog-share-button:hover{
  background-color: #9F6163;
  color: white;
  transform: translateY(-2px);
}

.blog-share-button svg{
  width: 1.125rem;
  height: 1.125rem;
}

.blog-related{
  margin-top: 4rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
  border-top: 1px solid #EBDFDF;
}

.blog-related-title{
  font-size: 1.5rem;
  font-family: Calistoga, cursive;
  color: #201E1E;
  margin-bottom: 1.5rem;
}

.blog-related-grid{
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 640px){
  .blog-related-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

.blog-related-card{
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #D9D9D9;
  text-decoration: none;
  transition: all 200ms ease;
}

.blog-related-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 4px 6px -1px rgba(8, 5, 5, 0.08);
  border-color: #BB9091;
}

.blog-related-card-image{
  aspect-ratio: 16 / 9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-related-card-content{
  padding: 1.25rem;
}

.blog-related-card-title{
  font-size: 1.125rem;
  font-weight: 600;
  font-family: Calistoga, cursive;
  color: #201E1E;
  line-height: 1.35;
  margin-bottom: 0.5rem;
}

.blog-related-card-date{
  font-size: 0.8125rem;
  color: #838282;
}

.blog-progress{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #EBDFDF;
  z-index: 50;
}

.blog-progress-bar{
  height: 100%;
  background-color: #9F6163;
  transition: width 100ms ease-out;
}

.blog-sticky-share{
  position: fixed;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  flex-direction: column;
  gap: 0.75rem;
  z-index: 40;
}

@media (min-width: 1280px){
  .blog-sticky-share{
    display: flex;
  }
}

.blog-sticky-share-button{
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  color: #525050;
  box-shadow: 0 4px 6px -1px rgba(8, 5, 5, 0.08);
  transition: all 200ms ease;
}

.blog-sticky-share-button:hover{
  background-color: #9F6163;
  color: white;
  transform: scale(1.1);
}

.blog-sticky-share-button svg{
  width: 1.25rem;
  height: 1.25rem;
}

.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;
}

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.-bottom-1{
  bottom: -0.25rem;
}

.-bottom-4{
  bottom: -1rem;
}

.-bottom-6{
  bottom: -1.5rem;
}

.-left-4{
  left: -1rem;
}

.-right-1{
  right: -0.25rem;
}

.-right-6{
  right: -1.5rem;
}

.-top-1{
  top: -0.25rem;
}

.-top-4{
  top: -1rem;
}

.-top-6{
  top: -1.5rem;
}

.bottom-6{
  bottom: 1.5rem;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.left-2{
  left: 0.5rem;
}

.right-0{
  right: 0px;
}

.right-2{
  right: 0.5rem;
}

.right-3{
  right: 0.75rem;
}

.right-4{
  right: 1rem;
}

.top-1\/2{
  top: 50%;
}

.top-2{
  top: 0.5rem;
}

.top-3{
  top: 0.75rem;
}

.top-4{
  top: 1rem;
}

.top-full{
  top: 100%;
}

.z-10{
  z-index: 10;
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

.z-\[9999\]{
  z-index: 9999;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.col-span-full{
  grid-column: 1 / -1;
}

.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.-ml-1{
  margin-left: -0.25rem;
}

.-mr-1{
  margin-right: -0.25rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.ml-36{
  margin-left: 9rem;
}

.ml-4{
  margin-left: 1rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.ml-8{
  margin-left: 2rem;
}

.ml-9{
  margin-left: 2.25rem;
}

.ml-auto{
  margin-left: auto;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-4{
  margin-right: 1rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-0\.5{
  margin-top: 0.125rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-auto{
  margin-top: auto;
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.aspect-\[16\/10\]{
  aspect-ratio: 16/10;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.h-0\.5{
  height: 0.125rem;
}

.h-1{
  height: 0.25rem;
}

.h-1\/2{
  height: 50%;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-2{
  height: 0.5rem;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-3{
  height: 0.75rem;
}

.h-3\.5{
  height: 0.875rem;
}

.h-3\/4{
  height: 75%;
}

.h-32{
  height: 8rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-\[42px\]{
  height: 42px;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.max-h-12{
  max-height: 3rem;
}

.max-h-60{
  max-height: 15rem;
}

.max-h-80{
  max-height: 20rem;
}

.max-h-96{
  max-height: 24rem;
}

.max-h-\[70vh\]{
  max-height: 70vh;
}

.max-h-\[90vh\]{
  max-height: 90vh;
}

.min-h-\[42px\]{
  min-height: 42px;
}

.min-h-\[45px\]{
  min-height: 45px;
}

.min-h-screen{
  min-height: 100vh;
}

.w-1\/2{
  width: 50%;
}

.w-1\/3{
  width: 33.333333%;
}

.w-1\/4{
  width: 25%;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-2{
  width: 0.5rem;
}

.w-2\/3{
  width: 66.666667%;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-3{
  width: 0.75rem;
}

.w-3\.5{
  width: 0.875rem;
}

.w-3\/4{
  width: 75%;
}

.w-32{
  width: 8rem;
}

.w-4{
  width: 1rem;
}

.w-48{
  width: 12rem;
}

.w-5{
  width: 1.25rem;
}

.w-56{
  width: 14rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-80{
  width: 20rem;
}

.w-full{
  width: 100%;
}

.w-px{
  width: 1px;
}

.min-w-0{
  min-width: 0px;
}

.min-w-\[120px\]{
  min-width: 120px;
}

.min-w-\[90px\]{
  min-width: 90px;
}

.max-w-12{
  max-width: 3rem;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3xl{
  max-width: 48rem;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-7xl{
  max-width: 80rem;
}

.max-w-\[120px\]{
  max-width: 120px;
}

.max-w-\[300px\]{
  max-width: 300px;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-none{
  max-width: none;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-xs{
  max-width: 20rem;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.-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));
}

.-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));
}

.translate-x-0{
  --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));
}

.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));
}

.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1{
  --tw-translate-y: 0.25rem;
  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));
}

.translate-y-4{
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.list-inside{
  list-style-position: inside;
}

.list-decimal{
  list-style-type: decimal;
}

.list-disc{
  list-style-type: disc;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-1{
  gap: 0.25rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-normal{
  white-space: normal;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.break-words{
  overflow-wrap: break-word;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

.rounded-\[12px\]{
  border-radius: 12px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-2{
  border-width: 2px;
}

.border-4{
  border-width: 4px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-l-4{
  border-left-width: 4px;
}

.border-t{
  border-top-width: 1px;
}

.border-dashed{
  border-style: dashed;
}

.border-none{
  border-style: none;
}

.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.border-border{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-border-divider{
  --tw-border-opacity: 1;
  border-color: rgb(235 223 223 / var(--tw-border-opacity, 1));
}

.border-border-focus{
  --tw-border-opacity: 1;
  border-color: rgb(159 97 99 / var(--tw-border-opacity, 1));
}

.border-border-hover{
  --tw-border-opacity: 1;
  border-color: rgb(131 130 130 / var(--tw-border-opacity, 1));
}

.border-border-input{
  --tw-border-opacity: 1;
  border-color: rgb(180 180 180 / var(--tw-border-opacity, 1));
}

.border-error{
  --tw-border-opacity: 1;
  border-color: rgb(244 67 54 / var(--tw-border-opacity, 1));
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.border-neutral{
  --tw-border-opacity: 1;
  border-color: rgb(131 130 130 / var(--tw-border-opacity, 1));
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(159 97 99 / var(--tw-border-opacity, 1));
}

.border-primary-light{
  --tw-border-opacity: 1;
  border-color: rgb(187 144 145 / var(--tw-border-opacity, 1));
}

.border-primary-lighter{
  --tw-border-opacity: 1;
  border-color: rgb(235 223 223 / var(--tw-border-opacity, 1));
}

.border-primary\/20{
  border-color: rgb(159 97 99 / 0.2);
}

.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(183 223 214 / var(--tw-border-opacity, 1));
}

.border-secondary-light{
  --tw-border-opacity: 1;
  border-color: rgb(204 232 226 / var(--tw-border-opacity, 1));
}

.border-secondary\/20{
  border-color: rgb(183 223 214 / 0.2);
}

.border-tertiary{
  --tw-border-opacity: 1;
  border-color: rgb(184 227 156 / var(--tw-border-opacity, 1));
}

.border-tertiary-light{
  --tw-border-opacity: 1;
  border-color: rgb(205 235 185 / var(--tw-border-opacity, 1));
}

.border-transparent{
  border-color: transparent;
}

.border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.bg-background-card{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-background-disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(240 248 246 / var(--tw-bg-opacity, 1));
}

.bg-background-elevated{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-background-page{
  --tw-bg-opacity: 1;
  background-color: rgb(247 251 250 / var(--tw-bg-opacity, 1));
}

.bg-background-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-border-divider{
  --tw-bg-opacity: 1;
  background-color: rgb(235 223 223 / var(--tw-bg-opacity, 1));
}

.bg-error{
  --tw-bg-opacity: 1;
  background-color: rgb(244 67 54 / var(--tw-bg-opacity, 1));
}

.bg-error\/10{
  background-color: rgb(244 67 54 / 0.1);
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-info{
  --tw-bg-opacity: 1;
  background-color: rgb(33 150 243 / var(--tw-bg-opacity, 1));
}

.bg-link{
  --tw-bg-opacity: 1;
  background-color: rgb(159 97 99 / var(--tw-bg-opacity, 1));
}

.bg-link-active{
  --tw-bg-opacity: 1;
  background-color: rgb(184 227 156 / var(--tw-bg-opacity, 1));
}

.bg-link-hover{
  --tw-bg-opacity: 1;
  background-color: rgb(127 77 79 / var(--tw-bg-opacity, 1));
}

.bg-link-visited{
  --tw-bg-opacity: 1;
  background-color: rgb(63 38 39 / var(--tw-bg-opacity, 1));
}

.bg-neutral{
  --tw-bg-opacity: 1;
  background-color: rgb(131 130 130 / var(--tw-bg-opacity, 1));
}

.bg-neutral-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(82 80 80 / var(--tw-bg-opacity, 1));
}

.bg-neutral-darker{
  --tw-bg-opacity: 1;
  background-color: rgb(32 30 30 / var(--tw-bg-opacity, 1));
}

.bg-neutral-darkest{
  --tw-bg-opacity: 1;
  background-color: rgb(8 5 5 / var(--tw-bg-opacity, 1));
}

.bg-neutral-light{
  --tw-bg-opacity: 1;
  background-color: rgb(180 180 180 / var(--tw-bg-opacity, 1));
}

.bg-neutral-lighter{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.bg-neutral-lightest{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(159 97 99 / var(--tw-bg-opacity, 1));
}

.bg-primary-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(127 77 79 / var(--tw-bg-opacity, 1));
}

.bg-primary-darker{
  --tw-bg-opacity: 1;
  background-color: rgb(63 38 39 / var(--tw-bg-opacity, 1));
}

.bg-primary-darkest{
  --tw-bg-opacity: 1;
  background-color: rgb(47 29 29 / var(--tw-bg-opacity, 1));
}

.bg-primary-light{
  --tw-bg-opacity: 1;
  background-color: rgb(187 144 145 / var(--tw-bg-opacity, 1));
}

.bg-primary-lighter{
  --tw-bg-opacity: 1;
  background-color: rgb(235 223 223 / var(--tw-bg-opacity, 1));
}

.bg-primary-lightest{
  --tw-bg-opacity: 1;
  background-color: rgb(245 239 239 / var(--tw-bg-opacity, 1));
}

.bg-primary\/5{
  background-color: rgb(159 97 99 / 0.05);
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(183 223 214 / var(--tw-bg-opacity, 1));
}

.bg-secondary-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(146 178 171 / var(--tw-bg-opacity, 1));
}

.bg-secondary-darker{
  --tw-bg-opacity: 1;
  background-color: rgb(73 89 85 / var(--tw-bg-opacity, 1));
}

.bg-secondary-darkest{
  --tw-bg-opacity: 1;
  background-color: rgb(54 66 64 / var(--tw-bg-opacity, 1));
}

.bg-secondary-light{
  --tw-bg-opacity: 1;
  background-color: rgb(204 232 226 / var(--tw-bg-opacity, 1));
}

.bg-secondary-lighter{
  --tw-bg-opacity: 1;
  background-color: rgb(240 248 246 / var(--tw-bg-opacity, 1));
}

.bg-secondary-lightest{
  --tw-bg-opacity: 1;
  background-color: rgb(247 251 250 / var(--tw-bg-opacity, 1));
}

.bg-secondary\/5{
  background-color: rgb(183 223 214 / 0.05);
}

.bg-success{
  --tw-bg-opacity: 1;
  background-color: rgb(76 175 80 / var(--tw-bg-opacity, 1));
}

.bg-success\/10{
  background-color: rgb(76 175 80 / 0.1);
}

.bg-tertiary{
  --tw-bg-opacity: 1;
  background-color: rgb(184 227 156 / var(--tw-bg-opacity, 1));
}

.bg-tertiary-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(147 181 124 / var(--tw-bg-opacity, 1));
}

.bg-tertiary-darker{
  --tw-bg-opacity: 1;
  background-color: rgb(73 90 62 / var(--tw-bg-opacity, 1));
}

.bg-tertiary-darkest{
  --tw-bg-opacity: 1;
  background-color: rgb(55 68 46 / var(--tw-bg-opacity, 1));
}

.bg-tertiary-light{
  --tw-bg-opacity: 1;
  background-color: rgb(205 235 185 / var(--tw-bg-opacity, 1));
}

.bg-tertiary-lighter{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 235 / var(--tw-bg-opacity, 1));
}

.bg-tertiary-lightest{
  --tw-bg-opacity: 1;
  background-color: rgb(247 252 245 / var(--tw-bg-opacity, 1));
}

.bg-transparent{
  background-color: transparent;
}

.bg-warning{
  --tw-bg-opacity: 1;
  background-color: rgb(255 152 0 / var(--tw-bg-opacity, 1));
}

.bg-warning\/10{
  background-color: rgb(255 152 0 / 0.1);
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}

.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-primary{
  --tw-gradient-from: #9F6163 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 97 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-lightest{
  --tw-gradient-from: #F5EFEF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 239 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-primary-dark{
  --tw-gradient-to: #7F4D4F var(--tw-gradient-to-position);
}

.to-secondary-lightest{
  --tw-gradient-to: #F7FBFA var(--tw-gradient-to-position);
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-1\.5{
  padding: 0.375rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pl-12{
  padding-left: 3rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pr-12{
  padding-right: 3rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pr-8{
  padding-right: 2rem;
}

.pt-0{
  padding-top: 0px;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-8{
  padding-top: 2rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.align-bottom{
  vertical-align: bottom;
}

.align-text-bottom{
  vertical-align: text-bottom;
}

.font-body{
  font-family: Ubuntu, sans-serif;
}

.font-heading{
  font-family: Calistoga, cursive;
}

.font-mono{
  font-family: Fira Code, monospace;
}

.font-sans{
  font-family: Ubuntu, sans-serif;
}

.font-serif{
  font-family: Calistoga, cursive;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold{
  font-weight: 700;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.italic{
  font-style: italic;
}

.leading-none{
  line-height: 1;
}

.leading-relaxed{
  line-height: 1.625;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-error{
  --tw-text-opacity: 1;
  color: rgb(244 67 54 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-info{
  --tw-text-opacity: 1;
  color: rgb(33 150 243 / var(--tw-text-opacity, 1));
}

.text-link{
  --tw-text-opacity: 1;
  color: rgb(159 97 99 / var(--tw-text-opacity, 1));
}

.text-link-active{
  --tw-text-opacity: 1;
  color: rgb(184 227 156 / var(--tw-text-opacity, 1));
}

.text-link-hover{
  --tw-text-opacity: 1;
  color: rgb(127 77 79 / var(--tw-text-opacity, 1));
}

.text-link-visited{
  --tw-text-opacity: 1;
  color: rgb(63 38 39 / var(--tw-text-opacity, 1));
}

.text-neutral{
  --tw-text-opacity: 1;
  color: rgb(131 130 130 / var(--tw-text-opacity, 1));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(159 97 99 / var(--tw-text-opacity, 1));
}

.text-primary-dark{
  --tw-text-opacity: 1;
  color: rgb(127 77 79 / var(--tw-text-opacity, 1));
}

.text-primary-darker{
  --tw-text-opacity: 1;
  color: rgb(63 38 39 / var(--tw-text-opacity, 1));
}

.text-primary-darkest{
  --tw-text-opacity: 1;
  color: rgb(47 29 29 / var(--tw-text-opacity, 1));
}

.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(183 223 214 / var(--tw-text-opacity, 1));
}

.text-secondary-dark{
  --tw-text-opacity: 1;
  color: rgb(146 178 171 / var(--tw-text-opacity, 1));
}

.text-secondary-darker{
  --tw-text-opacity: 1;
  color: rgb(73 89 85 / var(--tw-text-opacity, 1));
}

.text-success{
  --tw-text-opacity: 1;
  color: rgb(76 175 80 / var(--tw-text-opacity, 1));
}

.text-tertiary{
  --tw-text-opacity: 1;
  color: rgb(184 227 156 / var(--tw-text-opacity, 1));
}

.text-tertiary-dark{
  --tw-text-opacity: 1;
  color: rgb(147 181 124 / var(--tw-text-opacity, 1));
}

.text-tertiary-darker{
  --tw-text-opacity: 1;
  color: rgb(73 90 62 / var(--tw-text-opacity, 1));
}

.text-text-disabled{
  --tw-text-opacity: 1;
  color: rgb(180 180 180 / var(--tw-text-opacity, 1));
}

.text-text-inverse{
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity, 1));
}

.text-text-primary{
  --tw-text-opacity: 1;
  color: rgb(32 30 30 / var(--tw-text-opacity, 1));
}

.text-text-secondary{
  --tw-text-opacity: 1;
  color: rgb(82 80 80 / var(--tw-text-opacity, 1));
}

.text-text-tertiary{
  --tw-text-opacity: 1;
  color: rgb(131 130 130 / var(--tw-text-opacity, 1));
}

.text-warning{
  --tw-text-opacity: 1;
  color: rgb(255 152 0 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.text-yellow-700{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.underline{
  text-decoration-line: underline;
}

.no-underline{
  text-decoration-line: none;
}

.placeholder-text-tertiary::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(131 130 130 / var(--tw-placeholder-opacity, 1));
}

.placeholder-text-tertiary::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(131 130 130 / var(--tw-placeholder-opacity, 1));
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-80{
  opacity: 0.8;
}

.opacity-90{
  opacity: 0.9;
}

.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);
}

.shadow-\[rgba\(255\2c 255\2c 255\2c 0\.1\)_0px_1px_1px_0px_inset\2c rgba\(8\2c 5\2c 5\2c 0\.05\)_0px_1px_2px_0px\]{
  --tw-shadow: rgba(255,255,255,0.1) 0px 1px 1px 0px inset,rgba(8,5,5,0.05) 0px 1px 2px 0px;
  --tw-shadow-colored: inset 0px 1px 1px 0px var(--tw-shadow-color), 0px 1px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-heavy{
  --tw-shadow: 0 10px 15px -3px rgba(8, 5, 5, 0.12);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-light{
  --tw-shadow: 0 1px 3px 0 rgba(8, 5, 5, 0.05);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-medium{
  --tw-shadow: 0 4px 6px -1px rgba(8, 5, 5, 0.08);
  --tw-shadow-colored: 0 4px 6px -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);
}

.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);
}

.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);
}

.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);
}

.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);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150{
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.logo{
  background-image: url("/graphicAssets/Logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}

.logo-inverse{
  background-image: url("/graphicAssets/Logo-inverse.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}

.logo-sm{
  width: 100px;
  height: 40px;
}

.logo-md{
  width: 150px;
  height: 60px;
}

.logo-lg{
  width: 200px;
  height: 80px;
}

.link-inverse{
  color: #F2F2F2;
  text-decoration: underline;
}

.link-inverse:visited{
  color: #F2F2F2;
  text-decoration: underline;
}

.link-inverse:hover{
  color: #B7DFD6 !important;
  text-decoration: underline;
}

.link-inverse:active{
  color: #CCE8E2 !important;
  text-decoration: underline;
}

.text-error{
  color: #F44336 !important;
}

.text-error svg{
  stroke: #F44336;
}

.text-success{
  color: #4CAF50 !important;
}

.text-success svg{
  stroke: #4CAF50;
}

.text-warning{
  color: #FF9800 !important;
}

.text-warning svg{
  stroke: #FF9800;
}

.text-info{
  color: #2196F3 !important;
}

.text-info svg{
  stroke: #2196F3;
}

@media (min-width: 640px){
  .sm\:hidden.accordion-content{
    display: none;
  }
}

@media (min-width: 768px){
  .md\:hidden.accordion-content{
    display: none;
  }
}

@media (min-width: 1024px){
  .lg\:hidden.accordion-content{
    display: none;
  }

  @media (min-width: 768px){
    .lg\:sticky{
      position: sticky;
      top: 1rem;
    }
  }
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}

.before\:right-0::before{
  content: var(--tw-content);
  right: 0px;
}

.before\:top-\[-10px\]::before{
  content: var(--tw-content);
  top: -10px;
}

.before\:h-\[10px\]::before{
  content: var(--tw-content);
  height: 10px;
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.last\:border-0:last-child{
  border-width: 0px;
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.hover\:-translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-y-1:hover{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:transform:hover{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-border-hover:hover{
  --tw-border-opacity: 1;
  border-color: rgb(131 130 130 / var(--tw-border-opacity, 1));
}

.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(159 97 99 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-light:hover{
  --tw-border-opacity: 1;
  border-color: rgb(187 144 145 / var(--tw-border-opacity, 1));
}

.hover\:border-primary\/40:hover{
  border-color: rgb(159 97 99 / 0.4);
}

.hover\:border-secondary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(183 223 214 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary\/40:hover{
  border-color: rgb(183 223 214 / 0.4);
}

.hover\:border-tertiary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(184 227 156 / var(--tw-border-opacity, 1));
}

.hover\:bg-background-card:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-background-elevated:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-background-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(127 77 79 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-lightest:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 239 239 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary\/10:hover{
  background-color: rgb(159 97 99 / 0.1);
}

.hover\:bg-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(183 223 214 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(146 178 171 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-lighter:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 248 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-lightest:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 251 250 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary\/10:hover{
  background-color: rgb(183 223 214 / 0.1);
}

.hover\:bg-tertiary-lighter:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:from-primary-dark:hover{
  --tw-gradient-from: #7F4D4F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 77 79 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-primary-darker:hover{
  --tw-gradient-to: #3F2627 var(--tw-gradient-to-position);
}

.hover\:text-error:hover{
  --tw-text-opacity: 1;
  color: rgb(244 67 54 / var(--tw-text-opacity, 1));
}

.hover\:text-green-600:hover{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(159 97 99 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(127 77 79 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-darkest:hover{
  --tw-text-opacity: 1;
  color: rgb(47 29 29 / var(--tw-text-opacity, 1));
}

.hover\:text-red-600:hover{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-darkest:hover{
  --tw-text-opacity: 1;
  color: rgb(54 66 64 / var(--tw-text-opacity, 1));
}

.hover\:text-tertiary-darkest:hover{
  --tw-text-opacity: 1;
  color: rgb(55 68 46 / var(--tw-text-opacity, 1));
}

.hover\:text-text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(32 30 30 / var(--tw-text-opacity, 1));
}

.hover\:text-text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(82 80 80 / var(--tw-text-opacity, 1));
}

.hover\:text-warning:hover{
  --tw-text-opacity: 1;
  color: rgb(255 152 0 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:shadow-\[rgba\(255\2c 255\2c 255\2c 0\.1\)_0px_1px_1px_0px_inset\2c rgba\(8\2c 5\2c 5\2c 0\.08\)_0px_1px_3px_0px\]:hover{
  --tw-shadow: rgba(255,255,255,0.1) 0px 1px 1px 0px inset,rgba(8,5,5,0.08) 0px 1px 3px 0px;
  --tw-shadow-colored: inset 0px 1px 1px 0px var(--tw-shadow-color), 0px 1px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --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);
}

.hover\:shadow-medium:hover{
  --tw-shadow: 0 4px 6px -1px rgba(8, 5, 5, 0.08);
  --tw-shadow-colored: 0 4px 6px -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);
}

.hover\:shadow-sm:hover{
  --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);
}

.hover\:text-error:hover{
  color: #F44336 !important;
}

.hover\:text-error:hover svg{
  stroke: #F44336;
}

.hover\:text-warning:hover{
  color: #FF9800 !important;
}

.hover\:text-warning:hover svg{
  stroke: #FF9800;
}

.focus\:border-border-focus:focus{
  --tw-border-opacity: 1;
  border-color: rgb(159 97 99 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(159 97 99 / var(--tw-border-opacity, 1));
}

.focus\:bg-gray-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-lightest:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(245 239 239 / var(--tw-bg-opacity, 1));
}

.focus\:text-primary:focus{
  --tw-text-opacity: 1;
  color: rgb(159 97 99 / var(--tw-text-opacity, 1));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-green-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-light:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 144 145 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-lighter:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(235 223 223 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.active\:bg-primary-light:active{
  --tw-bg-opacity: 1;
  background-color: rgb(187 144 145 / var(--tw-bg-opacity, 1));
}

.active\:text-white:active{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

.group:hover .group-hover\:translate-x-1{
  --tw-translate-x: 0.25rem;
  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));
}

.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(159 97 99 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-primary-lighter{
  --tw-bg-opacity: 1;
  background-color: rgb(235 223 223 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(183 223 214 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-secondary-lighter{
  --tw-bg-opacity: 1;
  background-color: rgb(240 248 246 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-tertiary{
  --tw-bg-opacity: 1;
  background-color: rgb(184 227 156 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:text-primary{
  --tw-text-opacity: 1;
  color: rgb(159 97 99 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-primary-dark{
  --tw-text-opacity: 1;
  color: rgb(127 77 79 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-secondary-dark{
  --tw-text-opacity: 1;
  color: rgb(146 178 171 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .sm\:left-4{
    left: 1rem;
  }

  .sm\:top-4{
    top: 1rem;
  }

  .sm\:order-1{
    order: 1;
  }

  .sm\:order-2{
    order: 2;
  }

  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mt-0{
    margin-top: 0px;
  }

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:w-1\/3{
    width: 33.333333%;
  }

  .sm\:w-2\/3{
    width: 66.666667%;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:w-full{
    width: 100%;
  }

  .sm\:max-w-2xl{
    max-width: 42rem;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:flex-col{
    flex-direction: column;
  }

  .sm\:items-start{
    align-items: flex-start;
  }

  .sm\:items-end{
    align-items: flex-end;
  }

  .sm\:justify-start{
    justify-content: flex-start;
  }

  .sm\:justify-between{
    justify-content: space-between;
  }

  .sm\:gap-2{
    gap: 0.5rem;
  }

  .sm\:p-0{
    padding: 0px;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:align-middle{
    vertical-align: middle;
  }

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-8xl{
    font-size: 6rem;
    line-height: 1;
  }

  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){
  .md\:left-6{
    left: 1.5rem;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mb-12{
    margin-bottom: 3rem;
  }

  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:block{
    display: block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-16{
    height: 4rem;
  }

  .md\:h-28{
    height: 7rem;
  }

  .md\:h-8{
    height: 2rem;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-16{
    width: 4rem;
  }

  .md\:w-28{
    width: 7rem;
  }

  .md\:w-8{
    width: 2rem;
  }

  .md\:w-80{
    width: 20rem;
  }

  .md\:max-w-\[160px\]{
    max-width: 160px;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:p-12{
    padding: 3rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:pb-10{
    padding-bottom: 2.5rem;
  }

  .md\:pl-36{
    padding-left: 9rem;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .lg\:sticky{
    position: sticky;
  }

  .lg\:left-8{
    left: 2rem;
  }

  .lg\:top-4{
    top: 1rem;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:w-2\/5{
    width: 40%;
  }

  .lg\:w-3\/5{
    width: 60%;
  }

  .lg\:w-96{
    width: 24rem;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:p-8{
    padding: 2rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pl-20{
    padding-left: 5rem;
  }

  .lg\:pl-4{
    padding-left: 1rem;
  }

  .lg\:pl-44{
    padding-left: 11rem;
  }

  .lg\:pl-8{
    padding-left: 2rem;
  }

  .lg\:pr-20{
    padding-right: 5rem;
  }

  .lg\:pt-6{
    padding-top: 1.5rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:logo-lg{
    width: 200px;
    height: 80px;
  }
}

.\[\&_p\:last-child\]\:mb-0 p:last-child{
  margin-bottom: 0px;
}

.\[\&_p\]\:mb-4 p{
  margin-bottom: 1rem;
}