/*! tailwindcss shared build for customer and webapp */
.theme-customer *, .theme-customer ::before, .theme-customer ::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:  ;
}

.theme-customer ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

.theme-customer *,
.theme-customer ::before,
.theme-customer ::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

.theme-customer ::before,
.theme-customer ::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
*/

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

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

body.theme-customer, .theme-customer 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.
*/

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

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

.theme-customer abbr:where([title]) {
  text-decoration: underline dotted;
}

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

.theme-customer h1,
.theme-customer h2,
.theme-customer h3,
.theme-customer h4,
.theme-customer h5,
.theme-customer h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

.theme-customer a {
  color: inherit;
  text-decoration: inherit;
}

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

.theme-customer b,
.theme-customer 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.
*/

.theme-customer code,
.theme-customer kbd,
.theme-customer samp,
.theme-customer pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

.theme-customer small {
  font-size: 80%;
}

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

.theme-customer sub,
.theme-customer sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.theme-customer sub {
  bottom: -0.25em;
}

.theme-customer 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.
*/

.theme-customer 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.
*/

.theme-customer button,
.theme-customer input,
.theme-customer optgroup,
.theme-customer select,
.theme-customer 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.
*/

.theme-customer button,
.theme-customer select {
  text-transform: none;
}

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

.theme-customer button,
.theme-customer input:where([type='button']),
.theme-customer input:where([type='reset']),
.theme-customer 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.
*/

.theme-customer :-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)
*/

.theme-customer :-moz-ui-invalid {
  box-shadow: none;
}

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

.theme-customer progress {
  vertical-align: baseline;
}

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

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

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

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

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

.theme-customer ::-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.
*/

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

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

.theme-customer summary {
  display: list-item;
}

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

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

.theme-customer fieldset {
  margin: 0;
  padding: 0;
}

.theme-customer legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
.theme-customer dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

.theme-customer 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.
*/

.theme-customer input::placeholder,
.theme-customer textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

.theme-customer button,
.theme-customer [role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
.theme-customer :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.
*/

.theme-customer img,
.theme-customer svg,
.theme-customer video,
.theme-customer canvas,
.theme-customer audio,
.theme-customer iframe,
.theme-customer embed,
.theme-customer 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)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
.theme-customer [hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.theme-customer input:where([type='text']),.theme-customer input:where(:not([type])),.theme-customer input:where([type='email']),.theme-customer input:where([type='url']),.theme-customer input:where([type='password']),.theme-customer input:where([type='number']),.theme-customer input:where([type='date']),.theme-customer input:where([type='datetime-local']),.theme-customer input:where([type='month']),.theme-customer input:where([type='search']),.theme-customer input:where([type='tel']),.theme-customer input:where([type='time']),.theme-customer input:where([type='week']),.theme-customer select:where([multiple]),.theme-customer textarea,.theme-customer select {
  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;
}

.theme-customer input:where([type='text']):focus, .theme-customer input:where(:not([type])):focus, .theme-customer input:where([type='email']):focus, .theme-customer input:where([type='url']):focus, .theme-customer input:where([type='password']):focus, .theme-customer input:where([type='number']):focus, .theme-customer input:where([type='date']):focus, .theme-customer input:where([type='datetime-local']):focus, .theme-customer input:where([type='month']):focus, .theme-customer input:where([type='search']):focus, .theme-customer input:where([type='tel']):focus, .theme-customer input:where([type='time']):focus, .theme-customer input:where([type='week']):focus, .theme-customer select:where([multiple]):focus, .theme-customer textarea:focus, .theme-customer 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;
}

.theme-customer input::placeholder,.theme-customer textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

.theme-customer ::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

.theme-customer ::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

.theme-customer ::-webkit-datetime-edit {
  display: inline-flex;
}

.theme-customer ::-webkit-datetime-edit,.theme-customer ::-webkit-datetime-edit-year-field,.theme-customer ::-webkit-datetime-edit-month-field,.theme-customer ::-webkit-datetime-edit-day-field,.theme-customer ::-webkit-datetime-edit-hour-field,.theme-customer ::-webkit-datetime-edit-minute-field,.theme-customer ::-webkit-datetime-edit-second-field,.theme-customer ::-webkit-datetime-edit-millisecond-field,.theme-customer ::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

.theme-customer 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;
  print-color-adjust: exact;
}

.theme-customer select:where([multiple]),.theme-customer select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  print-color-adjust: unset;
}

.theme-customer input:where([type='checkbox']),.theme-customer input:where([type='radio']) {
  appearance: none;
  padding: 0;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  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;
}

.theme-customer input:where([type='checkbox']) {
  border-radius: 0px;
}

.theme-customer input:where([type='radio']) {
  border-radius: 100%;
}

.theme-customer input:where([type='checkbox']):focus,.theme-customer input:where([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);
}

.theme-customer input:where([type='checkbox']):checked,.theme-customer input:where([type='radio']):checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.theme-customer input:where([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)  {

  .theme-customer input:where([type='checkbox']):checked {
    appearance: auto;
  }
}

.theme-customer input:where([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)  {

  .theme-customer input:where([type='radio']):checked {
    appearance: auto;
  }
}

.theme-customer input:where([type='checkbox']):checked:hover,.theme-customer input:where([type='checkbox']):checked:focus,.theme-customer input:where([type='radio']):checked:hover,.theme-customer input:where([type='radio']):checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

.theme-customer input:where([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)  {

  .theme-customer input:where([type='checkbox']):indeterminate {
    appearance: auto;
  }
}

.theme-customer input:where([type='checkbox']):indeterminate:hover,.theme-customer input:where([type='checkbox']):indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

.theme-customer input:where([type='file']) {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

.theme-customer input:where([type='file']):focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.theme-customer.pointer-events-none, .theme-customer .pointer-events-none {
  pointer-events: none;
}
.theme-customer.fixed, .theme-customer .fixed {
  position: fixed;
}
.theme-customer.absolute, .theme-customer .absolute {
  position: absolute;
}
.theme-customer.relative, .theme-customer .relative {
  position: relative;
}
.theme-customer.inset-0, .theme-customer .inset-0 {
  inset: 0px;
}
.theme-customer.left-0, .theme-customer .left-0 {
  left: 0px;
}
.theme-customer.left-3, .theme-customer .left-3 {
  left: 0.75rem;
}
.theme-customer.right-1, .theme-customer .right-1 {
  right: 0.25rem;
}
.theme-customer.right-3, .theme-customer .right-3 {
  right: 0.75rem;
}
.theme-customer.top-0, .theme-customer .top-0 {
  top: 0px;
}
.theme-customer.top-1, .theme-customer .top-1 {
  top: 0.25rem;
}
.theme-customer.top-1\/2, .theme-customer .top-1\/2 {
  top: 50%;
}
.theme-customer.top-3, .theme-customer .top-3 {
  top: 0.75rem;
}
.theme-customer.z-10, .theme-customer .z-10 {
  z-index: 10;
}
.theme-customer.z-30, .theme-customer .z-30 {
  z-index: 30;
}
.theme-customer.z-40, .theme-customer .z-40 {
  z-index: 40;
}
.theme-customer.z-50, .theme-customer .z-50 {
  z-index: 50;
}
.theme-customer.z-\[100\], .theme-customer .z-\[100\] {
  z-index: 100;
}
.theme-customer.col-span-12, .theme-customer .col-span-12 {
  grid-column: span 12 / span 12;
}
.theme-customer.mx-2, .theme-customer .mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.theme-customer.mx-auto, .theme-customer .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.theme-customer.my-4, .theme-customer .my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.theme-customer.mb-1, .theme-customer .mb-1 {
  margin-bottom: 0.25rem;
}
.theme-customer.mb-2, .theme-customer .mb-2 {
  margin-bottom: 0.5rem;
}
.theme-customer.mb-3, .theme-customer .mb-3 {
  margin-bottom: 0.75rem;
}
.theme-customer.mb-4, .theme-customer .mb-4 {
  margin-bottom: 1rem;
}
.theme-customer.mb-5, .theme-customer .mb-5 {
  margin-bottom: 1.25rem;
}
.theme-customer.mb-6, .theme-customer .mb-6 {
  margin-bottom: 1.5rem;
}
.theme-customer.mb-8, .theme-customer .mb-8 {
  margin-bottom: 2rem;
}
.theme-customer.mb-stack-lg, .theme-customer .mb-stack-lg {
  margin-bottom: 48px;
}
.theme-customer.mb-stack-md, .theme-customer .mb-stack-md {
  margin-bottom: 24px;
}
.theme-customer.me-auto, .theme-customer .me-auto {
  margin-inline-end: auto;
}
.theme-customer.ml-2, .theme-customer .ml-2 {
  margin-left: 0.5rem;
}
.theme-customer.ml-64, .theme-customer .ml-64 {
  margin-left: 16rem;
}
.theme-customer.mr-2, .theme-customer .mr-2 {
  margin-right: 0.5rem;
}
.theme-customer.mt-1, .theme-customer .mt-1 {
  margin-top: 0.25rem;
}
.theme-customer.mt-10, .theme-customer .mt-10 {
  margin-top: 2.5rem;
}
.theme-customer.mt-12, .theme-customer .mt-12 {
  margin-top: 3rem;
}
.theme-customer.mt-2, .theme-customer .mt-2 {
  margin-top: 0.5rem;
}
.theme-customer.mt-3, .theme-customer .mt-3 {
  margin-top: 0.75rem;
}
.theme-customer.mt-5, .theme-customer .mt-5 {
  margin-top: 1.25rem;
}
.theme-customer.mt-6, .theme-customer .mt-6 {
  margin-top: 1.5rem;
}
.theme-customer.mt-8, .theme-customer .mt-8 {
  margin-top: 2rem;
}
.theme-customer.mt-auto, .theme-customer .mt-auto {
  margin-top: auto;
}
.theme-customer.block, .theme-customer .block {
  display: block;
}
.theme-customer.inline-block, .theme-customer .inline-block {
  display: inline-block;
}
.theme-customer.flex, .theme-customer .flex {
  display: flex;
}
.theme-customer.inline-flex, .theme-customer .inline-flex {
  display: inline-flex;
}
.theme-customer.table, .theme-customer .table {
  display: table;
}
.theme-customer.grid, .theme-customer .grid {
  display: grid;
}
.theme-customer.hidden, .theme-customer .hidden {
  display: none;
}
.theme-customer.aspect-square, .theme-customer .aspect-square {
  aspect-ratio: 1 / 1;
}
.theme-customer.h-12, .theme-customer .h-12 {
  height: 3rem;
}
.theme-customer.h-16, .theme-customer .h-16 {
  height: 4rem;
}
.theme-customer.h-2, .theme-customer .h-2 {
  height: 0.5rem;
}
.theme-customer.h-2\.5, .theme-customer .h-2\.5 {
  height: 0.625rem;
}
.theme-customer.h-20, .theme-customer .h-20 {
  height: 5rem;
}
.theme-customer.h-5, .theme-customer .h-5 {
  height: 1.25rem;
}
.theme-customer.h-6, .theme-customer .h-6 {
  height: 1.5rem;
}
.theme-customer.h-8, .theme-customer .h-8 {
  height: 2rem;
}
.theme-customer.h-9, .theme-customer .h-9 {
  height: 2.25rem;
}
.theme-customer.h-\[400px\], .theme-customer .h-\[400px\] {
  height: 400px;
}
.theme-customer.h-full, .theme-customer .h-full {
  height: 100%;
}
.theme-customer.max-h-80, .theme-customer .max-h-80 {
  max-height: 20rem;
}
.theme-customer.min-h-0, .theme-customer .min-h-0 {
  min-height: 0px;
}
.theme-customer.min-h-\[1120px\], .theme-customer .min-h-\[1120px\] {
  min-height: 1120px;
}
.theme-customer.min-h-\[320px\], .theme-customer .min-h-\[320px\] {
  min-height: 320px;
}
.theme-customer.min-h-\[88px\], .theme-customer .min-h-\[88px\] {
  min-height: 88px;
}
.theme-customer.min-h-screen, .theme-customer .min-h-screen {
  min-height: 100vh;
}
.theme-customer.w-2, .theme-customer .w-2 {
  width: 0.5rem;
}
.theme-customer.w-2\.5, .theme-customer .w-2\.5 {
  width: 0.625rem;
}
.theme-customer.w-20, .theme-customer .w-20 {
  width: 5rem;
}
.theme-customer.w-48, .theme-customer .w-48 {
  width: 12rem;
}
.theme-customer.w-5, .theme-customer .w-5 {
  width: 1.25rem;
}
.theme-customer.w-56, .theme-customer .w-56 {
  width: 14rem;
}
.theme-customer.w-64, .theme-customer .w-64 {
  width: 16rem;
}
.theme-customer.w-8, .theme-customer .w-8 {
  width: 2rem;
}
.theme-customer.w-9, .theme-customer .w-9 {
  width: 2.25rem;
}
.theme-customer.w-\[10\%\], .theme-customer .w-\[10\%\] {
  width: 10%;
}
.theme-customer.w-\[16\%\], .theme-customer .w-\[16\%\] {
  width: 16%;
}
.theme-customer.w-\[18\%\], .theme-customer .w-\[18\%\] {
  width: 18%;
}
.theme-customer.w-\[20\%\], .theme-customer .w-\[20\%\] {
  width: 20%;
}
.theme-customer.w-\[22\%\], .theme-customer .w-\[22\%\] {
  width: 22%;
}
.theme-customer.w-\[6\%\], .theme-customer .w-\[6\%\] {
  width: 6%;
}
.theme-customer.w-\[8\%\], .theme-customer .w-\[8\%\] {
  width: 8%;
}
.theme-customer.w-auto, .theme-customer .w-auto {
  width: auto;
}
.theme-customer.w-full, .theme-customer .w-full {
  width: 100%;
}
.theme-customer.w-px, .theme-customer .w-px {
  width: 1px;
}
.theme-customer.min-w-0, .theme-customer .min-w-0 {
  min-width: 0px;
}
.theme-customer.min-w-\[1000px\], .theme-customer .min-w-\[1000px\] {
  min-width: 1000px;
}
.theme-customer.min-w-\[800px\], .theme-customer .min-w-\[800px\] {
  min-width: 800px;
}
.theme-customer.min-w-\[900px\], .theme-customer .min-w-\[900px\] {
  min-width: 900px;
}
.theme-customer.max-w-3xl, .theme-customer .max-w-3xl {
  max-width: 48rem;
}
.theme-customer.max-w-4xl, .theme-customer .max-w-4xl {
  max-width: 56rem;
}
.theme-customer.max-w-7xl, .theme-customer .max-w-7xl {
  max-width: 80rem;
}
.theme-customer.max-w-\[100\%\], .theme-customer .max-w-\[100\%\] {
  max-width: 100%;
}
.theme-customer.max-w-\[1440px\], .theme-customer .max-w-\[1440px\] {
  max-width: 1440px;
}
.theme-customer.max-w-\[200px\], .theme-customer .max-w-\[200px\] {
  max-width: 200px;
}
.theme-customer.max-w-\[32rem\], .theme-customer .max-w-\[32rem\] {
  max-width: 32rem;
}
.theme-customer.max-w-\[800px\], .theme-customer .max-w-\[800px\] {
  max-width: 800px;
}
.theme-customer.max-w-full, .theme-customer .max-w-full {
  max-width: 100%;
}
.theme-customer.max-w-md, .theme-customer .max-w-md {
  max-width: 28rem;
}
.theme-customer.max-w-sm, .theme-customer .max-w-sm {
  max-width: 24rem;
}
.theme-customer.flex-1, .theme-customer .flex-1 {
  flex: 1 1 0%;
}
.theme-customer.shrink-0, .theme-customer .shrink-0 {
  flex-shrink: 0;
}
.theme-customer.table-fixed, .theme-customer .table-fixed {
  table-layout: fixed;
}
.theme-customer.border-collapse, .theme-customer .border-collapse {
  border-collapse: collapse;
}
.theme-customer.-translate-y-1\/2, .theme-customer .-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));
}
.theme-customer.translate-y-20, .theme-customer .translate-y-20 {
  --tw-translate-y: 5rem;
  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));
}
.theme-customer.rotate-180, .theme-customer .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));
}
.theme-customer.transform, .theme-customer .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 spin {

  to {
    transform: rotate(360deg);
  }
}
.theme-customer.animate-spin, .theme-customer .animate-spin {
  animation: spin 1s linear infinite;
}
.theme-customer.cursor-pointer, .theme-customer .cursor-pointer {
  cursor: pointer;
}
.theme-customer.select-none, .theme-customer .select-none {
  user-select: none;
}
.theme-customer.appearance-none, .theme-customer .appearance-none {
  appearance: none;
}
.theme-customer.grid-cols-1, .theme-customer .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.theme-customer.grid-cols-12, .theme-customer .grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.theme-customer.grid-cols-2, .theme-customer .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.theme-customer.grid-cols-3, .theme-customer .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.theme-customer.grid-cols-4, .theme-customer .grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.theme-customer.flex-col, .theme-customer .flex-col {
  flex-direction: column;
}
.theme-customer.flex-wrap, .theme-customer .flex-wrap {
  flex-wrap: wrap;
}
.theme-customer.items-start, .theme-customer .items-start {
  align-items: flex-start;
}
.theme-customer.items-end, .theme-customer .items-end {
  align-items: flex-end;
}
.theme-customer.items-center, .theme-customer .items-center {
  align-items: center;
}
.theme-customer.items-baseline, .theme-customer .items-baseline {
  align-items: baseline;
}
.theme-customer.justify-end, .theme-customer .justify-end {
  justify-content: flex-end;
}
.theme-customer.justify-center, .theme-customer .justify-center {
  justify-content: center;
}
.theme-customer.justify-between, .theme-customer .justify-between {
  justify-content: space-between;
}
.theme-customer.gap-1, .theme-customer .gap-1 {
  gap: 0.25rem;
}
.theme-customer.gap-2, .theme-customer .gap-2 {
  gap: 0.5rem;
}
.theme-customer.gap-3, .theme-customer .gap-3 {
  gap: 0.75rem;
}
.theme-customer.gap-4, .theme-customer .gap-4 {
  gap: 1rem;
}
.theme-customer.gap-5, .theme-customer .gap-5 {
  gap: 1.25rem;
}
.theme-customer.gap-6, .theme-customer .gap-6 {
  gap: 1.5rem;
}
.theme-customer.gap-gutter, .theme-customer .gap-gutter {
  gap: 24px;
}
.theme-customer.gap-stack-sm, .theme-customer .gap-stack-sm {
  gap: 12px;
}
.theme-customer.gap-x-6, .theme-customer .gap-x-6 {
  column-gap: 1.5rem;
}
.theme-customer.space-y-1 > :not([hidden]) ~ :not([hidden]), .theme-customer .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));
}
.theme-customer.space-y-2 > :not([hidden]) ~ :not([hidden]), .theme-customer .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));
}
.theme-customer.space-y-3 > :not([hidden]) ~ :not([hidden]), .theme-customer .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));
}
.theme-customer.space-y-4 > :not([hidden]) ~ :not([hidden]), .theme-customer .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));
}
.theme-customer.space-y-6 > :not([hidden]) ~ :not([hidden]), .theme-customer .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));
}
.theme-customer.space-y-gutter > :not([hidden]) ~ :not([hidden]), .theme-customer .space-y-gutter > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}
.theme-customer.space-y-unit > :not([hidden]) ~ :not([hidden]), .theme-customer .space-y-unit > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}
.theme-customer.divide-y > :not([hidden]) ~ :not([hidden]), .theme-customer .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));
}
.theme-customer.divide-beige-m > :not([hidden]) ~ :not([hidden]), .theme-customer .divide-beige-m > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(223 210 198 / var(--tw-divide-opacity, 1));
}
.theme-customer.self-end, .theme-customer .self-end {
  align-self: flex-end;
}
.theme-customer.overflow-hidden, .theme-customer .overflow-hidden {
  overflow: hidden;
}
.theme-customer.overflow-x-auto, .theme-customer .overflow-x-auto {
  overflow-x: auto;
}
.theme-customer.overflow-y-auto, .theme-customer .overflow-y-auto {
  overflow-y: auto;
}
.theme-customer.overflow-x-hidden, .theme-customer .overflow-x-hidden {
  overflow-x: hidden;
}
.theme-customer.truncate, .theme-customer .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.theme-customer.whitespace-nowrap, .theme-customer .whitespace-nowrap {
  white-space: nowrap;
}
.theme-customer.text-nowrap, .theme-customer .text-nowrap {
  text-wrap: nowrap;
}
.theme-customer.break-all, .theme-customer .break-all {
  word-break: break-all;
}
.theme-customer.rounded, .theme-customer .rounded {
  border-radius: 0.125rem;
}
.theme-customer.rounded-\[9999px\], .theme-customer .rounded-\[9999px\] {
  border-radius: 9999px;
}
.theme-customer.rounded-full, .theme-customer .rounded-full {
  border-radius: 0.75rem;
}
.theme-customer.rounded-lg, .theme-customer .rounded-lg {
  border-radius: 0.25rem;
}
.theme-customer.rounded-md, .theme-customer .rounded-md {
  border-radius: 0.375rem;
}
.theme-customer.rounded-xl, .theme-customer .rounded-xl {
  border-radius: 0.5rem;
}
.theme-customer.rounded-b-xl, .theme-customer .rounded-b-xl {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.theme-customer.rounded-t-xl, .theme-customer .rounded-t-xl {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.theme-customer.border, .theme-customer .border {
  border-width: 1px;
}
.theme-customer.border-2, .theme-customer .border-2 {
  border-width: 2px;
}
.theme-customer.border-4, .theme-customer .border-4 {
  border-width: 4px;
}
.theme-customer.border-y, .theme-customer .border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.theme-customer.border-b, .theme-customer .border-b {
  border-bottom-width: 1px;
}
.theme-customer.border-b-0, .theme-customer .border-b-0 {
  border-bottom-width: 0px;
}
.theme-customer.border-b-2, .theme-customer .border-b-2 {
  border-bottom-width: 2px;
}
.theme-customer.border-r, .theme-customer .border-r {
  border-right-width: 1px;
}
.theme-customer.border-t, .theme-customer .border-t {
  border-top-width: 1px;
}
.theme-customer.border-t-2, .theme-customer .border-t-2 {
  border-top-width: 2px;
}
.theme-customer.border-solid, .theme-customer .border-solid {
  border-style: solid;
}
.theme-customer.border-beige-d, .theme-customer .border-beige-d {
  --tw-border-opacity: 1;
  border-color: rgb(178 159 144 / var(--tw-border-opacity, 1));
}
.theme-customer.border-beige-l, .theme-customer .border-beige-l {
  --tw-border-opacity: 1;
  border-color: rgb(246 237 226 / var(--tw-border-opacity, 1));
}
.theme-customer.border-beige-m, .theme-customer .border-beige-m {
  --tw-border-opacity: 1;
  border-color: rgb(223 210 198 / var(--tw-border-opacity, 1));
}
.theme-customer.border-blue-d, .theme-customer .border-blue-d {
  --tw-border-opacity: 1;
  border-color: rgb(58 131 197 / var(--tw-border-opacity, 1));
}
.theme-customer.border-blue-m, .theme-customer .border-blue-m {
  --tw-border-opacity: 1;
  border-color: rgb(157 193 226 / var(--tw-border-opacity, 1));
}
.theme-customer.border-error, .theme-customer .border-error {
  --tw-border-opacity: 1;
  border-color: rgb(147 0 10 / var(--tw-border-opacity, 1));
}
.theme-customer.border-error\/20, .theme-customer .border-error\/20 {
  border-color: rgb(147 0 10 / 0.2);
}
.theme-customer.border-gray-200, .theme-customer .border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.theme-customer.border-green-d, .theme-customer .border-green-d {
  --tw-border-opacity: 1;
  border-color: rgb(111 145 68 / var(--tw-border-opacity, 1));
}
.theme-customer.border-green-m, .theme-customer .border-green-m {
  --tw-border-opacity: 1;
  border-color: rgb(183 200 162 / var(--tw-border-opacity, 1));
}
.theme-customer.border-olive-d, .theme-customer .border-olive-d {
  --tw-border-opacity: 1;
  border-color: rgb(183 181 42 / var(--tw-border-opacity, 1));
}
.theme-customer.border-olive-m, .theme-customer .border-olive-m {
  --tw-border-opacity: 1;
  border-color: rgb(219 218 149 / var(--tw-border-opacity, 1));
}
.theme-customer.border-orange-d, .theme-customer .border-orange-d {
  --tw-border-opacity: 1;
  border-color: rgb(217 135 59 / var(--tw-border-opacity, 1));
}
.theme-customer.border-orange-m, .theme-customer .border-orange-m {
  --tw-border-opacity: 1;
  border-color: rgb(236 195 157 / var(--tw-border-opacity, 1));
}
.theme-customer.border-primary, .theme-customer .border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(58 131 197 / var(--tw-border-opacity, 1));
}
.theme-customer.border-t-primary, .theme-customer .border-t-primary {
  --tw-border-opacity: 1;
  border-top-color: rgb(58 131 197 / var(--tw-border-opacity, 1));
}
.theme-customer.bg-beige-d, .theme-customer .bg-beige-d {
  --tw-bg-opacity: 1;
  background-color: rgb(178 159 144 / var(--tw-bg-opacity, 1));
}
.theme-customer.bg-beige-l, .theme-customer .bg-beige-l {
  --tw-bg-opacity: 1;
  background-color: rgb(246 237 226 / var(--tw-bg-opacity, 1));
}
.theme-customer.bg-beige-m, .theme-customer .bg-beige-m {
  --tw-bg-opacity: 1;
  background-color: rgb(223 210 198 / var(--tw-bg-opacity, 1));
}
.theme-customer.bg-black\/20, .theme-customer .bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.theme-customer.bg-black\/50, .theme-customer .bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.theme-customer.bg-blue-d, .theme-customer .bg-blue-d {
  --tw-bg-opacity: 1;
  background-color: rgb(58 131 197 / var(--tw-bg-opacity, 1));
}
.theme-customer.bg-blue-l, .theme-customer .bg-blue-l {
  --tw-bg-opacity: 1;
  background-color: rgb(225 236 246 / var(--tw-bg-opacity, 1));
}
.theme-customer.bg-error, .theme-customer .bg-error {
  --tw-bg-opacity: 1;
  background-color: rgb(147 0 10 / var(--tw-bg-opacity, 1));
}
.theme-customer.bg-error-container, .theme-customer .bg-error-container {
  --tw-bg-opacity: 1;
  background-color: rgb(255 218 214 / var(--tw-bg-opacity, 1));
}
.theme-customer.bg-green-d, .theme-customer .bg-green-d {
  --tw-bg-opacity: 1;
  background-color: rgb(111 145 68 / var(--tw-bg-opacity, 1));
}
.theme-customer.bg-green-l, .theme-customer .bg-green-l {
  --tw-bg-opacity: 1;
  background-color: rgb(233 238 227 / var(--tw-bg-opacity, 1));
}
.theme-customer.bg-olive-d, .theme-customer .bg-olive-d {
  --tw-bg-opacity: 1;
  background-color: rgb(183 181 42 / var(--tw-bg-opacity, 1));
}
.theme-customer.bg-olive-l, .theme-customer .bg-olive-l {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 223 / var(--tw-bg-opacity, 1));
}
.theme-customer.bg-orange-d, .theme-customer .bg-orange-d {
  --tw-bg-opacity: 1;
  background-color: rgb(217 135 59 / var(--tw-bg-opacity, 1));
}
.theme-customer.bg-orange-l, .theme-customer .bg-orange-l {
  --tw-bg-opacity: 1;
  background-color: rgb(249 237 226 / var(--tw-bg-opacity, 1));
}
.theme-customer.bg-primary, .theme-customer .bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(58 131 197 / var(--tw-bg-opacity, 1));
}
.theme-customer.bg-white, .theme-customer .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.theme-customer.p-1, .theme-customer .p-1 {
  padding: 0.25rem;
}
.theme-customer.p-2, .theme-customer .p-2 {
  padding: 0.5rem;
}
.theme-customer.p-4, .theme-customer .p-4 {
  padding: 1rem;
}
.theme-customer.p-5, .theme-customer .p-5 {
  padding: 1.25rem;
}
.theme-customer.p-6, .theme-customer .p-6 {
  padding: 1.5rem;
}
.theme-customer.p-8, .theme-customer .p-8 {
  padding: 2rem;
}
.theme-customer.p-container-padding, .theme-customer .p-container-padding {
  padding: 32px;
}
.theme-customer.p-stack-md, .theme-customer .p-stack-md {
  padding: 24px;
}
.theme-customer.p-stack-sm, .theme-customer .p-stack-sm {
  padding: 12px;
}
.theme-customer.px-2, .theme-customer .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.theme-customer.px-2\.5, .theme-customer .px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.theme-customer.px-3, .theme-customer .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.theme-customer.px-4, .theme-customer .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.theme-customer.px-5, .theme-customer .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.theme-customer.px-6, .theme-customer .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.theme-customer.px-container-padding, .theme-customer .px-container-padding {
  padding-left: 32px;
  padding-right: 32px;
}
.theme-customer.py-0\.5, .theme-customer .py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.theme-customer.py-1, .theme-customer .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.theme-customer.py-1\.5, .theme-customer .py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.theme-customer.py-2, .theme-customer .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.theme-customer.py-3, .theme-customer .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.theme-customer.py-4, .theme-customer .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.theme-customer.py-5, .theme-customer .py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.theme-customer.py-8, .theme-customer .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.theme-customer.py-container-padding, .theme-customer .py-container-padding {
  padding-top: 32px;
  padding-bottom: 32px;
}
.theme-customer.py-stack-lg, .theme-customer .py-stack-lg {
  padding-top: 48px;
  padding-bottom: 48px;
}
.theme-customer.pb-1, .theme-customer .pb-1 {
  padding-bottom: 0.25rem;
}
.theme-customer.pb-2, .theme-customer .pb-2 {
  padding-bottom: 0.5rem;
}
.theme-customer.pb-3, .theme-customer .pb-3 {
  padding-bottom: 0.75rem;
}
.theme-customer.pb-4, .theme-customer .pb-4 {
  padding-bottom: 1rem;
}
.theme-customer.pb-6, .theme-customer .pb-6 {
  padding-bottom: 1.5rem;
}
.theme-customer.pl-10, .theme-customer .pl-10 {
  padding-left: 2.5rem;
}
.theme-customer.pl-4, .theme-customer .pl-4 {
  padding-left: 1rem;
}
.theme-customer.pl-\[calc\(16rem\+2rem\)\], .theme-customer .pl-\[calc\(16rem\+2rem\)\] {
  padding-left: calc(16rem + 2rem);
}
.theme-customer.pr-1, .theme-customer .pr-1 {
  padding-right: 0.25rem;
}
.theme-customer.pr-10, .theme-customer .pr-10 {
  padding-right: 2.5rem;
}
.theme-customer.pr-4, .theme-customer .pr-4 {
  padding-right: 1rem;
}
.theme-customer.pr-7, .theme-customer .pr-7 {
  padding-right: 1.75rem;
}
.theme-customer.pr-8, .theme-customer .pr-8 {
  padding-right: 2rem;
}
.theme-customer.pt-2, .theme-customer .pt-2 {
  padding-top: 0.5rem;
}
.theme-customer.pt-20, .theme-customer .pt-20 {
  padding-top: 5rem;
}
.theme-customer.pt-4, .theme-customer .pt-4 {
  padding-top: 1rem;
}
.theme-customer.pt-6, .theme-customer .pt-6 {
  padding-top: 1.5rem;
}
.theme-customer.pt-8, .theme-customer .pt-8 {
  padding-top: 2rem;
}
.theme-customer.text-left, .theme-customer .text-left {
  text-align: left;
}
.theme-customer.text-center, .theme-customer .text-center {
  text-align: center;
}
.theme-customer.text-right, .theme-customer .text-right {
  text-align: right;
}
.theme-customer.font-body-md, .theme-customer .font-body-md {
  font-family: Montserrat-400, sans-serif;
}
.theme-customer.font-body-sm, .theme-customer .font-body-sm {
  font-family: Montserrat-400, sans-serif;
}
.theme-customer.font-description, .theme-customer .font-description {
  font-family: Cormorant_Garamond;
}
.theme-customer.font-headline-lg, .theme-customer .font-headline-lg {
  font-family: Montserrat;
}
.theme-customer.font-headline-md, .theme-customer .font-headline-md {
  font-family: Montserrat;
}
.theme-customer.font-headline-xl, .theme-customer .font-headline-xl {
  font-family: Montserrat;
}
.theme-customer.font-label-bold, .theme-customer .font-label-bold {
  font-family: Montserrat;
}
.theme-customer.font-label-sm, .theme-customer .font-label-sm {
  font-family: Montserrat;
}
.theme-customer.text-3xl, .theme-customer .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.theme-customer.text-4xl, .theme-customer .text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.theme-customer.text-\[10px\], .theme-customer .text-\[10px\] {
  font-size: 10px;
}
.theme-customer.text-\[11px\], .theme-customer .text-\[11px\] {
  font-size: 11px;
}
.theme-customer.text-\[12px\], .theme-customer .text-\[12px\] {
  font-size: 12px;
}
.theme-customer.text-\[14px\], .theme-customer .text-\[14px\] {
  font-size: 14px;
}
.theme-customer.text-\[18px\], .theme-customer .text-\[18px\] {
  font-size: 18px;
}
.theme-customer.text-\[20px\], .theme-customer .text-\[20px\] {
  font-size: 20px;
}
.theme-customer.text-\[23px\], .theme-customer .text-\[23px\] {
  font-size: 23px;
}
.theme-customer.text-\[clamp\(1\.375rem\2c 3\.5vw\2c 3\.75rem\)\], .theme-customer .text-\[clamp\(1\.375rem\2c 3\.5vw\2c 3\.75rem\)\] {
  font-size: clamp(1.375rem, 3.5vw, 3.75rem);
}
.theme-customer.text-base, .theme-customer .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.theme-customer.text-body-md, .theme-customer .text-body-md {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.theme-customer.text-body-sm, .theme-customer .text-body-sm {
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
}
.theme-customer.text-description, .theme-customer .text-description {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
.theme-customer.text-headline-lg, .theme-customer .text-headline-lg {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
.theme-customer.text-headline-md, .theme-customer .text-headline-md {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.theme-customer.text-headline-xl, .theme-customer .text-headline-xl {
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.02em;
  font-weight: 900;
}
.theme-customer.text-label-bold, .theme-customer .text-label-bold {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.theme-customer.text-label-sm, .theme-customer .text-label-sm {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.theme-customer.text-lg, .theme-customer .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.theme-customer.text-sm, .theme-customer .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.theme-customer.text-xs, .theme-customer .text-xs {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.theme-customer.font-black, .theme-customer .font-black {
  font-weight: 900;
}
.theme-customer.font-bold, .theme-customer .font-bold {
  font-weight: 700;
}
.theme-customer.font-medium, .theme-customer .font-medium {
  font-weight: 500;
}
.theme-customer.font-normal, .theme-customer .font-normal {
  font-weight: 400;
}
.theme-customer.uppercase, .theme-customer .uppercase {
  text-transform: uppercase;
}
.theme-customer.italic, .theme-customer .italic {
  font-style: italic;
}
.theme-customer.tabular-nums, .theme-customer .tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.theme-customer.leading-7, .theme-customer .leading-7 {
  line-height: 1.75rem;
}
.theme-customer.leading-\[1\.45\], .theme-customer .leading-\[1\.45\] {
  line-height: 1.45;
}
.theme-customer.leading-none, .theme-customer .leading-none {
  line-height: 1;
}
.theme-customer.leading-tight, .theme-customer .leading-tight {
  line-height: 1.25;
}
.theme-customer.tracking-\[0\.12em\], .theme-customer .tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}
.theme-customer.tracking-\[0\.14em\], .theme-customer .tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}
.theme-customer.tracking-\[0\.18em\], .theme-customer .tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.theme-customer.tracking-\[0\.1em\], .theme-customer .tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}
.theme-customer.tracking-wider, .theme-customer .tracking-wider {
  letter-spacing: 0.05em;
}
.theme-customer.text-beige-d, .theme-customer .text-beige-d {
  --tw-text-opacity: 1;
  color: rgb(178 159 144 / var(--tw-text-opacity, 1));
}
.theme-customer.text-beige-l, .theme-customer .text-beige-l {
  --tw-text-opacity: 1;
  color: rgb(246 237 226 / var(--tw-text-opacity, 1));
}
.theme-customer.text-blue-d, .theme-customer .text-blue-d {
  --tw-text-opacity: 1;
  color: rgb(58 131 197 / var(--tw-text-opacity, 1));
}
.theme-customer.text-error, .theme-customer .text-error {
  --tw-text-opacity: 1;
  color: rgb(147 0 10 / var(--tw-text-opacity, 1));
}
.theme-customer.text-green-d, .theme-customer .text-green-d {
  --tw-text-opacity: 1;
  color: rgb(111 145 68 / var(--tw-text-opacity, 1));
}
.theme-customer.text-moss-dark, .theme-customer .text-moss-dark {
  --tw-text-opacity: 1;
  color: rgb(27 48 34 / var(--tw-text-opacity, 1));
}
.theme-customer.text-olive-d, .theme-customer .text-olive-d {
  --tw-text-opacity: 1;
  color: rgb(183 181 42 / var(--tw-text-opacity, 1));
}
.theme-customer.text-orange-d, .theme-customer .text-orange-d {
  --tw-text-opacity: 1;
  color: rgb(217 135 59 / var(--tw-text-opacity, 1));
}
.theme-customer.text-primary, .theme-customer .text-primary {
  --tw-text-opacity: 1;
  color: rgb(58 131 197 / var(--tw-text-opacity, 1));
}
.theme-customer.text-red-600, .theme-customer .text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.theme-customer.text-secondary, .theme-customer .text-secondary {
  --tw-text-opacity: 1;
  color: rgb(231 174 21 / var(--tw-text-opacity, 1));
}
.theme-customer.text-white, .theme-customer .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.theme-customer.text-yellow-d, .theme-customer .text-yellow-d {
  --tw-text-opacity: 1;
  color: rgb(231 174 21 / var(--tw-text-opacity, 1));
}
.theme-customer.antialiased, .theme-customer .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.theme-customer.opacity-0, .theme-customer .opacity-0 {
  opacity: 0;
}
.theme-customer.opacity-80, .theme-customer .opacity-80 {
  opacity: 0.8;
}
.theme-customer.shadow-2xl, .theme-customer .shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.theme-customer.shadow-\[0_4px_20px_rgba\(58\2c 131\2c 197\2c 0\.02\)\], .theme-customer .shadow-\[0_4px_20px_rgba\(58\2c 131\2c 197\2c 0\.02\)\] {
  --tw-shadow: 0 4px 20px rgba(58,131,197,0.02);
  --tw-shadow-colored: 0 4px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.theme-customer.shadow-lg, .theme-customer .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);
}
.theme-customer.shadow-sm, .theme-customer .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);
}
.theme-customer.ring-2, .theme-customer .ring-2 {
  --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);
}
.theme-customer.ring-primary\/20, .theme-customer .ring-primary\/20 {
  --tw-ring-color: rgb(58 131 197 / 0.2);
}
.theme-customer.filter, .theme-customer .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);
}
.theme-customer.transition-colors, .theme-customer .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;
}
.theme-customer.transition-opacity, .theme-customer .transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.theme-customer.transition-transform, .theme-customer .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.theme-customer.placeholder\:text-moss-dark::placeholder, .theme-customer .placeholder\:text-moss-dark::placeholder {
  --tw-text-opacity: 1;
  color: rgb(27 48 34 / var(--tw-text-opacity, 1));
}
.theme-customer.hover\:border-primary:hover, .theme-customer .hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(58 131 197 / var(--tw-border-opacity, 1));
}
.theme-customer.hover\:bg-beige-l:hover, .theme-customer .hover\:bg-beige-l:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 237 226 / var(--tw-bg-opacity, 1));
}
.theme-customer.hover\:bg-beige-m:hover, .theme-customer .hover\:bg-beige-m:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(223 210 198 / var(--tw-bg-opacity, 1));
}
.theme-customer.hover\:bg-blue-d:hover, .theme-customer .hover\:bg-blue-d:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(58 131 197 / var(--tw-bg-opacity, 1));
}
.theme-customer.hover\:bg-blue-m:hover, .theme-customer .hover\:bg-blue-m:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(157 193 226 / var(--tw-bg-opacity, 1));
}
.theme-customer.hover\:bg-error:hover, .theme-customer .hover\:bg-error:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 0 10 / var(--tw-bg-opacity, 1));
}
.theme-customer.hover\:bg-primary:hover, .theme-customer .hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(58 131 197 / var(--tw-bg-opacity, 1));
}
.theme-customer.hover\:bg-red-50:hover, .theme-customer .hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.theme-customer.hover\:bg-white\/40:hover, .theme-customer .hover\:bg-white\/40:hover {
  background-color: rgb(255 255 255 / 0.4);
}
.theme-customer.hover\:text-beige-l:hover, .theme-customer .hover\:text-beige-l:hover {
  --tw-text-opacity: 1;
  color: rgb(246 237 226 / var(--tw-text-opacity, 1));
}
.theme-customer.hover\:text-primary:hover, .theme-customer .hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(58 131 197 / var(--tw-text-opacity, 1));
}
.theme-customer.hover\:text-white:hover, .theme-customer .hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.theme-customer.hover\:underline:hover, .theme-customer .hover\:underline:hover {
  text-decoration-line: underline;
}
.theme-customer.hover\:opacity-90:hover, .theme-customer .hover\:opacity-90:hover {
  opacity: 0.9;
}
.theme-customer.focus\:border-beige-d:focus, .theme-customer .focus\:border-beige-d:focus {
  --tw-border-opacity: 1;
  border-color: rgb(178 159 144 / var(--tw-border-opacity, 1));
}
.theme-customer.focus\:border-error:focus, .theme-customer .focus\:border-error:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 0 10 / var(--tw-border-opacity, 1));
}
.theme-customer.focus\:border-primary:focus, .theme-customer .focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(58 131 197 / var(--tw-border-opacity, 1));
}
.theme-customer.focus\:outline-none:focus, .theme-customer .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.theme-customer.focus\:ring-1:focus, .theme-customer .focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --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, 0 0 #0000);
}
.theme-customer.focus\:ring-2:focus, .theme-customer .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);
}
.theme-customer.focus\:ring-beige-d:focus, .theme-customer .focus\:ring-beige-d:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(178 159 144 / var(--tw-ring-opacity, 1));
}
.theme-customer.focus\:ring-blue-d:focus, .theme-customer .focus\:ring-blue-d:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(58 131 197 / var(--tw-ring-opacity, 1));
}
.theme-customer.focus\:ring-error:focus, .theme-customer .focus\:ring-error:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 0 10 / var(--tw-ring-opacity, 1));
}
.theme-customer.focus\:ring-primary:focus, .theme-customer .focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(58 131 197 / var(--tw-ring-opacity, 1));
}
.theme-customer.active\:opacity-80:active, .theme-customer .active\:opacity-80:active {
  opacity: 0.8;
}
.theme-customer.disabled\:opacity-50:disabled, .theme-customer .disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.theme-customer.group:hover .group-hover\:border-primary, .theme-customer .group:hover .group-hover\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(58 131 197 / var(--tw-border-opacity, 1));
}
@media (min-width: 640px) {

  .theme-customer.sm\:block, .theme-customer .sm\:block {
    display: block;
  }

  .theme-customer.sm\:w-auto, .theme-customer .sm\:w-auto {
    width: auto;
  }

  .theme-customer.sm\:shrink-0, .theme-customer .sm\:shrink-0 {
    flex-shrink: 0;
  }

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

  .theme-customer.sm\:flex-row, .theme-customer .sm\:flex-row {
    flex-direction: row;
  }

  .theme-customer.sm\:items-start, .theme-customer .sm\:items-start {
    align-items: flex-start;
  }

  .theme-customer.sm\:items-center, .theme-customer .sm\:items-center {
    align-items: center;
  }

  .theme-customer.sm\:justify-between, .theme-customer .sm\:justify-between {
    justify-content: space-between;
  }

  .theme-customer.sm\:gap-3, .theme-customer .sm\:gap-3 {
    gap: 0.75rem;
  }

  .theme-customer.sm\:p-10, .theme-customer .sm\:p-10 {
    padding: 2.5rem;
  }

  .theme-customer.sm\:p-8, .theme-customer .sm\:p-8 {
    padding: 2rem;
  }

  .theme-customer.sm\:text-right, .theme-customer .sm\:text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {

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

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

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

  .theme-customer.md\:grid-cols-5, .theme-customer .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .theme-customer.lg\:sticky, .theme-customer .lg\:sticky {
    position: sticky;
  }

  .theme-customer.lg\:top-24, .theme-customer .lg\:top-24 {
    top: 6rem;
  }

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

  .theme-customer.lg\:col-span-4, .theme-customer .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .theme-customer.lg\:col-span-8, .theme-customer .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

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

  .theme-customer.lg\:grid-cols-3, .theme-customer .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {

  .theme-customer.xl\:col-span-3, .theme-customer .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .theme-customer.xl\:col-span-4, .theme-customer .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .theme-customer.xl\:col-span-8, .theme-customer .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .theme-customer.xl\:col-span-9, .theme-customer .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

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

  .theme-customer.xl\:p-10, .theme-customer .xl\:p-10 {
    padding: 2.5rem;
  }

  .theme-customer.xl\:p-8, .theme-customer .xl\:p-8 {
    padding: 2rem;
  }

  .theme-customer.xl\:\[grid-template-columns\:repeat\(5\2c minmax\(0\2c 1fr\)\)\], .theme-customer .xl\:\[grid-template-columns\:repeat\(5\2c minmax\(0\2c 1fr\)\)\] {
    grid-template-columns: repeat(5,minmax(0,1fr));
  }
}

.theme-webapp *, .theme-webapp ::before, .theme-webapp ::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:  ;
}

.theme-webapp ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

.theme-webapp *,
.theme-webapp ::before,
.theme-webapp ::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

.theme-webapp ::before,
.theme-webapp ::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
*/

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

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

body.theme-webapp, .theme-webapp 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.
*/

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

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

.theme-webapp abbr:where([title]) {
  text-decoration: underline dotted;
}

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

.theme-webapp h1,
.theme-webapp h2,
.theme-webapp h3,
.theme-webapp h4,
.theme-webapp h5,
.theme-webapp h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

.theme-webapp a {
  color: inherit;
  text-decoration: inherit;
}

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

.theme-webapp b,
.theme-webapp 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.
*/

.theme-webapp code,
.theme-webapp kbd,
.theme-webapp samp,
.theme-webapp pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

.theme-webapp small {
  font-size: 80%;
}

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

.theme-webapp sub,
.theme-webapp sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.theme-webapp sub {
  bottom: -0.25em;
}

.theme-webapp 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.
*/

.theme-webapp 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.
*/

.theme-webapp button,
.theme-webapp input,
.theme-webapp optgroup,
.theme-webapp select,
.theme-webapp 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.
*/

.theme-webapp button,
.theme-webapp select {
  text-transform: none;
}

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

.theme-webapp button,
.theme-webapp input:where([type='button']),
.theme-webapp input:where([type='reset']),
.theme-webapp 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.
*/

.theme-webapp :-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)
*/

.theme-webapp :-moz-ui-invalid {
  box-shadow: none;
}

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

.theme-webapp progress {
  vertical-align: baseline;
}

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

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

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

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

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

.theme-webapp ::-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.
*/

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

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

.theme-webapp summary {
  display: list-item;
}

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

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

.theme-webapp fieldset {
  margin: 0;
  padding: 0;
}

.theme-webapp legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
.theme-webapp dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

.theme-webapp 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.
*/

.theme-webapp input::placeholder,
.theme-webapp textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

.theme-webapp button,
.theme-webapp [role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
.theme-webapp :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.
*/

.theme-webapp img,
.theme-webapp svg,
.theme-webapp video,
.theme-webapp canvas,
.theme-webapp audio,
.theme-webapp iframe,
.theme-webapp embed,
.theme-webapp 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)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
.theme-webapp [hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.theme-webapp input:where([type='text']),.theme-webapp input:where(:not([type])),.theme-webapp input:where([type='email']),.theme-webapp input:where([type='url']),.theme-webapp input:where([type='password']),.theme-webapp input:where([type='number']),.theme-webapp input:where([type='date']),.theme-webapp input:where([type='datetime-local']),.theme-webapp input:where([type='month']),.theme-webapp input:where([type='search']),.theme-webapp input:where([type='tel']),.theme-webapp input:where([type='time']),.theme-webapp input:where([type='week']),.theme-webapp select:where([multiple]),.theme-webapp textarea,.theme-webapp select {
  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;
}

.theme-webapp input:where([type='text']):focus, .theme-webapp input:where(:not([type])):focus, .theme-webapp input:where([type='email']):focus, .theme-webapp input:where([type='url']):focus, .theme-webapp input:where([type='password']):focus, .theme-webapp input:where([type='number']):focus, .theme-webapp input:where([type='date']):focus, .theme-webapp input:where([type='datetime-local']):focus, .theme-webapp input:where([type='month']):focus, .theme-webapp input:where([type='search']):focus, .theme-webapp input:where([type='tel']):focus, .theme-webapp input:where([type='time']):focus, .theme-webapp input:where([type='week']):focus, .theme-webapp select:where([multiple]):focus, .theme-webapp textarea:focus, .theme-webapp 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;
}

.theme-webapp input::placeholder,.theme-webapp textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

.theme-webapp ::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

.theme-webapp ::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

.theme-webapp ::-webkit-datetime-edit {
  display: inline-flex;
}

.theme-webapp ::-webkit-datetime-edit,.theme-webapp ::-webkit-datetime-edit-year-field,.theme-webapp ::-webkit-datetime-edit-month-field,.theme-webapp ::-webkit-datetime-edit-day-field,.theme-webapp ::-webkit-datetime-edit-hour-field,.theme-webapp ::-webkit-datetime-edit-minute-field,.theme-webapp ::-webkit-datetime-edit-second-field,.theme-webapp ::-webkit-datetime-edit-millisecond-field,.theme-webapp ::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

.theme-webapp 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;
  print-color-adjust: exact;
}

.theme-webapp select:where([multiple]),.theme-webapp select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  print-color-adjust: unset;
}

.theme-webapp input:where([type='checkbox']),.theme-webapp input:where([type='radio']) {
  appearance: none;
  padding: 0;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  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;
}

.theme-webapp input:where([type='checkbox']) {
  border-radius: 0px;
}

.theme-webapp input:where([type='radio']) {
  border-radius: 100%;
}

.theme-webapp input:where([type='checkbox']):focus,.theme-webapp input:where([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);
}

.theme-webapp input:where([type='checkbox']):checked,.theme-webapp input:where([type='radio']):checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.theme-webapp input:where([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)  {

  .theme-webapp input:where([type='checkbox']):checked {
    appearance: auto;
  }
}

.theme-webapp input:where([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)  {

  .theme-webapp input:where([type='radio']):checked {
    appearance: auto;
  }
}

.theme-webapp input:where([type='checkbox']):checked:hover,.theme-webapp input:where([type='checkbox']):checked:focus,.theme-webapp input:where([type='radio']):checked:hover,.theme-webapp input:where([type='radio']):checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

.theme-webapp input:where([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)  {

  .theme-webapp input:where([type='checkbox']):indeterminate {
    appearance: auto;
  }
}

.theme-webapp input:where([type='checkbox']):indeterminate:hover,.theme-webapp input:where([type='checkbox']):indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

.theme-webapp input:where([type='file']) {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

.theme-webapp input:where([type='file']):focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.theme-webapp.sr-only, .theme-webapp .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;
}
.theme-webapp.pointer-events-none, .theme-webapp .pointer-events-none {
  pointer-events: none;
}
.theme-webapp.fixed, .theme-webapp .fixed {
  position: fixed;
}
.theme-webapp.absolute, .theme-webapp .absolute {
  position: absolute;
}
.theme-webapp.relative, .theme-webapp .relative {
  position: relative;
}
.theme-webapp.inset-0, .theme-webapp .inset-0 {
  inset: 0px;
}
.theme-webapp.inset-x-0, .theme-webapp .inset-x-0 {
  left: 0px;
  right: 0px;
}
.theme-webapp.bottom-0, .theme-webapp .bottom-0 {
  bottom: 0px;
}
.theme-webapp.bottom-2, .theme-webapp .bottom-2 {
  bottom: 0.5rem;
}
.theme-webapp.left-0, .theme-webapp .left-0 {
  left: 0px;
}
.theme-webapp.left-1\/2, .theme-webapp .left-1\/2 {
  left: 50%;
}
.theme-webapp.right-0, .theme-webapp .right-0 {
  right: 0px;
}
.theme-webapp.right-3, .theme-webapp .right-3 {
  right: 0.75rem;
}
.theme-webapp.right-4, .theme-webapp .right-4 {
  right: 1rem;
}
.theme-webapp.right-margin-mobile, .theme-webapp .right-margin-mobile {
  right: 24px;
}
.theme-webapp.top-0, .theme-webapp .top-0 {
  top: 0px;
}
.theme-webapp.top-3, .theme-webapp .top-3 {
  top: 0.75rem;
}
.theme-webapp.top-4, .theme-webapp .top-4 {
  top: 1rem;
}
.theme-webapp.z-0, .theme-webapp .z-0 {
  z-index: 0;
}
.theme-webapp.z-10, .theme-webapp .z-10 {
  z-index: 10;
}
.theme-webapp.z-20, .theme-webapp .z-20 {
  z-index: 20;
}
.theme-webapp.z-50, .theme-webapp .z-50 {
  z-index: 50;
}
.theme-webapp.z-\[100\], .theme-webapp .z-\[100\] {
  z-index: 100;
}
.theme-webapp.z-\[60\], .theme-webapp .z-\[60\] {
  z-index: 60;
}
.theme-webapp.order-1, .theme-webapp .order-1 {
  order: 1;
}
.theme-webapp.order-2, .theme-webapp .order-2 {
  order: 2;
}
.theme-webapp.mx-8, .theme-webapp .mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.theme-webapp.mx-auto, .theme-webapp .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.theme-webapp.my-6, .theme-webapp .my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.theme-webapp.-mb-12, .theme-webapp .-mb-12 {
  margin-bottom: -3rem;
}
.theme-webapp.-ml-12, .theme-webapp .-ml-12 {
  margin-left: -3rem;
}
.theme-webapp.-mr-24, .theme-webapp .-mr-24 {
  margin-right: -6rem;
}
.theme-webapp.-mt-24, .theme-webapp .-mt-24 {
  margin-top: -6rem;
}
.theme-webapp.mb-1, .theme-webapp .mb-1 {
  margin-bottom: 0.25rem;
}
.theme-webapp.mb-10, .theme-webapp .mb-10 {
  margin-bottom: 2.5rem;
}
.theme-webapp.mb-12, .theme-webapp .mb-12 {
  margin-bottom: 3rem;
}
.theme-webapp.mb-16, .theme-webapp .mb-16 {
  margin-bottom: 4rem;
}
.theme-webapp.mb-2, .theme-webapp .mb-2 {
  margin-bottom: 0.5rem;
}
.theme-webapp.mb-3, .theme-webapp .mb-3 {
  margin-bottom: 0.75rem;
}
.theme-webapp.mb-4, .theme-webapp .mb-4 {
  margin-bottom: 1rem;
}
.theme-webapp.mb-6, .theme-webapp .mb-6 {
  margin-bottom: 1.5rem;
}
.theme-webapp.mb-8, .theme-webapp .mb-8 {
  margin-bottom: 2rem;
}
.theme-webapp.mb-section-gap, .theme-webapp .mb-section-gap {
  margin-bottom: 120px;
}
.theme-webapp.ml-1, .theme-webapp .ml-1 {
  margin-left: 0.25rem;
}
.theme-webapp.ml-2, .theme-webapp .ml-2 {
  margin-left: 0.5rem;
}
.theme-webapp.mt-10, .theme-webapp .mt-10 {
  margin-top: 2.5rem;
}
.theme-webapp.mt-16, .theme-webapp .mt-16 {
  margin-top: 4rem;
}
.theme-webapp.mt-2, .theme-webapp .mt-2 {
  margin-top: 0.5rem;
}
.theme-webapp.mt-24, .theme-webapp .mt-24 {
  margin-top: 6rem;
}
.theme-webapp.mt-4, .theme-webapp .mt-4 {
  margin-top: 1rem;
}
.theme-webapp.mt-8, .theme-webapp .mt-8 {
  margin-top: 2rem;
}
.theme-webapp.block, .theme-webapp .block {
  display: block;
}
.theme-webapp.inline-block, .theme-webapp .inline-block {
  display: inline-block;
}
.theme-webapp.flex, .theme-webapp .flex {
  display: flex;
}
.theme-webapp.inline-flex, .theme-webapp .inline-flex {
  display: inline-flex;
}
.theme-webapp.table, .theme-webapp .table {
  display: table;
}
.theme-webapp.grid, .theme-webapp .grid {
  display: grid;
}
.theme-webapp.hidden, .theme-webapp .hidden {
  display: none;
}
.theme-webapp.aspect-\[4\/5\], .theme-webapp .aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.theme-webapp.aspect-square, .theme-webapp .aspect-square {
  aspect-ratio: 1 / 1;
}
.theme-webapp.aspect-video, .theme-webapp .aspect-video {
  aspect-ratio: 16 / 9;
}
.theme-webapp.h-10, .theme-webapp .h-10 {
  height: 2.5rem;
}
.theme-webapp.h-11, .theme-webapp .h-11 {
  height: 2.75rem;
}
.theme-webapp.h-12, .theme-webapp .h-12 {
  height: 3rem;
}
.theme-webapp.h-16, .theme-webapp .h-16 {
  height: 4rem;
}
.theme-webapp.h-2, .theme-webapp .h-2 {
  height: 0.5rem;
}
.theme-webapp.h-20, .theme-webapp .h-20 {
  height: 5rem;
}
.theme-webapp.h-4, .theme-webapp .h-4 {
  height: 1rem;
}
.theme-webapp.h-5, .theme-webapp .h-5 {
  height: 1.25rem;
}
.theme-webapp.h-7, .theme-webapp .h-7 {
  height: 1.75rem;
}
.theme-webapp.h-\[1px\], .theme-webapp .h-\[1px\] {
  height: 1px;
}
.theme-webapp.h-\[400px\], .theme-webapp .h-\[400px\] {
  height: 400px;
}
.theme-webapp.h-\[80vh\], .theme-webapp .h-\[80vh\] {
  height: 80vh;
}
.theme-webapp.h-auto, .theme-webapp .h-auto {
  height: auto;
}
.theme-webapp.h-full, .theme-webapp .h-full {
  height: 100%;
}
.theme-webapp.h-px, .theme-webapp .h-px {
  height: 1px;
}
.theme-webapp.min-h-\[600px\], .theme-webapp .min-h-\[600px\] {
  min-height: 600px;
}
.theme-webapp.min-h-screen, .theme-webapp .min-h-screen {
  min-height: 100vh;
}
.theme-webapp.w-10, .theme-webapp .w-10 {
  width: 2.5rem;
}
.theme-webapp.w-12, .theme-webapp .w-12 {
  width: 3rem;
}
.theme-webapp.w-20, .theme-webapp .w-20 {
  width: 5rem;
}
.theme-webapp.w-5, .theme-webapp .w-5 {
  width: 1.25rem;
}
.theme-webapp.w-7, .theme-webapp .w-7 {
  width: 1.75rem;
}
.theme-webapp.w-\[1px\], .theme-webapp .w-\[1px\] {
  width: 1px;
}
.theme-webapp.w-\[400px\], .theme-webapp .w-\[400px\] {
  width: 400px;
}
.theme-webapp.w-\[600px\], .theme-webapp .w-\[600px\] {
  width: 600px;
}
.theme-webapp.w-auto, .theme-webapp .w-auto {
  width: auto;
}
.theme-webapp.w-full, .theme-webapp .w-full {
  width: 100%;
}
.theme-webapp.min-w-0, .theme-webapp .min-w-0 {
  min-width: 0px;
}
.theme-webapp.max-w-2xl, .theme-webapp .max-w-2xl {
  max-width: 42rem;
}
.theme-webapp.max-w-3xl, .theme-webapp .max-w-3xl {
  max-width: 48rem;
}
.theme-webapp.max-w-4xl, .theme-webapp .max-w-4xl {
  max-width: 56rem;
}
.theme-webapp.max-w-6xl, .theme-webapp .max-w-6xl {
  max-width: 72rem;
}
.theme-webapp.max-w-7xl, .theme-webapp .max-w-7xl {
  max-width: 80rem;
}
.theme-webapp.max-w-\[100\%\], .theme-webapp .max-w-\[100\%\] {
  max-width: 100%;
}
.theme-webapp.max-w-\[1440px\], .theme-webapp .max-w-\[1440px\] {
  max-width: 1440px;
}
.theme-webapp.max-w-xl, .theme-webapp .max-w-xl {
  max-width: 36rem;
}
.theme-webapp.flex-1, .theme-webapp .flex-1 {
  flex: 1 1 0%;
}
.theme-webapp.shrink-0, .theme-webapp .shrink-0 {
  flex-shrink: 0;
}
.theme-webapp.flex-grow, .theme-webapp .flex-grow {
  flex-grow: 1;
}
.theme-webapp.-translate-x-1\/2, .theme-webapp .-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));
}
.theme-webapp.translate-x-6, .theme-webapp .translate-x-6 {
  --tw-translate-x: 1.5rem;
  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));
}
.theme-webapp.translate-y-0, .theme-webapp .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));
}
.theme-webapp.translate-y-20, .theme-webapp .translate-y-20 {
  --tw-translate-y: 5rem;
  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));
}
.theme-webapp.-rotate-\[15deg\], .theme-webapp .-rotate-\[15deg\] {
  --tw-rotate: -15deg;
  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));
}
.theme-webapp.rotate-180, .theme-webapp .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));
}
.theme-webapp.rotate-\[15deg\], .theme-webapp .rotate-\[15deg\] {
  --tw-rotate: 15deg;
  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));
}
.theme-webapp.scale-75, .theme-webapp .scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}
.theme-webapp.transform, .theme-webapp .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 spin {

  to {
    transform: rotate(360deg);
  }
}
.theme-webapp.animate-spin, .theme-webapp .animate-spin {
  animation: spin 1s linear infinite;
}
.theme-webapp.cursor-pointer, .theme-webapp .cursor-pointer {
  cursor: pointer;
}
.theme-webapp.select-none, .theme-webapp .select-none {
  user-select: none;
}
.theme-webapp.grid-cols-1, .theme-webapp .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.theme-webapp.grid-cols-2, .theme-webapp .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.theme-webapp.flex-col, .theme-webapp .flex-col {
  flex-direction: column;
}
.theme-webapp.flex-wrap, .theme-webapp .flex-wrap {
  flex-wrap: wrap;
}
.theme-webapp.items-start, .theme-webapp .items-start {
  align-items: flex-start;
}
.theme-webapp.items-end, .theme-webapp .items-end {
  align-items: flex-end;
}
.theme-webapp.items-center, .theme-webapp .items-center {
  align-items: center;
}
.theme-webapp.justify-end, .theme-webapp .justify-end {
  justify-content: flex-end;
}
.theme-webapp.justify-center, .theme-webapp .justify-center {
  justify-content: center;
}
.theme-webapp.justify-between, .theme-webapp .justify-between {
  justify-content: space-between;
}
.theme-webapp.justify-around, .theme-webapp .justify-around {
  justify-content: space-around;
}
.theme-webapp.gap-0, .theme-webapp .gap-0 {
  gap: 0px;
}
.theme-webapp.gap-1, .theme-webapp .gap-1 {
  gap: 0.25rem;
}
.theme-webapp.gap-16, .theme-webapp .gap-16 {
  gap: 4rem;
}
.theme-webapp.gap-2, .theme-webapp .gap-2 {
  gap: 0.5rem;
}
.theme-webapp.gap-3, .theme-webapp .gap-3 {
  gap: 0.75rem;
}
.theme-webapp.gap-4, .theme-webapp .gap-4 {
  gap: 1rem;
}
.theme-webapp.gap-6, .theme-webapp .gap-6 {
  gap: 1.5rem;
}
.theme-webapp.gap-8, .theme-webapp .gap-8 {
  gap: 2rem;
}
.theme-webapp.gap-base, .theme-webapp .gap-base {
  gap: 8px;
}
.theme-webapp.gap-gutter, .theme-webapp .gap-gutter {
  gap: 24px;
}
.theme-webapp.gap-x-2, .theme-webapp .gap-x-2 {
  column-gap: 0.5rem;
}
.theme-webapp.gap-y-\[2px\], .theme-webapp .gap-y-\[2px\] {
  row-gap: 2px;
}
.theme-webapp.space-x-2 > :not([hidden]) ~ :not([hidden]), .theme-webapp .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)));
}
.theme-webapp.space-y-12 > :not([hidden]) ~ :not([hidden]), .theme-webapp .space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.theme-webapp.space-y-3 > :not([hidden]) ~ :not([hidden]), .theme-webapp .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));
}
.theme-webapp.space-y-4 > :not([hidden]) ~ :not([hidden]), .theme-webapp .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));
}
.theme-webapp.space-y-8 > :not([hidden]) ~ :not([hidden]), .theme-webapp .space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.theme-webapp.space-y-gutter > :not([hidden]) ~ :not([hidden]), .theme-webapp .space-y-gutter > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}
.theme-webapp.overflow-hidden, .theme-webapp .overflow-hidden {
  overflow: hidden;
}
.theme-webapp.overflow-x-hidden, .theme-webapp .overflow-x-hidden {
  overflow-x: hidden;
}
.theme-webapp.text-nowrap, .theme-webapp .text-nowrap {
  text-wrap: nowrap;
}
.theme-webapp.break-words, .theme-webapp .break-words {
  overflow-wrap: break-word;
}
.theme-webapp.rounded, .theme-webapp .rounded {
  border-radius: 0.125rem;
}
.theme-webapp.rounded-\[9999px\], .theme-webapp .rounded-\[9999px\] {
  border-radius: 9999px;
}
.theme-webapp.rounded-full, .theme-webapp .rounded-full {
  border-radius: 0.75rem;
}
.theme-webapp.rounded-lg, .theme-webapp .rounded-lg {
  border-radius: 0.25rem;
}
.theme-webapp.rounded-xl, .theme-webapp .rounded-xl {
  border-radius: 0.5rem;
}
.theme-webapp.border, .theme-webapp .border {
  border-width: 1px;
}
.theme-webapp.border-2, .theme-webapp .border-2 {
  border-width: 2px;
}
.theme-webapp.border-4, .theme-webapp .border-4 {
  border-width: 4px;
}
.theme-webapp.border-\[0\.5px\], .theme-webapp .border-\[0\.5px\] {
  border-width: 0.5px;
}
.theme-webapp.border-b, .theme-webapp .border-b {
  border-bottom-width: 1px;
}
.theme-webapp.border-l-2, .theme-webapp .border-l-2 {
  border-left-width: 2px;
}
.theme-webapp.border-l-4, .theme-webapp .border-l-4 {
  border-left-width: 4px;
}
.theme-webapp.border-t, .theme-webapp .border-t {
  border-top-width: 1px;
}
.theme-webapp.border-solid, .theme-webapp .border-solid {
  border-style: solid;
}
.theme-webapp.border-dashed, .theme-webapp .border-dashed {
  border-style: dashed;
}
.theme-webapp.border-beige-d, .theme-webapp .border-beige-d {
  --tw-border-opacity: 1;
  border-color: rgb(178 159 144 / var(--tw-border-opacity, 1));
}
.theme-webapp.border-beige-d\/30, .theme-webapp .border-beige-d\/30 {
  border-color: rgb(178 159 144 / 0.3);
}
.theme-webapp.border-beige-l, .theme-webapp .border-beige-l {
  --tw-border-opacity: 1;
  border-color: rgb(246 237 226 / var(--tw-border-opacity, 1));
}
.theme-webapp.border-beige-m, .theme-webapp .border-beige-m {
  --tw-border-opacity: 1;
  border-color: rgb(223 210 198 / var(--tw-border-opacity, 1));
}
.theme-webapp.border-blue-d, .theme-webapp .border-blue-d {
  --tw-border-opacity: 1;
  border-color: rgb(58 131 197 / var(--tw-border-opacity, 1));
}
.theme-webapp.border-blue-d\/20, .theme-webapp .border-blue-d\/20 {
  border-color: rgb(58 131 197 / 0.2);
}
.theme-webapp.border-blue-m, .theme-webapp .border-blue-m {
  --tw-border-opacity: 1;
  border-color: rgb(157 193 226 / var(--tw-border-opacity, 1));
}
.theme-webapp.border-error, .theme-webapp .border-error {
  --tw-border-opacity: 1;
  border-color: rgb(147 0 10 / var(--tw-border-opacity, 1));
}
.theme-webapp.border-error\/20, .theme-webapp .border-error\/20 {
  border-color: rgb(147 0 10 / 0.2);
}
.theme-webapp.border-green-d, .theme-webapp .border-green-d {
  --tw-border-opacity: 1;
  border-color: rgb(111 145 68 / var(--tw-border-opacity, 1));
}
.theme-webapp.border-green-m, .theme-webapp .border-green-m {
  --tw-border-opacity: 1;
  border-color: rgb(183 200 162 / var(--tw-border-opacity, 1));
}
.theme-webapp.border-moss-dark\/10, .theme-webapp .border-moss-dark\/10 {
  border-color: rgb(27 48 34 / 0.1);
}
.theme-webapp.border-moss-dark\/20, .theme-webapp .border-moss-dark\/20 {
  border-color: rgb(27 48 34 / 0.2);
}
.theme-webapp.border-orange-d, .theme-webapp .border-orange-d {
  --tw-border-opacity: 1;
  border-color: rgb(217 135 59 / var(--tw-border-opacity, 1));
}
.theme-webapp.border-orange-m, .theme-webapp .border-orange-m {
  --tw-border-opacity: 1;
  border-color: rgb(236 195 157 / var(--tw-border-opacity, 1));
}
.theme-webapp.border-primary, .theme-webapp .border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(58 131 197 / var(--tw-border-opacity, 1));
}
.theme-webapp.border-transparent, .theme-webapp .border-transparent {
  border-color: transparent;
}
.theme-webapp.border-yellow-d, .theme-webapp .border-yellow-d {
  --tw-border-opacity: 1;
  border-color: rgb(231 174 21 / var(--tw-border-opacity, 1));
}
.theme-webapp.border-yellow-m, .theme-webapp .border-yellow-m {
  --tw-border-opacity: 1;
  border-color: rgb(243 215 138 / var(--tw-border-opacity, 1));
}
.theme-webapp.border-t-primary, .theme-webapp .border-t-primary {
  --tw-border-opacity: 1;
  border-top-color: rgb(58 131 197 / var(--tw-border-opacity, 1));
}
.theme-webapp.bg-beige-d, .theme-webapp .bg-beige-d {
  --tw-bg-opacity: 1;
  background-color: rgb(178 159 144 / var(--tw-bg-opacity, 1));
}
.theme-webapp.bg-beige-l, .theme-webapp .bg-beige-l {
  --tw-bg-opacity: 1;
  background-color: rgb(246 237 226 / var(--tw-bg-opacity, 1));
}
.theme-webapp.bg-beige-l\/90, .theme-webapp .bg-beige-l\/90 {
  background-color: rgb(246 237 226 / 0.9);
}
.theme-webapp.bg-beige-l\/95, .theme-webapp .bg-beige-l\/95 {
  background-color: rgb(246 237 226 / 0.95);
}
.theme-webapp.bg-beige-m, .theme-webapp .bg-beige-m {
  --tw-bg-opacity: 1;
  background-color: rgb(223 210 198 / var(--tw-bg-opacity, 1));
}
.theme-webapp.bg-black\/30, .theme-webapp .bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.theme-webapp.bg-black\/50, .theme-webapp .bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.theme-webapp.bg-blue-d, .theme-webapp .bg-blue-d {
  --tw-bg-opacity: 1;
  background-color: rgb(58 131 197 / var(--tw-bg-opacity, 1));
}
.theme-webapp.bg-blue-d\/10, .theme-webapp .bg-blue-d\/10 {
  background-color: rgb(58 131 197 / 0.1);
}
.theme-webapp.bg-blue-d\/5, .theme-webapp .bg-blue-d\/5 {
  background-color: rgb(58 131 197 / 0.05);
}
.theme-webapp.bg-blue-l, .theme-webapp .bg-blue-l {
  --tw-bg-opacity: 1;
  background-color: rgb(225 236 246 / var(--tw-bg-opacity, 1));
}
.theme-webapp.bg-error-container, .theme-webapp .bg-error-container {
  --tw-bg-opacity: 1;
  background-color: rgb(255 218 214 / var(--tw-bg-opacity, 1));
}
.theme-webapp.bg-error-container\/50, .theme-webapp .bg-error-container\/50 {
  background-color: rgb(255 218 214 / 0.5);
}
.theme-webapp.bg-green-l, .theme-webapp .bg-green-l {
  --tw-bg-opacity: 1;
  background-color: rgb(233 238 227 / var(--tw-bg-opacity, 1));
}
.theme-webapp.bg-moss-dark, .theme-webapp .bg-moss-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(27 48 34 / var(--tw-bg-opacity, 1));
}
.theme-webapp.bg-moss-dark\/20, .theme-webapp .bg-moss-dark\/20 {
  background-color: rgb(27 48 34 / 0.2);
}
.theme-webapp.bg-orange-l, .theme-webapp .bg-orange-l {
  --tw-bg-opacity: 1;
  background-color: rgb(249 237 226 / var(--tw-bg-opacity, 1));
}
.theme-webapp.bg-white, .theme-webapp .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.theme-webapp.bg-white\/50, .theme-webapp .bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.theme-webapp.bg-yellow-d, .theme-webapp .bg-yellow-d {
  --tw-bg-opacity: 1;
  background-color: rgb(231 174 21 / var(--tw-bg-opacity, 1));
}
.theme-webapp.bg-yellow-l, .theme-webapp .bg-yellow-l {
  --tw-bg-opacity: 1;
  background-color: rgb(251 243 220 / var(--tw-bg-opacity, 1));
}
.theme-webapp.bg-yellow-m, .theme-webapp .bg-yellow-m {
  --tw-bg-opacity: 1;
  background-color: rgb(243 215 138 / var(--tw-bg-opacity, 1));
}
.theme-webapp.bg-gradient-to-t, .theme-webapp .bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.theme-webapp.from-moss-dark\/40, .theme-webapp .from-moss-dark\/40 {
  --tw-gradient-from: rgb(27 48 34 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 48 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.theme-webapp.from-moss-dark\/60, .theme-webapp .from-moss-dark\/60 {
  --tw-gradient-from: rgb(27 48 34 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(27 48 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.theme-webapp.via-transparent, .theme-webapp .via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.theme-webapp.to-transparent, .theme-webapp .to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.theme-webapp.bg-cover, .theme-webapp .bg-cover {
  background-size: cover;
}
.theme-webapp.bg-center, .theme-webapp .bg-center {
  background-position: center;
}
.theme-webapp.object-contain, .theme-webapp .object-contain {
  object-fit: contain;
}
.theme-webapp.object-cover, .theme-webapp .object-cover {
  object-fit: cover;
}
.theme-webapp.p-1, .theme-webapp .p-1 {
  padding: 0.25rem;
}
.theme-webapp.p-10, .theme-webapp .p-10 {
  padding: 2.5rem;
}
.theme-webapp.p-12, .theme-webapp .p-12 {
  padding: 3rem;
}
.theme-webapp.p-2, .theme-webapp .p-2 {
  padding: 0.5rem;
}
.theme-webapp.p-3, .theme-webapp .p-3 {
  padding: 0.75rem;
}
.theme-webapp.p-4, .theme-webapp .p-4 {
  padding: 1rem;
}
.theme-webapp.p-6, .theme-webapp .p-6 {
  padding: 1.5rem;
}
.theme-webapp.p-8, .theme-webapp .p-8 {
  padding: 2rem;
}
.theme-webapp.px-1, .theme-webapp .px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.theme-webapp.px-10, .theme-webapp .px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.theme-webapp.px-12, .theme-webapp .px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.theme-webapp.px-2, .theme-webapp .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.theme-webapp.px-3, .theme-webapp .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.theme-webapp.px-4, .theme-webapp .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.theme-webapp.px-5, .theme-webapp .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.theme-webapp.px-8, .theme-webapp .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.theme-webapp.px-margin-mobile, .theme-webapp .px-margin-mobile {
  padding-left: 24px;
  padding-right: 24px;
}
.theme-webapp.py-0\.5, .theme-webapp .py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.theme-webapp.py-1, .theme-webapp .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.theme-webapp.py-10, .theme-webapp .py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.theme-webapp.py-12, .theme-webapp .py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.theme-webapp.py-2, .theme-webapp .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.theme-webapp.py-24, .theme-webapp .py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.theme-webapp.py-3, .theme-webapp .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.theme-webapp.py-4, .theme-webapp .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.theme-webapp.py-5, .theme-webapp .py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.theme-webapp.py-6, .theme-webapp .py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.theme-webapp.py-base, .theme-webapp .py-base {
  padding-top: 8px;
  padding-bottom: 8px;
}
.theme-webapp.pb-1, .theme-webapp .pb-1 {
  padding-bottom: 0.25rem;
}
.theme-webapp.pb-12, .theme-webapp .pb-12 {
  padding-bottom: 3rem;
}
.theme-webapp.pb-16, .theme-webapp .pb-16 {
  padding-bottom: 4rem;
}
.theme-webapp.pb-24, .theme-webapp .pb-24 {
  padding-bottom: 6rem;
}
.theme-webapp.pb-32, .theme-webapp .pb-32 {
  padding-bottom: 8rem;
}
.theme-webapp.pb-4, .theme-webapp .pb-4 {
  padding-bottom: 1rem;
}
.theme-webapp.pb-48, .theme-webapp .pb-48 {
  padding-bottom: 12rem;
}
.theme-webapp.pe-6, .theme-webapp .pe-6 {
  padding-inline-end: 1.5rem;
}
.theme-webapp.pt-12, .theme-webapp .pt-12 {
  padding-top: 3rem;
}
.theme-webapp.pt-16, .theme-webapp .pt-16 {
  padding-top: 4rem;
}
.theme-webapp.pt-2, .theme-webapp .pt-2 {
  padding-top: 0.5rem;
}
.theme-webapp.pt-24, .theme-webapp .pt-24 {
  padding-top: 6rem;
}
.theme-webapp.pt-4, .theme-webapp .pt-4 {
  padding-top: 1rem;
}
.theme-webapp.pt-6, .theme-webapp .pt-6 {
  padding-top: 1.5rem;
}
.theme-webapp.text-center, .theme-webapp .text-center {
  text-align: center;
}
.theme-webapp.text-right, .theme-webapp .text-right {
  text-align: right;
}
.theme-webapp.text-end, .theme-webapp .text-end {
  text-align: end;
}
.theme-webapp.font-body-lg, .theme-webapp .font-body-lg {
  font-family: Montserrat-400, sans-serif;
}
.theme-webapp.font-body-md, .theme-webapp .font-body-md {
  font-family: Montserrat-400, sans-serif;
}
.theme-webapp.font-description, .theme-webapp .font-description {
  font-family: Cormorant_Garamond;
}
.theme-webapp.font-display-lg-mobile, .theme-webapp .font-display-lg-mobile {
  font-family: Montserrat;
}
.theme-webapp.font-headline-lg, .theme-webapp .font-headline-lg {
  font-family: Montserrat;
}
.theme-webapp.font-headline-md, .theme-webapp .font-headline-md {
  font-family: Montserrat;
}
.theme-webapp.font-headline-sm, .theme-webapp .font-headline-sm {
  font-family: Montserrat;
}
.theme-webapp.font-label-lg, .theme-webapp .font-label-lg {
  font-family: Montserrat;
}
.theme-webapp.font-label-sm, .theme-webapp .font-label-sm {
  font-family: Montserrat;
}
.theme-webapp.font-label-xl, .theme-webapp .font-label-xl {
  font-family: Montserrat;
}
.theme-webapp.text-3xl, .theme-webapp .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.theme-webapp.text-4xl, .theme-webapp .text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.theme-webapp.text-5xl, .theme-webapp .text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.theme-webapp.text-\[10px\], .theme-webapp .text-\[10px\] {
  font-size: 10px;
}
.theme-webapp.text-\[11px\], .theme-webapp .text-\[11px\] {
  font-size: 11px;
}
.theme-webapp.text-\[12px\], .theme-webapp .text-\[12px\] {
  font-size: 12px;
}
.theme-webapp.text-\[18px\], .theme-webapp .text-\[18px\] {
  font-size: 18px;
}
.theme-webapp.text-\[20px\], .theme-webapp .text-\[20px\] {
  font-size: 20px;
}
.theme-webapp.text-\[24px\], .theme-webapp .text-\[24px\] {
  font-size: 24px;
}
.theme-webapp.text-\[26px\], .theme-webapp .text-\[26px\] {
  font-size: 26px;
}
.theme-webapp.text-\[28px\], .theme-webapp .text-\[28px\] {
  font-size: 28px;
}
.theme-webapp.text-body-lg, .theme-webapp .text-body-lg {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
.theme-webapp.text-body-md, .theme-webapp .text-body-md {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.theme-webapp.text-description, .theme-webapp .text-description {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.theme-webapp.text-display-lg-mobile, .theme-webapp .text-display-lg-mobile {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.theme-webapp.text-headline-lg, .theme-webapp .text-headline-lg {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}
.theme-webapp.text-headline-md, .theme-webapp .text-headline-md {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
.theme-webapp.text-headline-sm, .theme-webapp .text-headline-sm {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.theme-webapp.text-label-lg, .theme-webapp .text-label-lg {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.theme-webapp.text-label-sm, .theme-webapp .text-label-sm {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  font-weight: 600;
}
.theme-webapp.text-label-xl, .theme-webapp .text-label-xl {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.theme-webapp.text-sm, .theme-webapp .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.theme-webapp.text-xl, .theme-webapp .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.theme-webapp.text-xs, .theme-webapp .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.theme-webapp.font-bold, .theme-webapp .font-bold {
  font-weight: 700;
}
.theme-webapp.font-extrabold, .theme-webapp .font-extrabold {
  font-weight: 800;
}
.theme-webapp.font-normal, .theme-webapp .font-normal {
  font-weight: 400;
}
.theme-webapp.uppercase, .theme-webapp .uppercase {
  text-transform: uppercase;
}
.theme-webapp.italic, .theme-webapp .italic {
  font-style: italic;
}
.theme-webapp.leading-\[1\.25\], .theme-webapp .leading-\[1\.25\] {
  line-height: 1.25;
}
.theme-webapp.leading-\[24px\], .theme-webapp .leading-\[24px\] {
  line-height: 24px;
}
.theme-webapp.leading-none, .theme-webapp .leading-none {
  line-height: 1;
}
.theme-webapp.leading-snug, .theme-webapp .leading-snug {
  line-height: 1.375;
}
.theme-webapp.tracking-\[0\.14em\], .theme-webapp .tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}
.theme-webapp.tracking-\[0\.1em\], .theme-webapp .tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}
.theme-webapp.tracking-\[0\.2em\], .theme-webapp .tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.theme-webapp.tracking-wide, .theme-webapp .tracking-wide {
  letter-spacing: 0.025em;
}
.theme-webapp.tracking-wider, .theme-webapp .tracking-wider {
  letter-spacing: 0.05em;
}
.theme-webapp.tracking-widest, .theme-webapp .tracking-widest {
  letter-spacing: 0.1em;
}
.theme-webapp.text-beige-d, .theme-webapp .text-beige-d {
  --tw-text-opacity: 1;
  color: rgb(178 159 144 / var(--tw-text-opacity, 1));
}
.theme-webapp.text-beige-l, .theme-webapp .text-beige-l {
  --tw-text-opacity: 1;
  color: rgb(246 237 226 / var(--tw-text-opacity, 1));
}
.theme-webapp.text-blue-d, .theme-webapp .text-blue-d {
  --tw-text-opacity: 1;
  color: rgb(58 131 197 / var(--tw-text-opacity, 1));
}
.theme-webapp.text-blue-m, .theme-webapp .text-blue-m {
  --tw-text-opacity: 1;
  color: rgb(157 193 226 / var(--tw-text-opacity, 1));
}
.theme-webapp.text-error, .theme-webapp .text-error {
  --tw-text-opacity: 1;
  color: rgb(147 0 10 / var(--tw-text-opacity, 1));
}
.theme-webapp.text-error\/40, .theme-webapp .text-error\/40 {
  color: rgb(147 0 10 / 0.4);
}
.theme-webapp.text-green-d, .theme-webapp .text-green-d {
  --tw-text-opacity: 1;
  color: rgb(111 145 68 / var(--tw-text-opacity, 1));
}
.theme-webapp.text-moss-dark, .theme-webapp .text-moss-dark {
  --tw-text-opacity: 1;
  color: rgb(27 48 34 / var(--tw-text-opacity, 1));
}
.theme-webapp.text-moss-dark\/40, .theme-webapp .text-moss-dark\/40 {
  color: rgb(27 48 34 / 0.4);
}
.theme-webapp.text-moss-dark\/60, .theme-webapp .text-moss-dark\/60 {
  color: rgb(27 48 34 / 0.6);
}
.theme-webapp.text-moss-dark\/80, .theme-webapp .text-moss-dark\/80 {
  color: rgb(27 48 34 / 0.8);
}
.theme-webapp.text-orange-d, .theme-webapp .text-orange-d {
  --tw-text-opacity: 1;
  color: rgb(217 135 59 / var(--tw-text-opacity, 1));
}
.theme-webapp.text-primary, .theme-webapp .text-primary {
  --tw-text-opacity: 1;
  color: rgb(58 131 197 / var(--tw-text-opacity, 1));
}
.theme-webapp.text-white, .theme-webapp .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.theme-webapp.text-yellow-d, .theme-webapp .text-yellow-d {
  --tw-text-opacity: 1;
  color: rgb(231 174 21 / var(--tw-text-opacity, 1));
}
.theme-webapp.opacity-0, .theme-webapp .opacity-0 {
  opacity: 0;
}
.theme-webapp.opacity-10, .theme-webapp .opacity-10 {
  opacity: 0.1;
}
.theme-webapp.opacity-100, .theme-webapp .opacity-100 {
  opacity: 1;
}
.theme-webapp.opacity-60, .theme-webapp .opacity-60 {
  opacity: 0.6;
}
.theme-webapp.opacity-80, .theme-webapp .opacity-80 {
  opacity: 0.8;
}
.theme-webapp.shadow-\[0_-4px_12px_rgba\(27\2c 48\2c 34\2c 0\.05\)\], .theme-webapp .shadow-\[0_-4px_12px_rgba\(27\2c 48\2c 34\2c 0\.05\)\] {
  --tw-shadow: 0 -4px 12px rgba(27,48,34,0.05);
  --tw-shadow-colored: 0 -4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.theme-webapp.shadow-lg, .theme-webapp .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);
}
.theme-webapp.shadow-md, .theme-webapp .shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.theme-webapp.shadow-sm, .theme-webapp .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);
}
.theme-webapp.ring-2, .theme-webapp .ring-2 {
  --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);
}
.theme-webapp.ring-primary\/20, .theme-webapp .ring-primary\/20 {
  --tw-ring-color: rgb(58 131 197 / 0.2);
}
.theme-webapp.ring-yellow-d, .theme-webapp .ring-yellow-d {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(231 174 21 / var(--tw-ring-opacity, 1));
}
.theme-webapp.drop-shadow-md, .theme-webapp .drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.theme-webapp.filter, .theme-webapp .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);
}
.theme-webapp.backdrop-blur-sm, .theme-webapp .backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.theme-webapp.transition, .theme-webapp .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;
}
.theme-webapp.transition-all, .theme-webapp .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.theme-webapp.transition-colors, .theme-webapp .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;
}
.theme-webapp.transition-opacity, .theme-webapp .transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.theme-webapp.transition-transform, .theme-webapp .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.theme-webapp.duration-1000, .theme-webapp .duration-1000 {
  transition-duration: 1000ms;
}
.theme-webapp.duration-150, .theme-webapp .duration-150 {
  transition-duration: 150ms;
}
.theme-webapp.duration-200, .theme-webapp .duration-200 {
  transition-duration: 200ms;
}
.theme-webapp.duration-500, .theme-webapp .duration-500 {
  transition-duration: 500ms;
}
.theme-webapp.duration-700, .theme-webapp .duration-700 {
  transition-duration: 700ms;
}
.theme-webapp.ease-out, .theme-webapp .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.theme-webapp.hover\:scale-\[1\.01\]:hover, .theme-webapp .hover\:scale-\[1\.01\]:hover {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  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));
}
.theme-webapp.hover\:border-blue-d:hover, .theme-webapp .hover\:border-blue-d:hover {
  --tw-border-opacity: 1;
  border-color: rgb(58 131 197 / var(--tw-border-opacity, 1));
}
.theme-webapp.hover\:text-yellow-d:hover, .theme-webapp .hover\:text-yellow-d:hover {
  --tw-text-opacity: 1;
  color: rgb(231 174 21 / var(--tw-text-opacity, 1));
}
.theme-webapp.hover\:underline:hover, .theme-webapp .hover\:underline:hover {
  text-decoration-line: underline;
}
.theme-webapp.hover\:opacity-90:hover, .theme-webapp .hover\:opacity-90:hover {
  opacity: 0.9;
}
.theme-webapp.focus\:border-beige-d:focus, .theme-webapp .focus\:border-beige-d:focus {
  --tw-border-opacity: 1;
  border-color: rgb(178 159 144 / var(--tw-border-opacity, 1));
}
.theme-webapp.focus\:border-error:focus, .theme-webapp .focus\:border-error:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 0 10 / var(--tw-border-opacity, 1));
}
.theme-webapp.focus\:outline-none:focus, .theme-webapp .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.theme-webapp.focus\:ring-1:focus, .theme-webapp .focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --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, 0 0 #0000);
}
.theme-webapp.focus\:ring-beige-d:focus, .theme-webapp .focus\:ring-beige-d:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(178 159 144 / var(--tw-ring-opacity, 1));
}
.theme-webapp.focus\:ring-blue-d:focus, .theme-webapp .focus\:ring-blue-d:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(58 131 197 / var(--tw-ring-opacity, 1));
}
.theme-webapp.focus\:ring-error:focus, .theme-webapp .focus\:ring-error:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 0 10 / var(--tw-ring-opacity, 1));
}
.theme-webapp.active\:scale-90:active, .theme-webapp .active\:scale-90:active {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}
.theme-webapp.active\:scale-95:active, .theme-webapp .active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
.theme-webapp.group\/link:hover .group-hover\/link\:translate-x-1, .theme-webapp .group\/link:hover .group-hover\/link\: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));
}
.theme-webapp.group:hover .group-hover\:translate-x-2, .theme-webapp .group:hover .group-hover\:translate-x-2 {
  --tw-translate-x: 0.5rem;
  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));
}
.theme-webapp.group:hover .group-hover\:scale-105, .theme-webapp .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));
}
.theme-webapp.group:hover .group-hover\:scale-110, .theme-webapp .group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.theme-webapp.group:hover .group-hover\:opacity-100, .theme-webapp .group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.theme-webapp.peer:checked ~ .peer-checked\:scale-100, .theme-webapp .peer:checked ~ .peer-checked\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.theme-webapp.peer:checked ~ .peer-checked\:border-blue-d, .theme-webapp .peer:checked ~ .peer-checked\:border-blue-d {
  --tw-border-opacity: 1;
  border-color: rgb(58 131 197 / var(--tw-border-opacity, 1));
}
.theme-webapp.peer:checked ~ .peer-checked\:bg-blue-l, .theme-webapp .peer:checked ~ .peer-checked\:bg-blue-l {
  --tw-bg-opacity: 1;
  background-color: rgb(225 236 246 / var(--tw-bg-opacity, 1));
}
.theme-webapp.peer:checked ~ .peer-checked\:opacity-100, .theme-webapp .peer:checked ~ .peer-checked\:opacity-100 {
  opacity: 1;
}
.theme-webapp.peer:checked ~ .peer-checked\:shadow-md, .theme-webapp .peer:checked ~ .peer-checked\:shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (max-width: 400px) {

  .theme-webapp.max-\[400px\]\:text-\[12px\], .theme-webapp .max-\[400px\]\:text-\[12px\] {
    font-size: 12px;
  }
}
@media (max-width: 381px) {

  .theme-webapp.max-\[381px\]\:text-\[38px\], .theme-webapp .max-\[381px\]\:text-\[38px\] {
    font-size: 38px;
  }
}
@media (max-width: 379px) {

  .theme-webapp.max-\[379px\]\:leading-\[46px\], .theme-webapp .max-\[379px\]\:leading-\[46px\] {
    line-height: 46px;
  }
}
@media (max-width: 370px) {

  .theme-webapp.max-\[370px\]\:text-\[27px\], .theme-webapp .max-\[370px\]\:text-\[27px\] {
    font-size: 27px;
  }

  .theme-webapp.max-\[370px\]\:leading-\[40px\], .theme-webapp .max-\[370px\]\:leading-\[40px\] {
    line-height: 40px;
  }
}
@media (max-width: 359px) {

  .theme-webapp.max-\[359px\]\:whitespace-normal, .theme-webapp .max-\[359px\]\:whitespace-normal {
    white-space: normal;
  }

  .theme-webapp.max-\[359px\]\:text-wrap, .theme-webapp .max-\[359px\]\:text-wrap {
    text-wrap: wrap;
  }

  .theme-webapp.max-\[359px\]\:px-4, .theme-webapp .max-\[359px\]\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .theme-webapp.max-\[359px\]\:leading-\[18px\], .theme-webapp .max-\[359px\]\:leading-\[18px\] {
    line-height: 18px;
  }
}
@media (min-width: 480px) {

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

  .theme-webapp.xs\:px-3, .theme-webapp .xs\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 500px) {

  .theme-webapp.min-\[500px\]\:p-12, .theme-webapp .min-\[500px\]\:p-12 {
    padding: 3rem;
  }
}
@media (min-width: 640px) {

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

  .theme-webapp.sm\:flex-row, .theme-webapp .sm\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {

  .theme-webapp.md\:right-margin-desktop, .theme-webapp .md\:right-margin-desktop {
    right: 80px;
  }

  .theme-webapp.md\:top-8, .theme-webapp .md\:top-8 {
    top: 2rem;
  }

  .theme-webapp.md\:order-1, .theme-webapp .md\:order-1 {
    order: 1;
  }

  .theme-webapp.md\:order-2, .theme-webapp .md\:order-2 {
    order: 2;
  }

  .theme-webapp.md\:col-span-12, .theme-webapp .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .theme-webapp.md\:col-span-4, .theme-webapp .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .theme-webapp.md\:col-span-5, .theme-webapp .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .theme-webapp.md\:col-span-7, .theme-webapp .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .theme-webapp.md\:col-start-9, .theme-webapp .md\:col-start-9 {
    grid-column-start: 9;
  }

  .theme-webapp.md\:-ml-24, .theme-webapp .md\:-ml-24 {
    margin-left: -6rem;
  }

  .theme-webapp.md\:mb-2, .theme-webapp .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .theme-webapp.md\:block, .theme-webapp .md\:block {
    display: block;
  }

  .theme-webapp.md\:h-16, .theme-webapp .md\:h-16 {
    height: 4rem;
  }

  .theme-webapp.md\:h-\[900px\], .theme-webapp .md\:h-\[900px\] {
    height: 900px;
  }

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

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

  .theme-webapp.md\:w-2\/5, .theme-webapp .md\:w-2\/5 {
    width: 40%;
  }

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

  .theme-webapp.md\:w-48, .theme-webapp .md\:w-48 {
    width: 12rem;
  }

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

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

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

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

  .theme-webapp.md\:flex-row, .theme-webapp .md\:flex-row {
    flex-direction: row;
  }

  .theme-webapp.md\:items-end, .theme-webapp .md\:items-end {
    align-items: flex-end;
  }

  .theme-webapp.md\:gap-4, .theme-webapp .md\:gap-4 {
    gap: 1rem;
  }

  .theme-webapp.md\:gap-gutter, .theme-webapp .md\:gap-gutter {
    gap: 24px;
  }

  .theme-webapp.md\:p-12, .theme-webapp .md\:p-12 {
    padding: 3rem;
  }

  .theme-webapp.md\:px-margin-desktop, .theme-webapp .md\:px-margin-desktop {
    padding-left: 80px;
    padding-right: 80px;
  }

  .theme-webapp.md\:py-12, .theme-webapp .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .theme-webapp.md\:text-left, .theme-webapp .md\:text-left {
    text-align: left;
  }

  .theme-webapp.md\:font-display-lg, .theme-webapp .md\:font-display-lg {
    font-family: Montserrat;
  }

  .theme-webapp.md\:text-display-lg, .theme-webapp .md\:text-display-lg {
    font-size: 56px;
    line-height: 68px;
    letter-spacing: 0.1em;
    font-weight: 700;
  }

  .theme-webapp.md\:text-headline-lg, .theme-webapp .md\:text-headline-lg {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
  }
}
@media (min-width: 1024px) {

  .theme-webapp.lg\:col-span-4, .theme-webapp .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .theme-webapp.lg\:col-span-5, .theme-webapp .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .theme-webapp.lg\:col-span-7, .theme-webapp .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .theme-webapp.lg\:col-span-8, .theme-webapp .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .theme-webapp.lg\:block, .theme-webapp .lg\:block {
    display: block;
  }

  .theme-webapp.lg\:grid-cols-12, .theme-webapp .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {

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