.react-calendar {
  width: 350px;
  max-width: 100%;
  background: white;
  border: 1px solid #a0a096;
  font-family: 'Arial', 'Helvetica', sans-serif;
  line-height: 1.125em;
}

.react-calendar--doubleView {
  width: 700px;
}

.react-calendar--doubleView .react-calendar__viewContainer {
  display: flex;
  margin: -0.5em;
}

.react-calendar--doubleView .react-calendar__viewContainer > * {
  width: 50%;
  margin: 0.5em;
}

.react-calendar,
.react-calendar *,
.react-calendar *:before,
.react-calendar *:after {
  box-sizing: border-box;
}

.react-calendar button {
  margin: 0;
  border: 0;
  outline: none;
}

.react-calendar button:enabled:hover {
  cursor: pointer;
}

.react-calendar__navigation {
  display: flex;
  height: 44px;
  margin-bottom: 1em;
}

.react-calendar__navigation button {
  min-width: 44px;
  background: none;
}

.react-calendar__navigation button:disabled {
  background-color: #f0f0f0;
}

.react-calendar__navigation button:enabled:hover,
.react-calendar__navigation button:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__month-view__weekdays {
  text-align: center;
  text-transform: uppercase;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__weekdays__weekday {
  padding: 0.5em;
}

.react-calendar__month-view__weekNumbers .react-calendar__tile {
  display: flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: 0.75em;
  font-weight: bold;
}

.react-calendar__month-view__days__day--weekend {
  color: #d10000;
}

.react-calendar__month-view__days__day--neighboringMonth,
.react-calendar__decade-view__years__year--neighboringDecade,
.react-calendar__century-view__decades__decade--neighboringCentury {
  color: #757575;
}

.react-calendar__year-view .react-calendar__tile,
.react-calendar__decade-view .react-calendar__tile,
.react-calendar__century-view .react-calendar__tile {
  padding: 2em 0.5em;
}

.react-calendar__tile {
  max-width: 100%;
  padding: 10px 6.6667px;
  background: none;
  text-align: center;
  font: inherit;
  font-size: 0.833em;
}

.react-calendar__tile:disabled {
  background-color: #f0f0f0;
  color: #ababab;
}

.react-calendar__month-view__days__day--neighboringMonth:disabled,
.react-calendar__decade-view__years__year--neighboringDecade:disabled,
.react-calendar__century-view__decades__decade--neighboringCentury:disabled {
  color: #cdcdcd;
}

.react-calendar__tile:enabled:hover,
.react-calendar__tile:enabled:focus {
  background-color: #e6e6e6;
}

.react-calendar__tile--now {
  background: #ffff76;
}

.react-calendar__tile--now:enabled:hover,
.react-calendar__tile--now:enabled:focus {
  background: #ffffa9;
}

.react-calendar__tile--hasActive {
  background: #76baff;
}

.react-calendar__tile--hasActive:enabled:hover,
.react-calendar__tile--hasActive:enabled:focus {
  background: #a9d4ff;
}

.react-calendar__tile--active {
  background: #006edc;
  color: white;
}

.react-calendar__tile--active:enabled:hover,
.react-calendar__tile--active:enabled:focus {
  background: #1087ff;
}

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

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

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

:where(undefined,undefined *)::before,
:where(undefined,undefined *)::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
*/

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

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

undefined {
  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:where(undefined,undefined *) {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

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

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

h1:where(undefined,undefined *),
h2:where(undefined,undefined *),
h3:where(undefined,undefined *),
h4:where(undefined,undefined *),
h5:where(undefined,undefined *),
h6:where(undefined,undefined *) {
  font-size: inherit;
  font-weight: inherit;
}

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

a:where(undefined,undefined *) {
  color: inherit;
  text-decoration: inherit;
}

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

b:where(undefined,undefined *),
strong:where(undefined,undefined *) {
  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:where(undefined,undefined *),
kbd:where(undefined,undefined *),
samp:where(undefined,undefined *),
pre:where(undefined,undefined *) {
  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:where(undefined,undefined *) {
  font-size: 80%;
}

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

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

sub:where(undefined,undefined *) {
  bottom: -0.25em;
}

sup:where(undefined,undefined *) {
  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:where(undefined,undefined *) {
  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:where(undefined,undefined *),
input:where(undefined,undefined *),
optgroup:where(undefined,undefined *),
select:where(undefined,undefined *),
textarea:where(undefined,undefined *) {
  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:where(undefined,undefined *),
select:where(undefined,undefined *) {
  text-transform: none;
}

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

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

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

:-moz-focusring:where(undefined,undefined *) {
  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:where(undefined,undefined *) {
  box-shadow: none;
}

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

progress:where(undefined,undefined *) {
  vertical-align: baseline;
}

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

:where(undefined,undefined *) ::-webkit-inner-spin-button,
:where(undefined,undefined *) ::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

:where(undefined,undefined *) ::-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.
*/

:where(undefined,undefined *) ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

summary:where(undefined,undefined *) {
  display: list-item;
}

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

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

fieldset:where(undefined,undefined *) {
  margin: 0;
  padding: 0;
}

legend:where(undefined,undefined *) {
  padding: 0;
}

ol:where(undefined,undefined *),
ul:where(undefined,undefined *),
menu:where(undefined,undefined *) {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog:where(undefined,undefined *) {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea:where(undefined,undefined *) {
  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.
*/

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

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

/*
Set the default cursor for buttons.
*/

button:where(undefined,undefined *),
[role="button"]:where(undefined,undefined *) {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled:where(undefined,undefined *) {
  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:where(undefined,undefined *),
svg:where(undefined,undefined *),
video:where(undefined,undefined *),
canvas:where(undefined,undefined *),
audio:where(undefined,undefined *),
iframe:where(undefined,undefined *),
embed:where(undefined,undefined *),
object:where(undefined,undefined *) {
  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:where(undefined,undefined *),
video:where(undefined,undefined *) {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])):where(undefined,undefined *) {
  display: none;
}/*
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)
*/

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

:where(.vlv-tw-bw,.vlv-tw-bw *)::before,
:where(.vlv-tw-bw,.vlv-tw-bw *)::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
*/

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

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

.vlv-tw-bw {
  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:where(.vlv-tw-bw,.vlv-tw-bw *) {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

abbr:where([title]):where(.vlv-tw-bw,.vlv-tw-bw *) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

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

a:where(.vlv-tw-bw,.vlv-tw-bw *) {
  color: inherit;
  text-decoration: inherit;
}

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

b:where(.vlv-tw-bw,.vlv-tw-bw *),
strong:where(.vlv-tw-bw,.vlv-tw-bw *) {
  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:where(.vlv-tw-bw,.vlv-tw-bw *),
kbd:where(.vlv-tw-bw,.vlv-tw-bw *),
samp:where(.vlv-tw-bw,.vlv-tw-bw *),
pre:where(.vlv-tw-bw,.vlv-tw-bw *) {
  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:where(.vlv-tw-bw,.vlv-tw-bw *) {
  font-size: 80%;
}

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

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

sub:where(.vlv-tw-bw,.vlv-tw-bw *) {
  bottom: -0.25em;
}

sup:where(.vlv-tw-bw,.vlv-tw-bw *) {
  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:where(.vlv-tw-bw,.vlv-tw-bw *) {
  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:where(.vlv-tw-bw,.vlv-tw-bw *),
input:where(.vlv-tw-bw,.vlv-tw-bw *),
optgroup:where(.vlv-tw-bw,.vlv-tw-bw *),
select:where(.vlv-tw-bw,.vlv-tw-bw *),
textarea:where(.vlv-tw-bw,.vlv-tw-bw *) {
  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:where(.vlv-tw-bw,.vlv-tw-bw *),
select:where(.vlv-tw-bw,.vlv-tw-bw *) {
  text-transform: none;
}

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

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

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

:-moz-focusring:where(.vlv-tw-bw,.vlv-tw-bw *) {
  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:where(.vlv-tw-bw,.vlv-tw-bw *) {
  box-shadow: none;
}

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

progress:where(.vlv-tw-bw,.vlv-tw-bw *) {
  vertical-align: baseline;
}

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

:where(.vlv-tw-bw,.vlv-tw-bw *) ::-webkit-inner-spin-button,
:where(.vlv-tw-bw,.vlv-tw-bw *) ::-webkit-outer-spin-button {
  height: auto;
}

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

[type='search']:where(.vlv-tw-bw,.vlv-tw-bw *) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

:where(.vlv-tw-bw,.vlv-tw-bw *) ::-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.
*/

:where(.vlv-tw-bw,.vlv-tw-bw *) ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

summary:where(.vlv-tw-bw,.vlv-tw-bw *) {
  display: list-item;
}

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

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

fieldset:where(.vlv-tw-bw,.vlv-tw-bw *) {
  margin: 0;
  padding: 0;
}

legend:where(.vlv-tw-bw,.vlv-tw-bw *) {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog:where(.vlv-tw-bw,.vlv-tw-bw *) {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea:where(.vlv-tw-bw,.vlv-tw-bw *) {
  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.
*/

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

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

/*
Set the default cursor for buttons.
*/

button:where(.vlv-tw-bw,.vlv-tw-bw *),
[role="button"]:where(.vlv-tw-bw,.vlv-tw-bw *) {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled:where(.vlv-tw-bw,.vlv-tw-bw *) {
  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:where(.vlv-tw-bw,.vlv-tw-bw *),
svg:where(.vlv-tw-bw,.vlv-tw-bw *),
video:where(.vlv-tw-bw,.vlv-tw-bw *),
canvas:where(.vlv-tw-bw,.vlv-tw-bw *),
audio:where(.vlv-tw-bw,.vlv-tw-bw *),
iframe:where(.vlv-tw-bw,.vlv-tw-bw *),
embed:where(.vlv-tw-bw,.vlv-tw-bw *),
object:where(.vlv-tw-bw,.vlv-tw-bw *) {
  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:where(.vlv-tw-bw,.vlv-tw-bw *),
video:where(.vlv-tw-bw,.vlv-tw-bw *) {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])):where(.vlv-tw-bw,.vlv-tw-bw *) {
  display: none;
}
  .vlv-tw-bw {
    font-family: brother-1816, sans-serif;
  }

  #bw-root {
    min-height: 100vh;
  }

  .vlv-tw-bw {
    p,
    ul,
    ol,
    ol li,
    ul li {
      margin: 0;
      padding: 0;
      font-size: inherit;
      font-family: inherit;
      font-weight: inherit;
      line-height: inherit;
      color: inherit;
    }
    display: flex;
    flex-direction: column;
    flex: 1;
    font-family: brother-1816, sans-serif;
    --prestige-unavailable-background: repeating-linear-gradient(
      135deg,
      #f3e5d0,
      #f3e5d0 1px,
      #00000000 1px,
      #00000000 4px
    );

    .react-calendar {
    width: 100%;
  }

    .react-calendar {
    width: 100%;
  }

    .react-calendar {
    border-width: 1px;
  }

    .react-calendar {
    --tw-border-opacity: 1;
    border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  }

    .react-calendar {
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 249 / var(--tw-bg-opacity, 1));
  }

    .react-calendar {
    padding: 0.75rem;
  }

    .react-calendar {
      .react-calendar__navigation {
      margin-bottom: 0px;
    }
      .react-calendar__navigation__arrow {
      --tw-bg-opacity: 1;
      background-color: rgb(254 252 249 / var(--tw-bg-opacity, 1));
    }
      .react-calendar__navigation__arrow:disabled {
      --tw-bg-opacity: 1;
      background-color: rgb(254 252 249 / var(--tw-bg-opacity, 1));
    }
      .react-calendar__navigation__arrow:disabled {
      opacity: 0.5;
    }
      .react-calendar__navigation__arrow {
        &:focus {
          outline: auto 2px -webkit-focus-ring-color;
        }
      }
      .react-calendar__navigation__label {
      --tw-bg-opacity: 1;
      background-color: rgb(254 252 249 / var(--tw-bg-opacity, 1));
    }
      .react-calendar__navigation__label {
      font-family: romie;
    }
      .react-calendar__navigation__label {
      font-size: 21px;
    }
      .react-calendar__navigation__label {
      font-weight: 300;
    }
      .react-calendar__navigation__label {
      --tw-text-opacity: 1;
      color: rgb(69 2 6 / var(--tw-text-opacity, 1));
    }
      .react-calendar__navigation__label:disabled {
      --tw-bg-opacity: 1;
      background-color: rgb(254 252 249 / var(--tw-bg-opacity, 1));
    }
      .react-calendar__navigation__prev-button,
      .react-calendar__navigation__next-button {
      display: flex;
    }
      .react-calendar__navigation__prev-button,
      .react-calendar__navigation__next-button {
      align-items: center;
    }
      .react-calendar__navigation__prev-button,
      .react-calendar__navigation__next-button {
      justify-content: center;
    }
      .react-calendar__navigation__prev2-button,
      .react-calendar__navigation__next2-button {
      display: none;
    }
      .react-calendar__month-view__weekdays__weekday {
      font-family: brother-1816;
    }
      .react-calendar__month-view__weekdays__weekday {
      font-size: 10px;
    }
      .react-calendar__month-view__weekdays__weekday {
      font-weight: 400;
    }
      .react-calendar__month-view__weekdays__weekday {
      text-transform: uppercase;
    }
      .react-calendar__month-view__weekdays__weekday {
      line-height: .75rem;
    }
      .react-calendar__month-view__weekdays__weekday {
      --tw-text-opacity: 1;
      color: rgb(69 2 6 / var(--tw-text-opacity, 1));
    }
      .react-calendar__month-view__weekdays__weekday {
        abbr {
        text-decoration-line: none;
      }
      }
      .react-calendar__month-view__days {
      border-width: 0.5px;
    }
      .react-calendar__month-view__days {
      --tw-border-opacity: 1;
      border-color: rgb(251 240 223 / var(--tw-border-opacity, 1));
    }
      .react-calendar__tile,
      .disabled-tile {
      --tw-bg-opacity: 1;
      background-color: rgb(251 245 234 / var(--tw-bg-opacity, 1));
    }
      .react-calendar__tile,
      .disabled-tile {
      padding: 0px;
    }
      .react-calendar__tile,
      .disabled-tile {
      font-family: brother-1816;
    }
      .react-calendar__tile,
      .disabled-tile {
      --tw-text-opacity: 1;
      color: rgb(69 2 6 / var(--tw-text-opacity, 1));
    }
      .react-calendar__tile:hover,
      .disabled-tile:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(164 4 4 / var(--tw-bg-opacity, 1));
    }
      .react-calendar__tile:hover,
      .disabled-tile:hover {
      --tw-text-opacity: 1;
      color: rgb(254 252 249 / var(--tw-text-opacity, 1));
    }
      .react-calendar__tile:focus,
      .disabled-tile:focus {
      --tw-bg-opacity: 1;
      background-color: rgb(164 4 4 / var(--tw-bg-opacity, 1));
    }
      .react-calendar__tile:focus,
      .disabled-tile:focus {
      --tw-text-opacity: 1;
      color: rgb(254 252 249 / var(--tw-text-opacity, 1));
    }
      .react-calendar__tile:disabled,
      .disabled-tile:disabled {
      --tw-bg-opacity: 1;
      background-color: rgb(252 248 240 / var(--tw-bg-opacity, 1));
    }
      .react-calendar__tile:hover:disabled,
      .disabled-tile:hover:disabled {
      --tw-bg-opacity: 1;
      background-color: rgb(252 248 240 / var(--tw-bg-opacity, 1));
    }
      .react-calendar__tile:hover:disabled,
      .disabled-tile:hover:disabled {
      --tw-text-opacity: 1 !important;
      color: rgb(69 2 6 / var(--tw-text-opacity, 1)) !important;
    }
      @media (min-width: 1024px) {

      .react-calendar__tile,
      .disabled-tile {
        height: 60px;
      }
    }
      .react-calendar__tile,
      .disabled-tile {
        abbr {
        display: none;
      }
        abbr {
        font-size: 10px;
      }
        p {
        font-size: 11px;
      }
        p {
        font-weight: 500;
      }
      }
      .disabled-tile {
      --tw-bg-opacity: 1;
      background-color: rgb(252 248 240 / var(--tw-bg-opacity, 1));
    }
      .disabled-tile {
      padding: 0px;
    }
      .disabled-tile {
      font-family: brother-1816;
    }
      .disabled-tile {
      --tw-text-opacity: 1;
      color: rgb(69 2 6 / var(--tw-text-opacity, 1));
    }
      .disabled-tile:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(252 248 240 / var(--tw-bg-opacity, 1));
    }
      .disabled-tile:hover {
      --tw-text-opacity: 1 !important;
      color: rgb(69 2 6 / var(--tw-text-opacity, 1)) !important;
    }
      .disabled-tile:focus {
      --tw-bg-opacity: 1;
      background-color: rgb(164 4 4 / var(--tw-bg-opacity, 1));
    }
      .disabled-tile:focus {
      --tw-text-opacity: 1;
      color: rgb(254 252 249 / var(--tw-text-opacity, 1));
    }
      .disabled-tile .calendar-day {
      opacity: 0.45;
    }
      .disabled-tile {
        .prestige-unavailable {
          background: var(--prestige-unavailable-background);
        }
        abbr {
        display: none;
      }
        abbr {
        font-size: 10px;
      }
        p {
        font-size: 11px;
      }
        p {
        font-weight: 500;
      }
      }
      .react-calendar__tile--range.react-calendar__tile--active,
      .react-calendar__tile--range.react-calendar__tile--hasActive {
      --tw-bg-opacity: 1;
      background-color: rgb(69 2 6 / var(--tw-bg-opacity, 1));
    }
      .react-calendar__tile--range.react-calendar__tile--active,
      .react-calendar__tile--range.react-calendar__tile--hasActive {
      --tw-text-opacity: 1;
      color: rgb(254 252 249 / var(--tw-text-opacity, 1));
    }
      .react-calendar__tile--range.react-calendar__tile--active:hover,
      .react-calendar__tile--range.react-calendar__tile--hasActive:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(164 4 4 / var(--tw-bg-opacity, 1));
    }
      .react-calendar__tile--range.react-calendar__tile--active:focus,
      .react-calendar__tile--range.react-calendar__tile--hasActive:focus {
      --tw-bg-opacity: 1;
      background-color: rgb(164 4 4 / var(--tw-bg-opacity, 1));
    }
      .react-calendar__tile--range.react-calendar__tile--active,
      .react-calendar__tile--range.react-calendar__tile--hasActive {
        abbr,
        .calendar-day-price {
        --tw-text-opacity: 1;
        color: rgb(254 252 249 / var(--tw-text-opacity, 1));
      }
      }
      .react-calendar__tile--range {
      --tw-bg-opacity: 1;
      background-color: rgb(69 2 6 / var(--tw-bg-opacity, 1));
    }
      .react-calendar__tile--range {
      --tw-text-opacity: 1;
      color: rgb(254 252 249 / var(--tw-text-opacity, 1));
    }
      .react-calendar__tile--range:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(164 4 4 / var(--tw-bg-opacity, 1));
    }
      .react-calendar__tile--range:focus {
      --tw-bg-opacity: 1;
      background-color: rgb(164 4 4 / var(--tw-bg-opacity, 1));
    }
      .react-calendar__tile--range {
        abbr {
        font-size: 12px;
      }
        .calendar-day-price {
        font-size: 12px;
      }
        .calendar-day-price {
        font-weight: 700;
      }
      }
      .react-calendar__tile--rangeEnd {
      --tw-bg-opacity: 1;
      background-color: rgb(69 2 6 / var(--tw-bg-opacity, 1));
    }
      .react-calendar__tile--rangeEnd:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(164 4 4 / var(--tw-bg-opacity, 1));
    }
      .react-calendar__tile--rangeEnd:focus {
      --tw-bg-opacity: 1;
      background-color: rgb(164 4 4 / var(--tw-bg-opacity, 1));
    }
      .react-calendar__tile--rangeEnd .calendar-day-price {
      --tw-text-opacity: 1 !important;
      color: rgb(69 2 6 / var(--tw-text-opacity, 1)) !important;
    }
      .react-calendar__tile--rangeEnd:hover .calendar-day-price {
      --tw-text-opacity: 1 !important;
      color: rgb(254 252 249 / var(--tw-text-opacity, 1)) !important;
    }
      .react-calendar__tile--rangeEnd:focus .calendar-day-price {
      --tw-text-opacity: 1 !important;
      color: rgb(254 252 249 / var(--tw-text-opacity, 1)) !important;
    }
      .react-calendar__tile--rangeEnd {
        abbr {
        font-size: 12px;
      }
        .calendar-day-price {
        font-size: 12px;
      }
        .calendar-day-price {
        font-weight: 700;
      }
      }
    }
  }
.vlv-tw-bw .pointer-events-none {
  pointer-events: none;
}
.vlv-tw-bw .visible {
  visibility: visible;
}
.vlv-tw-bw .fixed {
  position: fixed;
}
.vlv-tw-bw .absolute {
  position: absolute;
}
.vlv-tw-bw .relative {
  position: relative;
}
.vlv-tw-bw .sticky {
  position: sticky;
}
.vlv-tw-bw .inset-0 {
  inset: 0px;
}
.vlv-tw-bw .-left-\[82px\] {
  left: -82px;
}
.vlv-tw-bw .bottom-0 {
  bottom: 0px;
}
.vlv-tw-bw .bottom-4 {
  bottom: 1rem;
}
.vlv-tw-bw .left-1\.5 {
  left: 0.375rem;
}
.vlv-tw-bw .left-1\/2 {
  left: 50%;
}
.vlv-tw-bw .left-4 {
  left: 1rem;
}
.vlv-tw-bw .right-4 {
  right: 1rem;
}
.vlv-tw-bw .right-\[8px\] {
  right: 8px;
}
.vlv-tw-bw .top-0 {
  top: 0px;
}
.vlv-tw-bw .top-1\.5 {
  top: 0.375rem;
}
.vlv-tw-bw .top-1\/2 {
  top: 50%;
}
.vlv-tw-bw .top-\[15px\] {
  top: 15px;
}
.vlv-tw-bw .z-10 {
  z-index: 10;
}
.vlv-tw-bw .z-20 {
  z-index: 20;
}
.vlv-tw-bw .z-50 {
  z-index: 50;
}
.vlv-tw-bw .z-\[1001\] {
  z-index: 1001;
}
.vlv-tw-bw .-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.vlv-tw-bw .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.vlv-tw-bw .my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.vlv-tw-bw .my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.vlv-tw-bw .-ml-2 {
  margin-left: -0.5rem;
}
.vlv-tw-bw .-mt-0\.5 {
  margin-top: -0.125rem;
}
.vlv-tw-bw .mb-1 {
  margin-bottom: 0.25rem;
}
.vlv-tw-bw .mb-2 {
  margin-bottom: 0.5rem;
}
.vlv-tw-bw .mb-2\.5 {
  margin-bottom: 0.625rem;
}
.vlv-tw-bw .mb-3 {
  margin-bottom: 0.75rem;
}
.vlv-tw-bw .mb-4 {
  margin-bottom: 1rem;
}
.vlv-tw-bw .mb-5 {
  margin-bottom: 1.25rem;
}
.vlv-tw-bw .ml-auto {
  margin-left: auto;
}
.vlv-tw-bw .mr-1 {
  margin-right: 0.25rem;
}
.vlv-tw-bw .mr-2 {
  margin-right: 0.5rem;
}
.vlv-tw-bw .mt-3 {
  margin-top: 0.75rem;
}
.vlv-tw-bw .mt-4 {
  margin-top: 1rem;
}
.vlv-tw-bw .mt-\[3px\] {
  margin-top: 3px;
}
.vlv-tw-bw .\!block {
  display: block !important;
}
.vlv-tw-bw .block {
  display: block;
}
.vlv-tw-bw .flex {
  display: flex;
}
.vlv-tw-bw .grid {
  display: grid;
}
.vlv-tw-bw .hidden {
  display: none;
}
.vlv-tw-bw .size-2\.5 {
  width: 0.625rem;
  height: 0.625rem;
}
.vlv-tw-bw .size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.vlv-tw-bw .size-\[10px\] {
  width: 10px;
  height: 10px;
}
.vlv-tw-bw .size-\[15px\] {
  width: 15px;
  height: 15px;
}
.vlv-tw-bw .size-\[16px\] {
  width: 16px;
  height: 16px;
}
.vlv-tw-bw .size-\[17px\] {
  width: 17px;
  height: 17px;
}
.vlv-tw-bw .size-\[18px\] {
  width: 18px;
  height: 18px;
}
.vlv-tw-bw .size-\[19px\] {
  width: 19px;
  height: 19px;
}
.vlv-tw-bw .h-2 {
  height: 0.5rem;
}
.vlv-tw-bw .h-3 {
  height: 0.75rem;
}
.vlv-tw-bw .h-3\.5 {
  height: 0.875rem;
}
.vlv-tw-bw .h-4 {
  height: 1rem;
}
.vlv-tw-bw .h-5 {
  height: 1.25rem;
}
.vlv-tw-bw .h-\[15px\] {
  height: 15px;
}
.vlv-tw-bw .h-\[16px\] {
  height: 16px;
}
.vlv-tw-bw .h-\[1px\] {
  height: 1px;
}
.vlv-tw-bw .h-\[20px\] {
  height: 20px;
}
.vlv-tw-bw .h-\[250px\] {
  height: 250px;
}
.vlv-tw-bw .h-\[300px\] {
  height: 300px;
}
.vlv-tw-bw .h-\[6\.5px\] {
  height: 6.5px;
}
.vlv-tw-bw .h-auto {
  height: auto;
}
.vlv-tw-bw .h-full {
  height: 100%;
}
.vlv-tw-bw .max-h-\[100\%\] {
  max-height: 100%;
}
.vlv-tw-bw .max-h-\[200px\] {
  max-height: 200px;
}
.vlv-tw-bw .min-h-\[24px\] {
  min-height: 24px;
}
.vlv-tw-bw .w-10 {
  width: 2.5rem;
}
.vlv-tw-bw .w-2 {
  width: 0.5rem;
}
.vlv-tw-bw .w-3\.5 {
  width: 0.875rem;
}
.vlv-tw-bw .w-7 {
  width: 1.75rem;
}
.vlv-tw-bw .w-\[11\.5px\] {
  width: 11.5px;
}
.vlv-tw-bw .w-\[135px\] {
  width: 135px;
}
.vlv-tw-bw .w-\[15px\] {
  width: 15px;
}
.vlv-tw-bw .w-\[262px\] {
  width: 262px;
}
.vlv-tw-bw .w-\[300px\] {
  width: 300px;
}
.vlv-tw-bw .w-\[36px\] {
  width: 36px;
}
.vlv-tw-bw .w-\[40px\] {
  width: 40px;
}
.vlv-tw-bw .w-\[90px\] {
  width: 90px;
}
.vlv-tw-bw .w-\[95\%\] {
  width: 95%;
}
.vlv-tw-bw .w-full {
  width: 100%;
}
.vlv-tw-bw .max-w-\[260px\] {
  max-width: 260px;
}
.vlv-tw-bw .max-w-\[350px\] {
  max-width: 350px;
}
.vlv-tw-bw .max-w-\[360px\] {
  max-width: 360px;
}
.vlv-tw-bw .max-w-\[370px\] {
  max-width: 370px;
}
.vlv-tw-bw .max-w-\[480px\] {
  max-width: 480px;
}
.vlv-tw-bw .max-w-\[525px\] {
  max-width: 525px;
}
.vlv-tw-bw .flex-1 {
  flex: 1 1 0%;
}
.vlv-tw-bw .flex-\[0\.8\] {
  flex: 0.8;
}
.vlv-tw-bw .flex-shrink-0 {
  flex-shrink: 0;
}
.vlv-tw-bw .-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));
}
.vlv-tw-bw .-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));
}
.vlv-tw-bw .translate-x-\[21px\] {
  --tw-translate-x: 21px;
  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));
}
.vlv-tw-bw .translate-x-\[2px\] {
  --tw-translate-x: 2px;
  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));
}
.vlv-tw-bw .rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.vlv-tw-bw .rotate-90 {
  --tw-rotate: 90deg;
  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));
}
.vlv-tw-bw .rotate-\[270deg\] {
  --tw-rotate: 270deg;
  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));
}
.vlv-tw-bw .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));
}
.vlv-tw-bw .resize {
  resize: both;
}
.vlv-tw-bw .list-disc {
  list-style-type: disc;
}
.vlv-tw-bw .appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.vlv-tw-bw .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.vlv-tw-bw .flex-row {
  flex-direction: row;
}
.vlv-tw-bw .flex-col {
  flex-direction: column;
}
.vlv-tw-bw .flex-wrap {
  flex-wrap: wrap;
}
.vlv-tw-bw .items-start {
  align-items: flex-start;
}
.vlv-tw-bw .items-end {
  align-items: flex-end;
}
.vlv-tw-bw .items-center {
  align-items: center;
}
.vlv-tw-bw .justify-start {
  justify-content: flex-start;
}
.vlv-tw-bw .justify-center {
  justify-content: center;
}
.vlv-tw-bw .justify-between {
  justify-content: space-between;
}
.vlv-tw-bw .gap-1 {
  gap: 0.25rem;
}
.vlv-tw-bw .gap-1\.5 {
  gap: 0.375rem;
}
.vlv-tw-bw .gap-2 {
  gap: 0.5rem;
}
.vlv-tw-bw .gap-2\.5 {
  gap: 0.625rem;
}
.vlv-tw-bw .gap-3 {
  gap: 0.75rem;
}
.vlv-tw-bw .gap-4 {
  gap: 1rem;
}
.vlv-tw-bw .gap-6 {
  gap: 1.5rem;
}
.vlv-tw-bw .gap-8 {
  gap: 2rem;
}
.vlv-tw-bw .gap-\[8px\] {
  gap: 8px;
}
.vlv-tw-bw .gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.vlv-tw-bw .gap-x-\[30px\] {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.vlv-tw-bw .gap-y-2 {
  row-gap: 0.5rem;
}
.vlv-tw-bw .gap-y-3 {
  row-gap: 0.75rem;
}
.vlv-tw-bw .self-start {
  align-self: flex-start;
}
.vlv-tw-bw .self-center {
  align-self: center;
}
.vlv-tw-bw .overflow-hidden {
  overflow: hidden;
}
.vlv-tw-bw .overflow-y-auto {
  overflow-y: auto;
}
.vlv-tw-bw .whitespace-nowrap {
  white-space: nowrap;
}
.vlv-tw-bw .\!rounded-sm {
  border-radius: 0.125rem !important;
}
.vlv-tw-bw .rounded-\[32px\] {
  border-radius: 32px;
}
.vlv-tw-bw .rounded-\[3px\] {
  border-radius: 3px;
}
.vlv-tw-bw .rounded-full {
  border-radius: 9999px;
}
.vlv-tw-bw .rounded-none {
  border-radius: 0px;
}
.vlv-tw-bw .rounded-sm {
  border-radius: 0.125rem;
}
.vlv-tw-bw .border {
  border-width: 1px;
}
.vlv-tw-bw .border-2 {
  border-width: 2px;
}
.vlv-tw-bw .border-\[0\.5px\] {
  border-width: 0.5px;
}
.vlv-tw-bw .border-b {
  border-bottom-width: 1px;
}
.vlv-tw-bw .border-r {
  border-right-width: 1px;
}
.vlv-tw-bw .border-\[\#B9B8B8\] {
  --tw-border-opacity: 1;
  border-color: rgb(185 184 184 / var(--tw-border-opacity, 1));
}
.vlv-tw-bw .border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(10 17 90 / var(--tw-border-opacity, 1));
}
.vlv-tw-bw .border-blue2 {
  --tw-border-opacity: 1;
  border-color: rgb(69 76 123 / var(--tw-border-opacity, 1));
}
.vlv-tw-bw .border-burgundy {
  --tw-border-opacity: 1;
  border-color: rgb(69 2 6 / var(--tw-border-opacity, 1));
}
.vlv-tw-bw .border-crema {
  --tw-border-opacity: 1;
  border-color: rgb(226 200 159 / var(--tw-border-opacity, 1));
}
.vlv-tw-bw .border-crema\/50 {
  border-color: rgb(226 200 159 / 0.5);
}
.vlv-tw-bw .border-gray5 {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}
.vlv-tw-bw .border-red {
  --tw-border-opacity: 1;
  border-color: rgb(164 4 4 / var(--tw-border-opacity, 1));
}
.vlv-tw-bw .border-stone {
  --tw-border-opacity: 1;
  border-color: rgb(251 240 223 / var(--tw-border-opacity, 1));
}
.vlv-tw-bw .\!bg-crema {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(226 200 159 / var(--tw-bg-opacity, 1)) !important;
}
.vlv-tw-bw .\!bg-gray1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 252 249 / var(--tw-bg-opacity, 1)) !important;
}
.vlv-tw-bw .\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.vlv-tw-bw .bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(45 42 38 / var(--tw-bg-opacity, 1));
}
.vlv-tw-bw .bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(10 17 90 / var(--tw-bg-opacity, 1));
}
.vlv-tw-bw .bg-burgundy {
  --tw-bg-opacity: 1;
  background-color: rgb(69 2 6 / var(--tw-bg-opacity, 1));
}
.vlv-tw-bw .bg-crema {
  --tw-bg-opacity: 1;
  background-color: rgb(226 200 159 / var(--tw-bg-opacity, 1));
}
.vlv-tw-bw .bg-gray1 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 249 / var(--tw-bg-opacity, 1));
}
.vlv-tw-bw .bg-light-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(252 245 233 / var(--tw-bg-opacity, 1));
}
.vlv-tw-bw .bg-milano-light {
  --tw-bg-opacity: 1;
  background-color: rgb(239 215 178 / var(--tw-bg-opacity, 1));
}
.vlv-tw-bw .bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(164 4 4 / var(--tw-bg-opacity, 1));
}
.vlv-tw-bw .bg-stone {
  --tw-bg-opacity: 1;
  background-color: rgb(251 240 223 / var(--tw-bg-opacity, 1));
}
.vlv-tw-bw .bg-stone100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 253 251 / var(--tw-bg-opacity, 1));
}
.vlv-tw-bw .bg-stone200 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 238 / var(--tw-bg-opacity, 1));
}
.vlv-tw-bw .bg-stone400 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 229 208 / var(--tw-bg-opacity, 1));
}
.vlv-tw-bw .bg-stone80 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 249 / var(--tw-bg-opacity, 1));
}
.vlv-tw-bw .bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.vlv-tw-bw .bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.vlv-tw-bw .bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.vlv-tw-bw .from-\[rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-gradient-from: rgba(0,0,0,0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.vlv-tw-bw .from-\[rgba\(0\2c 0\2c 0\2c 1\)\] {
  --tw-gradient-from: rgba(0,0,0,1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.vlv-tw-bw .to-\[rgba\(0\2c 0\2c 0\2c 0\)\] {
  --tw-gradient-to: rgba(0,0,0,0) var(--tw-gradient-to-position);
}
.vlv-tw-bw .fill-gray-400 {
  fill: #9ca3af;
}
.vlv-tw-bw .object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.vlv-tw-bw .\!p-0 {
  padding: 0px !important;
}
.vlv-tw-bw .p-1 {
  padding: 0.25rem;
}
.vlv-tw-bw .p-1\.5 {
  padding: 0.375rem;
}
.vlv-tw-bw .p-2 {
  padding: 0.5rem;
}
.vlv-tw-bw .p-3 {
  padding: 0.75rem;
}
.vlv-tw-bw .p-4 {
  padding: 1rem;
}
.vlv-tw-bw .p-5 {
  padding: 1.25rem;
}
.vlv-tw-bw .p-\[3px\] {
  padding: 3px;
}
.vlv-tw-bw .px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.vlv-tw-bw .px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.vlv-tw-bw .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.vlv-tw-bw .px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.vlv-tw-bw .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.vlv-tw-bw .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.vlv-tw-bw .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.vlv-tw-bw .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.vlv-tw-bw .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.vlv-tw-bw .px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.vlv-tw-bw .px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.vlv-tw-bw .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.vlv-tw-bw .py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.vlv-tw-bw .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.vlv-tw-bw .py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.vlv-tw-bw .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.vlv-tw-bw .py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.vlv-tw-bw .py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.vlv-tw-bw .py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.vlv-tw-bw .py-\[9\.5px\] {
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}
.vlv-tw-bw .pb-2 {
  padding-bottom: 0.5rem;
}
.vlv-tw-bw .pb-3 {
  padding-bottom: 0.75rem;
}
.vlv-tw-bw .pb-5 {
  padding-bottom: 1.25rem;
}
.vlv-tw-bw .pl-2 {
  padding-left: 0.5rem;
}
.vlv-tw-bw .pl-\[18px\] {
  padding-left: 18px;
}
.vlv-tw-bw .pr-10 {
  padding-right: 2.5rem;
}
.vlv-tw-bw .pr-2 {
  padding-right: 0.5rem;
}
.vlv-tw-bw .pr-3 {
  padding-right: 0.75rem;
}
.vlv-tw-bw .pt-3 {
  padding-top: 0.75rem;
}
.vlv-tw-bw .pt-6 {
  padding-top: 1.5rem;
}
.vlv-tw-bw .pt-\[1px\] {
  padding-top: 1px;
}
.vlv-tw-bw .text-left {
  text-align: left;
}
.vlv-tw-bw .text-center {
  text-align: center;
}
.vlv-tw-bw .font-body {
  font-family: brother-1816;
}
.vlv-tw-bw .font-heading {
  font-family: romie;
}
.vlv-tw-bw .\!text-\[10px\] {
  font-size: 10px !important;
}
.vlv-tw-bw .\!text-\[12px\] {
  font-size: 12px !important;
}
.vlv-tw-bw .text-\[10px\] {
  font-size: 10px;
}
.vlv-tw-bw .text-\[11px\] {
  font-size: 11px;
}
.vlv-tw-bw .text-\[12px\] {
  font-size: 12px;
}
.vlv-tw-bw .text-\[13px\] {
  font-size: 13px;
}
.vlv-tw-bw .text-\[14px\] {
  font-size: 14px;
}
.vlv-tw-bw .text-\[15px\] {
  font-size: 15px;
}
.vlv-tw-bw .text-\[18px\] {
  font-size: 18px;
}
.vlv-tw-bw .text-\[20px\] {
  font-size: 20px;
}
.vlv-tw-bw .text-\[22px\] {
  font-size: 22px;
}
.vlv-tw-bw .text-\[24px\] {
  font-size: 24px;
}
.vlv-tw-bw .text-\[9px\] {
  font-size: 9px;
}
.vlv-tw-bw .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.vlv-tw-bw .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.vlv-tw-bw .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.vlv-tw-bw .\!font-medium {
  font-weight: 500 !important;
}
.vlv-tw-bw .\!font-normal {
  font-weight: 400 !important;
}
.vlv-tw-bw .font-bold {
  font-weight: 700;
}
.vlv-tw-bw .font-extrabold {
  font-weight: 800;
}
.vlv-tw-bw .font-extralight {
  font-weight: 200;
}
.vlv-tw-bw .font-light {
  font-weight: 300;
}
.vlv-tw-bw .font-medium {
  font-weight: 500;
}
.vlv-tw-bw .font-normal {
  font-weight: 400;
}
.vlv-tw-bw .font-semibold {
  font-weight: 600;
}
.vlv-tw-bw .uppercase {
  text-transform: uppercase;
}
.vlv-tw-bw .capitalize {
  text-transform: capitalize;
}
.vlv-tw-bw .italic {
  font-style: italic;
}
.vlv-tw-bw .leading-4 {
  line-height: 1rem;
}
.vlv-tw-bw .leading-5 {
  line-height: 1.25rem;
}
.vlv-tw-bw .leading-6 {
  line-height: 1.5rem;
}
.vlv-tw-bw .leading-\[120\%\] {
  line-height: 120%;
}
.vlv-tw-bw .leading-\[14px\] {
  line-height: 14px;
}
.vlv-tw-bw .leading-\[16px\] {
  line-height: 16px;
}
.vlv-tw-bw .leading-\[18px\] {
  line-height: 18px;
}
.vlv-tw-bw .leading-\[21px\] {
  line-height: 21px;
}
.vlv-tw-bw .leading-\[8px\] {
  line-height: 8px;
}
.vlv-tw-bw .leading-tight {
  line-height: 1.25;
}
.vlv-tw-bw .tracking-\[\.15px\] {
  letter-spacing: .15px;
}
.vlv-tw-bw .tracking-\[\.28px\] {
  letter-spacing: .28px;
}
.vlv-tw-bw .tracking-\[\.32px\] {
  letter-spacing: .32px;
}
.vlv-tw-bw .tracking-\[\.35px\] {
  letter-spacing: .35px;
}
.vlv-tw-bw .tracking-\[\.36px\] {
  letter-spacing: .36px;
}
.vlv-tw-bw .tracking-\[\.3px\] {
  letter-spacing: .3px;
}
.vlv-tw-bw .tracking-\[\.45px\] {
  letter-spacing: .45px;
}
.vlv-tw-bw .tracking-\[\.54px\] {
  letter-spacing: .54px;
}
.vlv-tw-bw .tracking-\[\.6px\] {
  letter-spacing: .6px;
}
.vlv-tw-bw .tracking-\[\.7px\] {
  letter-spacing: .7px;
}
.vlv-tw-bw .tracking-\[0\.5px\] {
  letter-spacing: 0.5px;
}
.vlv-tw-bw .tracking-\[1\.1px\] {
  letter-spacing: 1.1px;
}
.vlv-tw-bw .tracking-\[1\.2px\] {
  letter-spacing: 1.2px;
}
.vlv-tw-bw .tracking-\[1\.68px\] {
  letter-spacing: 1.68px;
}
.vlv-tw-bw .tracking-\[1\.8px\] {
  letter-spacing: 1.8px;
}
.vlv-tw-bw .tracking-\[1px\] {
  letter-spacing: 1px;
}
.vlv-tw-bw .\!text-burgundy {
  --tw-text-opacity: 1 !important;
  color: rgb(69 2 6 / var(--tw-text-opacity, 1)) !important;
}
.vlv-tw-bw .\!text-palazzo-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(7 31 54 / var(--tw-text-opacity, 1)) !important;
}
.vlv-tw-bw .\!text-red {
  --tw-text-opacity: 1 !important;
  color: rgb(164 4 4 / var(--tw-text-opacity, 1)) !important;
}
.vlv-tw-bw .text-black {
  --tw-text-opacity: 1;
  color: rgb(45 42 38 / var(--tw-text-opacity, 1));
}
.vlv-tw-bw .text-blue {
  --tw-text-opacity: 1;
  color: rgb(10 17 90 / var(--tw-text-opacity, 1));
}
.vlv-tw-bw .text-brown {
  --tw-text-opacity: 1;
  color: rgb(73 52 40 / var(--tw-text-opacity, 1));
}
.vlv-tw-bw .text-burgundy {
  --tw-text-opacity: 1;
  color: rgb(69 2 6 / var(--tw-text-opacity, 1));
}
.vlv-tw-bw .text-dark-gray {
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity, 1));
}
.vlv-tw-bw .text-gray1 {
  --tw-text-opacity: 1;
  color: rgb(254 252 249 / var(--tw-text-opacity, 1));
}
.vlv-tw-bw .text-grayAda {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}
.vlv-tw-bw .text-red {
  --tw-text-opacity: 1;
  color: rgb(164 4 4 / var(--tw-text-opacity, 1));
}
.vlv-tw-bw .text-stone {
  --tw-text-opacity: 1;
  color: rgb(251 240 223 / var(--tw-text-opacity, 1));
}
.vlv-tw-bw .text-stone80 {
  --tw-text-opacity: 1;
  color: rgb(254 252 249 / var(--tw-text-opacity, 1));
}
.vlv-tw-bw .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.vlv-tw-bw .underline {
  text-decoration-line: underline;
}
.vlv-tw-bw .\!opacity-100 {
  opacity: 1 !important;
}
.vlv-tw-bw .opacity-50 {
  opacity: 0.5;
}
.vlv-tw-bw .blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.vlv-tw-bw .blur-sm {
  --tw-blur: blur(4px);
  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);
}
.vlv-tw-bw .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);
}
.vlv-tw-bw .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;
}
.vlv-tw-bw .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.vlv-tw-bw .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.vlv-tw-bw .\@container {
  container-type: inline-size;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.vlv-tw-bw .no-scrollbar::-webkit-scrollbar {
    display: none;
  }
/* Hide scrollbar for IE, Edge and Firefox */
.vlv-tw-bw .no-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
.vlv-tw-bw  .text-x-small {
  font-size: 12px;
  font-weight: 350;
  line-height: 1rem;
  letter-spacing: .24px;
}
.vlv-tw-bw .loyalty-background {
    background: url('../../../etc.clientlibs/venetianbooking/clientlibs/clientlib-booking-widget/resources/loyalty-background.DO6GPUzp.png') rgb(105, 2, 16)
      50% / cover no-repeat;
  }
.vlv-tw-bw .\[background\:var\(--prestige-unavailable-background\)\] {
  background: var(--prestige-unavailable-background);
}

#hpc--card-frame {
  height: 375px;
  width: 100%;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@font-face {
  font-family: 'Romie';
  font-style: normal;
  font-weight: 400;
  src: url('../../../etc.clientlibs/venetianbooking/clientlibs/clientlib-booking-widget/resources/Romie-Regular.BInAClj5.otf') format('opentype');
}

@font-face {
  font-family: 'Romie';
  font-style: normal;
  font-weight: 500;
  src: url('../../../etc.clientlibs/venetianbooking/clientlibs/clientlib-booking-widget/resources/Romie-Medium.BFLLIBzp.otf') format('opentype');
}

@font-face {
  font-family: 'Romie';
  font-style: normal;
  font-weight: 700;
  src: url('../../../etc.clientlibs/venetianbooking/clientlibs/clientlib-booking-widget/resources/Romie-Bold.DwsQJIEo.otf') format('opentype');
}

.cmp-venetian-footer {
  background-color: #450206;
  color: #fbf0df;

  .cmp-venetian-footer--content {
    padding: 80px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;

    a {
      color: #fbf0df;
    }

    > div {
      display: inline-flex;
      align-content: center;
      justify-content: center;
      align-self: center;
      margin-bottom: 63px;
      &:last-child {
        margin-bottom: 0px;
      }
    }

    .cmp-venetian-footer--logo-container {
      margin-bottom: 48px;
      img {
        max-height: 80px;
        max-width: 100%;
      }
    }

    .cmp-venetian-footer--links,
    .cmp-venetian-footer--social-links,
    .cmp-venetian-footer__drop-area {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 32px;
    }

    .cmp-venetian-footer__drop-area {
      p {
        font-weight: 300;
      }
      a {
        text-decoration: underline;
        &:hover {
          text-decoration: none;
        }
      }
    }

    .cmp-venetian-footer--contact-links {
      gap: 48px;

      .cmp-venetian-footer--contact-links-title {
        font-family: 'brother-1816';
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 34px;
        letter-spacing: 0.36px;
      }

      .cmp-venetian-footer--contact-links-link {
        font-family: 'Romie';
        font-size: 27px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 0.54px;
        text-transform: capitalize;
      }
    }

    .cmp-venetian-footer--social-links {
      a {
        background-color: #fbf0df;
        border-radius: 100%;
        height: 22px;
        width: 22px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background-size: 0px 0px;
        .cmp-venetian-footer--social-links__icon {
          width: 12px;
          height: 12px;
          -webkit-mask-image: inherit;
          mask-image: inherit;
          -webkit-mask-size: 100%;
          mask-size: 100%;
          -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
          -webkit-mask-position: center;
          mask-position: center;
          background-color: #a40404;
        }
      }
    }

    .cmp-venetian-footer--links {
      gap: 48px;

      .cmp-venetian-footer--links-link {
        font-family: 'brother-1816';
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px; /* 160% */
        letter-spacing: 0.3px;
      }
    }

    @media screen and (max-width: 1279px) {
      padding: 64px 32px;

      > div {
        margin-bottom: 56px;
      }

      .cmp-venetian-footer--logo-container {
        img {
          max-height: 72px;
        }
      }
    }

    @media screen and (max-width: 767px) {
      .cmp-venetian-footer--contact-links {
        gap: 32px;
      }
    }

    @media screen and (max-width: 374px) {
      padding: 48px 35px;
      .cmp-venetian-footer--contact-links,
      .cmp-venetian-footer--links {
        gap: 18px;
      }

      .cmp-venetian-footer--social-links {
        gap: 16px;
        img {
          max-width: 22px;
          max-height: 22px;
        }
      }

      > div {
        margin-bottom: 35px;
      }

      .cmp-venetian-footer--logo-container {
        margin-bottom: 32px;
        img {
          max-height: 47px;
        }
      }
    }
  }

  .cmp-venetian-footer--legal {
    display: flex;
    flex-wrap: wrap;
    background-color: black;
    padding: 24px;
    justify-content: center;
    gap: 32px;
    > .cmp-venetian-footer--legal-link,
    > .cmp-venetian-footer--legal-pipe {
      color: white;
      font-family: 'brother-1816';
      font-size: 12px;
      font-style: normal;
      font-weight: 300;
      letter-spacing: 0.24px;
      line-height: 16px;

      &:last-child {
        display: none;
      }
    }

    @media screen and (max-width: 374px) {
      gap: 14px;
    }
  }
}

.react-calendar__tile > abbr {
  font-size: 10px;
  display: none;
}

@media screen and (max-width: 768px) {
  .calendar-day {
    border-width: 0px !important;
  }
}

@media screen and (max-width: 480px) {
  .line-clamp-4,
  .line-clamp-2 {
    display: block !important;
  }
}

.custom-grid-panel > p:first-of-type {
  grid-column: 1 / -1;
}

@media (min-width: 768px) {
  .custom-grid-panel {
    grid-template-columns: 1fr 1fr;
  }

  .custom-grid-panel > p:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .custom-grid-panel > ul:nth-of-type(1) {
    grid-column: 1;
    grid-row: 3;
  }

  .custom-grid-panel > p:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .custom-grid-panel > ul:nth-of-type(2) {
    grid-column: 2;
    grid-row: 3;
  }
}

.vlv-tw-bw .placeholder\:text-brown\/75::-moz-placeholder {
  color: rgb(73 52 40 / 0.75);
}

.vlv-tw-bw .placeholder\:text-brown\/75::placeholder {
  color: rgb(73 52 40 / 0.75);
}

.vlv-tw-bw .hover\:border-crema:hover {
  --tw-border-opacity: 1;
  border-color: rgb(226 200 159 / var(--tw-border-opacity, 1));
}

.vlv-tw-bw .hover\:\!bg-red:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(164 4 4 / var(--tw-bg-opacity, 1)) !important;
}

.vlv-tw-bw .hover\:bg-stone:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 240 223 / var(--tw-bg-opacity, 1));
}

.vlv-tw-bw .hover\:bg-stone300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 241 227 / var(--tw-bg-opacity, 1));
}

.vlv-tw-bw .hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(164 4 4 / var(--tw-text-opacity, 1));
}

.vlv-tw-bw .hover\:no-underline:hover {
  text-decoration-line: none;
}

.vlv-tw-bw .disabled\:cursor-default:disabled {
  cursor: default;
}

.vlv-tw-bw .disabled\:bg-\[\#D9D9D9\]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.vlv-tw-bw .disabled\:font-medium:disabled {
  font-weight: 500;
}

.vlv-tw-bw .disabled\:text-\[\#A3A1A1\]:disabled {
  --tw-text-opacity: 1;
  color: rgb(163 161 161 / var(--tw-text-opacity, 1));
}

.vlv-tw-bw .disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.vlv-tw-bw :is(.group:focus .group-focus\:\!bg-red) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(164 4 4 / var(--tw-bg-opacity, 1)) !important;
}

.vlv-tw-bw :is(.peer:checked ~ .peer-checked\:justify-end) {
  justify-content: flex-end;
}

.vlv-tw-bw :is(.peer:checked ~ .peer-checked\:border-red-light) {
  --tw-border-opacity: 1;
  border-color: rgb(195 61 50 / var(--tw-border-opacity, 1));
}

.vlv-tw-bw :is(.peer:checked ~ .peer-checked\:bg-red-light) {
  --tw-bg-opacity: 1;
  background-color: rgb(195 61 50 / var(--tw-bg-opacity, 1));
}

.vlv-tw-bw :is(.peer:focus ~ .peer-focus\:focus-outline) {
    outline: auto 2px -webkit-focus-ring-color;
  }

@container (min-width: 28rem) {

  .vlv-tw-bw .\@md\:hidden {
    display: none;
  }
}

@container (min-width: 422px) {

  .vlv-tw-bw .\@\[422px\]\:flex {
    display: flex;
  }

  .vlv-tw-bw .\@\[422px\]\:hidden {
    display: none;
  }
}

@container (min-width: 500px) {

  .vlv-tw-bw .\@\[500px\]\:max-w-none {
    max-width: none;
  }

  .vlv-tw-bw .\@\[500px\]\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@container (min-width: 720px) {

  .vlv-tw-bw .\@\[720px\]\:capitalize {
    text-transform: capitalize;
  }
}

@media (prefers-reduced-motion: reduce) {

  .vlv-tw-bw .motion-reduce\:transition-none {
    transition-property: none;
  }
}

@media not all and (min-width: 768px) {

  .vlv-tw-bw .max-md\:sticky {
    position: sticky;
  }

  .vlv-tw-bw .max-md\:bottom-0 {
    bottom: 0px;
  }

  .vlv-tw-bw .max-md\:-ml-4 {
    margin-left: -1rem;
  }
}

@media not all and (min-width: 640px) {

  .vlv-tw-bw .max-sm\:mt-auto {
    margin-top: auto;
  }

  .vlv-tw-bw .max-sm\:w-\[calc\(100\%\+32px\)\] {
    width: calc(100% + 32px);
  }
}

@media (min-width: 475px) {

  .vlv-tw-bw .min-\[475px\]\:max-w-\[200px\] {
    max-width: 200px;
  }
}

@media (min-width: 640px) {

  .vlv-tw-bw .sm\:w-\[488px\] {
    width: 488px;
  }

  .vlv-tw-bw .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .vlv-tw-bw .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {

  .vlv-tw-bw .md\:gap-4 {
    gap: 1rem;
  }

  .vlv-tw-bw .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .vlv-tw-bw .md\:pr-4 {
    padding-right: 1rem;
  }
}

@media (min-width: 1024px) {

  .vlv-tw-bw .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .vlv-tw-bw .lg\:block {
    display: block;
  }

  .vlv-tw-bw .lg\:flex {
    display: flex;
  }

  .vlv-tw-bw .lg\:max-w-\[200px\] {
    max-width: 200px;
  }

  .vlv-tw-bw .lg\:border-r {
    border-right-width: 1px;
  }

  .vlv-tw-bw .lg\:border-t {
    border-top-width: 1px;
  }

  .vlv-tw-bw .lg\:border-crema {
    --tw-border-opacity: 1;
    border-color: rgb(226 200 159 / var(--tw-border-opacity, 1));
  }

  .vlv-tw-bw .lg\:p-6 {
    padding: 1.5rem;
  }

  .vlv-tw-bw .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .vlv-tw-bw .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .vlv-tw-bw .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .vlv-tw-bw .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .vlv-tw-bw .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .vlv-tw-bw .lg\:text-\[15px\] {
    font-size: 15px;
  }
}

@media (min-width: 1280px) {

  .vlv-tw-bw .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .vlv-tw-bw .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1440px) {

  .vlv-tw-bw .min-\[1440px\]\:border-l {
    border-left-width: 1px;
  }
}

.vlv-tw-bw :is(.group:hover .\[\&\>abbr\]\:group-hover\:\!text-stone80>abbr) {
  --tw-text-opacity: 1 !important;
  color: rgb(254 252 249 / var(--tw-text-opacity, 1)) !important;
}

.vlv-tw-bw :is(.group:focus .\[\&\>abbr\]\:group-focus\:\!text-stone80>abbr) {
  --tw-text-opacity: 1 !important;
  color: rgb(254 252 249 / var(--tw-text-opacity, 1)) !important;
}

.vlv-tw-bw :is(.\[\&\>p\]\:\!text-burgundy>p) {
  --tw-text-opacity: 1 !important;
  color: rgb(69 2 6 / var(--tw-text-opacity, 1)) !important;
}

.vlv-tw-bw :is(.group:hover .\[\&\>p\]\:group-hover\:\!text-stone80>p) {
  --tw-text-opacity: 1 !important;
  color: rgb(254 252 249 / var(--tw-text-opacity, 1)) !important;
}

.vlv-tw-bw :is(.group:focus .\[\&\>p\]\:group-focus\:\!text-stone80>p) {
  --tw-text-opacity: 1 !important;
  color: rgb(254 252 249 / var(--tw-text-opacity, 1)) !important;
}

.vlv-tw-bw :is(.\[\&\>ul\]\:grid>ul) {
  display: grid;
}

.vlv-tw-bw :is(.\[\&\>ul\]\:grid-flow-col>ul) {
  grid-auto-flow: column;
}

.vlv-tw-bw :is(.\[\&\>ul\]\:grid-rows-2>ul) {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.vlv-tw-bw :is(.\[\&\>ul\]\:gap-x-4>ul) {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.vlv-tw-bw :is(.\[\&\>ul\]\:text-left>ul) {
  text-align: left;
}

@media not all and (min-width: 1024px) {

  .vlv-tw-bw :is(.\[\&\>ul\]\:max-lg\:gap-y-2>ul) {
    row-gap: 0.5rem;
  }
}

.vlv-tw-bw :is(.\[\&_\.react-tooltip-arrow\]\:bg-burgundy .react-tooltip-arrow) {
  --tw-bg-opacity: 1;
  background-color: rgb(69 2 6 / var(--tw-bg-opacity, 1));
}

.vlv-tw-bw :is(.\[\&_a\]\:text-red a) {
  --tw-text-opacity: 1;
  color: rgb(164 4 4 / var(--tw-text-opacity, 1));
}

.vlv-tw-bw :is(.\[\&_a\]\:underline a) {
  text-decoration-line: underline;
}

.vlv-tw-bw :is(.\[\&_li\]\:ml-4 li) {
  margin-left: 1rem;
}

.vlv-tw-bw :is(.\[\&_ul\]\:ml-4 ul) {
  margin-left: 1rem;
}

.vlv-tw-bw :is(.\[\&_ul\]\:grid ul) {
  display: grid;
}

.vlv-tw-bw :is(.\[\&_ul\]\:list-disc ul) {
  list-style-type: disc;
}

.vlv-tw-bw :is(.\[\&_ul\]\:grid-cols-1 ul) {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.vlv-tw-bw :is(.\[\&_ul\]\:gap-y-2 ul) {
  row-gap: 0.5rem;
}

.vlv-tw-bw :is(.\[\&_ul\]\:text-left ul) {
  text-align: left;
}

.vlv-tw-bw :is(.\[\&_li\]\:\[\&_ul\]\:ml-4 ul li) {
  margin-left: 1rem;
}
