/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter var, 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 {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

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

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

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

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

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

::-webkit-datetime-edit {
  display: inline-flex;
}

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

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

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

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {

  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {

  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.clickable {
  cursor: pointer;
}
.clickable:hover {
  opacity: 0.7;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-right-2 {
  right: -0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-full {
  right: 100%;
}
.top-1\/2 {
  top: 50%;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-full {
  grid-column: 1 / -1;
}
.m-0 {
  margin: 0px;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mb-px {
  margin-bottom: -1px;
}
.-mt-px {
  margin-top: -1px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[220px\] {
  height: 220px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-full {
  min-height: 100%;
}
.w-0 {
  width: 0px;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/12 {
  width: 25%;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-24 {
  min-width: 6rem;
}
.min-w-28 {
  min-width: 7rem;
}
.min-w-32 {
  min-width: 8rem;
}
.min-w-48 {
  min-width: 12rem;
}
.min-w-52 {
  min-width: 13rem;
}
.min-w-64 {
  min-width: 16rem;
}
.min-w-80 {
  min-width: 20rem;
}
.min-w-96 {
  min-width: 24rem;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-64 {
  max-width: 16rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-80 {
  max-width: 20rem;
}
.max-w-8xl {
  max-width: 96rem;
}
.max-w-96 {
  max-width: 24rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.table-fixed {
  table-layout: fixed;
}
.border-collapse {
  border-collapse: collapse;
}
.origin-top-right {
  transform-origin: top right;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.scale-95 {
  --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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-7 {
  row-gap: 1.75rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-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));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}
.divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-divide-opacity));
}
.divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-divide-opacity));
}
.divide-neutral-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-divide-opacity));
}
.divide-neutral-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-divide-opacity));
}
.divide-white\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.05);
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-gray-900\/10 {
  border-color: rgb(17 24 39 / 0.1);
}
.border-neutral-800 {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.border-woldo-blue {
  --tw-border-opacity: 1;
  border-color: rgb(16 40 70 / var(--tw-border-opacity));
}
.border-woldo-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(232 238 246 / var(--tw-border-opacity));
}
.border-woldo-blue-100\/0 {
  border-color: rgb(232 238 246 / 0);
}
.border-woldo-blue-100\/10 {
  border-color: rgb(232 238 246 / 0.1);
}
.border-woldo-blue-100\/100 {
  border-color: rgb(232 238 246 / 1);
}
.border-woldo-blue-100\/15 {
  border-color: rgb(232 238 246 / 0.15);
}
.border-woldo-blue-100\/20 {
  border-color: rgb(232 238 246 / 0.2);
}
.border-woldo-blue-100\/25 {
  border-color: rgb(232 238 246 / 0.25);
}
.border-woldo-blue-100\/30 {
  border-color: rgb(232 238 246 / 0.3);
}
.border-woldo-blue-100\/35 {
  border-color: rgb(232 238 246 / 0.35);
}
.border-woldo-blue-100\/40 {
  border-color: rgb(232 238 246 / 0.4);
}
.border-woldo-blue-100\/45 {
  border-color: rgb(232 238 246 / 0.45);
}
.border-woldo-blue-100\/5 {
  border-color: rgb(232 238 246 / 0.05);
}
.border-woldo-blue-100\/50 {
  border-color: rgb(232 238 246 / 0.5);
}
.border-woldo-blue-100\/55 {
  border-color: rgb(232 238 246 / 0.55);
}
.border-woldo-blue-100\/60 {
  border-color: rgb(232 238 246 / 0.6);
}
.border-woldo-blue-100\/65 {
  border-color: rgb(232 238 246 / 0.65);
}
.border-woldo-blue-100\/70 {
  border-color: rgb(232 238 246 / 0.7);
}
.border-woldo-blue-100\/75 {
  border-color: rgb(232 238 246 / 0.75);
}
.border-woldo-blue-100\/80 {
  border-color: rgb(232 238 246 / 0.8);
}
.border-woldo-blue-100\/85 {
  border-color: rgb(232 238 246 / 0.85);
}
.border-woldo-blue-100\/90 {
  border-color: rgb(232 238 246 / 0.9);
}
.border-woldo-blue-100\/95 {
  border-color: rgb(232 238 246 / 0.95);
}
.border-woldo-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(92 149 200 / var(--tw-border-opacity));
}
.border-woldo-blue-200\/0 {
  border-color: rgb(92 149 200 / 0);
}
.border-woldo-blue-200\/10 {
  border-color: rgb(92 149 200 / 0.1);
}
.border-woldo-blue-200\/100 {
  border-color: rgb(92 149 200 / 1);
}
.border-woldo-blue-200\/15 {
  border-color: rgb(92 149 200 / 0.15);
}
.border-woldo-blue-200\/20 {
  border-color: rgb(92 149 200 / 0.2);
}
.border-woldo-blue-200\/25 {
  border-color: rgb(92 149 200 / 0.25);
}
.border-woldo-blue-200\/30 {
  border-color: rgb(92 149 200 / 0.3);
}
.border-woldo-blue-200\/35 {
  border-color: rgb(92 149 200 / 0.35);
}
.border-woldo-blue-200\/40 {
  border-color: rgb(92 149 200 / 0.4);
}
.border-woldo-blue-200\/45 {
  border-color: rgb(92 149 200 / 0.45);
}
.border-woldo-blue-200\/5 {
  border-color: rgb(92 149 200 / 0.05);
}
.border-woldo-blue-200\/50 {
  border-color: rgb(92 149 200 / 0.5);
}
.border-woldo-blue-200\/55 {
  border-color: rgb(92 149 200 / 0.55);
}
.border-woldo-blue-200\/60 {
  border-color: rgb(92 149 200 / 0.6);
}
.border-woldo-blue-200\/65 {
  border-color: rgb(92 149 200 / 0.65);
}
.border-woldo-blue-200\/70 {
  border-color: rgb(92 149 200 / 0.7);
}
.border-woldo-blue-200\/75 {
  border-color: rgb(92 149 200 / 0.75);
}
.border-woldo-blue-200\/80 {
  border-color: rgb(92 149 200 / 0.8);
}
.border-woldo-blue-200\/85 {
  border-color: rgb(92 149 200 / 0.85);
}
.border-woldo-blue-200\/90 {
  border-color: rgb(92 149 200 / 0.9);
}
.border-woldo-blue-200\/95 {
  border-color: rgb(92 149 200 / 0.95);
}
.border-woldo-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(92 149 200 / var(--tw-border-opacity));
}
.border-woldo-blue-400\/0 {
  border-color: rgb(92 149 200 / 0);
}
.border-woldo-blue-400\/10 {
  border-color: rgb(92 149 200 / 0.1);
}
.border-woldo-blue-400\/100 {
  border-color: rgb(92 149 200 / 1);
}
.border-woldo-blue-400\/15 {
  border-color: rgb(92 149 200 / 0.15);
}
.border-woldo-blue-400\/20 {
  border-color: rgb(92 149 200 / 0.2);
}
.border-woldo-blue-400\/25 {
  border-color: rgb(92 149 200 / 0.25);
}
.border-woldo-blue-400\/30 {
  border-color: rgb(92 149 200 / 0.3);
}
.border-woldo-blue-400\/35 {
  border-color: rgb(92 149 200 / 0.35);
}
.border-woldo-blue-400\/40 {
  border-color: rgb(92 149 200 / 0.4);
}
.border-woldo-blue-400\/45 {
  border-color: rgb(92 149 200 / 0.45);
}
.border-woldo-blue-400\/5 {
  border-color: rgb(92 149 200 / 0.05);
}
.border-woldo-blue-400\/50 {
  border-color: rgb(92 149 200 / 0.5);
}
.border-woldo-blue-400\/55 {
  border-color: rgb(92 149 200 / 0.55);
}
.border-woldo-blue-400\/60 {
  border-color: rgb(92 149 200 / 0.6);
}
.border-woldo-blue-400\/65 {
  border-color: rgb(92 149 200 / 0.65);
}
.border-woldo-blue-400\/70 {
  border-color: rgb(92 149 200 / 0.7);
}
.border-woldo-blue-400\/75 {
  border-color: rgb(92 149 200 / 0.75);
}
.border-woldo-blue-400\/80 {
  border-color: rgb(92 149 200 / 0.8);
}
.border-woldo-blue-400\/85 {
  border-color: rgb(92 149 200 / 0.85);
}
.border-woldo-blue-400\/90 {
  border-color: rgb(92 149 200 / 0.9);
}
.border-woldo-blue-400\/95 {
  border-color: rgb(92 149 200 / 0.95);
}
.border-woldo-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 242 244 / var(--tw-border-opacity));
}
.border-woldo-blue-50\/0 {
  border-color: rgb(240 242 244 / 0);
}
.border-woldo-blue-50\/10 {
  border-color: rgb(240 242 244 / 0.1);
}
.border-woldo-blue-50\/100 {
  border-color: rgb(240 242 244 / 1);
}
.border-woldo-blue-50\/15 {
  border-color: rgb(240 242 244 / 0.15);
}
.border-woldo-blue-50\/20 {
  border-color: rgb(240 242 244 / 0.2);
}
.border-woldo-blue-50\/25 {
  border-color: rgb(240 242 244 / 0.25);
}
.border-woldo-blue-50\/30 {
  border-color: rgb(240 242 244 / 0.3);
}
.border-woldo-blue-50\/35 {
  border-color: rgb(240 242 244 / 0.35);
}
.border-woldo-blue-50\/40 {
  border-color: rgb(240 242 244 / 0.4);
}
.border-woldo-blue-50\/45 {
  border-color: rgb(240 242 244 / 0.45);
}
.border-woldo-blue-50\/5 {
  border-color: rgb(240 242 244 / 0.05);
}
.border-woldo-blue-50\/50 {
  border-color: rgb(240 242 244 / 0.5);
}
.border-woldo-blue-50\/55 {
  border-color: rgb(240 242 244 / 0.55);
}
.border-woldo-blue-50\/60 {
  border-color: rgb(240 242 244 / 0.6);
}
.border-woldo-blue-50\/65 {
  border-color: rgb(240 242 244 / 0.65);
}
.border-woldo-blue-50\/70 {
  border-color: rgb(240 242 244 / 0.7);
}
.border-woldo-blue-50\/75 {
  border-color: rgb(240 242 244 / 0.75);
}
.border-woldo-blue-50\/80 {
  border-color: rgb(240 242 244 / 0.8);
}
.border-woldo-blue-50\/85 {
  border-color: rgb(240 242 244 / 0.85);
}
.border-woldo-blue-50\/90 {
  border-color: rgb(240 242 244 / 0.9);
}
.border-woldo-blue-50\/95 {
  border-color: rgb(240 242 244 / 0.95);
}
.border-woldo-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(41 94 146 / var(--tw-border-opacity));
}
.border-woldo-blue-500\/0 {
  border-color: rgb(41 94 146 / 0);
}
.border-woldo-blue-500\/10 {
  border-color: rgb(41 94 146 / 0.1);
}
.border-woldo-blue-500\/100 {
  border-color: rgb(41 94 146 / 1);
}
.border-woldo-blue-500\/15 {
  border-color: rgb(41 94 146 / 0.15);
}
.border-woldo-blue-500\/20 {
  border-color: rgb(41 94 146 / 0.2);
}
.border-woldo-blue-500\/25 {
  border-color: rgb(41 94 146 / 0.25);
}
.border-woldo-blue-500\/30 {
  border-color: rgb(41 94 146 / 0.3);
}
.border-woldo-blue-500\/35 {
  border-color: rgb(41 94 146 / 0.35);
}
.border-woldo-blue-500\/40 {
  border-color: rgb(41 94 146 / 0.4);
}
.border-woldo-blue-500\/45 {
  border-color: rgb(41 94 146 / 0.45);
}
.border-woldo-blue-500\/5 {
  border-color: rgb(41 94 146 / 0.05);
}
.border-woldo-blue-500\/50 {
  border-color: rgb(41 94 146 / 0.5);
}
.border-woldo-blue-500\/55 {
  border-color: rgb(41 94 146 / 0.55);
}
.border-woldo-blue-500\/60 {
  border-color: rgb(41 94 146 / 0.6);
}
.border-woldo-blue-500\/65 {
  border-color: rgb(41 94 146 / 0.65);
}
.border-woldo-blue-500\/70 {
  border-color: rgb(41 94 146 / 0.7);
}
.border-woldo-blue-500\/75 {
  border-color: rgb(41 94 146 / 0.75);
}
.border-woldo-blue-500\/80 {
  border-color: rgb(41 94 146 / 0.8);
}
.border-woldo-blue-500\/85 {
  border-color: rgb(41 94 146 / 0.85);
}
.border-woldo-blue-500\/90 {
  border-color: rgb(41 94 146 / 0.9);
}
.border-woldo-blue-500\/95 {
  border-color: rgb(41 94 146 / 0.95);
}
.border-woldo-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(35 82 126 / var(--tw-border-opacity));
}
.border-woldo-blue-600\/0 {
  border-color: rgb(35 82 126 / 0);
}
.border-woldo-blue-600\/10 {
  border-color: rgb(35 82 126 / 0.1);
}
.border-woldo-blue-600\/100 {
  border-color: rgb(35 82 126 / 1);
}
.border-woldo-blue-600\/15 {
  border-color: rgb(35 82 126 / 0.15);
}
.border-woldo-blue-600\/20 {
  border-color: rgb(35 82 126 / 0.2);
}
.border-woldo-blue-600\/25 {
  border-color: rgb(35 82 126 / 0.25);
}
.border-woldo-blue-600\/30 {
  border-color: rgb(35 82 126 / 0.3);
}
.border-woldo-blue-600\/35 {
  border-color: rgb(35 82 126 / 0.35);
}
.border-woldo-blue-600\/40 {
  border-color: rgb(35 82 126 / 0.4);
}
.border-woldo-blue-600\/45 {
  border-color: rgb(35 82 126 / 0.45);
}
.border-woldo-blue-600\/5 {
  border-color: rgb(35 82 126 / 0.05);
}
.border-woldo-blue-600\/50 {
  border-color: rgb(35 82 126 / 0.5);
}
.border-woldo-blue-600\/55 {
  border-color: rgb(35 82 126 / 0.55);
}
.border-woldo-blue-600\/60 {
  border-color: rgb(35 82 126 / 0.6);
}
.border-woldo-blue-600\/65 {
  border-color: rgb(35 82 126 / 0.65);
}
.border-woldo-blue-600\/70 {
  border-color: rgb(35 82 126 / 0.7);
}
.border-woldo-blue-600\/75 {
  border-color: rgb(35 82 126 / 0.75);
}
.border-woldo-blue-600\/80 {
  border-color: rgb(35 82 126 / 0.8);
}
.border-woldo-blue-600\/85 {
  border-color: rgb(35 82 126 / 0.85);
}
.border-woldo-blue-600\/90 {
  border-color: rgb(35 82 126 / 0.9);
}
.border-woldo-blue-600\/95 {
  border-color: rgb(35 82 126 / 0.95);
}
.border-woldo-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgb(16 40 70 / var(--tw-border-opacity));
}
.border-woldo-blue-800\/0 {
  border-color: rgb(16 40 70 / 0);
}
.border-woldo-blue-800\/10 {
  border-color: rgb(16 40 70 / 0.1);
}
.border-woldo-blue-800\/100 {
  border-color: rgb(16 40 70 / 1);
}
.border-woldo-blue-800\/15 {
  border-color: rgb(16 40 70 / 0.15);
}
.border-woldo-blue-800\/20 {
  border-color: rgb(16 40 70 / 0.2);
}
.border-woldo-blue-800\/25 {
  border-color: rgb(16 40 70 / 0.25);
}
.border-woldo-blue-800\/30 {
  border-color: rgb(16 40 70 / 0.3);
}
.border-woldo-blue-800\/35 {
  border-color: rgb(16 40 70 / 0.35);
}
.border-woldo-blue-800\/40 {
  border-color: rgb(16 40 70 / 0.4);
}
.border-woldo-blue-800\/45 {
  border-color: rgb(16 40 70 / 0.45);
}
.border-woldo-blue-800\/5 {
  border-color: rgb(16 40 70 / 0.05);
}
.border-woldo-blue-800\/50 {
  border-color: rgb(16 40 70 / 0.5);
}
.border-woldo-blue-800\/55 {
  border-color: rgb(16 40 70 / 0.55);
}
.border-woldo-blue-800\/60 {
  border-color: rgb(16 40 70 / 0.6);
}
.border-woldo-blue-800\/65 {
  border-color: rgb(16 40 70 / 0.65);
}
.border-woldo-blue-800\/70 {
  border-color: rgb(16 40 70 / 0.7);
}
.border-woldo-blue-800\/75 {
  border-color: rgb(16 40 70 / 0.75);
}
.border-woldo-blue-800\/80 {
  border-color: rgb(16 40 70 / 0.8);
}
.border-woldo-blue-800\/85 {
  border-color: rgb(16 40 70 / 0.85);
}
.border-woldo-blue-800\/90 {
  border-color: rgb(16 40 70 / 0.9);
}
.border-woldo-blue-800\/95 {
  border-color: rgb(16 40 70 / 0.95);
}
.border-woldo-blue\/0 {
  border-color: rgb(16 40 70 / 0);
}
.border-woldo-blue\/10 {
  border-color: rgb(16 40 70 / 0.1);
}
.border-woldo-blue\/100 {
  border-color: rgb(16 40 70 / 1);
}
.border-woldo-blue\/15 {
  border-color: rgb(16 40 70 / 0.15);
}
.border-woldo-blue\/20 {
  border-color: rgb(16 40 70 / 0.2);
}
.border-woldo-blue\/25 {
  border-color: rgb(16 40 70 / 0.25);
}
.border-woldo-blue\/30 {
  border-color: rgb(16 40 70 / 0.3);
}
.border-woldo-blue\/35 {
  border-color: rgb(16 40 70 / 0.35);
}
.border-woldo-blue\/40 {
  border-color: rgb(16 40 70 / 0.4);
}
.border-woldo-blue\/45 {
  border-color: rgb(16 40 70 / 0.45);
}
.border-woldo-blue\/5 {
  border-color: rgb(16 40 70 / 0.05);
}
.border-woldo-blue\/50 {
  border-color: rgb(16 40 70 / 0.5);
}
.border-woldo-blue\/55 {
  border-color: rgb(16 40 70 / 0.55);
}
.border-woldo-blue\/60 {
  border-color: rgb(16 40 70 / 0.6);
}
.border-woldo-blue\/65 {
  border-color: rgb(16 40 70 / 0.65);
}
.border-woldo-blue\/70 {
  border-color: rgb(16 40 70 / 0.7);
}
.border-woldo-blue\/75 {
  border-color: rgb(16 40 70 / 0.75);
}
.border-woldo-blue\/80 {
  border-color: rgb(16 40 70 / 0.8);
}
.border-woldo-blue\/85 {
  border-color: rgb(16 40 70 / 0.85);
}
.border-woldo-blue\/90 {
  border-color: rgb(16 40 70 / 0.9);
}
.border-woldo-blue\/95 {
  border-color: rgb(16 40 70 / 0.95);
}
.border-woldo-dark-green {
  --tw-border-opacity: 1;
  border-color: rgb(61 112 50 / var(--tw-border-opacity));
}
.border-woldo-dark-green\/0 {
  border-color: rgb(61 112 50 / 0);
}
.border-woldo-dark-green\/10 {
  border-color: rgb(61 112 50 / 0.1);
}
.border-woldo-dark-green\/100 {
  border-color: rgb(61 112 50 / 1);
}
.border-woldo-dark-green\/15 {
  border-color: rgb(61 112 50 / 0.15);
}
.border-woldo-dark-green\/20 {
  border-color: rgb(61 112 50 / 0.2);
}
.border-woldo-dark-green\/25 {
  border-color: rgb(61 112 50 / 0.25);
}
.border-woldo-dark-green\/30 {
  border-color: rgb(61 112 50 / 0.3);
}
.border-woldo-dark-green\/35 {
  border-color: rgb(61 112 50 / 0.35);
}
.border-woldo-dark-green\/40 {
  border-color: rgb(61 112 50 / 0.4);
}
.border-woldo-dark-green\/45 {
  border-color: rgb(61 112 50 / 0.45);
}
.border-woldo-dark-green\/5 {
  border-color: rgb(61 112 50 / 0.05);
}
.border-woldo-dark-green\/50 {
  border-color: rgb(61 112 50 / 0.5);
}
.border-woldo-dark-green\/55 {
  border-color: rgb(61 112 50 / 0.55);
}
.border-woldo-dark-green\/60 {
  border-color: rgb(61 112 50 / 0.6);
}
.border-woldo-dark-green\/65 {
  border-color: rgb(61 112 50 / 0.65);
}
.border-woldo-dark-green\/70 {
  border-color: rgb(61 112 50 / 0.7);
}
.border-woldo-dark-green\/75 {
  border-color: rgb(61 112 50 / 0.75);
}
.border-woldo-dark-green\/80 {
  border-color: rgb(61 112 50 / 0.8);
}
.border-woldo-dark-green\/85 {
  border-color: rgb(61 112 50 / 0.85);
}
.border-woldo-dark-green\/90 {
  border-color: rgb(61 112 50 / 0.9);
}
.border-woldo-dark-green\/95 {
  border-color: rgb(61 112 50 / 0.95);
}
.border-woldo-gray {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}
.border-woldo-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / var(--tw-border-opacity));
}
.border-woldo-gray-200\/0 {
  border-color: rgb(102 102 102 / 0);
}
.border-woldo-gray-200\/10 {
  border-color: rgb(102 102 102 / 0.1);
}
.border-woldo-gray-200\/100 {
  border-color: rgb(102 102 102 / 1);
}
.border-woldo-gray-200\/15 {
  border-color: rgb(102 102 102 / 0.15);
}
.border-woldo-gray-200\/20 {
  border-color: rgb(102 102 102 / 0.2);
}
.border-woldo-gray-200\/25 {
  border-color: rgb(102 102 102 / 0.25);
}
.border-woldo-gray-200\/30 {
  border-color: rgb(102 102 102 / 0.3);
}
.border-woldo-gray-200\/35 {
  border-color: rgb(102 102 102 / 0.35);
}
.border-woldo-gray-200\/40 {
  border-color: rgb(102 102 102 / 0.4);
}
.border-woldo-gray-200\/45 {
  border-color: rgb(102 102 102 / 0.45);
}
.border-woldo-gray-200\/5 {
  border-color: rgb(102 102 102 / 0.05);
}
.border-woldo-gray-200\/50 {
  border-color: rgb(102 102 102 / 0.5);
}
.border-woldo-gray-200\/55 {
  border-color: rgb(102 102 102 / 0.55);
}
.border-woldo-gray-200\/60 {
  border-color: rgb(102 102 102 / 0.6);
}
.border-woldo-gray-200\/65 {
  border-color: rgb(102 102 102 / 0.65);
}
.border-woldo-gray-200\/70 {
  border-color: rgb(102 102 102 / 0.7);
}
.border-woldo-gray-200\/75 {
  border-color: rgb(102 102 102 / 0.75);
}
.border-woldo-gray-200\/80 {
  border-color: rgb(102 102 102 / 0.8);
}
.border-woldo-gray-200\/85 {
  border-color: rgb(102 102 102 / 0.85);
}
.border-woldo-gray-200\/90 {
  border-color: rgb(102 102 102 / 0.9);
}
.border-woldo-gray-200\/95 {
  border-color: rgb(102 102 102 / 0.95);
}
.border-woldo-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(60 60 60 / var(--tw-border-opacity));
}
.border-woldo-gray-400\/0 {
  border-color: rgb(60 60 60 / 0);
}
.border-woldo-gray-400\/10 {
  border-color: rgb(60 60 60 / 0.1);
}
.border-woldo-gray-400\/100 {
  border-color: rgb(60 60 60 / 1);
}
.border-woldo-gray-400\/15 {
  border-color: rgb(60 60 60 / 0.15);
}
.border-woldo-gray-400\/20 {
  border-color: rgb(60 60 60 / 0.2);
}
.border-woldo-gray-400\/25 {
  border-color: rgb(60 60 60 / 0.25);
}
.border-woldo-gray-400\/30 {
  border-color: rgb(60 60 60 / 0.3);
}
.border-woldo-gray-400\/35 {
  border-color: rgb(60 60 60 / 0.35);
}
.border-woldo-gray-400\/40 {
  border-color: rgb(60 60 60 / 0.4);
}
.border-woldo-gray-400\/45 {
  border-color: rgb(60 60 60 / 0.45);
}
.border-woldo-gray-400\/5 {
  border-color: rgb(60 60 60 / 0.05);
}
.border-woldo-gray-400\/50 {
  border-color: rgb(60 60 60 / 0.5);
}
.border-woldo-gray-400\/55 {
  border-color: rgb(60 60 60 / 0.55);
}
.border-woldo-gray-400\/60 {
  border-color: rgb(60 60 60 / 0.6);
}
.border-woldo-gray-400\/65 {
  border-color: rgb(60 60 60 / 0.65);
}
.border-woldo-gray-400\/70 {
  border-color: rgb(60 60 60 / 0.7);
}
.border-woldo-gray-400\/75 {
  border-color: rgb(60 60 60 / 0.75);
}
.border-woldo-gray-400\/80 {
  border-color: rgb(60 60 60 / 0.8);
}
.border-woldo-gray-400\/85 {
  border-color: rgb(60 60 60 / 0.85);
}
.border-woldo-gray-400\/90 {
  border-color: rgb(60 60 60 / 0.9);
}
.border-woldo-gray-400\/95 {
  border-color: rgb(60 60 60 / 0.95);
}
.border-woldo-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}
.border-woldo-gray-500\/0 {
  border-color: rgb(51 51 51 / 0);
}
.border-woldo-gray-500\/10 {
  border-color: rgb(51 51 51 / 0.1);
}
.border-woldo-gray-500\/100 {
  border-color: rgb(51 51 51 / 1);
}
.border-woldo-gray-500\/15 {
  border-color: rgb(51 51 51 / 0.15);
}
.border-woldo-gray-500\/20 {
  border-color: rgb(51 51 51 / 0.2);
}
.border-woldo-gray-500\/25 {
  border-color: rgb(51 51 51 / 0.25);
}
.border-woldo-gray-500\/30 {
  border-color: rgb(51 51 51 / 0.3);
}
.border-woldo-gray-500\/35 {
  border-color: rgb(51 51 51 / 0.35);
}
.border-woldo-gray-500\/40 {
  border-color: rgb(51 51 51 / 0.4);
}
.border-woldo-gray-500\/45 {
  border-color: rgb(51 51 51 / 0.45);
}
.border-woldo-gray-500\/5 {
  border-color: rgb(51 51 51 / 0.05);
}
.border-woldo-gray-500\/50 {
  border-color: rgb(51 51 51 / 0.5);
}
.border-woldo-gray-500\/55 {
  border-color: rgb(51 51 51 / 0.55);
}
.border-woldo-gray-500\/60 {
  border-color: rgb(51 51 51 / 0.6);
}
.border-woldo-gray-500\/65 {
  border-color: rgb(51 51 51 / 0.65);
}
.border-woldo-gray-500\/70 {
  border-color: rgb(51 51 51 / 0.7);
}
.border-woldo-gray-500\/75 {
  border-color: rgb(51 51 51 / 0.75);
}
.border-woldo-gray-500\/80 {
  border-color: rgb(51 51 51 / 0.8);
}
.border-woldo-gray-500\/85 {
  border-color: rgb(51 51 51 / 0.85);
}
.border-woldo-gray-500\/90 {
  border-color: rgb(51 51 51 / 0.9);
}
.border-woldo-gray-500\/95 {
  border-color: rgb(51 51 51 / 0.95);
}
.border-woldo-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 37 37 / var(--tw-border-opacity));
}
.border-woldo-gray-600\/0 {
  border-color: rgb(37 37 37 / 0);
}
.border-woldo-gray-600\/10 {
  border-color: rgb(37 37 37 / 0.1);
}
.border-woldo-gray-600\/100 {
  border-color: rgb(37 37 37 / 1);
}
.border-woldo-gray-600\/15 {
  border-color: rgb(37 37 37 / 0.15);
}
.border-woldo-gray-600\/20 {
  border-color: rgb(37 37 37 / 0.2);
}
.border-woldo-gray-600\/25 {
  border-color: rgb(37 37 37 / 0.25);
}
.border-woldo-gray-600\/30 {
  border-color: rgb(37 37 37 / 0.3);
}
.border-woldo-gray-600\/35 {
  border-color: rgb(37 37 37 / 0.35);
}
.border-woldo-gray-600\/40 {
  border-color: rgb(37 37 37 / 0.4);
}
.border-woldo-gray-600\/45 {
  border-color: rgb(37 37 37 / 0.45);
}
.border-woldo-gray-600\/5 {
  border-color: rgb(37 37 37 / 0.05);
}
.border-woldo-gray-600\/50 {
  border-color: rgb(37 37 37 / 0.5);
}
.border-woldo-gray-600\/55 {
  border-color: rgb(37 37 37 / 0.55);
}
.border-woldo-gray-600\/60 {
  border-color: rgb(37 37 37 / 0.6);
}
.border-woldo-gray-600\/65 {
  border-color: rgb(37 37 37 / 0.65);
}
.border-woldo-gray-600\/70 {
  border-color: rgb(37 37 37 / 0.7);
}
.border-woldo-gray-600\/75 {
  border-color: rgb(37 37 37 / 0.75);
}
.border-woldo-gray-600\/80 {
  border-color: rgb(37 37 37 / 0.8);
}
.border-woldo-gray-600\/85 {
  border-color: rgb(37 37 37 / 0.85);
}
.border-woldo-gray-600\/90 {
  border-color: rgb(37 37 37 / 0.9);
}
.border-woldo-gray-600\/95 {
  border-color: rgb(37 37 37 / 0.95);
}
.border-woldo-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity));
}
.border-woldo-gray-800\/0 {
  border-color: rgb(25 25 25 / 0);
}
.border-woldo-gray-800\/10 {
  border-color: rgb(25 25 25 / 0.1);
}
.border-woldo-gray-800\/100 {
  border-color: rgb(25 25 25 / 1);
}
.border-woldo-gray-800\/15 {
  border-color: rgb(25 25 25 / 0.15);
}
.border-woldo-gray-800\/20 {
  border-color: rgb(25 25 25 / 0.2);
}
.border-woldo-gray-800\/25 {
  border-color: rgb(25 25 25 / 0.25);
}
.border-woldo-gray-800\/30 {
  border-color: rgb(25 25 25 / 0.3);
}
.border-woldo-gray-800\/35 {
  border-color: rgb(25 25 25 / 0.35);
}
.border-woldo-gray-800\/40 {
  border-color: rgb(25 25 25 / 0.4);
}
.border-woldo-gray-800\/45 {
  border-color: rgb(25 25 25 / 0.45);
}
.border-woldo-gray-800\/5 {
  border-color: rgb(25 25 25 / 0.05);
}
.border-woldo-gray-800\/50 {
  border-color: rgb(25 25 25 / 0.5);
}
.border-woldo-gray-800\/55 {
  border-color: rgb(25 25 25 / 0.55);
}
.border-woldo-gray-800\/60 {
  border-color: rgb(25 25 25 / 0.6);
}
.border-woldo-gray-800\/65 {
  border-color: rgb(25 25 25 / 0.65);
}
.border-woldo-gray-800\/70 {
  border-color: rgb(25 25 25 / 0.7);
}
.border-woldo-gray-800\/75 {
  border-color: rgb(25 25 25 / 0.75);
}
.border-woldo-gray-800\/80 {
  border-color: rgb(25 25 25 / 0.8);
}
.border-woldo-gray-800\/85 {
  border-color: rgb(25 25 25 / 0.85);
}
.border-woldo-gray-800\/90 {
  border-color: rgb(25 25 25 / 0.9);
}
.border-woldo-gray-800\/95 {
  border-color: rgb(25 25 25 / 0.95);
}
.border-woldo-gray-dark {
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity));
}
.border-woldo-gray-dark\/0 {
  border-color: rgb(25 25 25 / 0);
}
.border-woldo-gray-dark\/10 {
  border-color: rgb(25 25 25 / 0.1);
}
.border-woldo-gray-dark\/100 {
  border-color: rgb(25 25 25 / 1);
}
.border-woldo-gray-dark\/15 {
  border-color: rgb(25 25 25 / 0.15);
}
.border-woldo-gray-dark\/20 {
  border-color: rgb(25 25 25 / 0.2);
}
.border-woldo-gray-dark\/25 {
  border-color: rgb(25 25 25 / 0.25);
}
.border-woldo-gray-dark\/30 {
  border-color: rgb(25 25 25 / 0.3);
}
.border-woldo-gray-dark\/35 {
  border-color: rgb(25 25 25 / 0.35);
}
.border-woldo-gray-dark\/40 {
  border-color: rgb(25 25 25 / 0.4);
}
.border-woldo-gray-dark\/45 {
  border-color: rgb(25 25 25 / 0.45);
}
.border-woldo-gray-dark\/5 {
  border-color: rgb(25 25 25 / 0.05);
}
.border-woldo-gray-dark\/50 {
  border-color: rgb(25 25 25 / 0.5);
}
.border-woldo-gray-dark\/55 {
  border-color: rgb(25 25 25 / 0.55);
}
.border-woldo-gray-dark\/60 {
  border-color: rgb(25 25 25 / 0.6);
}
.border-woldo-gray-dark\/65 {
  border-color: rgb(25 25 25 / 0.65);
}
.border-woldo-gray-dark\/70 {
  border-color: rgb(25 25 25 / 0.7);
}
.border-woldo-gray-dark\/75 {
  border-color: rgb(25 25 25 / 0.75);
}
.border-woldo-gray-dark\/80 {
  border-color: rgb(25 25 25 / 0.8);
}
.border-woldo-gray-dark\/85 {
  border-color: rgb(25 25 25 / 0.85);
}
.border-woldo-gray-dark\/90 {
  border-color: rgb(25 25 25 / 0.9);
}
.border-woldo-gray-dark\/95 {
  border-color: rgb(25 25 25 / 0.95);
}
.border-woldo-gray-light {
  --tw-border-opacity: 1;
  border-color: rgb(136 136 136 / var(--tw-border-opacity));
}
.border-woldo-gray-light\/0 {
  border-color: rgb(136 136 136 / 0);
}
.border-woldo-gray-light\/10 {
  border-color: rgb(136 136 136 / 0.1);
}
.border-woldo-gray-light\/100 {
  border-color: rgb(136 136 136 / 1);
}
.border-woldo-gray-light\/15 {
  border-color: rgb(136 136 136 / 0.15);
}
.border-woldo-gray-light\/20 {
  border-color: rgb(136 136 136 / 0.2);
}
.border-woldo-gray-light\/25 {
  border-color: rgb(136 136 136 / 0.25);
}
.border-woldo-gray-light\/30 {
  border-color: rgb(136 136 136 / 0.3);
}
.border-woldo-gray-light\/35 {
  border-color: rgb(136 136 136 / 0.35);
}
.border-woldo-gray-light\/40 {
  border-color: rgb(136 136 136 / 0.4);
}
.border-woldo-gray-light\/45 {
  border-color: rgb(136 136 136 / 0.45);
}
.border-woldo-gray-light\/5 {
  border-color: rgb(136 136 136 / 0.05);
}
.border-woldo-gray-light\/50 {
  border-color: rgb(136 136 136 / 0.5);
}
.border-woldo-gray-light\/55 {
  border-color: rgb(136 136 136 / 0.55);
}
.border-woldo-gray-light\/60 {
  border-color: rgb(136 136 136 / 0.6);
}
.border-woldo-gray-light\/65 {
  border-color: rgb(136 136 136 / 0.65);
}
.border-woldo-gray-light\/70 {
  border-color: rgb(136 136 136 / 0.7);
}
.border-woldo-gray-light\/75 {
  border-color: rgb(136 136 136 / 0.75);
}
.border-woldo-gray-light\/80 {
  border-color: rgb(136 136 136 / 0.8);
}
.border-woldo-gray-light\/85 {
  border-color: rgb(136 136 136 / 0.85);
}
.border-woldo-gray-light\/90 {
  border-color: rgb(136 136 136 / 0.9);
}
.border-woldo-gray-light\/95 {
  border-color: rgb(136 136 136 / 0.95);
}
.border-woldo-gray-medium {
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / var(--tw-border-opacity));
}
.border-woldo-gray-medium\/0 {
  border-color: rgb(102 102 102 / 0);
}
.border-woldo-gray-medium\/10 {
  border-color: rgb(102 102 102 / 0.1);
}
.border-woldo-gray-medium\/100 {
  border-color: rgb(102 102 102 / 1);
}
.border-woldo-gray-medium\/15 {
  border-color: rgb(102 102 102 / 0.15);
}
.border-woldo-gray-medium\/20 {
  border-color: rgb(102 102 102 / 0.2);
}
.border-woldo-gray-medium\/25 {
  border-color: rgb(102 102 102 / 0.25);
}
.border-woldo-gray-medium\/30 {
  border-color: rgb(102 102 102 / 0.3);
}
.border-woldo-gray-medium\/35 {
  border-color: rgb(102 102 102 / 0.35);
}
.border-woldo-gray-medium\/40 {
  border-color: rgb(102 102 102 / 0.4);
}
.border-woldo-gray-medium\/45 {
  border-color: rgb(102 102 102 / 0.45);
}
.border-woldo-gray-medium\/5 {
  border-color: rgb(102 102 102 / 0.05);
}
.border-woldo-gray-medium\/50 {
  border-color: rgb(102 102 102 / 0.5);
}
.border-woldo-gray-medium\/55 {
  border-color: rgb(102 102 102 / 0.55);
}
.border-woldo-gray-medium\/60 {
  border-color: rgb(102 102 102 / 0.6);
}
.border-woldo-gray-medium\/65 {
  border-color: rgb(102 102 102 / 0.65);
}
.border-woldo-gray-medium\/70 {
  border-color: rgb(102 102 102 / 0.7);
}
.border-woldo-gray-medium\/75 {
  border-color: rgb(102 102 102 / 0.75);
}
.border-woldo-gray-medium\/80 {
  border-color: rgb(102 102 102 / 0.8);
}
.border-woldo-gray-medium\/85 {
  border-color: rgb(102 102 102 / 0.85);
}
.border-woldo-gray-medium\/90 {
  border-color: rgb(102 102 102 / 0.9);
}
.border-woldo-gray-medium\/95 {
  border-color: rgb(102 102 102 / 0.95);
}
.border-woldo-gray\/0 {
  border-color: rgb(51 51 51 / 0);
}
.border-woldo-gray\/10 {
  border-color: rgb(51 51 51 / 0.1);
}
.border-woldo-gray\/100 {
  border-color: rgb(51 51 51 / 1);
}
.border-woldo-gray\/15 {
  border-color: rgb(51 51 51 / 0.15);
}
.border-woldo-gray\/20 {
  border-color: rgb(51 51 51 / 0.2);
}
.border-woldo-gray\/25 {
  border-color: rgb(51 51 51 / 0.25);
}
.border-woldo-gray\/30 {
  border-color: rgb(51 51 51 / 0.3);
}
.border-woldo-gray\/35 {
  border-color: rgb(51 51 51 / 0.35);
}
.border-woldo-gray\/40 {
  border-color: rgb(51 51 51 / 0.4);
}
.border-woldo-gray\/45 {
  border-color: rgb(51 51 51 / 0.45);
}
.border-woldo-gray\/5 {
  border-color: rgb(51 51 51 / 0.05);
}
.border-woldo-gray\/50 {
  border-color: rgb(51 51 51 / 0.5);
}
.border-woldo-gray\/55 {
  border-color: rgb(51 51 51 / 0.55);
}
.border-woldo-gray\/60 {
  border-color: rgb(51 51 51 / 0.6);
}
.border-woldo-gray\/65 {
  border-color: rgb(51 51 51 / 0.65);
}
.border-woldo-gray\/70 {
  border-color: rgb(51 51 51 / 0.7);
}
.border-woldo-gray\/75 {
  border-color: rgb(51 51 51 / 0.75);
}
.border-woldo-gray\/80 {
  border-color: rgb(51 51 51 / 0.8);
}
.border-woldo-gray\/85 {
  border-color: rgb(51 51 51 / 0.85);
}
.border-woldo-gray\/90 {
  border-color: rgb(51 51 51 / 0.9);
}
.border-woldo-gray\/95 {
  border-color: rgb(51 51 51 / 0.95);
}
.border-woldo-green {
  --tw-border-opacity: 1;
  border-color: rgb(97 166 85 / var(--tw-border-opacity));
}
.border-woldo-green\/0 {
  border-color: rgb(97 166 85 / 0);
}
.border-woldo-green\/10 {
  border-color: rgb(97 166 85 / 0.1);
}
.border-woldo-green\/100 {
  border-color: rgb(97 166 85 / 1);
}
.border-woldo-green\/15 {
  border-color: rgb(97 166 85 / 0.15);
}
.border-woldo-green\/20 {
  border-color: rgb(97 166 85 / 0.2);
}
.border-woldo-green\/25 {
  border-color: rgb(97 166 85 / 0.25);
}
.border-woldo-green\/30 {
  border-color: rgb(97 166 85 / 0.3);
}
.border-woldo-green\/35 {
  border-color: rgb(97 166 85 / 0.35);
}
.border-woldo-green\/40 {
  border-color: rgb(97 166 85 / 0.4);
}
.border-woldo-green\/45 {
  border-color: rgb(97 166 85 / 0.45);
}
.border-woldo-green\/5 {
  border-color: rgb(97 166 85 / 0.05);
}
.border-woldo-green\/50 {
  border-color: rgb(97 166 85 / 0.5);
}
.border-woldo-green\/55 {
  border-color: rgb(97 166 85 / 0.55);
}
.border-woldo-green\/60 {
  border-color: rgb(97 166 85 / 0.6);
}
.border-woldo-green\/65 {
  border-color: rgb(97 166 85 / 0.65);
}
.border-woldo-green\/70 {
  border-color: rgb(97 166 85 / 0.7);
}
.border-woldo-green\/75 {
  border-color: rgb(97 166 85 / 0.75);
}
.border-woldo-green\/80 {
  border-color: rgb(97 166 85 / 0.8);
}
.border-woldo-green\/85 {
  border-color: rgb(97 166 85 / 0.85);
}
.border-woldo-green\/90 {
  border-color: rgb(97 166 85 / 0.9);
}
.border-woldo-green\/95 {
  border-color: rgb(97 166 85 / 0.95);
}
.border-woldo-orange {
  --tw-border-opacity: 1;
  border-color: rgb(229 147 73 / var(--tw-border-opacity));
}
.border-woldo-orange\/0 {
  border-color: rgb(229 147 73 / 0);
}
.border-woldo-orange\/10 {
  border-color: rgb(229 147 73 / 0.1);
}
.border-woldo-orange\/100 {
  border-color: rgb(229 147 73 / 1);
}
.border-woldo-orange\/15 {
  border-color: rgb(229 147 73 / 0.15);
}
.border-woldo-orange\/20 {
  border-color: rgb(229 147 73 / 0.2);
}
.border-woldo-orange\/25 {
  border-color: rgb(229 147 73 / 0.25);
}
.border-woldo-orange\/30 {
  border-color: rgb(229 147 73 / 0.3);
}
.border-woldo-orange\/35 {
  border-color: rgb(229 147 73 / 0.35);
}
.border-woldo-orange\/40 {
  border-color: rgb(229 147 73 / 0.4);
}
.border-woldo-orange\/45 {
  border-color: rgb(229 147 73 / 0.45);
}
.border-woldo-orange\/5 {
  border-color: rgb(229 147 73 / 0.05);
}
.border-woldo-orange\/50 {
  border-color: rgb(229 147 73 / 0.5);
}
.border-woldo-orange\/55 {
  border-color: rgb(229 147 73 / 0.55);
}
.border-woldo-orange\/60 {
  border-color: rgb(229 147 73 / 0.6);
}
.border-woldo-orange\/65 {
  border-color: rgb(229 147 73 / 0.65);
}
.border-woldo-orange\/70 {
  border-color: rgb(229 147 73 / 0.7);
}
.border-woldo-orange\/75 {
  border-color: rgb(229 147 73 / 0.75);
}
.border-woldo-orange\/80 {
  border-color: rgb(229 147 73 / 0.8);
}
.border-woldo-orange\/85 {
  border-color: rgb(229 147 73 / 0.85);
}
.border-woldo-orange\/90 {
  border-color: rgb(229 147 73 / 0.9);
}
.border-woldo-orange\/95 {
  border-color: rgb(229 147 73 / 0.95);
}
.border-woldo-pink {
  --tw-border-opacity: 1;
  border-color: rgb(248 61 104 / var(--tw-border-opacity));
}
.border-woldo-pink\/0 {
  border-color: rgb(248 61 104 / 0);
}
.border-woldo-pink\/10 {
  border-color: rgb(248 61 104 / 0.1);
}
.border-woldo-pink\/100 {
  border-color: rgb(248 61 104 / 1);
}
.border-woldo-pink\/15 {
  border-color: rgb(248 61 104 / 0.15);
}
.border-woldo-pink\/20 {
  border-color: rgb(248 61 104 / 0.2);
}
.border-woldo-pink\/25 {
  border-color: rgb(248 61 104 / 0.25);
}
.border-woldo-pink\/30 {
  border-color: rgb(248 61 104 / 0.3);
}
.border-woldo-pink\/35 {
  border-color: rgb(248 61 104 / 0.35);
}
.border-woldo-pink\/40 {
  border-color: rgb(248 61 104 / 0.4);
}
.border-woldo-pink\/45 {
  border-color: rgb(248 61 104 / 0.45);
}
.border-woldo-pink\/5 {
  border-color: rgb(248 61 104 / 0.05);
}
.border-woldo-pink\/50 {
  border-color: rgb(248 61 104 / 0.5);
}
.border-woldo-pink\/55 {
  border-color: rgb(248 61 104 / 0.55);
}
.border-woldo-pink\/60 {
  border-color: rgb(248 61 104 / 0.6);
}
.border-woldo-pink\/65 {
  border-color: rgb(248 61 104 / 0.65);
}
.border-woldo-pink\/70 {
  border-color: rgb(248 61 104 / 0.7);
}
.border-woldo-pink\/75 {
  border-color: rgb(248 61 104 / 0.75);
}
.border-woldo-pink\/80 {
  border-color: rgb(248 61 104 / 0.8);
}
.border-woldo-pink\/85 {
  border-color: rgb(248 61 104 / 0.85);
}
.border-woldo-pink\/90 {
  border-color: rgb(248 61 104 / 0.9);
}
.border-woldo-pink\/95 {
  border-color: rgb(248 61 104 / 0.95);
}
.border-woldo-red {
  --tw-border-opacity: 1;
  border-color: rgb(200 49 82 / var(--tw-border-opacity));
}
.border-woldo-red\/0 {
  border-color: rgb(200 49 82 / 0);
}
.border-woldo-red\/10 {
  border-color: rgb(200 49 82 / 0.1);
}
.border-woldo-red\/100 {
  border-color: rgb(200 49 82 / 1);
}
.border-woldo-red\/15 {
  border-color: rgb(200 49 82 / 0.15);
}
.border-woldo-red\/20 {
  border-color: rgb(200 49 82 / 0.2);
}
.border-woldo-red\/25 {
  border-color: rgb(200 49 82 / 0.25);
}
.border-woldo-red\/30 {
  border-color: rgb(200 49 82 / 0.3);
}
.border-woldo-red\/35 {
  border-color: rgb(200 49 82 / 0.35);
}
.border-woldo-red\/40 {
  border-color: rgb(200 49 82 / 0.4);
}
.border-woldo-red\/45 {
  border-color: rgb(200 49 82 / 0.45);
}
.border-woldo-red\/5 {
  border-color: rgb(200 49 82 / 0.05);
}
.border-woldo-red\/50 {
  border-color: rgb(200 49 82 / 0.5);
}
.border-woldo-red\/55 {
  border-color: rgb(200 49 82 / 0.55);
}
.border-woldo-red\/60 {
  border-color: rgb(200 49 82 / 0.6);
}
.border-woldo-red\/65 {
  border-color: rgb(200 49 82 / 0.65);
}
.border-woldo-red\/70 {
  border-color: rgb(200 49 82 / 0.7);
}
.border-woldo-red\/75 {
  border-color: rgb(200 49 82 / 0.75);
}
.border-woldo-red\/80 {
  border-color: rgb(200 49 82 / 0.8);
}
.border-woldo-red\/85 {
  border-color: rgb(200 49 82 / 0.85);
}
.border-woldo-red\/90 {
  border-color: rgb(200 49 82 / 0.9);
}
.border-woldo-red\/95 {
  border-color: rgb(200 49 82 / 0.95);
}
.border-woldo-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(234 182 6 / var(--tw-border-opacity));
}
.border-woldo-yellow\/0 {
  border-color: rgb(234 182 6 / 0);
}
.border-woldo-yellow\/10 {
  border-color: rgb(234 182 6 / 0.1);
}
.border-woldo-yellow\/100 {
  border-color: rgb(234 182 6 / 1);
}
.border-woldo-yellow\/15 {
  border-color: rgb(234 182 6 / 0.15);
}
.border-woldo-yellow\/20 {
  border-color: rgb(234 182 6 / 0.2);
}
.border-woldo-yellow\/25 {
  border-color: rgb(234 182 6 / 0.25);
}
.border-woldo-yellow\/30 {
  border-color: rgb(234 182 6 / 0.3);
}
.border-woldo-yellow\/35 {
  border-color: rgb(234 182 6 / 0.35);
}
.border-woldo-yellow\/40 {
  border-color: rgb(234 182 6 / 0.4);
}
.border-woldo-yellow\/45 {
  border-color: rgb(234 182 6 / 0.45);
}
.border-woldo-yellow\/5 {
  border-color: rgb(234 182 6 / 0.05);
}
.border-woldo-yellow\/50 {
  border-color: rgb(234 182 6 / 0.5);
}
.border-woldo-yellow\/55 {
  border-color: rgb(234 182 6 / 0.55);
}
.border-woldo-yellow\/60 {
  border-color: rgb(234 182 6 / 0.6);
}
.border-woldo-yellow\/65 {
  border-color: rgb(234 182 6 / 0.65);
}
.border-woldo-yellow\/70 {
  border-color: rgb(234 182 6 / 0.7);
}
.border-woldo-yellow\/75 {
  border-color: rgb(234 182 6 / 0.75);
}
.border-woldo-yellow\/80 {
  border-color: rgb(234 182 6 / 0.8);
}
.border-woldo-yellow\/85 {
  border-color: rgb(234 182 6 / 0.85);
}
.border-woldo-yellow\/90 {
  border-color: rgb(234 182 6 / 0.9);
}
.border-woldo-yellow\/95 {
  border-color: rgb(234 182 6 / 0.95);
}
.border-opacity-30 {
  --tw-border-opacity: 0.3;
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.bg-stone-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-woldo-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(16 40 70 / var(--tw-bg-opacity));
}
.bg-woldo-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 238 246 / var(--tw-bg-opacity));
}
.bg-woldo-blue-100\/0 {
  background-color: rgb(232 238 246 / 0);
}
.bg-woldo-blue-100\/10 {
  background-color: rgb(232 238 246 / 0.1);
}
.bg-woldo-blue-100\/100 {
  background-color: rgb(232 238 246 / 1);
}
.bg-woldo-blue-100\/15 {
  background-color: rgb(232 238 246 / 0.15);
}
.bg-woldo-blue-100\/20 {
  background-color: rgb(232 238 246 / 0.2);
}
.bg-woldo-blue-100\/25 {
  background-color: rgb(232 238 246 / 0.25);
}
.bg-woldo-blue-100\/30 {
  background-color: rgb(232 238 246 / 0.3);
}
.bg-woldo-blue-100\/35 {
  background-color: rgb(232 238 246 / 0.35);
}
.bg-woldo-blue-100\/40 {
  background-color: rgb(232 238 246 / 0.4);
}
.bg-woldo-blue-100\/45 {
  background-color: rgb(232 238 246 / 0.45);
}
.bg-woldo-blue-100\/5 {
  background-color: rgb(232 238 246 / 0.05);
}
.bg-woldo-blue-100\/50 {
  background-color: rgb(232 238 246 / 0.5);
}
.bg-woldo-blue-100\/55 {
  background-color: rgb(232 238 246 / 0.55);
}
.bg-woldo-blue-100\/60 {
  background-color: rgb(232 238 246 / 0.6);
}
.bg-woldo-blue-100\/65 {
  background-color: rgb(232 238 246 / 0.65);
}
.bg-woldo-blue-100\/70 {
  background-color: rgb(232 238 246 / 0.7);
}
.bg-woldo-blue-100\/75 {
  background-color: rgb(232 238 246 / 0.75);
}
.bg-woldo-blue-100\/80 {
  background-color: rgb(232 238 246 / 0.8);
}
.bg-woldo-blue-100\/85 {
  background-color: rgb(232 238 246 / 0.85);
}
.bg-woldo-blue-100\/90 {
  background-color: rgb(232 238 246 / 0.9);
}
.bg-woldo-blue-100\/95 {
  background-color: rgb(232 238 246 / 0.95);
}
.bg-woldo-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(92 149 200 / var(--tw-bg-opacity));
}
.bg-woldo-blue-200\/0 {
  background-color: rgb(92 149 200 / 0);
}
.bg-woldo-blue-200\/10 {
  background-color: rgb(92 149 200 / 0.1);
}
.bg-woldo-blue-200\/100 {
  background-color: rgb(92 149 200 / 1);
}
.bg-woldo-blue-200\/15 {
  background-color: rgb(92 149 200 / 0.15);
}
.bg-woldo-blue-200\/20 {
  background-color: rgb(92 149 200 / 0.2);
}
.bg-woldo-blue-200\/25 {
  background-color: rgb(92 149 200 / 0.25);
}
.bg-woldo-blue-200\/30 {
  background-color: rgb(92 149 200 / 0.3);
}
.bg-woldo-blue-200\/35 {
  background-color: rgb(92 149 200 / 0.35);
}
.bg-woldo-blue-200\/40 {
  background-color: rgb(92 149 200 / 0.4);
}
.bg-woldo-blue-200\/45 {
  background-color: rgb(92 149 200 / 0.45);
}
.bg-woldo-blue-200\/5 {
  background-color: rgb(92 149 200 / 0.05);
}
.bg-woldo-blue-200\/50 {
  background-color: rgb(92 149 200 / 0.5);
}
.bg-woldo-blue-200\/55 {
  background-color: rgb(92 149 200 / 0.55);
}
.bg-woldo-blue-200\/60 {
  background-color: rgb(92 149 200 / 0.6);
}
.bg-woldo-blue-200\/65 {
  background-color: rgb(92 149 200 / 0.65);
}
.bg-woldo-blue-200\/70 {
  background-color: rgb(92 149 200 / 0.7);
}
.bg-woldo-blue-200\/75 {
  background-color: rgb(92 149 200 / 0.75);
}
.bg-woldo-blue-200\/80 {
  background-color: rgb(92 149 200 / 0.8);
}
.bg-woldo-blue-200\/85 {
  background-color: rgb(92 149 200 / 0.85);
}
.bg-woldo-blue-200\/90 {
  background-color: rgb(92 149 200 / 0.9);
}
.bg-woldo-blue-200\/95 {
  background-color: rgb(92 149 200 / 0.95);
}
.bg-woldo-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(92 149 200 / var(--tw-bg-opacity));
}
.bg-woldo-blue-400\/0 {
  background-color: rgb(92 149 200 / 0);
}
.bg-woldo-blue-400\/10 {
  background-color: rgb(92 149 200 / 0.1);
}
.bg-woldo-blue-400\/100 {
  background-color: rgb(92 149 200 / 1);
}
.bg-woldo-blue-400\/15 {
  background-color: rgb(92 149 200 / 0.15);
}
.bg-woldo-blue-400\/20 {
  background-color: rgb(92 149 200 / 0.2);
}
.bg-woldo-blue-400\/25 {
  background-color: rgb(92 149 200 / 0.25);
}
.bg-woldo-blue-400\/30 {
  background-color: rgb(92 149 200 / 0.3);
}
.bg-woldo-blue-400\/35 {
  background-color: rgb(92 149 200 / 0.35);
}
.bg-woldo-blue-400\/40 {
  background-color: rgb(92 149 200 / 0.4);
}
.bg-woldo-blue-400\/45 {
  background-color: rgb(92 149 200 / 0.45);
}
.bg-woldo-blue-400\/5 {
  background-color: rgb(92 149 200 / 0.05);
}
.bg-woldo-blue-400\/50 {
  background-color: rgb(92 149 200 / 0.5);
}
.bg-woldo-blue-400\/55 {
  background-color: rgb(92 149 200 / 0.55);
}
.bg-woldo-blue-400\/60 {
  background-color: rgb(92 149 200 / 0.6);
}
.bg-woldo-blue-400\/65 {
  background-color: rgb(92 149 200 / 0.65);
}
.bg-woldo-blue-400\/70 {
  background-color: rgb(92 149 200 / 0.7);
}
.bg-woldo-blue-400\/75 {
  background-color: rgb(92 149 200 / 0.75);
}
.bg-woldo-blue-400\/80 {
  background-color: rgb(92 149 200 / 0.8);
}
.bg-woldo-blue-400\/85 {
  background-color: rgb(92 149 200 / 0.85);
}
.bg-woldo-blue-400\/90 {
  background-color: rgb(92 149 200 / 0.9);
}
.bg-woldo-blue-400\/95 {
  background-color: rgb(92 149 200 / 0.95);
}
.bg-woldo-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 244 / var(--tw-bg-opacity));
}
.bg-woldo-blue-50\/0 {
  background-color: rgb(240 242 244 / 0);
}
.bg-woldo-blue-50\/10 {
  background-color: rgb(240 242 244 / 0.1);
}
.bg-woldo-blue-50\/100 {
  background-color: rgb(240 242 244 / 1);
}
.bg-woldo-blue-50\/15 {
  background-color: rgb(240 242 244 / 0.15);
}
.bg-woldo-blue-50\/20 {
  background-color: rgb(240 242 244 / 0.2);
}
.bg-woldo-blue-50\/25 {
  background-color: rgb(240 242 244 / 0.25);
}
.bg-woldo-blue-50\/30 {
  background-color: rgb(240 242 244 / 0.3);
}
.bg-woldo-blue-50\/35 {
  background-color: rgb(240 242 244 / 0.35);
}
.bg-woldo-blue-50\/40 {
  background-color: rgb(240 242 244 / 0.4);
}
.bg-woldo-blue-50\/45 {
  background-color: rgb(240 242 244 / 0.45);
}
.bg-woldo-blue-50\/5 {
  background-color: rgb(240 242 244 / 0.05);
}
.bg-woldo-blue-50\/50 {
  background-color: rgb(240 242 244 / 0.5);
}
.bg-woldo-blue-50\/55 {
  background-color: rgb(240 242 244 / 0.55);
}
.bg-woldo-blue-50\/60 {
  background-color: rgb(240 242 244 / 0.6);
}
.bg-woldo-blue-50\/65 {
  background-color: rgb(240 242 244 / 0.65);
}
.bg-woldo-blue-50\/70 {
  background-color: rgb(240 242 244 / 0.7);
}
.bg-woldo-blue-50\/75 {
  background-color: rgb(240 242 244 / 0.75);
}
.bg-woldo-blue-50\/80 {
  background-color: rgb(240 242 244 / 0.8);
}
.bg-woldo-blue-50\/85 {
  background-color: rgb(240 242 244 / 0.85);
}
.bg-woldo-blue-50\/90 {
  background-color: rgb(240 242 244 / 0.9);
}
.bg-woldo-blue-50\/95 {
  background-color: rgb(240 242 244 / 0.95);
}
.bg-woldo-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 94 146 / var(--tw-bg-opacity));
}
.bg-woldo-blue-500\/0 {
  background-color: rgb(41 94 146 / 0);
}
.bg-woldo-blue-500\/10 {
  background-color: rgb(41 94 146 / 0.1);
}
.bg-woldo-blue-500\/100 {
  background-color: rgb(41 94 146 / 1);
}
.bg-woldo-blue-500\/15 {
  background-color: rgb(41 94 146 / 0.15);
}
.bg-woldo-blue-500\/20 {
  background-color: rgb(41 94 146 / 0.2);
}
.bg-woldo-blue-500\/25 {
  background-color: rgb(41 94 146 / 0.25);
}
.bg-woldo-blue-500\/30 {
  background-color: rgb(41 94 146 / 0.3);
}
.bg-woldo-blue-500\/35 {
  background-color: rgb(41 94 146 / 0.35);
}
.bg-woldo-blue-500\/40 {
  background-color: rgb(41 94 146 / 0.4);
}
.bg-woldo-blue-500\/45 {
  background-color: rgb(41 94 146 / 0.45);
}
.bg-woldo-blue-500\/5 {
  background-color: rgb(41 94 146 / 0.05);
}
.bg-woldo-blue-500\/50 {
  background-color: rgb(41 94 146 / 0.5);
}
.bg-woldo-blue-500\/55 {
  background-color: rgb(41 94 146 / 0.55);
}
.bg-woldo-blue-500\/60 {
  background-color: rgb(41 94 146 / 0.6);
}
.bg-woldo-blue-500\/65 {
  background-color: rgb(41 94 146 / 0.65);
}
.bg-woldo-blue-500\/70 {
  background-color: rgb(41 94 146 / 0.7);
}
.bg-woldo-blue-500\/75 {
  background-color: rgb(41 94 146 / 0.75);
}
.bg-woldo-blue-500\/80 {
  background-color: rgb(41 94 146 / 0.8);
}
.bg-woldo-blue-500\/85 {
  background-color: rgb(41 94 146 / 0.85);
}
.bg-woldo-blue-500\/90 {
  background-color: rgb(41 94 146 / 0.9);
}
.bg-woldo-blue-500\/95 {
  background-color: rgb(41 94 146 / 0.95);
}
.bg-woldo-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(35 82 126 / var(--tw-bg-opacity));
}
.bg-woldo-blue-600\/0 {
  background-color: rgb(35 82 126 / 0);
}
.bg-woldo-blue-600\/10 {
  background-color: rgb(35 82 126 / 0.1);
}
.bg-woldo-blue-600\/100 {
  background-color: rgb(35 82 126 / 1);
}
.bg-woldo-blue-600\/15 {
  background-color: rgb(35 82 126 / 0.15);
}
.bg-woldo-blue-600\/20 {
  background-color: rgb(35 82 126 / 0.2);
}
.bg-woldo-blue-600\/25 {
  background-color: rgb(35 82 126 / 0.25);
}
.bg-woldo-blue-600\/30 {
  background-color: rgb(35 82 126 / 0.3);
}
.bg-woldo-blue-600\/35 {
  background-color: rgb(35 82 126 / 0.35);
}
.bg-woldo-blue-600\/40 {
  background-color: rgb(35 82 126 / 0.4);
}
.bg-woldo-blue-600\/45 {
  background-color: rgb(35 82 126 / 0.45);
}
.bg-woldo-blue-600\/5 {
  background-color: rgb(35 82 126 / 0.05);
}
.bg-woldo-blue-600\/50 {
  background-color: rgb(35 82 126 / 0.5);
}
.bg-woldo-blue-600\/55 {
  background-color: rgb(35 82 126 / 0.55);
}
.bg-woldo-blue-600\/60 {
  background-color: rgb(35 82 126 / 0.6);
}
.bg-woldo-blue-600\/65 {
  background-color: rgb(35 82 126 / 0.65);
}
.bg-woldo-blue-600\/70 {
  background-color: rgb(35 82 126 / 0.7);
}
.bg-woldo-blue-600\/75 {
  background-color: rgb(35 82 126 / 0.75);
}
.bg-woldo-blue-600\/80 {
  background-color: rgb(35 82 126 / 0.8);
}
.bg-woldo-blue-600\/85 {
  background-color: rgb(35 82 126 / 0.85);
}
.bg-woldo-blue-600\/90 {
  background-color: rgb(35 82 126 / 0.9);
}
.bg-woldo-blue-600\/95 {
  background-color: rgb(35 82 126 / 0.95);
}
.bg-woldo-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 40 70 / var(--tw-bg-opacity));
}
.bg-woldo-blue-800\/0 {
  background-color: rgb(16 40 70 / 0);
}
.bg-woldo-blue-800\/10 {
  background-color: rgb(16 40 70 / 0.1);
}
.bg-woldo-blue-800\/100 {
  background-color: rgb(16 40 70 / 1);
}
.bg-woldo-blue-800\/15 {
  background-color: rgb(16 40 70 / 0.15);
}
.bg-woldo-blue-800\/20 {
  background-color: rgb(16 40 70 / 0.2);
}
.bg-woldo-blue-800\/25 {
  background-color: rgb(16 40 70 / 0.25);
}
.bg-woldo-blue-800\/30 {
  background-color: rgb(16 40 70 / 0.3);
}
.bg-woldo-blue-800\/35 {
  background-color: rgb(16 40 70 / 0.35);
}
.bg-woldo-blue-800\/40 {
  background-color: rgb(16 40 70 / 0.4);
}
.bg-woldo-blue-800\/45 {
  background-color: rgb(16 40 70 / 0.45);
}
.bg-woldo-blue-800\/5 {
  background-color: rgb(16 40 70 / 0.05);
}
.bg-woldo-blue-800\/50 {
  background-color: rgb(16 40 70 / 0.5);
}
.bg-woldo-blue-800\/55 {
  background-color: rgb(16 40 70 / 0.55);
}
.bg-woldo-blue-800\/60 {
  background-color: rgb(16 40 70 / 0.6);
}
.bg-woldo-blue-800\/65 {
  background-color: rgb(16 40 70 / 0.65);
}
.bg-woldo-blue-800\/70 {
  background-color: rgb(16 40 70 / 0.7);
}
.bg-woldo-blue-800\/75 {
  background-color: rgb(16 40 70 / 0.75);
}
.bg-woldo-blue-800\/80 {
  background-color: rgb(16 40 70 / 0.8);
}
.bg-woldo-blue-800\/85 {
  background-color: rgb(16 40 70 / 0.85);
}
.bg-woldo-blue-800\/90 {
  background-color: rgb(16 40 70 / 0.9);
}
.bg-woldo-blue-800\/95 {
  background-color: rgb(16 40 70 / 0.95);
}
.bg-woldo-blue\/0 {
  background-color: rgb(16 40 70 / 0);
}
.bg-woldo-blue\/10 {
  background-color: rgb(16 40 70 / 0.1);
}
.bg-woldo-blue\/100 {
  background-color: rgb(16 40 70 / 1);
}
.bg-woldo-blue\/15 {
  background-color: rgb(16 40 70 / 0.15);
}
.bg-woldo-blue\/20 {
  background-color: rgb(16 40 70 / 0.2);
}
.bg-woldo-blue\/25 {
  background-color: rgb(16 40 70 / 0.25);
}
.bg-woldo-blue\/30 {
  background-color: rgb(16 40 70 / 0.3);
}
.bg-woldo-blue\/35 {
  background-color: rgb(16 40 70 / 0.35);
}
.bg-woldo-blue\/40 {
  background-color: rgb(16 40 70 / 0.4);
}
.bg-woldo-blue\/45 {
  background-color: rgb(16 40 70 / 0.45);
}
.bg-woldo-blue\/5 {
  background-color: rgb(16 40 70 / 0.05);
}
.bg-woldo-blue\/50 {
  background-color: rgb(16 40 70 / 0.5);
}
.bg-woldo-blue\/55 {
  background-color: rgb(16 40 70 / 0.55);
}
.bg-woldo-blue\/60 {
  background-color: rgb(16 40 70 / 0.6);
}
.bg-woldo-blue\/65 {
  background-color: rgb(16 40 70 / 0.65);
}
.bg-woldo-blue\/70 {
  background-color: rgb(16 40 70 / 0.7);
}
.bg-woldo-blue\/75 {
  background-color: rgb(16 40 70 / 0.75);
}
.bg-woldo-blue\/80 {
  background-color: rgb(16 40 70 / 0.8);
}
.bg-woldo-blue\/85 {
  background-color: rgb(16 40 70 / 0.85);
}
.bg-woldo-blue\/90 {
  background-color: rgb(16 40 70 / 0.9);
}
.bg-woldo-blue\/95 {
  background-color: rgb(16 40 70 / 0.95);
}
.bg-woldo-brown {
  --tw-bg-opacity: 1;
  background-color: rgb(164 131 114 / var(--tw-bg-opacity));
}
.bg-woldo-dark-green {
  --tw-bg-opacity: 1;
  background-color: rgb(61 112 50 / var(--tw-bg-opacity));
}
.bg-woldo-dark-green\/0 {
  background-color: rgb(61 112 50 / 0);
}
.bg-woldo-dark-green\/10 {
  background-color: rgb(61 112 50 / 0.1);
}
.bg-woldo-dark-green\/100 {
  background-color: rgb(61 112 50 / 1);
}
.bg-woldo-dark-green\/15 {
  background-color: rgb(61 112 50 / 0.15);
}
.bg-woldo-dark-green\/20 {
  background-color: rgb(61 112 50 / 0.2);
}
.bg-woldo-dark-green\/25 {
  background-color: rgb(61 112 50 / 0.25);
}
.bg-woldo-dark-green\/30 {
  background-color: rgb(61 112 50 / 0.3);
}
.bg-woldo-dark-green\/35 {
  background-color: rgb(61 112 50 / 0.35);
}
.bg-woldo-dark-green\/40 {
  background-color: rgb(61 112 50 / 0.4);
}
.bg-woldo-dark-green\/45 {
  background-color: rgb(61 112 50 / 0.45);
}
.bg-woldo-dark-green\/5 {
  background-color: rgb(61 112 50 / 0.05);
}
.bg-woldo-dark-green\/50 {
  background-color: rgb(61 112 50 / 0.5);
}
.bg-woldo-dark-green\/55 {
  background-color: rgb(61 112 50 / 0.55);
}
.bg-woldo-dark-green\/60 {
  background-color: rgb(61 112 50 / 0.6);
}
.bg-woldo-dark-green\/65 {
  background-color: rgb(61 112 50 / 0.65);
}
.bg-woldo-dark-green\/70 {
  background-color: rgb(61 112 50 / 0.7);
}
.bg-woldo-dark-green\/75 {
  background-color: rgb(61 112 50 / 0.75);
}
.bg-woldo-dark-green\/80 {
  background-color: rgb(61 112 50 / 0.8);
}
.bg-woldo-dark-green\/85 {
  background-color: rgb(61 112 50 / 0.85);
}
.bg-woldo-dark-green\/90 {
  background-color: rgb(61 112 50 / 0.9);
}
.bg-woldo-dark-green\/95 {
  background-color: rgb(61 112 50 / 0.95);
}
.bg-woldo-dark-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(248 105 91 / var(--tw-bg-opacity));
}
.bg-woldo-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.bg-woldo-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}
.bg-woldo-gray-200\/0 {
  background-color: rgb(102 102 102 / 0);
}
.bg-woldo-gray-200\/10 {
  background-color: rgb(102 102 102 / 0.1);
}
.bg-woldo-gray-200\/100 {
  background-color: rgb(102 102 102 / 1);
}
.bg-woldo-gray-200\/15 {
  background-color: rgb(102 102 102 / 0.15);
}
.bg-woldo-gray-200\/20 {
  background-color: rgb(102 102 102 / 0.2);
}
.bg-woldo-gray-200\/25 {
  background-color: rgb(102 102 102 / 0.25);
}
.bg-woldo-gray-200\/30 {
  background-color: rgb(102 102 102 / 0.3);
}
.bg-woldo-gray-200\/35 {
  background-color: rgb(102 102 102 / 0.35);
}
.bg-woldo-gray-200\/40 {
  background-color: rgb(102 102 102 / 0.4);
}
.bg-woldo-gray-200\/45 {
  background-color: rgb(102 102 102 / 0.45);
}
.bg-woldo-gray-200\/5 {
  background-color: rgb(102 102 102 / 0.05);
}
.bg-woldo-gray-200\/50 {
  background-color: rgb(102 102 102 / 0.5);
}
.bg-woldo-gray-200\/55 {
  background-color: rgb(102 102 102 / 0.55);
}
.bg-woldo-gray-200\/60 {
  background-color: rgb(102 102 102 / 0.6);
}
.bg-woldo-gray-200\/65 {
  background-color: rgb(102 102 102 / 0.65);
}
.bg-woldo-gray-200\/70 {
  background-color: rgb(102 102 102 / 0.7);
}
.bg-woldo-gray-200\/75 {
  background-color: rgb(102 102 102 / 0.75);
}
.bg-woldo-gray-200\/80 {
  background-color: rgb(102 102 102 / 0.8);
}
.bg-woldo-gray-200\/85 {
  background-color: rgb(102 102 102 / 0.85);
}
.bg-woldo-gray-200\/90 {
  background-color: rgb(102 102 102 / 0.9);
}
.bg-woldo-gray-200\/95 {
  background-color: rgb(102 102 102 / 0.95);
}
.bg-woldo-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(60 60 60 / var(--tw-bg-opacity));
}
.bg-woldo-gray-400\/0 {
  background-color: rgb(60 60 60 / 0);
}
.bg-woldo-gray-400\/10 {
  background-color: rgb(60 60 60 / 0.1);
}
.bg-woldo-gray-400\/100 {
  background-color: rgb(60 60 60 / 1);
}
.bg-woldo-gray-400\/15 {
  background-color: rgb(60 60 60 / 0.15);
}
.bg-woldo-gray-400\/20 {
  background-color: rgb(60 60 60 / 0.2);
}
.bg-woldo-gray-400\/25 {
  background-color: rgb(60 60 60 / 0.25);
}
.bg-woldo-gray-400\/30 {
  background-color: rgb(60 60 60 / 0.3);
}
.bg-woldo-gray-400\/35 {
  background-color: rgb(60 60 60 / 0.35);
}
.bg-woldo-gray-400\/40 {
  background-color: rgb(60 60 60 / 0.4);
}
.bg-woldo-gray-400\/45 {
  background-color: rgb(60 60 60 / 0.45);
}
.bg-woldo-gray-400\/5 {
  background-color: rgb(60 60 60 / 0.05);
}
.bg-woldo-gray-400\/50 {
  background-color: rgb(60 60 60 / 0.5);
}
.bg-woldo-gray-400\/55 {
  background-color: rgb(60 60 60 / 0.55);
}
.bg-woldo-gray-400\/60 {
  background-color: rgb(60 60 60 / 0.6);
}
.bg-woldo-gray-400\/65 {
  background-color: rgb(60 60 60 / 0.65);
}
.bg-woldo-gray-400\/70 {
  background-color: rgb(60 60 60 / 0.7);
}
.bg-woldo-gray-400\/75 {
  background-color: rgb(60 60 60 / 0.75);
}
.bg-woldo-gray-400\/80 {
  background-color: rgb(60 60 60 / 0.8);
}
.bg-woldo-gray-400\/85 {
  background-color: rgb(60 60 60 / 0.85);
}
.bg-woldo-gray-400\/90 {
  background-color: rgb(60 60 60 / 0.9);
}
.bg-woldo-gray-400\/95 {
  background-color: rgb(60 60 60 / 0.95);
}
.bg-woldo-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.bg-woldo-gray-500\/0 {
  background-color: rgb(51 51 51 / 0);
}
.bg-woldo-gray-500\/10 {
  background-color: rgb(51 51 51 / 0.1);
}
.bg-woldo-gray-500\/100 {
  background-color: rgb(51 51 51 / 1);
}
.bg-woldo-gray-500\/15 {
  background-color: rgb(51 51 51 / 0.15);
}
.bg-woldo-gray-500\/20 {
  background-color: rgb(51 51 51 / 0.2);
}
.bg-woldo-gray-500\/25 {
  background-color: rgb(51 51 51 / 0.25);
}
.bg-woldo-gray-500\/30 {
  background-color: rgb(51 51 51 / 0.3);
}
.bg-woldo-gray-500\/35 {
  background-color: rgb(51 51 51 / 0.35);
}
.bg-woldo-gray-500\/40 {
  background-color: rgb(51 51 51 / 0.4);
}
.bg-woldo-gray-500\/45 {
  background-color: rgb(51 51 51 / 0.45);
}
.bg-woldo-gray-500\/5 {
  background-color: rgb(51 51 51 / 0.05);
}
.bg-woldo-gray-500\/50 {
  background-color: rgb(51 51 51 / 0.5);
}
.bg-woldo-gray-500\/55 {
  background-color: rgb(51 51 51 / 0.55);
}
.bg-woldo-gray-500\/60 {
  background-color: rgb(51 51 51 / 0.6);
}
.bg-woldo-gray-500\/65 {
  background-color: rgb(51 51 51 / 0.65);
}
.bg-woldo-gray-500\/70 {
  background-color: rgb(51 51 51 / 0.7);
}
.bg-woldo-gray-500\/75 {
  background-color: rgb(51 51 51 / 0.75);
}
.bg-woldo-gray-500\/80 {
  background-color: rgb(51 51 51 / 0.8);
}
.bg-woldo-gray-500\/85 {
  background-color: rgb(51 51 51 / 0.85);
}
.bg-woldo-gray-500\/90 {
  background-color: rgb(51 51 51 / 0.9);
}
.bg-woldo-gray-500\/95 {
  background-color: rgb(51 51 51 / 0.95);
}
.bg-woldo-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 37 / var(--tw-bg-opacity));
}
.bg-woldo-gray-600\/0 {
  background-color: rgb(37 37 37 / 0);
}
.bg-woldo-gray-600\/10 {
  background-color: rgb(37 37 37 / 0.1);
}
.bg-woldo-gray-600\/100 {
  background-color: rgb(37 37 37 / 1);
}
.bg-woldo-gray-600\/15 {
  background-color: rgb(37 37 37 / 0.15);
}
.bg-woldo-gray-600\/20 {
  background-color: rgb(37 37 37 / 0.2);
}
.bg-woldo-gray-600\/25 {
  background-color: rgb(37 37 37 / 0.25);
}
.bg-woldo-gray-600\/30 {
  background-color: rgb(37 37 37 / 0.3);
}
.bg-woldo-gray-600\/35 {
  background-color: rgb(37 37 37 / 0.35);
}
.bg-woldo-gray-600\/40 {
  background-color: rgb(37 37 37 / 0.4);
}
.bg-woldo-gray-600\/45 {
  background-color: rgb(37 37 37 / 0.45);
}
.bg-woldo-gray-600\/5 {
  background-color: rgb(37 37 37 / 0.05);
}
.bg-woldo-gray-600\/50 {
  background-color: rgb(37 37 37 / 0.5);
}
.bg-woldo-gray-600\/55 {
  background-color: rgb(37 37 37 / 0.55);
}
.bg-woldo-gray-600\/60 {
  background-color: rgb(37 37 37 / 0.6);
}
.bg-woldo-gray-600\/65 {
  background-color: rgb(37 37 37 / 0.65);
}
.bg-woldo-gray-600\/70 {
  background-color: rgb(37 37 37 / 0.7);
}
.bg-woldo-gray-600\/75 {
  background-color: rgb(37 37 37 / 0.75);
}
.bg-woldo-gray-600\/80 {
  background-color: rgb(37 37 37 / 0.8);
}
.bg-woldo-gray-600\/85 {
  background-color: rgb(37 37 37 / 0.85);
}
.bg-woldo-gray-600\/90 {
  background-color: rgb(37 37 37 / 0.9);
}
.bg-woldo-gray-600\/95 {
  background-color: rgb(37 37 37 / 0.95);
}
.bg-woldo-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
}
.bg-woldo-gray-800\/0 {
  background-color: rgb(25 25 25 / 0);
}
.bg-woldo-gray-800\/10 {
  background-color: rgb(25 25 25 / 0.1);
}
.bg-woldo-gray-800\/100 {
  background-color: rgb(25 25 25 / 1);
}
.bg-woldo-gray-800\/15 {
  background-color: rgb(25 25 25 / 0.15);
}
.bg-woldo-gray-800\/20 {
  background-color: rgb(25 25 25 / 0.2);
}
.bg-woldo-gray-800\/25 {
  background-color: rgb(25 25 25 / 0.25);
}
.bg-woldo-gray-800\/30 {
  background-color: rgb(25 25 25 / 0.3);
}
.bg-woldo-gray-800\/35 {
  background-color: rgb(25 25 25 / 0.35);
}
.bg-woldo-gray-800\/40 {
  background-color: rgb(25 25 25 / 0.4);
}
.bg-woldo-gray-800\/45 {
  background-color: rgb(25 25 25 / 0.45);
}
.bg-woldo-gray-800\/5 {
  background-color: rgb(25 25 25 / 0.05);
}
.bg-woldo-gray-800\/50 {
  background-color: rgb(25 25 25 / 0.5);
}
.bg-woldo-gray-800\/55 {
  background-color: rgb(25 25 25 / 0.55);
}
.bg-woldo-gray-800\/60 {
  background-color: rgb(25 25 25 / 0.6);
}
.bg-woldo-gray-800\/65 {
  background-color: rgb(25 25 25 / 0.65);
}
.bg-woldo-gray-800\/70 {
  background-color: rgb(25 25 25 / 0.7);
}
.bg-woldo-gray-800\/75 {
  background-color: rgb(25 25 25 / 0.75);
}
.bg-woldo-gray-800\/80 {
  background-color: rgb(25 25 25 / 0.8);
}
.bg-woldo-gray-800\/85 {
  background-color: rgb(25 25 25 / 0.85);
}
.bg-woldo-gray-800\/90 {
  background-color: rgb(25 25 25 / 0.9);
}
.bg-woldo-gray-800\/95 {
  background-color: rgb(25 25 25 / 0.95);
}
.bg-woldo-gray-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
}
.bg-woldo-gray-dark\/0 {
  background-color: rgb(25 25 25 / 0);
}
.bg-woldo-gray-dark\/10 {
  background-color: rgb(25 25 25 / 0.1);
}
.bg-woldo-gray-dark\/100 {
  background-color: rgb(25 25 25 / 1);
}
.bg-woldo-gray-dark\/15 {
  background-color: rgb(25 25 25 / 0.15);
}
.bg-woldo-gray-dark\/20 {
  background-color: rgb(25 25 25 / 0.2);
}
.bg-woldo-gray-dark\/25 {
  background-color: rgb(25 25 25 / 0.25);
}
.bg-woldo-gray-dark\/30 {
  background-color: rgb(25 25 25 / 0.3);
}
.bg-woldo-gray-dark\/35 {
  background-color: rgb(25 25 25 / 0.35);
}
.bg-woldo-gray-dark\/40 {
  background-color: rgb(25 25 25 / 0.4);
}
.bg-woldo-gray-dark\/45 {
  background-color: rgb(25 25 25 / 0.45);
}
.bg-woldo-gray-dark\/5 {
  background-color: rgb(25 25 25 / 0.05);
}
.bg-woldo-gray-dark\/50 {
  background-color: rgb(25 25 25 / 0.5);
}
.bg-woldo-gray-dark\/55 {
  background-color: rgb(25 25 25 / 0.55);
}
.bg-woldo-gray-dark\/60 {
  background-color: rgb(25 25 25 / 0.6);
}
.bg-woldo-gray-dark\/65 {
  background-color: rgb(25 25 25 / 0.65);
}
.bg-woldo-gray-dark\/70 {
  background-color: rgb(25 25 25 / 0.7);
}
.bg-woldo-gray-dark\/75 {
  background-color: rgb(25 25 25 / 0.75);
}
.bg-woldo-gray-dark\/80 {
  background-color: rgb(25 25 25 / 0.8);
}
.bg-woldo-gray-dark\/85 {
  background-color: rgb(25 25 25 / 0.85);
}
.bg-woldo-gray-dark\/90 {
  background-color: rgb(25 25 25 / 0.9);
}
.bg-woldo-gray-dark\/95 {
  background-color: rgb(25 25 25 / 0.95);
}
.bg-woldo-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgb(136 136 136 / var(--tw-bg-opacity));
}
.bg-woldo-gray-light\/0 {
  background-color: rgb(136 136 136 / 0);
}
.bg-woldo-gray-light\/10 {
  background-color: rgb(136 136 136 / 0.1);
}
.bg-woldo-gray-light\/100 {
  background-color: rgb(136 136 136 / 1);
}
.bg-woldo-gray-light\/15 {
  background-color: rgb(136 136 136 / 0.15);
}
.bg-woldo-gray-light\/20 {
  background-color: rgb(136 136 136 / 0.2);
}
.bg-woldo-gray-light\/25 {
  background-color: rgb(136 136 136 / 0.25);
}
.bg-woldo-gray-light\/30 {
  background-color: rgb(136 136 136 / 0.3);
}
.bg-woldo-gray-light\/35 {
  background-color: rgb(136 136 136 / 0.35);
}
.bg-woldo-gray-light\/40 {
  background-color: rgb(136 136 136 / 0.4);
}
.bg-woldo-gray-light\/45 {
  background-color: rgb(136 136 136 / 0.45);
}
.bg-woldo-gray-light\/5 {
  background-color: rgb(136 136 136 / 0.05);
}
.bg-woldo-gray-light\/50 {
  background-color: rgb(136 136 136 / 0.5);
}
.bg-woldo-gray-light\/55 {
  background-color: rgb(136 136 136 / 0.55);
}
.bg-woldo-gray-light\/60 {
  background-color: rgb(136 136 136 / 0.6);
}
.bg-woldo-gray-light\/65 {
  background-color: rgb(136 136 136 / 0.65);
}
.bg-woldo-gray-light\/70 {
  background-color: rgb(136 136 136 / 0.7);
}
.bg-woldo-gray-light\/75 {
  background-color: rgb(136 136 136 / 0.75);
}
.bg-woldo-gray-light\/80 {
  background-color: rgb(136 136 136 / 0.8);
}
.bg-woldo-gray-light\/85 {
  background-color: rgb(136 136 136 / 0.85);
}
.bg-woldo-gray-light\/90 {
  background-color: rgb(136 136 136 / 0.9);
}
.bg-woldo-gray-light\/95 {
  background-color: rgb(136 136 136 / 0.95);
}
.bg-woldo-gray-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}
.bg-woldo-gray-medium\/0 {
  background-color: rgb(102 102 102 / 0);
}
.bg-woldo-gray-medium\/10 {
  background-color: rgb(102 102 102 / 0.1);
}
.bg-woldo-gray-medium\/100 {
  background-color: rgb(102 102 102 / 1);
}
.bg-woldo-gray-medium\/15 {
  background-color: rgb(102 102 102 / 0.15);
}
.bg-woldo-gray-medium\/20 {
  background-color: rgb(102 102 102 / 0.2);
}
.bg-woldo-gray-medium\/25 {
  background-color: rgb(102 102 102 / 0.25);
}
.bg-woldo-gray-medium\/30 {
  background-color: rgb(102 102 102 / 0.3);
}
.bg-woldo-gray-medium\/35 {
  background-color: rgb(102 102 102 / 0.35);
}
.bg-woldo-gray-medium\/40 {
  background-color: rgb(102 102 102 / 0.4);
}
.bg-woldo-gray-medium\/45 {
  background-color: rgb(102 102 102 / 0.45);
}
.bg-woldo-gray-medium\/5 {
  background-color: rgb(102 102 102 / 0.05);
}
.bg-woldo-gray-medium\/50 {
  background-color: rgb(102 102 102 / 0.5);
}
.bg-woldo-gray-medium\/55 {
  background-color: rgb(102 102 102 / 0.55);
}
.bg-woldo-gray-medium\/60 {
  background-color: rgb(102 102 102 / 0.6);
}
.bg-woldo-gray-medium\/65 {
  background-color: rgb(102 102 102 / 0.65);
}
.bg-woldo-gray-medium\/70 {
  background-color: rgb(102 102 102 / 0.7);
}
.bg-woldo-gray-medium\/75 {
  background-color: rgb(102 102 102 / 0.75);
}
.bg-woldo-gray-medium\/80 {
  background-color: rgb(102 102 102 / 0.8);
}
.bg-woldo-gray-medium\/85 {
  background-color: rgb(102 102 102 / 0.85);
}
.bg-woldo-gray-medium\/90 {
  background-color: rgb(102 102 102 / 0.9);
}
.bg-woldo-gray-medium\/95 {
  background-color: rgb(102 102 102 / 0.95);
}
.bg-woldo-gray\/0 {
  background-color: rgb(51 51 51 / 0);
}
.bg-woldo-gray\/10 {
  background-color: rgb(51 51 51 / 0.1);
}
.bg-woldo-gray\/100 {
  background-color: rgb(51 51 51 / 1);
}
.bg-woldo-gray\/15 {
  background-color: rgb(51 51 51 / 0.15);
}
.bg-woldo-gray\/20 {
  background-color: rgb(51 51 51 / 0.2);
}
.bg-woldo-gray\/25 {
  background-color: rgb(51 51 51 / 0.25);
}
.bg-woldo-gray\/30 {
  background-color: rgb(51 51 51 / 0.3);
}
.bg-woldo-gray\/35 {
  background-color: rgb(51 51 51 / 0.35);
}
.bg-woldo-gray\/40 {
  background-color: rgb(51 51 51 / 0.4);
}
.bg-woldo-gray\/45 {
  background-color: rgb(51 51 51 / 0.45);
}
.bg-woldo-gray\/5 {
  background-color: rgb(51 51 51 / 0.05);
}
.bg-woldo-gray\/50 {
  background-color: rgb(51 51 51 / 0.5);
}
.bg-woldo-gray\/55 {
  background-color: rgb(51 51 51 / 0.55);
}
.bg-woldo-gray\/60 {
  background-color: rgb(51 51 51 / 0.6);
}
.bg-woldo-gray\/65 {
  background-color: rgb(51 51 51 / 0.65);
}
.bg-woldo-gray\/70 {
  background-color: rgb(51 51 51 / 0.7);
}
.bg-woldo-gray\/75 {
  background-color: rgb(51 51 51 / 0.75);
}
.bg-woldo-gray\/80 {
  background-color: rgb(51 51 51 / 0.8);
}
.bg-woldo-gray\/85 {
  background-color: rgb(51 51 51 / 0.85);
}
.bg-woldo-gray\/90 {
  background-color: rgb(51 51 51 / 0.9);
}
.bg-woldo-gray\/95 {
  background-color: rgb(51 51 51 / 0.95);
}
.bg-woldo-green {
  --tw-bg-opacity: 1;
  background-color: rgb(97 166 85 / var(--tw-bg-opacity));
}
.bg-woldo-green\/0 {
  background-color: rgb(97 166 85 / 0);
}
.bg-woldo-green\/10 {
  background-color: rgb(97 166 85 / 0.1);
}
.bg-woldo-green\/100 {
  background-color: rgb(97 166 85 / 1);
}
.bg-woldo-green\/15 {
  background-color: rgb(97 166 85 / 0.15);
}
.bg-woldo-green\/20 {
  background-color: rgb(97 166 85 / 0.2);
}
.bg-woldo-green\/25 {
  background-color: rgb(97 166 85 / 0.25);
}
.bg-woldo-green\/30 {
  background-color: rgb(97 166 85 / 0.3);
}
.bg-woldo-green\/35 {
  background-color: rgb(97 166 85 / 0.35);
}
.bg-woldo-green\/40 {
  background-color: rgb(97 166 85 / 0.4);
}
.bg-woldo-green\/45 {
  background-color: rgb(97 166 85 / 0.45);
}
.bg-woldo-green\/5 {
  background-color: rgb(97 166 85 / 0.05);
}
.bg-woldo-green\/50 {
  background-color: rgb(97 166 85 / 0.5);
}
.bg-woldo-green\/55 {
  background-color: rgb(97 166 85 / 0.55);
}
.bg-woldo-green\/60 {
  background-color: rgb(97 166 85 / 0.6);
}
.bg-woldo-green\/65 {
  background-color: rgb(97 166 85 / 0.65);
}
.bg-woldo-green\/70 {
  background-color: rgb(97 166 85 / 0.7);
}
.bg-woldo-green\/75 {
  background-color: rgb(97 166 85 / 0.75);
}
.bg-woldo-green\/80 {
  background-color: rgb(97 166 85 / 0.8);
}
.bg-woldo-green\/85 {
  background-color: rgb(97 166 85 / 0.85);
}
.bg-woldo-green\/90 {
  background-color: rgb(97 166 85 / 0.9);
}
.bg-woldo-green\/95 {
  background-color: rgb(97 166 85 / 0.95);
}
.bg-woldo-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(229 147 73 / var(--tw-bg-opacity));
}
.bg-woldo-orange\/0 {
  background-color: rgb(229 147 73 / 0);
}
.bg-woldo-orange\/10 {
  background-color: rgb(229 147 73 / 0.1);
}
.bg-woldo-orange\/100 {
  background-color: rgb(229 147 73 / 1);
}
.bg-woldo-orange\/15 {
  background-color: rgb(229 147 73 / 0.15);
}
.bg-woldo-orange\/20 {
  background-color: rgb(229 147 73 / 0.2);
}
.bg-woldo-orange\/25 {
  background-color: rgb(229 147 73 / 0.25);
}
.bg-woldo-orange\/30 {
  background-color: rgb(229 147 73 / 0.3);
}
.bg-woldo-orange\/35 {
  background-color: rgb(229 147 73 / 0.35);
}
.bg-woldo-orange\/40 {
  background-color: rgb(229 147 73 / 0.4);
}
.bg-woldo-orange\/45 {
  background-color: rgb(229 147 73 / 0.45);
}
.bg-woldo-orange\/5 {
  background-color: rgb(229 147 73 / 0.05);
}
.bg-woldo-orange\/50 {
  background-color: rgb(229 147 73 / 0.5);
}
.bg-woldo-orange\/55 {
  background-color: rgb(229 147 73 / 0.55);
}
.bg-woldo-orange\/60 {
  background-color: rgb(229 147 73 / 0.6);
}
.bg-woldo-orange\/65 {
  background-color: rgb(229 147 73 / 0.65);
}
.bg-woldo-orange\/70 {
  background-color: rgb(229 147 73 / 0.7);
}
.bg-woldo-orange\/75 {
  background-color: rgb(229 147 73 / 0.75);
}
.bg-woldo-orange\/80 {
  background-color: rgb(229 147 73 / 0.8);
}
.bg-woldo-orange\/85 {
  background-color: rgb(229 147 73 / 0.85);
}
.bg-woldo-orange\/90 {
  background-color: rgb(229 147 73 / 0.9);
}
.bg-woldo-orange\/95 {
  background-color: rgb(229 147 73 / 0.95);
}
.bg-woldo-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(248 61 104 / var(--tw-bg-opacity));
}
.bg-woldo-pink\/0 {
  background-color: rgb(248 61 104 / 0);
}
.bg-woldo-pink\/10 {
  background-color: rgb(248 61 104 / 0.1);
}
.bg-woldo-pink\/100 {
  background-color: rgb(248 61 104 / 1);
}
.bg-woldo-pink\/15 {
  background-color: rgb(248 61 104 / 0.15);
}
.bg-woldo-pink\/20 {
  background-color: rgb(248 61 104 / 0.2);
}
.bg-woldo-pink\/25 {
  background-color: rgb(248 61 104 / 0.25);
}
.bg-woldo-pink\/30 {
  background-color: rgb(248 61 104 / 0.3);
}
.bg-woldo-pink\/35 {
  background-color: rgb(248 61 104 / 0.35);
}
.bg-woldo-pink\/40 {
  background-color: rgb(248 61 104 / 0.4);
}
.bg-woldo-pink\/45 {
  background-color: rgb(248 61 104 / 0.45);
}
.bg-woldo-pink\/5 {
  background-color: rgb(248 61 104 / 0.05);
}
.bg-woldo-pink\/50 {
  background-color: rgb(248 61 104 / 0.5);
}
.bg-woldo-pink\/55 {
  background-color: rgb(248 61 104 / 0.55);
}
.bg-woldo-pink\/60 {
  background-color: rgb(248 61 104 / 0.6);
}
.bg-woldo-pink\/65 {
  background-color: rgb(248 61 104 / 0.65);
}
.bg-woldo-pink\/70 {
  background-color: rgb(248 61 104 / 0.7);
}
.bg-woldo-pink\/75 {
  background-color: rgb(248 61 104 / 0.75);
}
.bg-woldo-pink\/80 {
  background-color: rgb(248 61 104 / 0.8);
}
.bg-woldo-pink\/85 {
  background-color: rgb(248 61 104 / 0.85);
}
.bg-woldo-pink\/90 {
  background-color: rgb(248 61 104 / 0.9);
}
.bg-woldo-pink\/95 {
  background-color: rgb(248 61 104 / 0.95);
}
.bg-woldo-red {
  --tw-bg-opacity: 1;
  background-color: rgb(200 49 82 / var(--tw-bg-opacity));
}
.bg-woldo-red\/0 {
  background-color: rgb(200 49 82 / 0);
}
.bg-woldo-red\/10 {
  background-color: rgb(200 49 82 / 0.1);
}
.bg-woldo-red\/100 {
  background-color: rgb(200 49 82 / 1);
}
.bg-woldo-red\/15 {
  background-color: rgb(200 49 82 / 0.15);
}
.bg-woldo-red\/20 {
  background-color: rgb(200 49 82 / 0.2);
}
.bg-woldo-red\/25 {
  background-color: rgb(200 49 82 / 0.25);
}
.bg-woldo-red\/30 {
  background-color: rgb(200 49 82 / 0.3);
}
.bg-woldo-red\/35 {
  background-color: rgb(200 49 82 / 0.35);
}
.bg-woldo-red\/40 {
  background-color: rgb(200 49 82 / 0.4);
}
.bg-woldo-red\/45 {
  background-color: rgb(200 49 82 / 0.45);
}
.bg-woldo-red\/5 {
  background-color: rgb(200 49 82 / 0.05);
}
.bg-woldo-red\/50 {
  background-color: rgb(200 49 82 / 0.5);
}
.bg-woldo-red\/55 {
  background-color: rgb(200 49 82 / 0.55);
}
.bg-woldo-red\/60 {
  background-color: rgb(200 49 82 / 0.6);
}
.bg-woldo-red\/65 {
  background-color: rgb(200 49 82 / 0.65);
}
.bg-woldo-red\/70 {
  background-color: rgb(200 49 82 / 0.7);
}
.bg-woldo-red\/75 {
  background-color: rgb(200 49 82 / 0.75);
}
.bg-woldo-red\/80 {
  background-color: rgb(200 49 82 / 0.8);
}
.bg-woldo-red\/85 {
  background-color: rgb(200 49 82 / 0.85);
}
.bg-woldo-red\/90 {
  background-color: rgb(200 49 82 / 0.9);
}
.bg-woldo-red\/95 {
  background-color: rgb(200 49 82 / 0.95);
}
.bg-woldo-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(234 182 6 / var(--tw-bg-opacity));
}
.bg-woldo-yellow\/0 {
  background-color: rgb(234 182 6 / 0);
}
.bg-woldo-yellow\/10 {
  background-color: rgb(234 182 6 / 0.1);
}
.bg-woldo-yellow\/100 {
  background-color: rgb(234 182 6 / 1);
}
.bg-woldo-yellow\/15 {
  background-color: rgb(234 182 6 / 0.15);
}
.bg-woldo-yellow\/20 {
  background-color: rgb(234 182 6 / 0.2);
}
.bg-woldo-yellow\/25 {
  background-color: rgb(234 182 6 / 0.25);
}
.bg-woldo-yellow\/30 {
  background-color: rgb(234 182 6 / 0.3);
}
.bg-woldo-yellow\/35 {
  background-color: rgb(234 182 6 / 0.35);
}
.bg-woldo-yellow\/40 {
  background-color: rgb(234 182 6 / 0.4);
}
.bg-woldo-yellow\/45 {
  background-color: rgb(234 182 6 / 0.45);
}
.bg-woldo-yellow\/5 {
  background-color: rgb(234 182 6 / 0.05);
}
.bg-woldo-yellow\/50 {
  background-color: rgb(234 182 6 / 0.5);
}
.bg-woldo-yellow\/55 {
  background-color: rgb(234 182 6 / 0.55);
}
.bg-woldo-yellow\/60 {
  background-color: rgb(234 182 6 / 0.6);
}
.bg-woldo-yellow\/65 {
  background-color: rgb(234 182 6 / 0.65);
}
.bg-woldo-yellow\/70 {
  background-color: rgb(234 182 6 / 0.7);
}
.bg-woldo-yellow\/75 {
  background-color: rgb(234 182 6 / 0.75);
}
.bg-woldo-yellow\/80 {
  background-color: rgb(234 182 6 / 0.8);
}
.bg-woldo-yellow\/85 {
  background-color: rgb(234 182 6 / 0.85);
}
.bg-woldo-yellow\/90 {
  background-color: rgb(234 182 6 / 0.9);
}
.bg-woldo-yellow\/95 {
  background-color: rgb(234 182 6 / 0.95);
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-\[url\(\'\/static\/img\/woldoanalytics-header\.jpg\'\)\] {
  background-image: url('/static/img/woldoanalytics-header.jpg');
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.fill-black {
  fill: #000;
}
.fill-gray-600 {
  fill: #4b5563;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.align-middle {
  vertical-align: middle;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans {
  font-family: Inter var, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[0\.625rem\] {
  font-size: 0.625rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-sm\/6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.capitalize {
  text-transform: capitalize;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-none {
  line-height: 1;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-woldo-blue {
  --tw-text-opacity: 1;
  color: rgb(16 40 70 / var(--tw-text-opacity));
}
.text-woldo-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(232 238 246 / var(--tw-text-opacity));
}
.text-woldo-blue-100\/0 {
  color: rgb(232 238 246 / 0);
}
.text-woldo-blue-100\/10 {
  color: rgb(232 238 246 / 0.1);
}
.text-woldo-blue-100\/100 {
  color: rgb(232 238 246 / 1);
}
.text-woldo-blue-100\/15 {
  color: rgb(232 238 246 / 0.15);
}
.text-woldo-blue-100\/20 {
  color: rgb(232 238 246 / 0.2);
}
.text-woldo-blue-100\/25 {
  color: rgb(232 238 246 / 0.25);
}
.text-woldo-blue-100\/30 {
  color: rgb(232 238 246 / 0.3);
}
.text-woldo-blue-100\/35 {
  color: rgb(232 238 246 / 0.35);
}
.text-woldo-blue-100\/40 {
  color: rgb(232 238 246 / 0.4);
}
.text-woldo-blue-100\/45 {
  color: rgb(232 238 246 / 0.45);
}
.text-woldo-blue-100\/5 {
  color: rgb(232 238 246 / 0.05);
}
.text-woldo-blue-100\/50 {
  color: rgb(232 238 246 / 0.5);
}
.text-woldo-blue-100\/55 {
  color: rgb(232 238 246 / 0.55);
}
.text-woldo-blue-100\/60 {
  color: rgb(232 238 246 / 0.6);
}
.text-woldo-blue-100\/65 {
  color: rgb(232 238 246 / 0.65);
}
.text-woldo-blue-100\/70 {
  color: rgb(232 238 246 / 0.7);
}
.text-woldo-blue-100\/75 {
  color: rgb(232 238 246 / 0.75);
}
.text-woldo-blue-100\/80 {
  color: rgb(232 238 246 / 0.8);
}
.text-woldo-blue-100\/85 {
  color: rgb(232 238 246 / 0.85);
}
.text-woldo-blue-100\/90 {
  color: rgb(232 238 246 / 0.9);
}
.text-woldo-blue-100\/95 {
  color: rgb(232 238 246 / 0.95);
}
.text-woldo-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(92 149 200 / var(--tw-text-opacity));
}
.text-woldo-blue-200\/0 {
  color: rgb(92 149 200 / 0);
}
.text-woldo-blue-200\/10 {
  color: rgb(92 149 200 / 0.1);
}
.text-woldo-blue-200\/100 {
  color: rgb(92 149 200 / 1);
}
.text-woldo-blue-200\/15 {
  color: rgb(92 149 200 / 0.15);
}
.text-woldo-blue-200\/20 {
  color: rgb(92 149 200 / 0.2);
}
.text-woldo-blue-200\/25 {
  color: rgb(92 149 200 / 0.25);
}
.text-woldo-blue-200\/30 {
  color: rgb(92 149 200 / 0.3);
}
.text-woldo-blue-200\/35 {
  color: rgb(92 149 200 / 0.35);
}
.text-woldo-blue-200\/40 {
  color: rgb(92 149 200 / 0.4);
}
.text-woldo-blue-200\/45 {
  color: rgb(92 149 200 / 0.45);
}
.text-woldo-blue-200\/5 {
  color: rgb(92 149 200 / 0.05);
}
.text-woldo-blue-200\/50 {
  color: rgb(92 149 200 / 0.5);
}
.text-woldo-blue-200\/55 {
  color: rgb(92 149 200 / 0.55);
}
.text-woldo-blue-200\/60 {
  color: rgb(92 149 200 / 0.6);
}
.text-woldo-blue-200\/65 {
  color: rgb(92 149 200 / 0.65);
}
.text-woldo-blue-200\/70 {
  color: rgb(92 149 200 / 0.7);
}
.text-woldo-blue-200\/75 {
  color: rgb(92 149 200 / 0.75);
}
.text-woldo-blue-200\/80 {
  color: rgb(92 149 200 / 0.8);
}
.text-woldo-blue-200\/85 {
  color: rgb(92 149 200 / 0.85);
}
.text-woldo-blue-200\/90 {
  color: rgb(92 149 200 / 0.9);
}
.text-woldo-blue-200\/95 {
  color: rgb(92 149 200 / 0.95);
}
.text-woldo-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(92 149 200 / var(--tw-text-opacity));
}
.text-woldo-blue-400\/0 {
  color: rgb(92 149 200 / 0);
}
.text-woldo-blue-400\/10 {
  color: rgb(92 149 200 / 0.1);
}
.text-woldo-blue-400\/100 {
  color: rgb(92 149 200 / 1);
}
.text-woldo-blue-400\/15 {
  color: rgb(92 149 200 / 0.15);
}
.text-woldo-blue-400\/20 {
  color: rgb(92 149 200 / 0.2);
}
.text-woldo-blue-400\/25 {
  color: rgb(92 149 200 / 0.25);
}
.text-woldo-blue-400\/30 {
  color: rgb(92 149 200 / 0.3);
}
.text-woldo-blue-400\/35 {
  color: rgb(92 149 200 / 0.35);
}
.text-woldo-blue-400\/40 {
  color: rgb(92 149 200 / 0.4);
}
.text-woldo-blue-400\/45 {
  color: rgb(92 149 200 / 0.45);
}
.text-woldo-blue-400\/5 {
  color: rgb(92 149 200 / 0.05);
}
.text-woldo-blue-400\/50 {
  color: rgb(92 149 200 / 0.5);
}
.text-woldo-blue-400\/55 {
  color: rgb(92 149 200 / 0.55);
}
.text-woldo-blue-400\/60 {
  color: rgb(92 149 200 / 0.6);
}
.text-woldo-blue-400\/65 {
  color: rgb(92 149 200 / 0.65);
}
.text-woldo-blue-400\/70 {
  color: rgb(92 149 200 / 0.7);
}
.text-woldo-blue-400\/75 {
  color: rgb(92 149 200 / 0.75);
}
.text-woldo-blue-400\/80 {
  color: rgb(92 149 200 / 0.8);
}
.text-woldo-blue-400\/85 {
  color: rgb(92 149 200 / 0.85);
}
.text-woldo-blue-400\/90 {
  color: rgb(92 149 200 / 0.9);
}
.text-woldo-blue-400\/95 {
  color: rgb(92 149 200 / 0.95);
}
.text-woldo-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(240 242 244 / var(--tw-text-opacity));
}
.text-woldo-blue-50\/0 {
  color: rgb(240 242 244 / 0);
}
.text-woldo-blue-50\/10 {
  color: rgb(240 242 244 / 0.1);
}
.text-woldo-blue-50\/100 {
  color: rgb(240 242 244 / 1);
}
.text-woldo-blue-50\/15 {
  color: rgb(240 242 244 / 0.15);
}
.text-woldo-blue-50\/20 {
  color: rgb(240 242 244 / 0.2);
}
.text-woldo-blue-50\/25 {
  color: rgb(240 242 244 / 0.25);
}
.text-woldo-blue-50\/30 {
  color: rgb(240 242 244 / 0.3);
}
.text-woldo-blue-50\/35 {
  color: rgb(240 242 244 / 0.35);
}
.text-woldo-blue-50\/40 {
  color: rgb(240 242 244 / 0.4);
}
.text-woldo-blue-50\/45 {
  color: rgb(240 242 244 / 0.45);
}
.text-woldo-blue-50\/5 {
  color: rgb(240 242 244 / 0.05);
}
.text-woldo-blue-50\/50 {
  color: rgb(240 242 244 / 0.5);
}
.text-woldo-blue-50\/55 {
  color: rgb(240 242 244 / 0.55);
}
.text-woldo-blue-50\/60 {
  color: rgb(240 242 244 / 0.6);
}
.text-woldo-blue-50\/65 {
  color: rgb(240 242 244 / 0.65);
}
.text-woldo-blue-50\/70 {
  color: rgb(240 242 244 / 0.7);
}
.text-woldo-blue-50\/75 {
  color: rgb(240 242 244 / 0.75);
}
.text-woldo-blue-50\/80 {
  color: rgb(240 242 244 / 0.8);
}
.text-woldo-blue-50\/85 {
  color: rgb(240 242 244 / 0.85);
}
.text-woldo-blue-50\/90 {
  color: rgb(240 242 244 / 0.9);
}
.text-woldo-blue-50\/95 {
  color: rgb(240 242 244 / 0.95);
}
.text-woldo-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(41 94 146 / var(--tw-text-opacity));
}
.text-woldo-blue-500\/0 {
  color: rgb(41 94 146 / 0);
}
.text-woldo-blue-500\/10 {
  color: rgb(41 94 146 / 0.1);
}
.text-woldo-blue-500\/100 {
  color: rgb(41 94 146 / 1);
}
.text-woldo-blue-500\/15 {
  color: rgb(41 94 146 / 0.15);
}
.text-woldo-blue-500\/20 {
  color: rgb(41 94 146 / 0.2);
}
.text-woldo-blue-500\/25 {
  color: rgb(41 94 146 / 0.25);
}
.text-woldo-blue-500\/30 {
  color: rgb(41 94 146 / 0.3);
}
.text-woldo-blue-500\/35 {
  color: rgb(41 94 146 / 0.35);
}
.text-woldo-blue-500\/40 {
  color: rgb(41 94 146 / 0.4);
}
.text-woldo-blue-500\/45 {
  color: rgb(41 94 146 / 0.45);
}
.text-woldo-blue-500\/5 {
  color: rgb(41 94 146 / 0.05);
}
.text-woldo-blue-500\/50 {
  color: rgb(41 94 146 / 0.5);
}
.text-woldo-blue-500\/55 {
  color: rgb(41 94 146 / 0.55);
}
.text-woldo-blue-500\/60 {
  color: rgb(41 94 146 / 0.6);
}
.text-woldo-blue-500\/65 {
  color: rgb(41 94 146 / 0.65);
}
.text-woldo-blue-500\/70 {
  color: rgb(41 94 146 / 0.7);
}
.text-woldo-blue-500\/75 {
  color: rgb(41 94 146 / 0.75);
}
.text-woldo-blue-500\/80 {
  color: rgb(41 94 146 / 0.8);
}
.text-woldo-blue-500\/85 {
  color: rgb(41 94 146 / 0.85);
}
.text-woldo-blue-500\/90 {
  color: rgb(41 94 146 / 0.9);
}
.text-woldo-blue-500\/95 {
  color: rgb(41 94 146 / 0.95);
}
.text-woldo-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(35 82 126 / var(--tw-text-opacity));
}
.text-woldo-blue-600\/0 {
  color: rgb(35 82 126 / 0);
}
.text-woldo-blue-600\/10 {
  color: rgb(35 82 126 / 0.1);
}
.text-woldo-blue-600\/100 {
  color: rgb(35 82 126 / 1);
}
.text-woldo-blue-600\/15 {
  color: rgb(35 82 126 / 0.15);
}
.text-woldo-blue-600\/20 {
  color: rgb(35 82 126 / 0.2);
}
.text-woldo-blue-600\/25 {
  color: rgb(35 82 126 / 0.25);
}
.text-woldo-blue-600\/30 {
  color: rgb(35 82 126 / 0.3);
}
.text-woldo-blue-600\/35 {
  color: rgb(35 82 126 / 0.35);
}
.text-woldo-blue-600\/40 {
  color: rgb(35 82 126 / 0.4);
}
.text-woldo-blue-600\/45 {
  color: rgb(35 82 126 / 0.45);
}
.text-woldo-blue-600\/5 {
  color: rgb(35 82 126 / 0.05);
}
.text-woldo-blue-600\/50 {
  color: rgb(35 82 126 / 0.5);
}
.text-woldo-blue-600\/55 {
  color: rgb(35 82 126 / 0.55);
}
.text-woldo-blue-600\/60 {
  color: rgb(35 82 126 / 0.6);
}
.text-woldo-blue-600\/65 {
  color: rgb(35 82 126 / 0.65);
}
.text-woldo-blue-600\/70 {
  color: rgb(35 82 126 / 0.7);
}
.text-woldo-blue-600\/75 {
  color: rgb(35 82 126 / 0.75);
}
.text-woldo-blue-600\/80 {
  color: rgb(35 82 126 / 0.8);
}
.text-woldo-blue-600\/85 {
  color: rgb(35 82 126 / 0.85);
}
.text-woldo-blue-600\/90 {
  color: rgb(35 82 126 / 0.9);
}
.text-woldo-blue-600\/95 {
  color: rgb(35 82 126 / 0.95);
}
.text-woldo-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(16 40 70 / var(--tw-text-opacity));
}
.text-woldo-blue-800\/0 {
  color: rgb(16 40 70 / 0);
}
.text-woldo-blue-800\/10 {
  color: rgb(16 40 70 / 0.1);
}
.text-woldo-blue-800\/100 {
  color: rgb(16 40 70 / 1);
}
.text-woldo-blue-800\/15 {
  color: rgb(16 40 70 / 0.15);
}
.text-woldo-blue-800\/20 {
  color: rgb(16 40 70 / 0.2);
}
.text-woldo-blue-800\/25 {
  color: rgb(16 40 70 / 0.25);
}
.text-woldo-blue-800\/30 {
  color: rgb(16 40 70 / 0.3);
}
.text-woldo-blue-800\/35 {
  color: rgb(16 40 70 / 0.35);
}
.text-woldo-blue-800\/40 {
  color: rgb(16 40 70 / 0.4);
}
.text-woldo-blue-800\/45 {
  color: rgb(16 40 70 / 0.45);
}
.text-woldo-blue-800\/5 {
  color: rgb(16 40 70 / 0.05);
}
.text-woldo-blue-800\/50 {
  color: rgb(16 40 70 / 0.5);
}
.text-woldo-blue-800\/55 {
  color: rgb(16 40 70 / 0.55);
}
.text-woldo-blue-800\/60 {
  color: rgb(16 40 70 / 0.6);
}
.text-woldo-blue-800\/65 {
  color: rgb(16 40 70 / 0.65);
}
.text-woldo-blue-800\/70 {
  color: rgb(16 40 70 / 0.7);
}
.text-woldo-blue-800\/75 {
  color: rgb(16 40 70 / 0.75);
}
.text-woldo-blue-800\/80 {
  color: rgb(16 40 70 / 0.8);
}
.text-woldo-blue-800\/85 {
  color: rgb(16 40 70 / 0.85);
}
.text-woldo-blue-800\/90 {
  color: rgb(16 40 70 / 0.9);
}
.text-woldo-blue-800\/95 {
  color: rgb(16 40 70 / 0.95);
}
.text-woldo-blue\/0 {
  color: rgb(16 40 70 / 0);
}
.text-woldo-blue\/10 {
  color: rgb(16 40 70 / 0.1);
}
.text-woldo-blue\/100 {
  color: rgb(16 40 70 / 1);
}
.text-woldo-blue\/15 {
  color: rgb(16 40 70 / 0.15);
}
.text-woldo-blue\/20 {
  color: rgb(16 40 70 / 0.2);
}
.text-woldo-blue\/25 {
  color: rgb(16 40 70 / 0.25);
}
.text-woldo-blue\/30 {
  color: rgb(16 40 70 / 0.3);
}
.text-woldo-blue\/35 {
  color: rgb(16 40 70 / 0.35);
}
.text-woldo-blue\/40 {
  color: rgb(16 40 70 / 0.4);
}
.text-woldo-blue\/45 {
  color: rgb(16 40 70 / 0.45);
}
.text-woldo-blue\/5 {
  color: rgb(16 40 70 / 0.05);
}
.text-woldo-blue\/50 {
  color: rgb(16 40 70 / 0.5);
}
.text-woldo-blue\/55 {
  color: rgb(16 40 70 / 0.55);
}
.text-woldo-blue\/60 {
  color: rgb(16 40 70 / 0.6);
}
.text-woldo-blue\/65 {
  color: rgb(16 40 70 / 0.65);
}
.text-woldo-blue\/70 {
  color: rgb(16 40 70 / 0.7);
}
.text-woldo-blue\/75 {
  color: rgb(16 40 70 / 0.75);
}
.text-woldo-blue\/80 {
  color: rgb(16 40 70 / 0.8);
}
.text-woldo-blue\/85 {
  color: rgb(16 40 70 / 0.85);
}
.text-woldo-blue\/90 {
  color: rgb(16 40 70 / 0.9);
}
.text-woldo-blue\/95 {
  color: rgb(16 40 70 / 0.95);
}
.text-woldo-dark-green {
  --tw-text-opacity: 1;
  color: rgb(61 112 50 / var(--tw-text-opacity));
}
.text-woldo-dark-green\/0 {
  color: rgb(61 112 50 / 0);
}
.text-woldo-dark-green\/10 {
  color: rgb(61 112 50 / 0.1);
}
.text-woldo-dark-green\/100 {
  color: rgb(61 112 50 / 1);
}
.text-woldo-dark-green\/15 {
  color: rgb(61 112 50 / 0.15);
}
.text-woldo-dark-green\/20 {
  color: rgb(61 112 50 / 0.2);
}
.text-woldo-dark-green\/25 {
  color: rgb(61 112 50 / 0.25);
}
.text-woldo-dark-green\/30 {
  color: rgb(61 112 50 / 0.3);
}
.text-woldo-dark-green\/35 {
  color: rgb(61 112 50 / 0.35);
}
.text-woldo-dark-green\/40 {
  color: rgb(61 112 50 / 0.4);
}
.text-woldo-dark-green\/45 {
  color: rgb(61 112 50 / 0.45);
}
.text-woldo-dark-green\/5 {
  color: rgb(61 112 50 / 0.05);
}
.text-woldo-dark-green\/50 {
  color: rgb(61 112 50 / 0.5);
}
.text-woldo-dark-green\/55 {
  color: rgb(61 112 50 / 0.55);
}
.text-woldo-dark-green\/60 {
  color: rgb(61 112 50 / 0.6);
}
.text-woldo-dark-green\/65 {
  color: rgb(61 112 50 / 0.65);
}
.text-woldo-dark-green\/70 {
  color: rgb(61 112 50 / 0.7);
}
.text-woldo-dark-green\/75 {
  color: rgb(61 112 50 / 0.75);
}
.text-woldo-dark-green\/80 {
  color: rgb(61 112 50 / 0.8);
}
.text-woldo-dark-green\/85 {
  color: rgb(61 112 50 / 0.85);
}
.text-woldo-dark-green\/90 {
  color: rgb(61 112 50 / 0.9);
}
.text-woldo-dark-green\/95 {
  color: rgb(61 112 50 / 0.95);
}
.text-woldo-dark-orange {
  --tw-text-opacity: 1;
  color: rgb(248 105 91 / var(--tw-text-opacity));
}
.text-woldo-gray {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-woldo-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-woldo-gray-200\/0 {
  color: rgb(102 102 102 / 0);
}
.text-woldo-gray-200\/10 {
  color: rgb(102 102 102 / 0.1);
}
.text-woldo-gray-200\/100 {
  color: rgb(102 102 102 / 1);
}
.text-woldo-gray-200\/15 {
  color: rgb(102 102 102 / 0.15);
}
.text-woldo-gray-200\/20 {
  color: rgb(102 102 102 / 0.2);
}
.text-woldo-gray-200\/25 {
  color: rgb(102 102 102 / 0.25);
}
.text-woldo-gray-200\/30 {
  color: rgb(102 102 102 / 0.3);
}
.text-woldo-gray-200\/35 {
  color: rgb(102 102 102 / 0.35);
}
.text-woldo-gray-200\/40 {
  color: rgb(102 102 102 / 0.4);
}
.text-woldo-gray-200\/45 {
  color: rgb(102 102 102 / 0.45);
}
.text-woldo-gray-200\/5 {
  color: rgb(102 102 102 / 0.05);
}
.text-woldo-gray-200\/50 {
  color: rgb(102 102 102 / 0.5);
}
.text-woldo-gray-200\/55 {
  color: rgb(102 102 102 / 0.55);
}
.text-woldo-gray-200\/60 {
  color: rgb(102 102 102 / 0.6);
}
.text-woldo-gray-200\/65 {
  color: rgb(102 102 102 / 0.65);
}
.text-woldo-gray-200\/70 {
  color: rgb(102 102 102 / 0.7);
}
.text-woldo-gray-200\/75 {
  color: rgb(102 102 102 / 0.75);
}
.text-woldo-gray-200\/80 {
  color: rgb(102 102 102 / 0.8);
}
.text-woldo-gray-200\/85 {
  color: rgb(102 102 102 / 0.85);
}
.text-woldo-gray-200\/90 {
  color: rgb(102 102 102 / 0.9);
}
.text-woldo-gray-200\/95 {
  color: rgb(102 102 102 / 0.95);
}
.text-woldo-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
}
.text-woldo-gray-400\/0 {
  color: rgb(60 60 60 / 0);
}
.text-woldo-gray-400\/10 {
  color: rgb(60 60 60 / 0.1);
}
.text-woldo-gray-400\/100 {
  color: rgb(60 60 60 / 1);
}
.text-woldo-gray-400\/15 {
  color: rgb(60 60 60 / 0.15);
}
.text-woldo-gray-400\/20 {
  color: rgb(60 60 60 / 0.2);
}
.text-woldo-gray-400\/25 {
  color: rgb(60 60 60 / 0.25);
}
.text-woldo-gray-400\/30 {
  color: rgb(60 60 60 / 0.3);
}
.text-woldo-gray-400\/35 {
  color: rgb(60 60 60 / 0.35);
}
.text-woldo-gray-400\/40 {
  color: rgb(60 60 60 / 0.4);
}
.text-woldo-gray-400\/45 {
  color: rgb(60 60 60 / 0.45);
}
.text-woldo-gray-400\/5 {
  color: rgb(60 60 60 / 0.05);
}
.text-woldo-gray-400\/50 {
  color: rgb(60 60 60 / 0.5);
}
.text-woldo-gray-400\/55 {
  color: rgb(60 60 60 / 0.55);
}
.text-woldo-gray-400\/60 {
  color: rgb(60 60 60 / 0.6);
}
.text-woldo-gray-400\/65 {
  color: rgb(60 60 60 / 0.65);
}
.text-woldo-gray-400\/70 {
  color: rgb(60 60 60 / 0.7);
}
.text-woldo-gray-400\/75 {
  color: rgb(60 60 60 / 0.75);
}
.text-woldo-gray-400\/80 {
  color: rgb(60 60 60 / 0.8);
}
.text-woldo-gray-400\/85 {
  color: rgb(60 60 60 / 0.85);
}
.text-woldo-gray-400\/90 {
  color: rgb(60 60 60 / 0.9);
}
.text-woldo-gray-400\/95 {
  color: rgb(60 60 60 / 0.95);
}
.text-woldo-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-woldo-gray-500\/0 {
  color: rgb(51 51 51 / 0);
}
.text-woldo-gray-500\/10 {
  color: rgb(51 51 51 / 0.1);
}
.text-woldo-gray-500\/100 {
  color: rgb(51 51 51 / 1);
}
.text-woldo-gray-500\/15 {
  color: rgb(51 51 51 / 0.15);
}
.text-woldo-gray-500\/20 {
  color: rgb(51 51 51 / 0.2);
}
.text-woldo-gray-500\/25 {
  color: rgb(51 51 51 / 0.25);
}
.text-woldo-gray-500\/30 {
  color: rgb(51 51 51 / 0.3);
}
.text-woldo-gray-500\/35 {
  color: rgb(51 51 51 / 0.35);
}
.text-woldo-gray-500\/40 {
  color: rgb(51 51 51 / 0.4);
}
.text-woldo-gray-500\/45 {
  color: rgb(51 51 51 / 0.45);
}
.text-woldo-gray-500\/5 {
  color: rgb(51 51 51 / 0.05);
}
.text-woldo-gray-500\/50 {
  color: rgb(51 51 51 / 0.5);
}
.text-woldo-gray-500\/55 {
  color: rgb(51 51 51 / 0.55);
}
.text-woldo-gray-500\/60 {
  color: rgb(51 51 51 / 0.6);
}
.text-woldo-gray-500\/65 {
  color: rgb(51 51 51 / 0.65);
}
.text-woldo-gray-500\/70 {
  color: rgb(51 51 51 / 0.7);
}
.text-woldo-gray-500\/75 {
  color: rgb(51 51 51 / 0.75);
}
.text-woldo-gray-500\/80 {
  color: rgb(51 51 51 / 0.8);
}
.text-woldo-gray-500\/85 {
  color: rgb(51 51 51 / 0.85);
}
.text-woldo-gray-500\/90 {
  color: rgb(51 51 51 / 0.9);
}
.text-woldo-gray-500\/95 {
  color: rgb(51 51 51 / 0.95);
}
.text-woldo-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity));
}
.text-woldo-gray-600\/0 {
  color: rgb(37 37 37 / 0);
}
.text-woldo-gray-600\/10 {
  color: rgb(37 37 37 / 0.1);
}
.text-woldo-gray-600\/100 {
  color: rgb(37 37 37 / 1);
}
.text-woldo-gray-600\/15 {
  color: rgb(37 37 37 / 0.15);
}
.text-woldo-gray-600\/20 {
  color: rgb(37 37 37 / 0.2);
}
.text-woldo-gray-600\/25 {
  color: rgb(37 37 37 / 0.25);
}
.text-woldo-gray-600\/30 {
  color: rgb(37 37 37 / 0.3);
}
.text-woldo-gray-600\/35 {
  color: rgb(37 37 37 / 0.35);
}
.text-woldo-gray-600\/40 {
  color: rgb(37 37 37 / 0.4);
}
.text-woldo-gray-600\/45 {
  color: rgb(37 37 37 / 0.45);
}
.text-woldo-gray-600\/5 {
  color: rgb(37 37 37 / 0.05);
}
.text-woldo-gray-600\/50 {
  color: rgb(37 37 37 / 0.5);
}
.text-woldo-gray-600\/55 {
  color: rgb(37 37 37 / 0.55);
}
.text-woldo-gray-600\/60 {
  color: rgb(37 37 37 / 0.6);
}
.text-woldo-gray-600\/65 {
  color: rgb(37 37 37 / 0.65);
}
.text-woldo-gray-600\/70 {
  color: rgb(37 37 37 / 0.7);
}
.text-woldo-gray-600\/75 {
  color: rgb(37 37 37 / 0.75);
}
.text-woldo-gray-600\/80 {
  color: rgb(37 37 37 / 0.8);
}
.text-woldo-gray-600\/85 {
  color: rgb(37 37 37 / 0.85);
}
.text-woldo-gray-600\/90 {
  color: rgb(37 37 37 / 0.9);
}
.text-woldo-gray-600\/95 {
  color: rgb(37 37 37 / 0.95);
}
.text-woldo-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}
.text-woldo-gray-800\/0 {
  color: rgb(25 25 25 / 0);
}
.text-woldo-gray-800\/10 {
  color: rgb(25 25 25 / 0.1);
}
.text-woldo-gray-800\/100 {
  color: rgb(25 25 25 / 1);
}
.text-woldo-gray-800\/15 {
  color: rgb(25 25 25 / 0.15);
}
.text-woldo-gray-800\/20 {
  color: rgb(25 25 25 / 0.2);
}
.text-woldo-gray-800\/25 {
  color: rgb(25 25 25 / 0.25);
}
.text-woldo-gray-800\/30 {
  color: rgb(25 25 25 / 0.3);
}
.text-woldo-gray-800\/35 {
  color: rgb(25 25 25 / 0.35);
}
.text-woldo-gray-800\/40 {
  color: rgb(25 25 25 / 0.4);
}
.text-woldo-gray-800\/45 {
  color: rgb(25 25 25 / 0.45);
}
.text-woldo-gray-800\/5 {
  color: rgb(25 25 25 / 0.05);
}
.text-woldo-gray-800\/50 {
  color: rgb(25 25 25 / 0.5);
}
.text-woldo-gray-800\/55 {
  color: rgb(25 25 25 / 0.55);
}
.text-woldo-gray-800\/60 {
  color: rgb(25 25 25 / 0.6);
}
.text-woldo-gray-800\/65 {
  color: rgb(25 25 25 / 0.65);
}
.text-woldo-gray-800\/70 {
  color: rgb(25 25 25 / 0.7);
}
.text-woldo-gray-800\/75 {
  color: rgb(25 25 25 / 0.75);
}
.text-woldo-gray-800\/80 {
  color: rgb(25 25 25 / 0.8);
}
.text-woldo-gray-800\/85 {
  color: rgb(25 25 25 / 0.85);
}
.text-woldo-gray-800\/90 {
  color: rgb(25 25 25 / 0.9);
}
.text-woldo-gray-800\/95 {
  color: rgb(25 25 25 / 0.95);
}
.text-woldo-gray-dark {
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}
.text-woldo-gray-dark\/0 {
  color: rgb(25 25 25 / 0);
}
.text-woldo-gray-dark\/10 {
  color: rgb(25 25 25 / 0.1);
}
.text-woldo-gray-dark\/100 {
  color: rgb(25 25 25 / 1);
}
.text-woldo-gray-dark\/15 {
  color: rgb(25 25 25 / 0.15);
}
.text-woldo-gray-dark\/20 {
  color: rgb(25 25 25 / 0.2);
}
.text-woldo-gray-dark\/25 {
  color: rgb(25 25 25 / 0.25);
}
.text-woldo-gray-dark\/30 {
  color: rgb(25 25 25 / 0.3);
}
.text-woldo-gray-dark\/35 {
  color: rgb(25 25 25 / 0.35);
}
.text-woldo-gray-dark\/40 {
  color: rgb(25 25 25 / 0.4);
}
.text-woldo-gray-dark\/45 {
  color: rgb(25 25 25 / 0.45);
}
.text-woldo-gray-dark\/5 {
  color: rgb(25 25 25 / 0.05);
}
.text-woldo-gray-dark\/50 {
  color: rgb(25 25 25 / 0.5);
}
.text-woldo-gray-dark\/55 {
  color: rgb(25 25 25 / 0.55);
}
.text-woldo-gray-dark\/60 {
  color: rgb(25 25 25 / 0.6);
}
.text-woldo-gray-dark\/65 {
  color: rgb(25 25 25 / 0.65);
}
.text-woldo-gray-dark\/70 {
  color: rgb(25 25 25 / 0.7);
}
.text-woldo-gray-dark\/75 {
  color: rgb(25 25 25 / 0.75);
}
.text-woldo-gray-dark\/80 {
  color: rgb(25 25 25 / 0.8);
}
.text-woldo-gray-dark\/85 {
  color: rgb(25 25 25 / 0.85);
}
.text-woldo-gray-dark\/90 {
  color: rgb(25 25 25 / 0.9);
}
.text-woldo-gray-dark\/95 {
  color: rgb(25 25 25 / 0.95);
}
.text-woldo-gray-light {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}
.text-woldo-gray-light\/0 {
  color: rgb(136 136 136 / 0);
}
.text-woldo-gray-light\/10 {
  color: rgb(136 136 136 / 0.1);
}
.text-woldo-gray-light\/100 {
  color: rgb(136 136 136 / 1);
}
.text-woldo-gray-light\/15 {
  color: rgb(136 136 136 / 0.15);
}
.text-woldo-gray-light\/20 {
  color: rgb(136 136 136 / 0.2);
}
.text-woldo-gray-light\/25 {
  color: rgb(136 136 136 / 0.25);
}
.text-woldo-gray-light\/30 {
  color: rgb(136 136 136 / 0.3);
}
.text-woldo-gray-light\/35 {
  color: rgb(136 136 136 / 0.35);
}
.text-woldo-gray-light\/40 {
  color: rgb(136 136 136 / 0.4);
}
.text-woldo-gray-light\/45 {
  color: rgb(136 136 136 / 0.45);
}
.text-woldo-gray-light\/5 {
  color: rgb(136 136 136 / 0.05);
}
.text-woldo-gray-light\/50 {
  color: rgb(136 136 136 / 0.5);
}
.text-woldo-gray-light\/55 {
  color: rgb(136 136 136 / 0.55);
}
.text-woldo-gray-light\/60 {
  color: rgb(136 136 136 / 0.6);
}
.text-woldo-gray-light\/65 {
  color: rgb(136 136 136 / 0.65);
}
.text-woldo-gray-light\/70 {
  color: rgb(136 136 136 / 0.7);
}
.text-woldo-gray-light\/75 {
  color: rgb(136 136 136 / 0.75);
}
.text-woldo-gray-light\/80 {
  color: rgb(136 136 136 / 0.8);
}
.text-woldo-gray-light\/85 {
  color: rgb(136 136 136 / 0.85);
}
.text-woldo-gray-light\/90 {
  color: rgb(136 136 136 / 0.9);
}
.text-woldo-gray-light\/95 {
  color: rgb(136 136 136 / 0.95);
}
.text-woldo-gray-medium {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-woldo-gray-medium\/0 {
  color: rgb(102 102 102 / 0);
}
.text-woldo-gray-medium\/10 {
  color: rgb(102 102 102 / 0.1);
}
.text-woldo-gray-medium\/100 {
  color: rgb(102 102 102 / 1);
}
.text-woldo-gray-medium\/15 {
  color: rgb(102 102 102 / 0.15);
}
.text-woldo-gray-medium\/20 {
  color: rgb(102 102 102 / 0.2);
}
.text-woldo-gray-medium\/25 {
  color: rgb(102 102 102 / 0.25);
}
.text-woldo-gray-medium\/30 {
  color: rgb(102 102 102 / 0.3);
}
.text-woldo-gray-medium\/35 {
  color: rgb(102 102 102 / 0.35);
}
.text-woldo-gray-medium\/40 {
  color: rgb(102 102 102 / 0.4);
}
.text-woldo-gray-medium\/45 {
  color: rgb(102 102 102 / 0.45);
}
.text-woldo-gray-medium\/5 {
  color: rgb(102 102 102 / 0.05);
}
.text-woldo-gray-medium\/50 {
  color: rgb(102 102 102 / 0.5);
}
.text-woldo-gray-medium\/55 {
  color: rgb(102 102 102 / 0.55);
}
.text-woldo-gray-medium\/60 {
  color: rgb(102 102 102 / 0.6);
}
.text-woldo-gray-medium\/65 {
  color: rgb(102 102 102 / 0.65);
}
.text-woldo-gray-medium\/70 {
  color: rgb(102 102 102 / 0.7);
}
.text-woldo-gray-medium\/75 {
  color: rgb(102 102 102 / 0.75);
}
.text-woldo-gray-medium\/80 {
  color: rgb(102 102 102 / 0.8);
}
.text-woldo-gray-medium\/85 {
  color: rgb(102 102 102 / 0.85);
}
.text-woldo-gray-medium\/90 {
  color: rgb(102 102 102 / 0.9);
}
.text-woldo-gray-medium\/95 {
  color: rgb(102 102 102 / 0.95);
}
.text-woldo-gray\/0 {
  color: rgb(51 51 51 / 0);
}
.text-woldo-gray\/10 {
  color: rgb(51 51 51 / 0.1);
}
.text-woldo-gray\/100 {
  color: rgb(51 51 51 / 1);
}
.text-woldo-gray\/15 {
  color: rgb(51 51 51 / 0.15);
}
.text-woldo-gray\/20 {
  color: rgb(51 51 51 / 0.2);
}
.text-woldo-gray\/25 {
  color: rgb(51 51 51 / 0.25);
}
.text-woldo-gray\/30 {
  color: rgb(51 51 51 / 0.3);
}
.text-woldo-gray\/35 {
  color: rgb(51 51 51 / 0.35);
}
.text-woldo-gray\/40 {
  color: rgb(51 51 51 / 0.4);
}
.text-woldo-gray\/45 {
  color: rgb(51 51 51 / 0.45);
}
.text-woldo-gray\/5 {
  color: rgb(51 51 51 / 0.05);
}
.text-woldo-gray\/50 {
  color: rgb(51 51 51 / 0.5);
}
.text-woldo-gray\/55 {
  color: rgb(51 51 51 / 0.55);
}
.text-woldo-gray\/60 {
  color: rgb(51 51 51 / 0.6);
}
.text-woldo-gray\/65 {
  color: rgb(51 51 51 / 0.65);
}
.text-woldo-gray\/70 {
  color: rgb(51 51 51 / 0.7);
}
.text-woldo-gray\/75 {
  color: rgb(51 51 51 / 0.75);
}
.text-woldo-gray\/80 {
  color: rgb(51 51 51 / 0.8);
}
.text-woldo-gray\/85 {
  color: rgb(51 51 51 / 0.85);
}
.text-woldo-gray\/90 {
  color: rgb(51 51 51 / 0.9);
}
.text-woldo-gray\/95 {
  color: rgb(51 51 51 / 0.95);
}
.text-woldo-green {
  --tw-text-opacity: 1;
  color: rgb(97 166 85 / var(--tw-text-opacity));
}
.text-woldo-green\/0 {
  color: rgb(97 166 85 / 0);
}
.text-woldo-green\/10 {
  color: rgb(97 166 85 / 0.1);
}
.text-woldo-green\/100 {
  color: rgb(97 166 85 / 1);
}
.text-woldo-green\/15 {
  color: rgb(97 166 85 / 0.15);
}
.text-woldo-green\/20 {
  color: rgb(97 166 85 / 0.2);
}
.text-woldo-green\/25 {
  color: rgb(97 166 85 / 0.25);
}
.text-woldo-green\/30 {
  color: rgb(97 166 85 / 0.3);
}
.text-woldo-green\/35 {
  color: rgb(97 166 85 / 0.35);
}
.text-woldo-green\/40 {
  color: rgb(97 166 85 / 0.4);
}
.text-woldo-green\/45 {
  color: rgb(97 166 85 / 0.45);
}
.text-woldo-green\/5 {
  color: rgb(97 166 85 / 0.05);
}
.text-woldo-green\/50 {
  color: rgb(97 166 85 / 0.5);
}
.text-woldo-green\/55 {
  color: rgb(97 166 85 / 0.55);
}
.text-woldo-green\/60 {
  color: rgb(97 166 85 / 0.6);
}
.text-woldo-green\/65 {
  color: rgb(97 166 85 / 0.65);
}
.text-woldo-green\/70 {
  color: rgb(97 166 85 / 0.7);
}
.text-woldo-green\/75 {
  color: rgb(97 166 85 / 0.75);
}
.text-woldo-green\/80 {
  color: rgb(97 166 85 / 0.8);
}
.text-woldo-green\/85 {
  color: rgb(97 166 85 / 0.85);
}
.text-woldo-green\/90 {
  color: rgb(97 166 85 / 0.9);
}
.text-woldo-green\/95 {
  color: rgb(97 166 85 / 0.95);
}
.text-woldo-orange {
  --tw-text-opacity: 1;
  color: rgb(229 147 73 / var(--tw-text-opacity));
}
.text-woldo-orange\/0 {
  color: rgb(229 147 73 / 0);
}
.text-woldo-orange\/10 {
  color: rgb(229 147 73 / 0.1);
}
.text-woldo-orange\/100 {
  color: rgb(229 147 73 / 1);
}
.text-woldo-orange\/15 {
  color: rgb(229 147 73 / 0.15);
}
.text-woldo-orange\/20 {
  color: rgb(229 147 73 / 0.2);
}
.text-woldo-orange\/25 {
  color: rgb(229 147 73 / 0.25);
}
.text-woldo-orange\/30 {
  color: rgb(229 147 73 / 0.3);
}
.text-woldo-orange\/35 {
  color: rgb(229 147 73 / 0.35);
}
.text-woldo-orange\/40 {
  color: rgb(229 147 73 / 0.4);
}
.text-woldo-orange\/45 {
  color: rgb(229 147 73 / 0.45);
}
.text-woldo-orange\/5 {
  color: rgb(229 147 73 / 0.05);
}
.text-woldo-orange\/50 {
  color: rgb(229 147 73 / 0.5);
}
.text-woldo-orange\/55 {
  color: rgb(229 147 73 / 0.55);
}
.text-woldo-orange\/60 {
  color: rgb(229 147 73 / 0.6);
}
.text-woldo-orange\/65 {
  color: rgb(229 147 73 / 0.65);
}
.text-woldo-orange\/70 {
  color: rgb(229 147 73 / 0.7);
}
.text-woldo-orange\/75 {
  color: rgb(229 147 73 / 0.75);
}
.text-woldo-orange\/80 {
  color: rgb(229 147 73 / 0.8);
}
.text-woldo-orange\/85 {
  color: rgb(229 147 73 / 0.85);
}
.text-woldo-orange\/90 {
  color: rgb(229 147 73 / 0.9);
}
.text-woldo-orange\/95 {
  color: rgb(229 147 73 / 0.95);
}
.text-woldo-pink {
  --tw-text-opacity: 1;
  color: rgb(248 61 104 / var(--tw-text-opacity));
}
.text-woldo-pink\/0 {
  color: rgb(248 61 104 / 0);
}
.text-woldo-pink\/10 {
  color: rgb(248 61 104 / 0.1);
}
.text-woldo-pink\/100 {
  color: rgb(248 61 104 / 1);
}
.text-woldo-pink\/15 {
  color: rgb(248 61 104 / 0.15);
}
.text-woldo-pink\/20 {
  color: rgb(248 61 104 / 0.2);
}
.text-woldo-pink\/25 {
  color: rgb(248 61 104 / 0.25);
}
.text-woldo-pink\/30 {
  color: rgb(248 61 104 / 0.3);
}
.text-woldo-pink\/35 {
  color: rgb(248 61 104 / 0.35);
}
.text-woldo-pink\/40 {
  color: rgb(248 61 104 / 0.4);
}
.text-woldo-pink\/45 {
  color: rgb(248 61 104 / 0.45);
}
.text-woldo-pink\/5 {
  color: rgb(248 61 104 / 0.05);
}
.text-woldo-pink\/50 {
  color: rgb(248 61 104 / 0.5);
}
.text-woldo-pink\/55 {
  color: rgb(248 61 104 / 0.55);
}
.text-woldo-pink\/60 {
  color: rgb(248 61 104 / 0.6);
}
.text-woldo-pink\/65 {
  color: rgb(248 61 104 / 0.65);
}
.text-woldo-pink\/70 {
  color: rgb(248 61 104 / 0.7);
}
.text-woldo-pink\/75 {
  color: rgb(248 61 104 / 0.75);
}
.text-woldo-pink\/80 {
  color: rgb(248 61 104 / 0.8);
}
.text-woldo-pink\/85 {
  color: rgb(248 61 104 / 0.85);
}
.text-woldo-pink\/90 {
  color: rgb(248 61 104 / 0.9);
}
.text-woldo-pink\/95 {
  color: rgb(248 61 104 / 0.95);
}
.text-woldo-red {
  --tw-text-opacity: 1;
  color: rgb(200 49 82 / var(--tw-text-opacity));
}
.text-woldo-red\/0 {
  color: rgb(200 49 82 / 0);
}
.text-woldo-red\/10 {
  color: rgb(200 49 82 / 0.1);
}
.text-woldo-red\/100 {
  color: rgb(200 49 82 / 1);
}
.text-woldo-red\/15 {
  color: rgb(200 49 82 / 0.15);
}
.text-woldo-red\/20 {
  color: rgb(200 49 82 / 0.2);
}
.text-woldo-red\/25 {
  color: rgb(200 49 82 / 0.25);
}
.text-woldo-red\/30 {
  color: rgb(200 49 82 / 0.3);
}
.text-woldo-red\/35 {
  color: rgb(200 49 82 / 0.35);
}
.text-woldo-red\/40 {
  color: rgb(200 49 82 / 0.4);
}
.text-woldo-red\/45 {
  color: rgb(200 49 82 / 0.45);
}
.text-woldo-red\/5 {
  color: rgb(200 49 82 / 0.05);
}
.text-woldo-red\/50 {
  color: rgb(200 49 82 / 0.5);
}
.text-woldo-red\/55 {
  color: rgb(200 49 82 / 0.55);
}
.text-woldo-red\/60 {
  color: rgb(200 49 82 / 0.6);
}
.text-woldo-red\/65 {
  color: rgb(200 49 82 / 0.65);
}
.text-woldo-red\/70 {
  color: rgb(200 49 82 / 0.7);
}
.text-woldo-red\/75 {
  color: rgb(200 49 82 / 0.75);
}
.text-woldo-red\/80 {
  color: rgb(200 49 82 / 0.8);
}
.text-woldo-red\/85 {
  color: rgb(200 49 82 / 0.85);
}
.text-woldo-red\/90 {
  color: rgb(200 49 82 / 0.9);
}
.text-woldo-red\/95 {
  color: rgb(200 49 82 / 0.95);
}
.text-woldo-yellow {
  --tw-text-opacity: 1;
  color: rgb(234 182 6 / var(--tw-text-opacity));
}
.text-woldo-yellow\/0 {
  color: rgb(234 182 6 / 0);
}
.text-woldo-yellow\/10 {
  color: rgb(234 182 6 / 0.1);
}
.text-woldo-yellow\/100 {
  color: rgb(234 182 6 / 1);
}
.text-woldo-yellow\/15 {
  color: rgb(234 182 6 / 0.15);
}
.text-woldo-yellow\/20 {
  color: rgb(234 182 6 / 0.2);
}
.text-woldo-yellow\/25 {
  color: rgb(234 182 6 / 0.25);
}
.text-woldo-yellow\/30 {
  color: rgb(234 182 6 / 0.3);
}
.text-woldo-yellow\/35 {
  color: rgb(234 182 6 / 0.35);
}
.text-woldo-yellow\/40 {
  color: rgb(234 182 6 / 0.4);
}
.text-woldo-yellow\/45 {
  color: rgb(234 182 6 / 0.45);
}
.text-woldo-yellow\/5 {
  color: rgb(234 182 6 / 0.05);
}
.text-woldo-yellow\/50 {
  color: rgb(234 182 6 / 0.5);
}
.text-woldo-yellow\/55 {
  color: rgb(234 182 6 / 0.55);
}
.text-woldo-yellow\/60 {
  color: rgb(234 182 6 / 0.6);
}
.text-woldo-yellow\/65 {
  color: rgb(234 182 6 / 0.65);
}
.text-woldo-yellow\/70 {
  color: rgb(234 182 6 / 0.7);
}
.text-woldo-yellow\/75 {
  color: rgb(234 182 6 / 0.75);
}
.text-woldo-yellow\/80 {
  color: rgb(234 182 6 / 0.8);
}
.text-woldo-yellow\/85 {
  color: rgb(234 182 6 / 0.85);
}
.text-woldo-yellow\/90 {
  color: rgb(234 182 6 / 0.9);
}
.text-woldo-yellow\/95 {
  color: rgb(234 182 6 / 0.95);
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}
.text-opacity-60 {
  --tw-text-opacity: 0.6;
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.outline-1 {
  outline-width: 1px;
}
.outline-2 {
  outline-width: 2px;
}
.-outline-offset-1 {
  outline-offset: -1px;
}
.outline-offset-1 {
  outline-offset: 1px;
}
.outline-gray-300 {
  outline-color: #d1d5db;
}
.outline-gray-900 {
  outline-color: #111827;
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
  --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);
}
.ring-inset {
  --tw-ring-inset: inset;
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.ring-white\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.flatpickr-calendar {
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    touch-action: manipulation;
    margin-top: 0.25rem;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 51 / var(--tw-bg-opacity));
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-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);
    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
    --tw-ring-opacity: 0.05}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible;
}
.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
}
.flatpickr-calendar.animate.open {
    animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
}
.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
    z-index: 999;
    display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
    height: 40px;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(38 38 38 / var(--tw-border-opacity));
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
    left: auto;
    right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
    left: 50%;
    right: 50%;
}
.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px;
}
.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(51 51 51 / var(--tw-border-opacity));
}
.flatpickr-calendar.arrowTop:after {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(51 51 51 / var(--tw-border-opacity));
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
    top: 100%;
}
.flatpickr-calendar.arrowBottom:before {

}
.flatpickr-calendar.arrowBottom:after {

}
.flatpickr-calendar:focus {
    outline: 0;
}
.flatpickr-wrapper {
    position: relative;
    display: inline-block;
}
.flatpickr-months {
    display: flex;
}
.flatpickr-months .flatpickr-month {
    color: var(--tw-text-color-white);
    fill: var(--tw-text-color-white);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    overflow: hidden;
    flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: var(--tw-text-color-white);
    fill: var(--tw-text-color-white);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
    position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    /*
          /*rtl:begin:ignore*/
    /*
          */
    left: 0;
    /*
          /*rtl:end:ignore*/
    /*
          */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    /*
          /*rtl:begin:ignore*/
    /*
          */
    right: 0;
    /*
          /*rtl:end:ignore*/
    /*
          */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #fff;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px;
    fill: #9ca3af}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
    transition: fill 0.1s;
    fill: inherit;
}
.numInputWrapper {
    position: relative;
    height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
    display: inline-block;
}
.numInputWrapper input {
    width: 100%;

}
.numInputWrapper input::-ms-clear {
    display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
}
.numInputWrapper span:hover {

}
.numInputWrapper span:active {

}
.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute;
}
.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, 0.6);
    top: 26%;
}
.numInputWrapper span.arrowDown {
    top: 50%;
}
.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, 0.6);
    top: 40%;
}
.numInputWrapper span svg {
    width: inherit;
    height: auto;
}
.numInputWrapper span svg path {
    fill: rgba(255, 255, 255, 0.5);
}
.numInputWrapper:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}
.numInputWrapper:hover span {
    opacity: 1;
}
.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    height: 34px;
    display: inline-block;
    text-align: center;
    transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
    background: rgba(192, 187, 167, 0.05);
}
.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch \0;
    display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: #fff;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: #fff;
}
.flatpickr-current-month input.cur-year {
    background: transparent;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
}
.flatpickr-current-month input.cur-year:focus {
    outline: 0;
    box-shadow: none;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    background: transparent;
    pointer-events: none;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
    background: transparent;
    -webkit-appearance: menulist;
       -moz-appearance: menulist;
            appearance: menulist;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: initial;
    width: auto;
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity))}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none;
    box-shadow: none;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    outline: none;
    padding: 0;
}
.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: flex;
    flex: 1;
}
span.flatpickr-weekday {
    cursor: default;
    margin: 0;
    text-align: center;
    display: block;
    flex: 1;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0 0;
}
.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    width: 307.875px;
}
.flatpickr-days:focus {
    outline: 0;
}
.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}
.dayContainer + .dayContainer {
    box-shadow: -1px 0 0 #20222c;
}
.flatpickr-day {
    background: none;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    justify-content: center;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity))}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}
.flatpickr-day.today {

}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {

}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    box-shadow: none;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(16 40 70 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {

}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px;
}
.flatpickr-day.inRange {
    border-radius: 0;
    box-shadow: -5px 0 0 var(--tw-shadow-color), 5px 0 0 var(--tw-shadow-color);
    --tw-shadow-color: #666;
    --tw-shadow: var(--tw-shadow-colored)}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
    background: transparent;
    border-color: transparent;
    cursor: default;
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(255, 255, 255, 0.1);
}
.flatpickr-day.week.selected {
    border-radius: 0;

}
.flatpickr-day.hidden {
    visibility: hidden;
}
.rangeMode .flatpickr-day {
    margin-top: 1px;
}
.flatpickr-weekwrapper {
    float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;

}
.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    cursor: default;
    border: none;
}
.flatpickr-innerContainer {
    display: flex;
    overflow: hidden;
}
.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
}
.flatpickr-time {
    text-align: center;
    outline: 0;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    overflow: hidden;
    display: flex;
}
.flatpickr-time:after {
    content: "";
    display: table;
    clear: both;
}
.flatpickr-time .numInputWrapper {
    flex: 1;
    width: 40%;
    height: 40px;
    float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {

}
.flatpickr-time .numInputWrapper span.arrowDown:after {

}
.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
    width: 49%;
}
.flatpickr-time input {
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    position: relative;
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))}
.flatpickr-time input.flatpickr-hour {
    font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400;
}
.flatpickr-time input:focus {
    outline: 0;
    border: 0;
    box-shadow: none;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    align-self: center;
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
}
.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {

}
.flatpickr-input[readonly] {
    cursor: pointer;
}
@keyframes fpFadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
.htmx-indicator {
    display: none;
}
.htmx-request .htmx-indicator {
    display: block;
}
.htmx-request.htmx-indicator {
    display: block;
}
[x-cloak] {
    display: none !important;
}
td, th {
    padding: 0;
}
.file\:clickable::file-selector-button {
  cursor: pointer;
}
.file\:clickable::file-selector-button:hover {
  opacity: 0.7;
}
.file\:mr-4::file-selector-button {
  margin-right: 1rem;
}
.file\:border-0::file-selector-button {
  border-width: 0px;
}
.file\:bg-gray-200::file-selector-button {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.file\:px-4::file-selector-button {
  padding-left: 1rem;
  padding-right: 1rem;
}
.file\:py-3::file-selector-button {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.file\:font-semibold::file-selector-button {
  font-weight: 600;
}
.file\:text-gray-700::file-selector-button {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:left-\[2px\]::after {
  content: var(--tw-content);
  left: 2px;
}
.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}
.after\:top-0\.5::after {
  content: var(--tw-content);
  top: 0.125rem;
}
.after\:h-4::after {
  content: var(--tw-content);
  height: 1rem;
}
.after\:w-4::after {
  content: var(--tw-content);
  width: 1rem;
}
.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}
.after\:border-gray-300::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.last\:pr-0:last-child {
  padding-right: 0px;
}
.checked\:border-woldo-blue:checked {
  --tw-border-opacity: 1;
  border-color: rgb(16 40 70 / var(--tw-border-opacity));
}
.checked\:bg-woldo-blue:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(16 40 70 / var(--tw-bg-opacity));
}
.focus-within\:text-gray-100:focus-within {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.focus-within\:text-opacity-90:focus-within {
  --tw-text-opacity: 0.9;
}
.focus-within\:outline-none:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-within\:ring-0:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-white:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.focus-within\:ring-offset-0:focus-within {
  --tw-ring-offset-width: 0px;
}
.focus-within\:ring-offset-gray-900:focus-within {
  --tw-ring-offset-color: #111827;
}
.hover\:border-gray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.hover\:bg-stone-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}
.hover\:bg-woldo-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 40 70 / var(--tw-bg-opacity));
}
.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-woldo-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(16 40 70 / var(--tw-text-opacity));
}
.hover\:opacity-30:hover {
  opacity: 0.3;
}
.hover\:opacity-70:hover {
  opacity: 0.7;
}
.hover\:outline:hover {
  outline-style: solid;
}
.hover\:outline-2:hover {
  outline-width: 2px;
}
.hover\:outline-offset-1:hover {
  outline-offset: 1px;
}
.hover\:outline-gray-900:hover {
  outline-color: #111827;
}
.hover\:outline-white:hover {
  outline-color: #fff;
}
.hover\:ring-1:hover {
  --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);
}
.file\:hover\:opacity-80:hover::file-selector-button {
  opacity: 0.8;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline:focus {
  outline-style: solid;
}
.focus\:outline-2:focus {
  outline-width: 2px;
}
.focus\:-outline-offset-2:focus {
  outline-offset: -2px;
}
.focus\:outline-indigo-600:focus {
  outline-color: #4f46e5;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.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);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}
.focus\:ring-gray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity));
}
.focus\:ring-white\/20:focus {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}
.focus\:ring-woldo-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(41 94 146 / var(--tw-ring-opacity));
}
.focus-visible\:outline:focus-visible {
  outline-style: solid;
}
.focus-visible\:outline-1:focus-visible {
  outline-width: 1px;
}
.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}
.focus-visible\:outline-offset-1:focus-visible {
  outline-offset: 1px;
}
.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}
.focus-visible\:outline-gray-900:focus-visible {
  outline-color: #111827;
}
.focus-visible\:outline-indigo-600:focus-visible {
  outline-color: #4f46e5;
}
.focus-visible\:outline-white:focus-visible {
  outline-color: #fff;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:bg-neutral-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
.disabled\:text-neutral-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.disabled\:ring-0:disabled {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-woldo-blue {
  --tw-text-opacity: 1;
  color: rgb(16 40 70 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:bg-woldo-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 40 70 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.peer:focus ~ .peer-focus\:outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.peer:focus ~ .peer-focus\: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);
}
.peer:focus ~ .peer-focus\:ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
@media (min-width: 640px) {

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-grow {
    flex-grow: 1;
  }

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

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

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

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

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

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pl-14 {
    padding-left: 3.5rem;
  }

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

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

  .sm\:text-sm\/6 {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:top-3 {
    top: 0.75rem;
  }

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

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

  .md\:flex {
    display: flex;
  }

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

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

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

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1024px) {

  .lg\:z-50 {
    z-index: 50;
  }

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

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

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:h-8 {
    height: 2rem;
  }

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

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-96 {
    width: 24rem;
  }

  .lg\:flex-none {
    flex: none;
  }

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

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

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

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

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

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

  .lg\:pr-0\.5 {
    padding-right: 0.125rem;
  }
}
@media (min-width: 1280px) {

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (prefers-color-scheme: dark) {

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

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

  .dark\:fill-gray-300 {
    fill: #d1d5db;
  }

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