/*
! tailwindcss v3.4.3 | 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: currentColor;
  /* 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: 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: #263067;
  --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: #263067;
}

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: #263067;
  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: #263067;
  --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;
}

/*** @font-face Rules ***/

/* Lato - Latin character set (extended to include "the most important glyphs for European Latin-based languages") */

@font-face {
  font-family: 'Lato';

  font-style: italic;

  font-weight: 100;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/lato/LatoLatin-HairlineItalic.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';

  font-style: normal;

  font-weight: 100;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/lato/LatoLatin-Hairline.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';

  font-style: italic;

  font-weight: 200;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/lato/LatoLatin-ThinItalic.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';

  font-style: normal;

  font-weight: 200;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/lato/LatoLatin-Thin.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';

  font-style: italic;

  font-weight: 300;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/lato/LatoLatin-LightItalic.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';

  font-style: normal;

  font-weight: 300;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/lato/LatoLatin-Light.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';

  font-style: italic;

  font-weight: 400;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/lato/LatoLatin-Italic.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/lato/LatoLatin-Regular.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';

  font-style: italic;

  font-weight: 500;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/lato/LatoLatin-MediumItalic.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';

  font-style: normal;

  font-weight: 500;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/lato/LatoLatin-Medium.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';

  font-style: italic;

  font-weight: 600;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/lato/LatoLatin-SemiboldItalic.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';

  font-style: normal;

  font-weight: 600;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/lato/LatoLatin-Semibold.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';

  font-style: italic;

  font-weight: 700;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/lato/LatoLatin-BoldItalic.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/lato/LatoLatin-Bold.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';

  font-style: italic;

  font-weight: 800;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/lato/LatoLatin-HeavyItalic.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';

  font-style: normal;

  font-weight: 800;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/lato/LatoLatin-Heavy.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';

  font-style: italic;

  font-weight: 900;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/lato/LatoLatin-BlackItalic.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';

  font-style: normal;

  font-weight: 900;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/lato/LatoLatin-Black.woff2) format('woff2');
}

/* Playfair Display - Latin character set */

@font-face {
  font-family: 'Playfair Display';

  font-style: italic;

  font-weight: 400;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/playfair/playfair-display-latin-400-italic.woff2) format('woff2');
}

@font-face {
  font-family: 'Playfair Display';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/playfair/playfair-display-latin-400-normal.woff2) format('woff2');
}

@font-face {
  font-family: 'Playfair Display';

  font-style: italic;

  font-weight: 500;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/playfair/playfair-display-latin-500-italic.woff2) format('woff2');
}

@font-face {
  font-family: 'Playfair Display';

  font-style: normal;

  font-weight: 500;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/playfair/playfair-display-latin-500-normal.woff2) format('woff2');
}

@font-face {
  font-family: 'Playfair Display';

  font-style: italic;

  font-weight: 600;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/playfair/playfair-display-latin-600-italic.woff2) format('woff2');
}

@font-face {
  font-family: 'Playfair Display';

  font-style: normal;

  font-weight: 600;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/playfair/playfair-display-latin-600-normal.woff2) format('woff2');
}

@font-face {
  font-family: 'Playfair Display';

  font-style: italic;

  font-weight: 700;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/playfair/playfair-display-latin-700-italic.woff2) format('woff2');
}

@font-face {
  font-family: 'Playfair Display';

  font-style: normal;

  font-weight: 700;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/playfair/playfair-display-latin-700-normal.woff2) format('woff2');
}

@font-face {
  font-family: 'Playfair Display';

  font-style: italic;

  font-weight: 800;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/playfair/playfair-display-latin-800-italic.woff2) format('woff2');
}

@font-face {
  font-family: 'Playfair Display';

  font-style: normal;

  font-weight: 800;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/playfair/playfair-display-latin-800-normal.woff2) format('woff2');
}

@font-face {
  font-family: 'Playfair Display';

  font-style: italic;

  font-weight: 900;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/playfair/playfair-display-latin-900-italic.woff2) format('woff2');
}

@font-face {
  font-family: 'Playfair Display';

  font-style: normal;

  font-weight: 900;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/playfair/playfair-display-latin-900-normal.woff2) format('woff2');
}

/* Satisfy - Latin character set */

@font-face {
  font-family: 'Satisfy';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url(/wp-content/themes/le-default/assets/fonts/satisfy/satisfy-latin-400-normal.woff2) format('woff2');
}

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

.prose {
  color: var(--tw-prose-body);
  max-width: 100%;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-slate {
  --tw-prose-body: #38383D;
  --tw-prose-headings: #38383D;
  --tw-prose-lead: #38383D;
  --tw-prose-links: #38383D;
  --tw-prose-bold: #38383D;
  --tw-prose-counters: #38383D;
  --tw-prose-bullets: #70707A;
  --tw-prose-hr: #38383D;
  --tw-prose-quotes: #38383D;
  --tw-prose-quote-borders: #70707A;
  --tw-prose-captions: #70707A;
  --tw-prose-kbd: #38383D;
  --tw-prose-kbd-shadows: #38383D;
  --tw-prose-code: #38383D;
  --tw-prose-pre-code: #70707A;
  --tw-prose-pre-bg: #38383D;
  --tw-prose-th-borders: #70707A;
  --tw-prose-td-borders: #70707A;
  --tw-prose-invert-body: #70707A;
  --tw-prose-invert-headings: #ffffff;
  --tw-prose-invert-lead: #70707A;
  --tw-prose-invert-links: #ffffff;
  --tw-prose-invert-bold: #ffffff;
  --tw-prose-invert-counters: #70707A;
  --tw-prose-invert-bullets: #38383D;
  --tw-prose-invert-hr: #38383D;
  --tw-prose-invert-quotes: #70707A;
  --tw-prose-invert-quote-borders: #38383D;
  --tw-prose-invert-captions: #70707A;
  --tw-prose-invert-kbd: #ffffff;
  --tw-prose-invert-kbd-shadows: #ffffff;
  --tw-prose-invert-code: #ffffff;
  --tw-prose-invert-pre-code: #70707A;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #38383D;
  --tw-prose-invert-td-borders: #38383D;
}

.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #263067;
  --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: #263067;
}

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

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

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

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

.form-input::-webkit-datetime-edit {
  display: inline-flex;
}

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

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.skeleton-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/*** Standard Layout Classes ***/

.le-themes-contain-x {
  /* Full width up to 2xl screen, then apply container */
  width: 100%;
}

.le-themes-pad-x {
  /* Responsive left/right padding */
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.le-themes-pad-y {
  /* Consistent top/bottom padding */
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

@media (min-width: 640px) {
  .le-themes-pad-x {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .le-themes-pad-x {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1280px) {
  .le-themes-pad-x {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1600px) {
  .le-themes-contain-x {
    width: 100%;
  }

  @media (min-width: 640px) {
    .le-themes-contain-x {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .le-themes-contain-x {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .le-themes-contain-x {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .le-themes-contain-x {
      max-width: 1280px;
    }
  }

  @media (min-width: 1600px) {
    .le-themes-contain-x {
      max-width: 1600px;
    }
  }

  .le-themes-contain-x {
    margin-left: auto;
    margin-right: auto;
  }
}

.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;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-\[3px\] {
  inset: 3px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-\[50\%\] {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-\[2rem\] {
  top: 2rem;
}

.top-\[8rem\] {
  top: 8rem;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

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

.z-\[900\] {
  z-index: 900;
}

.float-left {
  float: left;
}

.\!m-0 {
  margin: 0px !important;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-2\.5 {
  margin: -0.625rem;
}

.-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[13\/11\] {
  aspect-ratio: 13/11;
}

.aspect-\[1440\/109\] {
  aspect-ratio: 1440/109;
}

.aspect-\[2\/3\] {
  aspect-ratio: 2/3;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.aspect-\[5\/1\] {
  aspect-ratio: 5/1;
}

.aspect-\[5\/4\] {
  aspect-ratio: 5/4;
}

.aspect-\[9\/8\] {
  aspect-ratio: 9/8;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-16 {
  width: 4rem;
  height: 4rem;
}

.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-\[1\.25rem\] {
  height: 1.25rem;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[2\.5rem\] {
  height: 2.5rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-\[21rem\] {
  max-height: 21rem;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

.min-h-10 {
  min-height: 2.5rem;
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-40 {
  min-height: 10rem;
}

.min-h-80 {
  min-height: 20rem;
}

.min-h-\[160px\] {
  min-height: 160px;
}

.min-h-\[205px\] {
  min-height: 205px;
}

.min-h-\[320px\] {
  min-height: 320px;
}

.min-h-\[33vh\] {
  min-height: 33vh;
}

.min-h-\[4\.25rem\] {
  min-height: 4.25rem;
}

.min-h-\[60vh\] {
  min-height: 60vh;
}

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-32 {
  width: 8rem;
}

.w-4\/5 {
  width: 80%;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-\[10em\] {
  width: 10em;
}

.w-\[17\.5rem\] {
  width: 17.5rem;
}

.w-\[2px\] {
  width: 2px;
}

.w-\[30ch\] {
  width: 30ch;
}

.w-\[40rem\] {
  width: 40rem;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.max-w-\[18\.125rem\] {
  max-width: 18.125rem;
}

.max-w-\[360px\] {
  max-width: 360px;
}

.max-w-\[450px\] {
  max-width: 450px;
}

.max-w-\[480px\] {
  max-width: 480px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[640px\] {
  max-width: 640px;
}

.max-w-\[90vw\] {
  max-width: 90vw;
}

.max-w-md {
  max-width: 28rem;
}

.shrink-0 {
  flex-shrink: 0;
}

.origin-top-right {
  transform-origin: top right;
}

.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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));
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

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

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

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.place-items-center {
  place-items: center;
}

.items-start {
  align-items: flex-start;
}

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

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

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

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

.justify-center {
  justify-content: center;
}

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

.justify-evenly {
  justify-content: space-evenly;
}

.justify-items-center {
  justify-items: center;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-0\.5 {
  row-gap: 0.125rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.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));
}

.self-center {
  align-self: center;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-y-auto {
  overflow-y: auto;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-\[3px\] {
  border-width: 3px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-\[0\.1em\] {
  border-bottom-width: 0.1em;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-none {
  border-style: none;
}

.\!border-current {
  border-color: currentColor !important;
}

.border-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  border-color: rgba(0,0,0,0.1);
}

.border-\[rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  border-color: rgba(0,0,0,0.2);
}

.border-\[rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  border-color: rgba(0,0,0,0.3);
}

.border-current {
  border-color: currentColor;
}

.border-midnight-50 {
  --tw-border-opacity: 1;
  border-color: rgb(188 197 202 / var(--tw-border-opacity));
}

.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(229 24 13 / var(--tw-border-opacity));
}

.border-slate {
  --tw-border-opacity: 1;
  border-color: rgb(56 56 61 / var(--tw-border-opacity));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(147 147 159 / var(--tw-border-opacity));
}

.border-slate-light\/60 {
  border-color: rgb(112 112 122 / 0.6);
}

.border-teal {
  --tw-border-opacity: 1;
  border-color: rgb(10 119 144 / 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));
}

.\!bg-transparent {
  background-color: transparent !important;
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  background-color: rgba(0,0,0,0.05);
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  background-color: rgba(0,0,0,0.1);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-midnight {
  --tw-bg-opacity: 1;
  background-color: rgb(2 36 57 / var(--tw-bg-opacity));
}

.bg-midnight-50\/60 {
  background-color: rgb(188 197 202 / 0.6);
}

.bg-midnight-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(229 24 13 / var(--tw-bg-opacity));
}

.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(10 119 144 / var(--tw-bg-opacity));
}

.bg-teal-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 245 245 / var(--tw-bg-opacity));
}

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

.bg-opacity-65 {
  --tw-bg-opacity: 0.65;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-teal {
  --tw-gradient-from: #0a7790 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 119 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[30\%\] {
  --tw-gradient-from-position: 30%;
}

.to-\[rgba\(255\2c 255\2c 255\2c 0\.3\)\] {
  --tw-gradient-to: rgba(255,255,255,0.3) var(--tw-gradient-to-position);
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.\!pt-0 {
  padding-top: 0px !important;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.\!font-satisfy {
  font-family: Satisfy, sans-serif !important;
}

.\!text-3xl {
  font-size: 1.75rem !important;
  line-height: 1.25 !important;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 1.25;
}

.text-3xl {
  font-size: 1.75rem;
  line-height: 1.25;
}

.text-4xl {
  font-size: 2rem;
  line-height: 1.25;
}

.text-base {
  font-size: 1rem;
  line-height: 1.625;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.625;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.625;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1.625;
}

.\!font-normal {
  font-weight: 400 !important;
}

.\!font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.\!normal-case {
  text-transform: none !important;
}

.italic {
  font-style: italic;
}

.\!leading-snug {
  line-height: 1.375 !important;
}

.\!leading-tight {
  line-height: 1.25 !important;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.\!text-rose {
  --tw-text-opacity: 1 !important;
  color: rgb(103 62 88 / var(--tw-text-opacity)) !important;
}

.\!text-slate {
  --tw-text-opacity: 1 !important;
  color: rgb(56 56 61 / var(--tw-text-opacity)) !important;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(38 48 103 / var(--tw-text-opacity));
}

.text-midnight {
  --tw-text-opacity: 1;
  color: rgb(2 36 57 / var(--tw-text-opacity));
}

.text-midnight-50 {
  --tw-text-opacity: 1;
  color: rgb(188 197 202 / var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(229 24 13 / var(--tw-text-opacity));
}

.text-slate {
  --tw-text-opacity: 1;
  color: rgb(56 56 61 / var(--tw-text-opacity));
}

.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(147 147 159 / var(--tw-text-opacity));
}

.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(112 112 122 / var(--tw-text-opacity));
}

.text-slate-light {
  --tw-text-opacity: 1;
  color: rgb(112 112 122 / var(--tw-text-opacity));
}

.text-teal {
  --tw-text-opacity: 1;
  color: rgb(10 119 144 / var(--tw-text-opacity));
}

.text-teal-50 {
  --tw-text-opacity: 1;
  color: rgb(200 221 221 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(255 215 0 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.underline-offset-\[3px\] {
  text-underline-offset: 3px;
}

.\!opacity-60 {
  opacity: 0.6 !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-60 {
  opacity: 0.6;
}

.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-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.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);
}

.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-transparent {
  --tw-ring-color: transparent !important;
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.skeleton-text-\[12\]:empty:before {
  --tw-content: '\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000';
}

.skeleton-text-\[24\]:empty:before {
  --tw-content: '\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000';
}

.skeleton-text-\[400\]:empty:before {
  --tw-content: '\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000';
}

.skeleton-text-\[48\]:empty:before {
  --tw-content: '\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000';
}

.skeleton-text-\[6\]:empty:before {
  --tw-content: '\3000\3000\3000\3000\3000\3000';
}

.skeleton-text-\[8\]:empty:before {
  --tw-content: '\3000\3000\3000\3000\3000\3000\3000\3000';
}

[class*="skeleton-text-"]:empty:before {
  content: var(--tw-content);
  background-color: #bcc5ca;
  white-space: break-spaces;
  word-break: break-all;
  border-radius: inherit;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

[class*="skeleton-text-"].truncate:empty:before {
  white-space: normal;
}

.skeleton-box {
  background-color: #bcc5ca;
}

/*** Additional Utilities ***/

/* Use a CSS variable to set background image (allows for fallback values) */

.bg-image-url {
  background-image: var(--bg-image, none);
}

/*** AlpineJS & custom elements ***/

[x-cloak],
:not(:defined) {
  display: none !important;
}

/*** Global Theme Styles ***/

/* INLINE TEXT STYLES */

p a {
  /* underline links in paragraphs */
  text-decoration: underline;
}

p a:hover,
p a:focus {
  /* dotted underline on hover/focus */
  text-decoration-style: dotted;
}

/* ICONS */

svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  fill: currentColor;
}

/* FONT SIZE */

:root {
  /* For screens up to xl breakpoint: 1 rem == 16px (fixed)*/
  font-size: 16px;
  scroll-behavior: smooth;
}

@media (min-width: 1280px) {
  :root {
    /* For screens within xl range: 1 rem == 1.25vw (scales with viewport width) */
    font-size: 1.25vw;
  }
}

@media (min-width: 1600px) {
  :root {
    /* For screens above 2xl breakpoint: 1 rem == 20px (fixed) */
    font-size: 20px;
  }
}

body[class*="theme-le-"] {
  /* Set default font size based on responsive rem units */
  font-size: 1rem;
}

/* Cursor control for buttons/links */

.cursor-progress-within a,
.cursor-progress-within button {
  cursor: progress !important;
}

/* PAGE BACKGROUND COLOR */

body.theme-le-family {
  --tw-bg-opacity: 1;
  background-color: rgb(248 251 255 / var(--tw-bg-opacity));
}

/* FONT FAMILY & COLOR */

/* Body text family/color is the same for all themes */

body {
  font-family: 'Lato', sans-serif;
  --tw-text-opacity: 1;
  color: rgb(56 56 61 / var(--tw-text-opacity));
}

/* Including PureCSS layout classes so that article content from Travel Leaders APIs displays correctly
    Pure v3.0.0
    Copyright 2013 Yahoo!
    Licensed under the BSD License.
    https://github.com/pure-css/pure/blob/master/LICENSE
*/

.pure-g {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start
}

.pure-u {
  display: inline-block;
  vertical-align: top
}

.pure-u-1,.pure-u-1-1,.pure-u-1-12,.pure-u-1-2,.pure-u-1-24,.pure-u-1-3,.pure-u-1-4,.pure-u-1-5,.pure-u-1-6,.pure-u-1-8,.pure-u-10-24,.pure-u-11-12,.pure-u-11-24,.pure-u-12-24,.pure-u-13-24,.pure-u-14-24,.pure-u-15-24,.pure-u-16-24,.pure-u-17-24,.pure-u-18-24,.pure-u-19-24,.pure-u-2-24,.pure-u-2-3,.pure-u-2-5,.pure-u-20-24,.pure-u-21-24,.pure-u-22-24,.pure-u-23-24,.pure-u-24-24,.pure-u-3-24,.pure-u-3-4,.pure-u-3-5,.pure-u-3-8,.pure-u-4-24,.pure-u-4-5,.pure-u-5-12,.pure-u-5-24,.pure-u-5-5,.pure-u-5-6,.pure-u-5-8,.pure-u-6-24,.pure-u-7-12,.pure-u-7-24,.pure-u-7-8,.pure-u-8-24,.pure-u-9-24 {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto
}

.pure-u-1-24 {
  width: 4.1667%
}

.pure-u-1-12,.pure-u-2-24 {
  width: 8.3333%
}

.pure-u-1-8,.pure-u-3-24 {
  width: 12.5%
}

.pure-u-1-6,.pure-u-4-24 {
  width: 16.6667%
}

.pure-u-1-5 {
  width: 20%
}

.pure-u-5-24 {
  width: 20.8333%
}

.pure-u-1-4,.pure-u-6-24 {
  width: 25%
}

.pure-u-7-24 {
  width: 29.1667%
}

.pure-u-1-3,.pure-u-8-24 {
  width: 33.3333%
}

.pure-u-3-8,.pure-u-9-24 {
  width: 37.5%
}

.pure-u-2-5 {
  width: 40%
}

.pure-u-10-24,.pure-u-5-12 {
  width: 41.6667%
}

.pure-u-11-24 {
  width: 45.8333%
}

.pure-u-1-2,.pure-u-12-24 {
  width: 50%
}

.pure-u-13-24 {
  width: 54.1667%
}

.pure-u-14-24,.pure-u-7-12 {
  width: 58.3333%
}

.pure-u-3-5 {
  width: 60%
}

.pure-u-15-24,.pure-u-5-8 {
  width: 62.5%
}

.pure-u-16-24,.pure-u-2-3 {
  width: 66.6667%
}

.pure-u-17-24 {
  width: 70.8333%
}

.pure-u-18-24,.pure-u-3-4 {
  width: 75%
}

.pure-u-19-24 {
  width: 79.1667%
}

.pure-u-4-5 {
  width: 80%
}

.pure-u-20-24,.pure-u-5-6 {
  width: 83.3333%
}

.pure-u-21-24,.pure-u-7-8 {
  width: 87.5%
}

.pure-u-11-12,.pure-u-22-24 {
  width: 91.6667%
}

.pure-u-23-24 {
  width: 95.8333%
}

.pure-u-1,.pure-u-1-1,.pure-u-24-24,.pure-u-5-5 {
  width: 100%
}

.pure-button {
  display: inline-block;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  box-sizing: border-box
}

.pure-button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.pure-button-group {
  letter-spacing: -.31em;
  text-rendering: optimizespeed
}

.opera-only :-o-prefocus,.pure-button-group {
  word-spacing: -0.43em
}

.pure-button-group .pure-button {
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto
}

.pure-button {
  font-family: inherit;
  font-size: 100%;
  padding: .5em 1em;
  color: rgba(0,0,0,.8);
  border: none transparent;
  background-color: #e6e6e6;
  text-decoration: none;
  border-radius: 2px
}

.pure-button-hover,.pure-button:focus,.pure-button:hover {
  background-image: linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))
}

.pure-button:focus {
  outline: 0
}

.pure-button-active,.pure-button:active {
  box-shadow: 0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;
  border-color: #000
}

.pure-button-disabled,.pure-button-disabled:active,.pure-button-disabled:focus,.pure-button-disabled:hover,.pure-button[disabled] {
  border: none;
  background-image: none;
  opacity: .4;
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none
}

.pure-button-hidden {
  display: none
}

.pure-button-primary,.pure-button-selected,a.pure-button-primary,a.pure-button-selected {
  background-color: #0078e7;
  color: #fff
}

.pure-button-group .pure-button {
  margin: 0;
  border-radius: 0;
  border-right: 1px solid rgba(0,0,0,.2)
}

.pure-button-group .pure-button:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px
}

.pure-button-group .pure-button:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: none
}

.pure-form input[type=color],.pure-form input[type=date],.pure-form input[type=datetime-local],.pure-form input[type=datetime],.pure-form input[type=email],.pure-form input[type=month],.pure-form input[type=number],.pure-form input[type=password],.pure-form input[type=search],.pure-form input[type=tel],.pure-form input[type=text],.pure-form input[type=time],.pure-form input[type=url],.pure-form input[type=week],.pure-form select,.pure-form textarea {
  padding: .5em .6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box
}

.pure-form input:not([type]) {
  padding: .5em .6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  box-sizing: border-box
}

.pure-form input[type=color] {
  padding: .2em .5em
}

.pure-form input[type=color]:focus,.pure-form input[type=date]:focus,.pure-form input[type=datetime-local]:focus,.pure-form input[type=datetime]:focus,.pure-form input[type=email]:focus,.pure-form input[type=month]:focus,.pure-form input[type=number]:focus,.pure-form input[type=password]:focus,.pure-form input[type=search]:focus,.pure-form input[type=tel]:focus,.pure-form input[type=text]:focus,.pure-form input[type=time]:focus,.pure-form input[type=url]:focus,.pure-form input[type=week]:focus,.pure-form select:focus,.pure-form textarea:focus {
  outline: 0;
  border-color: #129fea
}

.pure-form input:not([type]):focus {
  outline: 0;
  border-color: #129fea
}

.pure-form input[type=checkbox]:focus,.pure-form input[type=file]:focus,.pure-form input[type=radio]:focus {
  outline: thin solid #129FEA;
  outline: 1px auto #129FEA
}

.pure-form .pure-checkbox,.pure-form .pure-radio {
  margin: .5em 0;
  display: block
}

.pure-form input[type=color][disabled],.pure-form input[type=date][disabled],.pure-form input[type=datetime-local][disabled],.pure-form input[type=datetime][disabled],.pure-form input[type=email][disabled],.pure-form input[type=month][disabled],.pure-form input[type=number][disabled],.pure-form input[type=password][disabled],.pure-form input[type=search][disabled],.pure-form input[type=tel][disabled],.pure-form input[type=text][disabled],.pure-form input[type=time][disabled],.pure-form input[type=url][disabled],.pure-form input[type=week][disabled],.pure-form select[disabled],.pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3
}

.pure-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3
}

.pure-form input[readonly],.pure-form select[readonly],.pure-form textarea[readonly] {
  background-color: #eee;
  color: #777;
  border-color: #ccc
}

.pure-form input:focus:invalid,.pure-form select:focus:invalid,.pure-form textarea:focus:invalid {
  color: #b94a48;
  border-color: #e9322d
}

.pure-form input[type=checkbox]:focus:invalid:focus,.pure-form input[type=file]:focus:invalid:focus,.pure-form input[type=radio]:focus:invalid:focus {
  outline-color: #e9322d
}

.pure-form select {
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: #fff
}

.pure-form select[multiple] {
  height: auto
}

.pure-form label {
  margin: .5em 0 .2em
}

.pure-form fieldset {
  margin: 0;
  padding: .35em 0 .75em;
  border: 0
}

.pure-form legend {
  display: block;
  width: 100%;
  padding: .3em 0;
  margin-bottom: .3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5
}

.pure-form-stacked input[type=color],.pure-form-stacked input[type=date],.pure-form-stacked input[type=datetime-local],.pure-form-stacked input[type=datetime],.pure-form-stacked input[type=email],.pure-form-stacked input[type=file],.pure-form-stacked input[type=month],.pure-form-stacked input[type=number],.pure-form-stacked input[type=password],.pure-form-stacked input[type=search],.pure-form-stacked input[type=tel],.pure-form-stacked input[type=text],.pure-form-stacked input[type=time],.pure-form-stacked input[type=url],.pure-form-stacked input[type=week],.pure-form-stacked label,.pure-form-stacked select,.pure-form-stacked textarea {
  display: block;
  margin: .25em 0
}

.pure-form-stacked input:not([type]) {
  display: block;
  margin: .25em 0
}

.pure-form-aligned input,.pure-form-aligned select,.pure-form-aligned textarea,.pure-form-message-inline {
  display: inline-block;
  vertical-align: middle
}

.pure-form-aligned textarea {
  vertical-align: top
}

.pure-form-aligned .pure-control-group {
  margin-bottom: .5em
}

.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0
}

.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 11em
}

.pure-form .pure-input-rounded,.pure-form input.pure-input-rounded {
  border-radius: 2em;
  padding: .5em 1em
}

.pure-form .pure-group fieldset {
  margin-bottom: 10px
}

.pure-form .pure-group input,.pure-form .pure-group textarea {
  display: block;
  padding: 10px;
  margin: 0 0 -1px;
  border-radius: 0;
  position: relative;
  top: -1px
}

.pure-form .pure-group input:focus,.pure-form .pure-group textarea:focus {
  z-index: 3
}

.pure-form .pure-group input:first-child,.pure-form .pure-group textarea:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
  margin: 0
}

.pure-form .pure-group input:first-child:last-child,.pure-form .pure-group textarea:first-child:last-child {
  top: 1px;
  border-radius: 4px;
  margin: 0
}

.pure-form .pure-group input:last-child,.pure-form .pure-group textarea:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
  margin: 0
}

.pure-form .pure-group button {
  margin: .35em 0
}

.pure-form .pure-input-1 {
  width: 100%
}

.pure-form .pure-input-3-4 {
  width: 75%
}

.pure-form .pure-input-2-3 {
  width: 66%
}

.pure-form .pure-input-1-2 {
  width: 50%
}

.pure-form .pure-input-1-3 {
  width: 33%
}

.pure-form .pure-input-1-4 {
  width: 25%
}

.pure-form-message-inline {
  display: inline-block;
  padding-left: .3em;
  color: #666;
  vertical-align: middle;
  font-size: .875em
}

.pure-form-message {
  display: block;
  color: #666;
  font-size: .875em
}

@media only screen and (max-width : 480px) {
  .pure-form button[type=submit] {
    margin:.7em 0 0
  }

  .pure-form input:not([type]),.pure-form input[type=color],.pure-form input[type=date],.pure-form input[type=datetime-local],.pure-form input[type=datetime],.pure-form input[type=email],.pure-form input[type=month],.pure-form input[type=number],.pure-form input[type=password],.pure-form input[type=search],.pure-form input[type=tel],.pure-form input[type=text],.pure-form input[type=time],.pure-form input[type=url],.pure-form input[type=week],.pure-form label {
    margin-bottom: .3em;
    display: block
  }

  .pure-group input:not([type]),.pure-group input[type=color],.pure-group input[type=date],.pure-group input[type=datetime-local],.pure-group input[type=datetime],.pure-group input[type=email],.pure-group input[type=month],.pure-group input[type=number],.pure-group input[type=password],.pure-group input[type=search],.pure-group input[type=tel],.pure-group input[type=text],.pure-group input[type=time],.pure-group input[type=url],.pure-group input[type=week] {
    margin-bottom: 0
  }

  .pure-form-aligned .pure-control-group label {
    margin-bottom: .3em;
    text-align: left;
    display: block;
    width: 100%
  }

  .pure-form-aligned .pure-controls {
    margin: 1.5em 0 0 0
  }

  .pure-form-message,.pure-form-message-inline {
    display: block;
    font-size: .75em;
    padding: .2em 0 .8em
  }
}

.pure-menu {
  box-sizing: border-box
}

.pure-menu-fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3
}

.pure-menu-item,.pure-menu-list {
  position: relative
}

.pure-menu-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.pure-menu-item {
  padding: 0;
  margin: 0;
  height: 100%
}

.pure-menu-heading,.pure-menu-link {
  display: block;
  text-decoration: none;
  white-space: nowrap
}

.pure-menu-horizontal {
  width: 100%;
  white-space: nowrap
}

.pure-menu-horizontal .pure-menu-list {
  display: inline-block
}

.pure-menu-horizontal .pure-menu-heading,.pure-menu-horizontal .pure-menu-item,.pure-menu-horizontal .pure-menu-separator {
  display: inline-block;
  vertical-align: middle
}

.pure-menu-item .pure-menu-item {
  display: block
}

.pure-menu-children {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 3
}

.pure-menu-horizontal .pure-menu-children {
  left: 0;
  top: auto;
  width: inherit
}

.pure-menu-active>.pure-menu-children,.pure-menu-allow-hover:hover>.pure-menu-children {
  display: block;
  position: absolute
}

.pure-menu-has-children>.pure-menu-link:after {
  padding-left: .5em;
  content: "\25B8";
  font-size: small
}

.pure-menu-horizontal .pure-menu-has-children>.pure-menu-link:after {
  content: "\25BE"
}

.pure-menu-scrollable {
  overflow-y: scroll;
  overflow-x: hidden
}

.pure-menu-scrollable .pure-menu-list {
  display: block
}

.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
  display: inline-block
}

.pure-menu-horizontal.pure-menu-scrollable {
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  padding: .5em 0
}

.pure-menu-horizontal .pure-menu-children .pure-menu-separator,.pure-menu-separator {
  background-color: #ccc;
  height: 1px;
  margin: .3em 0
}

.pure-menu-horizontal .pure-menu-separator {
  width: 1px;
  height: 1.3em;
  margin: 0 .3em
}

.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
  display: block;
  width: auto
}

.pure-menu-heading {
  text-transform: uppercase;
  color: #565d64
}

.pure-menu-link {
  color: #777
}

.pure-menu-children {
  background-color: #fff
}

.pure-menu-heading,.pure-menu-link {
  padding: .5em 1em
}

.pure-menu-disabled {
  opacity: .5
}

.pure-menu-disabled .pure-menu-link:hover {
  background-color: transparent;
  cursor: default
}

.pure-menu-active>.pure-menu-link,.pure-menu-link:focus,.pure-menu-link:hover {
  background-color: #eee
}

.pure-menu-selected>.pure-menu-link,.pure-menu-selected>.pure-menu-link:visited {
  color: #000
}

.pure-table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb
}

.pure-table caption {
  color: #000;
  font: italic 85%/1 arial,sans-serif;
  padding: 1em 0;
  text-align: center
}

.pure-table td,.pure-table th {
  border-left: 1px solid #cbcbcb;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: .5em 1em
}

.pure-table thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom
}

.pure-table td {
  background-color: transparent
}

.pure-table-odd td {
  background-color: #f2f2f2
}

.pure-table-striped tr:nth-child(2n-1) td {
  background-color: #f2f2f2
}

.pure-table-bordered td {
  border-bottom: 1px solid #cbcbcb
}

.pure-table-bordered tbody>tr:last-child>td {
  border-bottom-width: 0
}

.pure-table-horizontal td,.pure-table-horizontal th {
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #cbcbcb
}

.pure-table-horizontal tbody>tr:last-child>td {
  border-bottom-width: 0
}

@media screen and (min-width: 35.5em) {
  .pure-u-sm-1,.pure-u-sm-1-1,.pure-u-sm-1-12,.pure-u-sm-1-2,.pure-u-sm-1-24,.pure-u-sm-1-3,.pure-u-sm-1-4,.pure-u-sm-1-5,.pure-u-sm-1-6,.pure-u-sm-1-8,.pure-u-sm-10-24,.pure-u-sm-11-12,.pure-u-sm-11-24,.pure-u-sm-12-24,.pure-u-sm-13-24,.pure-u-sm-14-24,.pure-u-sm-15-24,.pure-u-sm-16-24,.pure-u-sm-17-24,.pure-u-sm-18-24,.pure-u-sm-19-24,.pure-u-sm-2-24,.pure-u-sm-2-3,.pure-u-sm-2-5,.pure-u-sm-20-24,.pure-u-sm-21-24,.pure-u-sm-22-24,.pure-u-sm-23-24,.pure-u-sm-24-24,.pure-u-sm-3-24,.pure-u-sm-3-4,.pure-u-sm-3-5,.pure-u-sm-3-8,.pure-u-sm-4-24,.pure-u-sm-4-5,.pure-u-sm-5-12,.pure-u-sm-5-24,.pure-u-sm-5-5,.pure-u-sm-5-6,.pure-u-sm-5-8,.pure-u-sm-6-24,.pure-u-sm-7-12,.pure-u-sm-7-24,.pure-u-sm-7-8,.pure-u-sm-8-24,.pure-u-sm-9-24 {
    display:inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
  }

  .pure-u-sm-1-24 {
    width: 4.1667%
  }

  .pure-u-sm-1-12,.pure-u-sm-2-24 {
    width: 8.3333%
  }

  .pure-u-sm-1-8,.pure-u-sm-3-24 {
    width: 12.5%
  }

  .pure-u-sm-1-6,.pure-u-sm-4-24 {
    width: 16.6667%
  }

  .pure-u-sm-1-5 {
    width: 20%
  }

  .pure-u-sm-5-24 {
    width: 20.8333%
  }

  .pure-u-sm-1-4,.pure-u-sm-6-24 {
    width: 25%
  }

  .pure-u-sm-7-24 {
    width: 29.1667%
  }

  .pure-u-sm-1-3,.pure-u-sm-8-24 {
    width: 33.3333%
  }

  .pure-u-sm-3-8,.pure-u-sm-9-24 {
    width: 37.5%
  }

  .pure-u-sm-2-5 {
    width: 40%
  }

  .pure-u-sm-10-24,.pure-u-sm-5-12 {
    width: 41.6667%
  }

  .pure-u-sm-11-24 {
    width: 45.8333%
  }

  .pure-u-sm-1-2,.pure-u-sm-12-24 {
    width: 50%
  }

  .pure-u-sm-13-24 {
    width: 54.1667%
  }

  .pure-u-sm-14-24,.pure-u-sm-7-12 {
    width: 58.3333%
  }

  .pure-u-sm-3-5 {
    width: 60%
  }

  .pure-u-sm-15-24,.pure-u-sm-5-8 {
    width: 62.5%
  }

  .pure-u-sm-16-24,.pure-u-sm-2-3 {
    width: 66.6667%
  }

  .pure-u-sm-17-24 {
    width: 70.8333%
  }

  .pure-u-sm-18-24,.pure-u-sm-3-4 {
    width: 75%
  }

  .pure-u-sm-19-24 {
    width: 79.1667%
  }

  .pure-u-sm-4-5 {
    width: 80%
  }

  .pure-u-sm-20-24,.pure-u-sm-5-6 {
    width: 83.3333%
  }

  .pure-u-sm-21-24,.pure-u-sm-7-8 {
    width: 87.5%
  }

  .pure-u-sm-11-12,.pure-u-sm-22-24 {
    width: 91.6667%
  }

  .pure-u-sm-23-24 {
    width: 95.8333%
  }

  .pure-u-sm-1,.pure-u-sm-1-1,.pure-u-sm-24-24,.pure-u-sm-5-5 {
    width: 100%
  }
}

@media screen and (min-width: 48em) {
  .pure-u-md-1,.pure-u-md-1-1,.pure-u-md-1-12,.pure-u-md-1-2,.pure-u-md-1-24,.pure-u-md-1-3,.pure-u-md-1-4,.pure-u-md-1-5,.pure-u-md-1-6,.pure-u-md-1-8,.pure-u-md-10-24,.pure-u-md-11-12,.pure-u-md-11-24,.pure-u-md-12-24,.pure-u-md-13-24,.pure-u-md-14-24,.pure-u-md-15-24,.pure-u-md-16-24,.pure-u-md-17-24,.pure-u-md-18-24,.pure-u-md-19-24,.pure-u-md-2-24,.pure-u-md-2-3,.pure-u-md-2-5,.pure-u-md-20-24,.pure-u-md-21-24,.pure-u-md-22-24,.pure-u-md-23-24,.pure-u-md-24-24,.pure-u-md-3-24,.pure-u-md-3-4,.pure-u-md-3-5,.pure-u-md-3-8,.pure-u-md-4-24,.pure-u-md-4-5,.pure-u-md-5-12,.pure-u-md-5-24,.pure-u-md-5-5,.pure-u-md-5-6,.pure-u-md-5-8,.pure-u-md-6-24,.pure-u-md-7-12,.pure-u-md-7-24,.pure-u-md-7-8,.pure-u-md-8-24,.pure-u-md-9-24 {
    display:inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
  }

  .pure-u-md-1-24 {
    width: 4.1667%
  }

  .pure-u-md-1-12,.pure-u-md-2-24 {
    width: 8.3333%
  }

  .pure-u-md-1-8,.pure-u-md-3-24 {
    width: 12.5%
  }

  .pure-u-md-1-6,.pure-u-md-4-24 {
    width: 16.6667%
  }

  .pure-u-md-1-5 {
    width: 20%
  }

  .pure-u-md-5-24 {
    width: 20.8333%
  }

  .pure-u-md-1-4,.pure-u-md-6-24 {
    width: 25%
  }

  .pure-u-md-7-24 {
    width: 29.1667%
  }

  .pure-u-md-1-3,.pure-u-md-8-24 {
    width: 33.3333%
  }

  .pure-u-md-3-8,.pure-u-md-9-24 {
    width: 37.5%
  }

  .pure-u-md-2-5 {
    width: 40%
  }

  .pure-u-md-10-24,.pure-u-md-5-12 {
    width: 41.6667%
  }

  .pure-u-md-11-24 {
    width: 45.8333%
  }

  .pure-u-md-1-2,.pure-u-md-12-24 {
    width: 50%
  }

  .pure-u-md-13-24 {
    width: 54.1667%
  }

  .pure-u-md-14-24,.pure-u-md-7-12 {
    width: 58.3333%
  }

  .pure-u-md-3-5 {
    width: 60%
  }

  .pure-u-md-15-24,.pure-u-md-5-8 {
    width: 62.5%
  }

  .pure-u-md-16-24,.pure-u-md-2-3 {
    width: 66.6667%
  }

  .pure-u-md-17-24 {
    width: 70.8333%
  }

  .pure-u-md-18-24,.pure-u-md-3-4 {
    width: 75%
  }

  .pure-u-md-19-24 {
    width: 79.1667%
  }

  .pure-u-md-4-5 {
    width: 80%
  }

  .pure-u-md-20-24,.pure-u-md-5-6 {
    width: 83.3333%
  }

  .pure-u-md-21-24,.pure-u-md-7-8 {
    width: 87.5%
  }

  .pure-u-md-11-12,.pure-u-md-22-24 {
    width: 91.6667%
  }

  .pure-u-md-23-24 {
    width: 95.8333%
  }

  .pure-u-md-1,.pure-u-md-1-1,.pure-u-md-24-24,.pure-u-md-5-5 {
    width: 100%
  }
}

@media screen and (min-width: 64em) {
  .pure-u-lg-1,.pure-u-lg-1-1,.pure-u-lg-1-12,.pure-u-lg-1-2,.pure-u-lg-1-24,.pure-u-lg-1-3,.pure-u-lg-1-4,.pure-u-lg-1-5,.pure-u-lg-1-6,.pure-u-lg-1-8,.pure-u-lg-10-24,.pure-u-lg-11-12,.pure-u-lg-11-24,.pure-u-lg-12-24,.pure-u-lg-13-24,.pure-u-lg-14-24,.pure-u-lg-15-24,.pure-u-lg-16-24,.pure-u-lg-17-24,.pure-u-lg-18-24,.pure-u-lg-19-24,.pure-u-lg-2-24,.pure-u-lg-2-3,.pure-u-lg-2-5,.pure-u-lg-20-24,.pure-u-lg-21-24,.pure-u-lg-22-24,.pure-u-lg-23-24,.pure-u-lg-24-24,.pure-u-lg-3-24,.pure-u-lg-3-4,.pure-u-lg-3-5,.pure-u-lg-3-8,.pure-u-lg-4-24,.pure-u-lg-4-5,.pure-u-lg-5-12,.pure-u-lg-5-24,.pure-u-lg-5-5,.pure-u-lg-5-6,.pure-u-lg-5-8,.pure-u-lg-6-24,.pure-u-lg-7-12,.pure-u-lg-7-24,.pure-u-lg-7-8,.pure-u-lg-8-24,.pure-u-lg-9-24 {
    display:inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
  }

  .pure-u-lg-1-24 {
    width: 4.1667%
  }

  .pure-u-lg-1-12,.pure-u-lg-2-24 {
    width: 8.3333%
  }

  .pure-u-lg-1-8,.pure-u-lg-3-24 {
    width: 12.5%
  }

  .pure-u-lg-1-6,.pure-u-lg-4-24 {
    width: 16.6667%
  }

  .pure-u-lg-1-5 {
    width: 20%
  }

  .pure-u-lg-5-24 {
    width: 20.8333%
  }

  .pure-u-lg-1-4,.pure-u-lg-6-24 {
    width: 25%
  }

  .pure-u-lg-7-24 {
    width: 29.1667%
  }

  .pure-u-lg-1-3,.pure-u-lg-8-24 {
    width: 33.3333%
  }

  .pure-u-lg-3-8,.pure-u-lg-9-24 {
    width: 37.5%
  }

  .pure-u-lg-2-5 {
    width: 40%
  }

  .pure-u-lg-10-24,.pure-u-lg-5-12 {
    width: 41.6667%
  }

  .pure-u-lg-11-24 {
    width: 45.8333%
  }

  .pure-u-lg-1-2,.pure-u-lg-12-24 {
    width: 50%
  }

  .pure-u-lg-13-24 {
    width: 54.1667%
  }

  .pure-u-lg-14-24,.pure-u-lg-7-12 {
    width: 58.3333%
  }

  .pure-u-lg-3-5 {
    width: 60%
  }

  .pure-u-lg-15-24,.pure-u-lg-5-8 {
    width: 62.5%
  }

  .pure-u-lg-16-24,.pure-u-lg-2-3 {
    width: 66.6667%
  }

  .pure-u-lg-17-24 {
    width: 70.8333%
  }

  .pure-u-lg-18-24,.pure-u-lg-3-4 {
    width: 75%
  }

  .pure-u-lg-19-24 {
    width: 79.1667%
  }

  .pure-u-lg-4-5 {
    width: 80%
  }

  .pure-u-lg-20-24,.pure-u-lg-5-6 {
    width: 83.3333%
  }

  .pure-u-lg-21-24,.pure-u-lg-7-8 {
    width: 87.5%
  }

  .pure-u-lg-11-12,.pure-u-lg-22-24 {
    width: 91.6667%
  }

  .pure-u-lg-23-24 {
    width: 95.8333%
  }

  .pure-u-lg-1,.pure-u-lg-1-1,.pure-u-lg-24-24,.pure-u-lg-5-5 {
    width: 100%
  }
}

@media screen and (min-width: 80em) {
  .pure-u-xl-1,.pure-u-xl-1-1,.pure-u-xl-1-12,.pure-u-xl-1-2,.pure-u-xl-1-24,.pure-u-xl-1-3,.pure-u-xl-1-4,.pure-u-xl-1-5,.pure-u-xl-1-6,.pure-u-xl-1-8,.pure-u-xl-10-24,.pure-u-xl-11-12,.pure-u-xl-11-24,.pure-u-xl-12-24,.pure-u-xl-13-24,.pure-u-xl-14-24,.pure-u-xl-15-24,.pure-u-xl-16-24,.pure-u-xl-17-24,.pure-u-xl-18-24,.pure-u-xl-19-24,.pure-u-xl-2-24,.pure-u-xl-2-3,.pure-u-xl-2-5,.pure-u-xl-20-24,.pure-u-xl-21-24,.pure-u-xl-22-24,.pure-u-xl-23-24,.pure-u-xl-24-24,.pure-u-xl-3-24,.pure-u-xl-3-4,.pure-u-xl-3-5,.pure-u-xl-3-8,.pure-u-xl-4-24,.pure-u-xl-4-5,.pure-u-xl-5-12,.pure-u-xl-5-24,.pure-u-xl-5-5,.pure-u-xl-5-6,.pure-u-xl-5-8,.pure-u-xl-6-24,.pure-u-xl-7-12,.pure-u-xl-7-24,.pure-u-xl-7-8,.pure-u-xl-8-24,.pure-u-xl-9-24 {
    display:inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
  }

  .pure-u-xl-1-24 {
    width: 4.1667%
  }

  .pure-u-xl-1-12,.pure-u-xl-2-24 {
    width: 8.3333%
  }

  .pure-u-xl-1-8,.pure-u-xl-3-24 {
    width: 12.5%
  }

  .pure-u-xl-1-6,.pure-u-xl-4-24 {
    width: 16.6667%
  }

  .pure-u-xl-1-5 {
    width: 20%
  }

  .pure-u-xl-5-24 {
    width: 20.8333%
  }

  .pure-u-xl-1-4,.pure-u-xl-6-24 {
    width: 25%
  }

  .pure-u-xl-7-24 {
    width: 29.1667%
  }

  .pure-u-xl-1-3,.pure-u-xl-8-24 {
    width: 33.3333%
  }

  .pure-u-xl-3-8,.pure-u-xl-9-24 {
    width: 37.5%
  }

  .pure-u-xl-2-5 {
    width: 40%
  }

  .pure-u-xl-10-24,.pure-u-xl-5-12 {
    width: 41.6667%
  }

  .pure-u-xl-11-24 {
    width: 45.8333%
  }

  .pure-u-xl-1-2,.pure-u-xl-12-24 {
    width: 50%
  }

  .pure-u-xl-13-24 {
    width: 54.1667%
  }

  .pure-u-xl-14-24,.pure-u-xl-7-12 {
    width: 58.3333%
  }

  .pure-u-xl-3-5 {
    width: 60%
  }

  .pure-u-xl-15-24,.pure-u-xl-5-8 {
    width: 62.5%
  }

  .pure-u-xl-16-24,.pure-u-xl-2-3 {
    width: 66.6667%
  }

  .pure-u-xl-17-24 {
    width: 70.8333%
  }

  .pure-u-xl-18-24,.pure-u-xl-3-4 {
    width: 75%
  }

  .pure-u-xl-19-24 {
    width: 79.1667%
  }

  .pure-u-xl-4-5 {
    width: 80%
  }

  .pure-u-xl-20-24,.pure-u-xl-5-6 {
    width: 83.3333%
  }

  .pure-u-xl-21-24,.pure-u-xl-7-8 {
    width: 87.5%
  }

  .pure-u-xl-11-12,.pure-u-xl-22-24 {
    width: 91.6667%
  }

  .pure-u-xl-23-24 {
    width: 95.8333%
  }

  .pure-u-xl-1,.pure-u-xl-1-1,.pure-u-xl-24-24,.pure-u-xl-5-5 {
    width: 100%
  }
}

@media screen and (min-width: 120em) {
  .pure-u-xxl-1,.pure-u-xxl-1-1,.pure-u-xxl-1-12,.pure-u-xxl-1-2,.pure-u-xxl-1-24,.pure-u-xxl-1-3,.pure-u-xxl-1-4,.pure-u-xxl-1-5,.pure-u-xxl-1-6,.pure-u-xxl-1-8,.pure-u-xxl-10-24,.pure-u-xxl-11-12,.pure-u-xxl-11-24,.pure-u-xxl-12-24,.pure-u-xxl-13-24,.pure-u-xxl-14-24,.pure-u-xxl-15-24,.pure-u-xxl-16-24,.pure-u-xxl-17-24,.pure-u-xxl-18-24,.pure-u-xxl-19-24,.pure-u-xxl-2-24,.pure-u-xxl-2-3,.pure-u-xxl-2-5,.pure-u-xxl-20-24,.pure-u-xxl-21-24,.pure-u-xxl-22-24,.pure-u-xxl-23-24,.pure-u-xxl-24-24,.pure-u-xxl-3-24,.pure-u-xxl-3-4,.pure-u-xxl-3-5,.pure-u-xxl-3-8,.pure-u-xxl-4-24,.pure-u-xxl-4-5,.pure-u-xxl-5-12,.pure-u-xxl-5-24,.pure-u-xxl-5-5,.pure-u-xxl-5-6,.pure-u-xxl-5-8,.pure-u-xxl-6-24,.pure-u-xxl-7-12,.pure-u-xxl-7-24,.pure-u-xxl-7-8,.pure-u-xxl-8-24,.pure-u-xxl-9-24 {
    display:inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
  }

  .pure-u-xxl-1-24 {
    width: 4.1667%
  }

  .pure-u-xxl-1-12,.pure-u-xxl-2-24 {
    width: 8.3333%
  }

  .pure-u-xxl-1-8,.pure-u-xxl-3-24 {
    width: 12.5%
  }

  .pure-u-xxl-1-6,.pure-u-xxl-4-24 {
    width: 16.6667%
  }

  .pure-u-xxl-1-5 {
    width: 20%
  }

  .pure-u-xxl-5-24 {
    width: 20.8333%
  }

  .pure-u-xxl-1-4,.pure-u-xxl-6-24 {
    width: 25%
  }

  .pure-u-xxl-7-24 {
    width: 29.1667%
  }

  .pure-u-xxl-1-3,.pure-u-xxl-8-24 {
    width: 33.3333%
  }

  .pure-u-xxl-3-8,.pure-u-xxl-9-24 {
    width: 37.5%
  }

  .pure-u-xxl-2-5 {
    width: 40%
  }

  .pure-u-xxl-10-24,.pure-u-xxl-5-12 {
    width: 41.6667%
  }

  .pure-u-xxl-11-24 {
    width: 45.8333%
  }

  .pure-u-xxl-1-2,.pure-u-xxl-12-24 {
    width: 50%
  }

  .pure-u-xxl-13-24 {
    width: 54.1667%
  }

  .pure-u-xxl-14-24,.pure-u-xxl-7-12 {
    width: 58.3333%
  }

  .pure-u-xxl-3-5 {
    width: 60%
  }

  .pure-u-xxl-15-24,.pure-u-xxl-5-8 {
    width: 62.5%
  }

  .pure-u-xxl-16-24,.pure-u-xxl-2-3 {
    width: 66.6667%
  }

  .pure-u-xxl-17-24 {
    width: 70.8333%
  }

  .pure-u-xxl-18-24,.pure-u-xxl-3-4 {
    width: 75%
  }

  .pure-u-xxl-19-24 {
    width: 79.1667%
  }

  .pure-u-xxl-4-5 {
    width: 80%
  }

  .pure-u-xxl-20-24,.pure-u-xxl-5-6 {
    width: 83.3333%
  }

  .pure-u-xxl-21-24,.pure-u-xxl-7-8 {
    width: 87.5%
  }

  .pure-u-xxl-11-12,.pure-u-xxl-22-24 {
    width: 91.6667%
  }

  .pure-u-xxl-23-24 {
    width: 95.8333%
  }

  .pure-u-xxl-1,.pure-u-xxl-1-1,.pure-u-xxl-24-24,.pure-u-xxl-5-5 {
    width: 100%
  }
}

@media screen and (min-width: 160em) {
  .pure-u-xxxl-1,.pure-u-xxxl-1-1,.pure-u-xxxl-1-12,.pure-u-xxxl-1-2,.pure-u-xxxl-1-24,.pure-u-xxxl-1-3,.pure-u-xxxl-1-4,.pure-u-xxxl-1-5,.pure-u-xxxl-1-6,.pure-u-xxxl-1-8,.pure-u-xxxl-10-24,.pure-u-xxxl-11-12,.pure-u-xxxl-11-24,.pure-u-xxxl-12-24,.pure-u-xxxl-13-24,.pure-u-xxxl-14-24,.pure-u-xxxl-15-24,.pure-u-xxxl-16-24,.pure-u-xxxl-17-24,.pure-u-xxxl-18-24,.pure-u-xxxl-19-24,.pure-u-xxxl-2-24,.pure-u-xxxl-2-3,.pure-u-xxxl-2-5,.pure-u-xxxl-20-24,.pure-u-xxxl-21-24,.pure-u-xxxl-22-24,.pure-u-xxxl-23-24,.pure-u-xxxl-24-24,.pure-u-xxxl-3-24,.pure-u-xxxl-3-4,.pure-u-xxxl-3-5,.pure-u-xxxl-3-8,.pure-u-xxxl-4-24,.pure-u-xxxl-4-5,.pure-u-xxxl-5-12,.pure-u-xxxl-5-24,.pure-u-xxxl-5-5,.pure-u-xxxl-5-6,.pure-u-xxxl-5-8,.pure-u-xxxl-6-24,.pure-u-xxxl-7-12,.pure-u-xxxl-7-24,.pure-u-xxxl-7-8,.pure-u-xxxl-8-24,.pure-u-xxxl-9-24 {
    display:inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
  }

  .pure-u-xxxl-1-24 {
    width: 4.1667%
  }

  .pure-u-xxxl-1-12,.pure-u-xxxl-2-24 {
    width: 8.3333%
  }

  .pure-u-xxxl-1-8,.pure-u-xxxl-3-24 {
    width: 12.5%
  }

  .pure-u-xxxl-1-6,.pure-u-xxxl-4-24 {
    width: 16.6667%
  }

  .pure-u-xxxl-1-5 {
    width: 20%
  }

  .pure-u-xxxl-5-24 {
    width: 20.8333%
  }

  .pure-u-xxxl-1-4,.pure-u-xxxl-6-24 {
    width: 25%
  }

  .pure-u-xxxl-7-24 {
    width: 29.1667%
  }

  .pure-u-xxxl-1-3,.pure-u-xxxl-8-24 {
    width: 33.3333%
  }

  .pure-u-xxxl-3-8,.pure-u-xxxl-9-24 {
    width: 37.5%
  }

  .pure-u-xxxl-2-5 {
    width: 40%
  }

  .pure-u-xxxl-10-24,.pure-u-xxxl-5-12 {
    width: 41.6667%
  }

  .pure-u-xxxl-11-24 {
    width: 45.8333%
  }

  .pure-u-xxxl-1-2,.pure-u-xxxl-12-24 {
    width: 50%
  }

  .pure-u-xxxl-13-24 {
    width: 54.1667%
  }

  .pure-u-xxxl-14-24,.pure-u-xxxl-7-12 {
    width: 58.3333%
  }

  .pure-u-xxxl-3-5 {
    width: 60%
  }

  .pure-u-xxxl-15-24,.pure-u-xxxl-5-8 {
    width: 62.5%
  }

  .pure-u-xxxl-16-24,.pure-u-xxxl-2-3 {
    width: 66.6667%
  }

  .pure-u-xxxl-17-24 {
    width: 70.8333%
  }

  .pure-u-xxxl-18-24,.pure-u-xxxl-3-4 {
    width: 75%
  }

  .pure-u-xxxl-19-24 {
    width: 79.1667%
  }

  .pure-u-xxxl-4-5 {
    width: 80%
  }

  .pure-u-xxxl-20-24,.pure-u-xxxl-5-6 {
    width: 83.3333%
  }

  .pure-u-xxxl-21-24,.pure-u-xxxl-7-8 {
    width: 87.5%
  }

  .pure-u-xxxl-11-12,.pure-u-xxxl-22-24 {
    width: 91.6667%
  }

  .pure-u-xxxl-23-24 {
    width: 95.8333%
  }

  .pure-u-xxxl-1,.pure-u-xxxl-1-1,.pure-u-xxxl-24-24,.pure-u-xxxl-5-5 {
    width: 100%
  }
}

@media screen and (min-width: 240em) {
  .pure-u-x4k-1,.pure-u-x4k-1-1,.pure-u-x4k-1-12,.pure-u-x4k-1-2,.pure-u-x4k-1-24,.pure-u-x4k-1-3,.pure-u-x4k-1-4,.pure-u-x4k-1-5,.pure-u-x4k-1-6,.pure-u-x4k-1-8,.pure-u-x4k-10-24,.pure-u-x4k-11-12,.pure-u-x4k-11-24,.pure-u-x4k-12-24,.pure-u-x4k-13-24,.pure-u-x4k-14-24,.pure-u-x4k-15-24,.pure-u-x4k-16-24,.pure-u-x4k-17-24,.pure-u-x4k-18-24,.pure-u-x4k-19-24,.pure-u-x4k-2-24,.pure-u-x4k-2-3,.pure-u-x4k-2-5,.pure-u-x4k-20-24,.pure-u-x4k-21-24,.pure-u-x4k-22-24,.pure-u-x4k-23-24,.pure-u-x4k-24-24,.pure-u-x4k-3-24,.pure-u-x4k-3-4,.pure-u-x4k-3-5,.pure-u-x4k-3-8,.pure-u-x4k-4-24,.pure-u-x4k-4-5,.pure-u-x4k-5-12,.pure-u-x4k-5-24,.pure-u-x4k-5-5,.pure-u-x4k-5-6,.pure-u-x4k-5-8,.pure-u-x4k-6-24,.pure-u-x4k-7-12,.pure-u-x4k-7-24,.pure-u-x4k-7-8,.pure-u-x4k-8-24,.pure-u-x4k-9-24 {
    display:inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
  }

  .pure-u-x4k-1-24 {
    width: 4.1667%
  }

  .pure-u-x4k-1-12,.pure-u-x4k-2-24 {
    width: 8.3333%
  }

  .pure-u-x4k-1-8,.pure-u-x4k-3-24 {
    width: 12.5%
  }

  .pure-u-x4k-1-6,.pure-u-x4k-4-24 {
    width: 16.6667%
  }

  .pure-u-x4k-1-5 {
    width: 20%
  }

  .pure-u-x4k-5-24 {
    width: 20.8333%
  }

  .pure-u-x4k-1-4,.pure-u-x4k-6-24 {
    width: 25%
  }

  .pure-u-x4k-7-24 {
    width: 29.1667%
  }

  .pure-u-x4k-1-3,.pure-u-x4k-8-24 {
    width: 33.3333%
  }

  .pure-u-x4k-3-8,.pure-u-x4k-9-24 {
    width: 37.5%
  }

  .pure-u-x4k-2-5 {
    width: 40%
  }

  .pure-u-x4k-10-24,.pure-u-x4k-5-12 {
    width: 41.6667%
  }

  .pure-u-x4k-11-24 {
    width: 45.8333%
  }

  .pure-u-x4k-1-2,.pure-u-x4k-12-24 {
    width: 50%
  }

  .pure-u-x4k-13-24 {
    width: 54.1667%
  }

  .pure-u-x4k-14-24,.pure-u-x4k-7-12 {
    width: 58.3333%
  }

  .pure-u-x4k-3-5 {
    width: 60%
  }

  .pure-u-x4k-15-24,.pure-u-x4k-5-8 {
    width: 62.5%
  }

  .pure-u-x4k-16-24,.pure-u-x4k-2-3 {
    width: 66.6667%
  }

  .pure-u-x4k-17-24 {
    width: 70.8333%
  }

  .pure-u-x4k-18-24,.pure-u-x4k-3-4 {
    width: 75%
  }

  .pure-u-x4k-19-24 {
    width: 79.1667%
  }

  .pure-u-x4k-4-5 {
    width: 80%
  }

  .pure-u-x4k-20-24,.pure-u-x4k-5-6 {
    width: 83.3333%
  }

  .pure-u-x4k-21-24,.pure-u-x4k-7-8 {
    width: 87.5%
  }

  .pure-u-x4k-11-12,.pure-u-x4k-22-24 {
    width: 91.6667%
  }

  .pure-u-x4k-23-24 {
    width: 95.8333%
  }

  .pure-u-x4k-1,.pure-u-x4k-1-1,.pure-u-x4k-24-24,.pure-u-x4k-5-5 {
    width: 100%
  }
}

/* Hide text from article HTML content that says "SELECT & REPLACE WITH ANOTHER TEMPLATE" */

.InsertTemplate {
  display: none !important;
}

/* Style image captions in WYSIWYG markup */

.prose .pure-g .CaptionMargin {
  margin-top: -1em;
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  font-size: 0.875em;
  color: var(--tw-prose-captions, inherit);
}

.prose .pure-g .CaptionMargin > * {
  margin: 0 !important;
  color: var(--tw-prose-captions, inherit) !important;
}

/* Apply extra horizontal padding at first breakpoint where class is present */

@media screen and (min-width: 48em) {
  .prose .pure-g .ExtraPadding {
    padding-left: 1em;
    padding-right: 1em;
  }
}

/* Fix buttons that are meant to be centered in HTML content */

.ButtonCenter {
  text-align: center;
}

/* Fix images that are meant to be full width in HTML content */

.ImageBlock {
  width: 100%;
}

@media (min-width: 1600px) {
  .\32xl\:\!container {
    width: 100% !important;
  }

  .\32xl\:container {
    width: 100%;
  }

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

    .\32xl\:container {
      max-width: 640px;
    }
  }

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

    .\32xl\:container {
      max-width: 768px;
    }
  }

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

    .\32xl\:container {
      max-width: 1024px;
    }
  }

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

    .\32xl\:container {
      max-width: 1280px;
    }
  }

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

    .\32xl\:container {
      max-width: 1600px;
    }
  }
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-\[rgba\(0\2c 0\2c 0\2c 0\.04\)\]:hover {
  background-color: rgba(0,0,0,0.04);
}

.hover\:bg-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\]:hover {
  background-color: rgba(0,0,0,0.1);
}

.hover\:bg-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 24 13 / var(--tw-bg-opacity));
}

.hover\:bg-red-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(160 17 9 / var(--tw-bg-opacity));
}

.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 147 159 / var(--tw-bg-opacity));
}

.hover\:bg-teal:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 119 144 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:text-midnight:hover {
  --tw-text-opacity: 1;
  color: rgb(2 36 57 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:decoration-dotted:hover {
  text-decoration-style: dotted;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --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);
}

.focus\:underline:focus {
  text-decoration-line: underline;
}

.focus\:decoration-dotted:focus {
  text-decoration-style: dotted;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}

.prose-h2\:uppercase :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  text-transform: uppercase;
}

.prose-h2\:text-teal :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(10 119 144 / var(--tw-text-opacity));
}

.prose-p\:\!m-0 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin: 0px !important;
}

.prose-p\:\!mt-2 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 0.5rem !important;
}

.prose-p\:\!mt-2\.5 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 0.625rem !important;
}

.prose-img\:\!mx-auto :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-left: auto !important;
  margin-right: auto !important;
}

.prose-img\:\!mt-\[2em\] :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 2em !important;
}

.theme-le-adventure .adventure\:my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.theme-le-adventure .adventure\:gap-1 {
  gap: 0.25rem;
}

.theme-le-adventure .adventure\:border {
  border-width: 1px;
}

.theme-le-adventure .adventure\:border-blue-light {
  --tw-border-opacity: 1;
  border-color: rgb(87 161 229 / var(--tw-border-opacity));
}

.theme-le-adventure .adventure\:border-moss {
  --tw-border-opacity: 1;
  border-color: rgb(51 82 42 / var(--tw-border-opacity));
}

.theme-le-adventure .adventure\:border-moss-light\/25 {
  border-color: rgb(119 136 114 / 0.25);
}

.theme-le-adventure .adventure\:\!bg-moss-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(119 136 114 / var(--tw-bg-opacity)) !important;
}

.theme-le-adventure .adventure\:bg-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgb(87 161 229 / var(--tw-bg-opacity));
}

.theme-le-adventure .adventure\:bg-mocha {
  --tw-bg-opacity: 1;
  background-color: rgb(82 46 26 / var(--tw-bg-opacity));
}

.theme-le-adventure .adventure\:bg-moss {
  --tw-bg-opacity: 1;
  background-color: rgb(51 82 42 / var(--tw-bg-opacity));
}

.theme-le-adventure .adventure\:bg-moss-light {
  --tw-bg-opacity: 1;
  background-color: rgb(119 136 114 / var(--tw-bg-opacity));
}

.theme-le-adventure .adventure\:bg-slate-light\/80 {
  background-color: rgb(112 112 122 / 0.8);
}

.theme-le-adventure .adventure\:bg-transparent {
  background-color: transparent;
}

.theme-le-adventure .adventure\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.theme-le-adventure .adventure\:from-white {
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.theme-le-adventure .adventure\:bg-\[length\:17rem\] {
  background-size: 17rem;
}

.theme-le-adventure .adventure\:px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.theme-le-adventure .adventure\:py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.theme-le-adventure .adventure\:\!pb-0 {
  padding-bottom: 0px !important;
}

.theme-le-adventure .adventure\:pb-10 {
  padding-bottom: 2.5rem;
}

.theme-le-adventure .adventure\:pb-6 {
  padding-bottom: 1.5rem;
}

.theme-le-adventure .adventure\:\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.theme-le-adventure .adventure\:text-blue-light {
  --tw-text-opacity: 1;
  color: rgb(87 161 229 / var(--tw-text-opacity));
}

.theme-le-adventure .adventure\:text-blue-medium {
  --tw-text-opacity: 1;
  color: rgb(42 42 82 / var(--tw-text-opacity));
}

.theme-le-adventure .adventure\:text-mocha {
  --tw-text-opacity: 1;
  color: rgb(82 46 26 / var(--tw-text-opacity));
}

.theme-le-adventure .adventure\:text-moss {
  --tw-text-opacity: 1;
  color: rgb(51 82 42 / var(--tw-text-opacity));
}

.theme-le-adventure .adventure\:text-slate {
  --tw-text-opacity: 1;
  color: rgb(56 56 61 / var(--tw-text-opacity));
}

.theme-le-adventure .adventure\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.theme-le-adventure .adventure\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.theme-le-adventure .adventure\: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);
}

.theme-le-adventure .adventure\:bg-image-url {
  background-image: var(--bg-image, none);
}

.theme-le-adventure .adventure\:last\:border-none:last-child {
  border-style: none;
}

.theme-le-adventure .adventure\:hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 48 103 / var(--tw-bg-opacity));
}

.theme-le-adventure .adventure\:hover\:bg-blue-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(87 161 229 / var(--tw-bg-opacity));
}

.theme-le-adventure .adventure\:hover\:bg-moss-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(119 136 114 / var(--tw-bg-opacity));
}

.theme-le-adventure .adventure\:hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.theme-le-adventure .adventure\:prose-h2\:text-moss :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(51 82 42 / var(--tw-text-opacity));
}

.theme-le-adventure.adventure\:my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.theme-le-adventure.adventure\:gap-1 {
  gap: 0.25rem;
}

.theme-le-adventure.adventure\:border {
  border-width: 1px;
}

.theme-le-adventure.adventure\:border-blue-light {
  --tw-border-opacity: 1;
  border-color: rgb(87 161 229 / var(--tw-border-opacity));
}

.theme-le-adventure.adventure\:border-moss {
  --tw-border-opacity: 1;
  border-color: rgb(51 82 42 / var(--tw-border-opacity));
}

.theme-le-adventure.adventure\:border-moss-light\/25 {
  border-color: rgb(119 136 114 / 0.25);
}

.theme-le-adventure.adventure\:\!bg-moss-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(119 136 114 / var(--tw-bg-opacity)) !important;
}

.theme-le-adventure.adventure\:bg-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgb(87 161 229 / var(--tw-bg-opacity));
}

.theme-le-adventure.adventure\:bg-mocha {
  --tw-bg-opacity: 1;
  background-color: rgb(82 46 26 / var(--tw-bg-opacity));
}

.theme-le-adventure.adventure\:bg-moss {
  --tw-bg-opacity: 1;
  background-color: rgb(51 82 42 / var(--tw-bg-opacity));
}

.theme-le-adventure.adventure\:bg-moss-light {
  --tw-bg-opacity: 1;
  background-color: rgb(119 136 114 / var(--tw-bg-opacity));
}

.theme-le-adventure.adventure\:bg-slate-light\/80 {
  background-color: rgb(112 112 122 / 0.8);
}

.theme-le-adventure.adventure\:bg-transparent {
  background-color: transparent;
}

.theme-le-adventure.adventure\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.theme-le-adventure.adventure\:from-white {
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.theme-le-adventure.adventure\:bg-\[length\:17rem\] {
  background-size: 17rem;
}

.theme-le-adventure.adventure\:px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.theme-le-adventure.adventure\:py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.theme-le-adventure.adventure\:\!pb-0 {
  padding-bottom: 0px !important;
}

.theme-le-adventure.adventure\:pb-10 {
  padding-bottom: 2.5rem;
}

.theme-le-adventure.adventure\:pb-6 {
  padding-bottom: 1.5rem;
}

.theme-le-adventure.adventure\:\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.theme-le-adventure.adventure\:text-blue-light {
  --tw-text-opacity: 1;
  color: rgb(87 161 229 / var(--tw-text-opacity));
}

.theme-le-adventure.adventure\:text-blue-medium {
  --tw-text-opacity: 1;
  color: rgb(42 42 82 / var(--tw-text-opacity));
}

.theme-le-adventure.adventure\:text-mocha {
  --tw-text-opacity: 1;
  color: rgb(82 46 26 / var(--tw-text-opacity));
}

.theme-le-adventure.adventure\:text-moss {
  --tw-text-opacity: 1;
  color: rgb(51 82 42 / var(--tw-text-opacity));
}

.theme-le-adventure.adventure\:text-slate {
  --tw-text-opacity: 1;
  color: rgb(56 56 61 / var(--tw-text-opacity));
}

.theme-le-adventure.adventure\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.theme-le-adventure.adventure\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.theme-le-adventure.adventure\: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);
}

.theme-le-adventure.adventure\:bg-image-url {
  background-image: var(--bg-image, none);
}

.theme-le-adventure.adventure\:last\:border-none:last-child {
  border-style: none;
}

.theme-le-adventure.adventure\:hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 48 103 / var(--tw-bg-opacity));
}

.theme-le-adventure.adventure\:hover\:bg-blue-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(87 161 229 / var(--tw-bg-opacity));
}

.theme-le-adventure.adventure\:hover\:bg-moss-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(119 136 114 / var(--tw-bg-opacity));
}

.theme-le-adventure.adventure\:hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.theme-le-adventure.adventure\:prose-h2\:text-moss :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(51 82 42 / var(--tw-text-opacity));
}

.theme-le-family .family\:gap-1 {
  gap: 0.25rem;
}

.theme-le-family .family\:border {
  border-width: 1px;
}

.theme-le-family .family\:border-seafoam-light {
  --tw-border-opacity: 1;
  border-color: rgb(76 175 217 / var(--tw-border-opacity));
}

.theme-le-family .family\:border-teal {
  --tw-border-opacity: 1;
  border-color: rgb(10 119 144 / var(--tw-border-opacity));
}

.theme-le-family .family\:bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(38 48 103 / var(--tw-bg-opacity));
}

.theme-le-family .family\:bg-emerald-light {
  --tw-bg-opacity: 1;
  background-color: rgb(46 173 167 / var(--tw-bg-opacity));
}

.theme-le-family .family\:bg-emerald-light\/80 {
  background-color: rgb(46 173 167 / 0.8);
}

.theme-le-family .family\:bg-seafoam-light {
  --tw-bg-opacity: 1;
  background-color: rgb(76 175 217 / var(--tw-bg-opacity));
}

.theme-le-family .family\:bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(10 119 144 / var(--tw-bg-opacity));
}

.theme-le-family .family\:bg-transparent {
  background-color: transparent;
}

.theme-le-family .family\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.theme-le-family .family\:from-white {
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.theme-le-family .family\:bg-\[length\:17rem\] {
  background-size: 17rem;
}

.theme-le-family .family\:bg-\[length\:18rem\] {
  background-size: 18rem;
}

.theme-le-family .family\:bg-\[length\:20rem\] {
  background-size: 20rem;
}

.theme-le-family .family\:bg-\[length\:21rem\] {
  background-size: 21rem;
}

.theme-le-family .family\:bg-\[90\%_-8rem\] {
  background-position: 90% -8rem;
}

.theme-le-family .family\:bg-\[95\%_top\] {
  background-position: 95% top;
}

.theme-le-family .family\:bg-\[96\%_bottom\] {
  background-position: 96% bottom;
}

.theme-le-family .family\:bg-right-top {
  background-position: right top;
}

.theme-le-family .family\:p-0 {
  padding: 0px;
}

.theme-le-family .family\:p-4 {
  padding: 1rem;
}

.theme-le-family .family\:px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.theme-le-family .family\:\!pb-0 {
  padding-bottom: 0px !important;
}

.theme-le-family .family\:pb-6 {
  padding-bottom: 1.5rem;
}

.theme-le-family .family\:text-blue {
  --tw-text-opacity: 1;
  color: rgb(38 48 103 / var(--tw-text-opacity));
}

.theme-le-family .family\:text-emerald-light {
  --tw-text-opacity: 1;
  color: rgb(46 173 167 / var(--tw-text-opacity));
}

.theme-le-family .family\:text-seafoam-light {
  --tw-text-opacity: 1;
  color: rgb(76 175 217 / var(--tw-text-opacity));
}

.theme-le-family .family\:text-slate {
  --tw-text-opacity: 1;
  color: rgb(56 56 61 / var(--tw-text-opacity));
}

.theme-le-family .family\:text-teal {
  --tw-text-opacity: 1;
  color: rgb(10 119 144 / var(--tw-text-opacity));
}

.theme-le-family .family\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.theme-le-family .family\: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);
}

.theme-le-family .family\:bg-image-url {
  background-image: var(--bg-image, none);
}

.theme-le-family .family\:hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 48 103 / var(--tw-bg-opacity));
}

.theme-le-family .family\:hover\:bg-seafoam-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(76 175 217 / var(--tw-bg-opacity));
}

.theme-le-family .family\:hover\:bg-teal:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 119 144 / var(--tw-bg-opacity));
}

.theme-le-family .family\:hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.theme-le-family .family\:prose-h2\:text-teal :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(10 119 144 / var(--tw-text-opacity));
}

.theme-le-family.family\:gap-1 {
  gap: 0.25rem;
}

.theme-le-family.family\:border {
  border-width: 1px;
}

.theme-le-family.family\:border-seafoam-light {
  --tw-border-opacity: 1;
  border-color: rgb(76 175 217 / var(--tw-border-opacity));
}

.theme-le-family.family\:border-teal {
  --tw-border-opacity: 1;
  border-color: rgb(10 119 144 / var(--tw-border-opacity));
}

.theme-le-family.family\:bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(38 48 103 / var(--tw-bg-opacity));
}

.theme-le-family.family\:bg-emerald-light {
  --tw-bg-opacity: 1;
  background-color: rgb(46 173 167 / var(--tw-bg-opacity));
}

.theme-le-family.family\:bg-emerald-light\/80 {
  background-color: rgb(46 173 167 / 0.8);
}

.theme-le-family.family\:bg-seafoam-light {
  --tw-bg-opacity: 1;
  background-color: rgb(76 175 217 / var(--tw-bg-opacity));
}

.theme-le-family.family\:bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(10 119 144 / var(--tw-bg-opacity));
}

.theme-le-family.family\:bg-transparent {
  background-color: transparent;
}

.theme-le-family.family\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.theme-le-family.family\:from-white {
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.theme-le-family.family\:bg-\[length\:17rem\] {
  background-size: 17rem;
}

.theme-le-family.family\:bg-\[length\:18rem\] {
  background-size: 18rem;
}

.theme-le-family.family\:bg-\[length\:20rem\] {
  background-size: 20rem;
}

.theme-le-family.family\:bg-\[length\:21rem\] {
  background-size: 21rem;
}

.theme-le-family.family\:bg-\[90\%_-8rem\] {
  background-position: 90% -8rem;
}

.theme-le-family.family\:bg-\[95\%_top\] {
  background-position: 95% top;
}

.theme-le-family.family\:bg-\[96\%_bottom\] {
  background-position: 96% bottom;
}

.theme-le-family.family\:bg-right-top {
  background-position: right top;
}

.theme-le-family.family\:p-0 {
  padding: 0px;
}

.theme-le-family.family\:p-4 {
  padding: 1rem;
}

.theme-le-family.family\:px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.theme-le-family.family\:\!pb-0 {
  padding-bottom: 0px !important;
}

.theme-le-family.family\:pb-6 {
  padding-bottom: 1.5rem;
}

.theme-le-family.family\:text-blue {
  --tw-text-opacity: 1;
  color: rgb(38 48 103 / var(--tw-text-opacity));
}

.theme-le-family.family\:text-emerald-light {
  --tw-text-opacity: 1;
  color: rgb(46 173 167 / var(--tw-text-opacity));
}

.theme-le-family.family\:text-seafoam-light {
  --tw-text-opacity: 1;
  color: rgb(76 175 217 / var(--tw-text-opacity));
}

.theme-le-family.family\:text-slate {
  --tw-text-opacity: 1;
  color: rgb(56 56 61 / var(--tw-text-opacity));
}

.theme-le-family.family\:text-teal {
  --tw-text-opacity: 1;
  color: rgb(10 119 144 / var(--tw-text-opacity));
}

.theme-le-family.family\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.theme-le-family.family\: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);
}

.theme-le-family.family\:bg-image-url {
  background-image: var(--bg-image, none);
}

.theme-le-family.family\:hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 48 103 / var(--tw-bg-opacity));
}

.theme-le-family.family\:hover\:bg-seafoam-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(76 175 217 / var(--tw-bg-opacity));
}

.theme-le-family.family\:hover\:bg-teal:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 119 144 / var(--tw-bg-opacity));
}

.theme-le-family.family\:hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.theme-le-family.family\:prose-h2\:text-teal :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(10 119 144 / var(--tw-text-opacity));
}

.theme-le-luxury .luxury\:my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.theme-le-luxury .luxury\:mt-5 {
  margin-top: 1.25rem;
}

.theme-le-luxury .luxury\:border {
  border-width: 1px;
}

.theme-le-luxury .luxury\:border-0 {
  border-width: 0px;
}

.theme-le-luxury .luxury\:border-2 {
  border-width: 2px;
}

.theme-le-luxury .luxury\:border-t {
  border-top-width: 1px;
}

.theme-le-luxury .luxury\:border-none {
  border-style: none;
}

.theme-le-luxury .luxury\:border-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  border-color: rgba(0,0,0,0.1);
}

.theme-le-luxury .luxury\:border-bronze-light {
  --tw-border-opacity: 1;
  border-color: rgb(223 178 109 / var(--tw-border-opacity));
}

.theme-le-luxury .luxury\:border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}

.theme-le-luxury .luxury\:border-slate {
  --tw-border-opacity: 1;
  border-color: rgb(56 56 61 / var(--tw-border-opacity));
}

.theme-le-luxury .luxury\:border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.theme-le-luxury .luxury\:bg-bronze {
  --tw-bg-opacity: 1;
  background-color: rgb(186 125 33 / var(--tw-bg-opacity));
}

.theme-le-luxury .luxury\:bg-bronze-light {
  --tw-bg-opacity: 1;
  background-color: rgb(223 178 109 / var(--tw-bg-opacity));
}

.theme-le-luxury .luxury\:bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.theme-le-luxury .luxury\:bg-gray-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.theme-le-luxury .luxury\:bg-slate {
  --tw-bg-opacity: 1;
  background-color: rgb(56 56 61 / var(--tw-bg-opacity));
}

.theme-le-luxury .luxury\:bg-transparent {
  background-color: transparent;
}

.theme-le-luxury .luxury\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.theme-le-luxury .luxury\:from-gray-600 {
  --tw-gradient-from: #333333 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 51 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.theme-le-luxury .luxury\:p-0 {
  padding: 0px;
}

.theme-le-luxury .luxury\:p-3 {
  padding: 0.75rem;
}

.theme-le-luxury .luxury\:pb-14 {
  padding-bottom: 3.5rem;
}

.theme-le-luxury .luxury\:pb-5 {
  padding-bottom: 1.25rem;
}

.theme-le-luxury .luxury\:pt-10 {
  padding-top: 2.5rem;
}

.theme-le-luxury .luxury\:pt-5 {
  padding-top: 1.25rem;
}

.theme-le-luxury .luxury\:font-playfair {
  font-family: "Playfair Display", serif;
}

.theme-le-luxury .luxury\:font-medium {
  font-weight: 500;
}

.theme-le-luxury .luxury\:font-semibold {
  font-weight: 600;
}

.theme-le-luxury .luxury\:normal-case {
  text-transform: none;
}

.theme-le-luxury .luxury\:\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.theme-le-luxury .luxury\:text-bronze {
  --tw-text-opacity: 1;
  color: rgb(186 125 33 / var(--tw-text-opacity));
}

.theme-le-luxury .luxury\:text-bronze-light {
  --tw-text-opacity: 1;
  color: rgb(223 178 109 / var(--tw-text-opacity));
}

.theme-le-luxury .luxury\:text-gray {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.theme-le-luxury .luxury\:text-slate {
  --tw-text-opacity: 1;
  color: rgb(56 56 61 / var(--tw-text-opacity));
}

.theme-le-luxury .luxury\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.theme-le-luxury .luxury\:\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.theme-le-luxury .luxury\:last\:border-none:last-child {
  border-style: none;
}

.theme-le-luxury .luxury\:hover\:bg-bronze:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(186 125 33 / var(--tw-bg-opacity));
}

.theme-le-luxury .luxury\:hover\:bg-bronze-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(223 178 109 / var(--tw-bg-opacity));
}

.theme-le-luxury .luxury\:hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.theme-le-luxury .luxury\:prose-h2\:text-gray :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.theme-le-luxury.luxury\:my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.theme-le-luxury.luxury\:mt-5 {
  margin-top: 1.25rem;
}

.theme-le-luxury.luxury\:border {
  border-width: 1px;
}

.theme-le-luxury.luxury\:border-0 {
  border-width: 0px;
}

.theme-le-luxury.luxury\:border-2 {
  border-width: 2px;
}

.theme-le-luxury.luxury\:border-t {
  border-top-width: 1px;
}

.theme-le-luxury.luxury\:border-none {
  border-style: none;
}

.theme-le-luxury.luxury\:border-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  border-color: rgba(0,0,0,0.1);
}

.theme-le-luxury.luxury\:border-bronze-light {
  --tw-border-opacity: 1;
  border-color: rgb(223 178 109 / var(--tw-border-opacity));
}

.theme-le-luxury.luxury\:border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}

.theme-le-luxury.luxury\:border-slate {
  --tw-border-opacity: 1;
  border-color: rgb(56 56 61 / var(--tw-border-opacity));
}

.theme-le-luxury.luxury\:border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.theme-le-luxury.luxury\:bg-bronze {
  --tw-bg-opacity: 1;
  background-color: rgb(186 125 33 / var(--tw-bg-opacity));
}

.theme-le-luxury.luxury\:bg-bronze-light {
  --tw-bg-opacity: 1;
  background-color: rgb(223 178 109 / var(--tw-bg-opacity));
}

.theme-le-luxury.luxury\:bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.theme-le-luxury.luxury\:bg-gray-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.theme-le-luxury.luxury\:bg-slate {
  --tw-bg-opacity: 1;
  background-color: rgb(56 56 61 / var(--tw-bg-opacity));
}

.theme-le-luxury.luxury\:bg-transparent {
  background-color: transparent;
}

.theme-le-luxury.luxury\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.theme-le-luxury.luxury\:from-gray-600 {
  --tw-gradient-from: #333333 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 51 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.theme-le-luxury.luxury\:p-0 {
  padding: 0px;
}

.theme-le-luxury.luxury\:p-3 {
  padding: 0.75rem;
}

.theme-le-luxury.luxury\:pb-14 {
  padding-bottom: 3.5rem;
}

.theme-le-luxury.luxury\:pb-5 {
  padding-bottom: 1.25rem;
}

.theme-le-luxury.luxury\:pt-10 {
  padding-top: 2.5rem;
}

.theme-le-luxury.luxury\:pt-5 {
  padding-top: 1.25rem;
}

.theme-le-luxury.luxury\:font-playfair {
  font-family: "Playfair Display", serif;
}

.theme-le-luxury.luxury\:font-medium {
  font-weight: 500;
}

.theme-le-luxury.luxury\:font-semibold {
  font-weight: 600;
}

.theme-le-luxury.luxury\:normal-case {
  text-transform: none;
}

.theme-le-luxury.luxury\:\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.theme-le-luxury.luxury\:text-bronze {
  --tw-text-opacity: 1;
  color: rgb(186 125 33 / var(--tw-text-opacity));
}

.theme-le-luxury.luxury\:text-bronze-light {
  --tw-text-opacity: 1;
  color: rgb(223 178 109 / var(--tw-text-opacity));
}

.theme-le-luxury.luxury\:text-gray {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.theme-le-luxury.luxury\:text-slate {
  --tw-text-opacity: 1;
  color: rgb(56 56 61 / var(--tw-text-opacity));
}

.theme-le-luxury.luxury\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.theme-le-luxury.luxury\:\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.theme-le-luxury.luxury\:last\:border-none:last-child {
  border-style: none;
}

.theme-le-luxury.luxury\:hover\:bg-bronze:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(186 125 33 / var(--tw-bg-opacity));
}

.theme-le-luxury.luxury\:hover\:bg-bronze-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(223 178 109 / var(--tw-bg-opacity));
}

.theme-le-luxury.luxury\:hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.theme-le-luxury.luxury\:prose-h2\:text-gray :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.theme-le-romance .romance\:mt-0 {
  margin-top: 0px;
}

.theme-le-romance .romance\:mt-5 {
  margin-top: 1.25rem;
}

.theme-le-romance .romance\:block {
  display: block;
}

.theme-le-romance .romance\:gap-1 {
  gap: 0.25rem;
}

.theme-le-romance .romance\:rounded-lg {
  border-radius: 0.5rem;
}

.theme-le-romance .romance\:border-8 {
  border-width: 8px;
}

.theme-le-romance .romance\:border-none {
  border-style: none;
}

.theme-le-romance .romance\:border-emerald {
  --tw-border-opacity: 1;
  border-color: rgb(31 128 128 / var(--tw-border-opacity));
}

.theme-le-romance .romance\:border-rose {
  --tw-border-opacity: 1;
  border-color: rgb(103 62 88 / var(--tw-border-opacity));
}

.theme-le-romance .romance\:border-rose-light {
  --tw-border-opacity: 1;
  border-color: rgb(255 204 203 / var(--tw-border-opacity));
}

.theme-le-romance .romance\:border-slate {
  --tw-border-opacity: 1;
  border-color: rgb(56 56 61 / var(--tw-border-opacity));
}

.theme-le-romance .romance\:bg-brown-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 236 226 / var(--tw-bg-opacity));
}

.theme-le-romance .romance\:bg-emerald {
  --tw-bg-opacity: 1;
  background-color: rgb(31 128 128 / var(--tw-bg-opacity));
}

.theme-le-romance .romance\:bg-rose {
  --tw-bg-opacity: 1;
  background-color: rgb(103 62 88 / var(--tw-bg-opacity));
}

.theme-le-romance .romance\:bg-rose-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 203 / var(--tw-bg-opacity));
}

.theme-le-romance .romance\:bg-rose-light\/80 {
  background-color: rgb(255 204 203 / 0.8);
}

.theme-le-romance .romance\:bg-transparent {
  background-color: transparent;
}

.theme-le-romance .romance\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.theme-le-romance .romance\:bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.theme-le-romance .romance\:from-white {
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.theme-le-romance .romance\:p-0 {
  padding: 0px;
}

.theme-le-romance .romance\:p-4 {
  padding: 1rem;
}

.theme-le-romance .romance\:px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.theme-le-romance .romance\:py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.theme-le-romance .romance\:pb-14 {
  padding-bottom: 3.5rem;
}

.theme-le-romance .romance\:pb-5 {
  padding-bottom: 1.25rem;
}

.theme-le-romance .romance\:pb-6 {
  padding-bottom: 1.5rem;
}

.theme-le-romance .romance\:pt-0 {
  padding-top: 0px;
}

.theme-le-romance .romance\:pt-5 {
  padding-top: 1.25rem;
}

.theme-le-romance .romance\:font-satisfy {
  font-family: Satisfy, sans-serif;
}

.theme-le-romance .romance\:text-2xl {
  font-size: 1.5rem;
  line-height: 1.25;
}

.theme-le-romance .romance\:font-normal {
  font-weight: 400;
}

.theme-le-romance .romance\:normal-case {
  text-transform: none;
}

.theme-le-romance .romance\:\!text-emerald {
  --tw-text-opacity: 1 !important;
  color: rgb(31 128 128 / var(--tw-text-opacity)) !important;
}

.theme-le-romance .romance\:text-brown {
  --tw-text-opacity: 1;
  color: rgb(106 89 68 / var(--tw-text-opacity));
}

.theme-le-romance .romance\:text-emerald {
  --tw-text-opacity: 1;
  color: rgb(31 128 128 / var(--tw-text-opacity));
}

.theme-le-romance .romance\:text-rose {
  --tw-text-opacity: 1;
  color: rgb(103 62 88 / var(--tw-text-opacity));
}

.theme-le-romance .romance\:text-slate {
  --tw-text-opacity: 1;
  color: rgb(56 56 61 / var(--tw-text-opacity));
}

.theme-le-romance .romance\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.theme-le-romance .romance\:shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.theme-le-romance .romance\: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);
}

.theme-le-romance .romance\:bg-image-url {
  background-image: var(--bg-image, none);
}

.theme-le-romance .romance\:hover\:bg-emerald:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 128 128 / var(--tw-bg-opacity));
}

.theme-le-romance .romance\:hover\:bg-emerald-medium:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 102 102 / var(--tw-bg-opacity));
}

.theme-le-romance .romance\:hover\:bg-rose-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 203 / var(--tw-bg-opacity));
}

.theme-le-romance .romance\:hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.theme-le-romance .romance\:prose-h2\:text-rose :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(103 62 88 / var(--tw-text-opacity));
}

.theme-le-romance.romance\:mt-0 {
  margin-top: 0px;
}

.theme-le-romance.romance\:mt-5 {
  margin-top: 1.25rem;
}

.theme-le-romance.romance\:block {
  display: block;
}

.theme-le-romance.romance\:gap-1 {
  gap: 0.25rem;
}

.theme-le-romance.romance\:rounded-lg {
  border-radius: 0.5rem;
}

.theme-le-romance.romance\:border-8 {
  border-width: 8px;
}

.theme-le-romance.romance\:border-none {
  border-style: none;
}

.theme-le-romance.romance\:border-emerald {
  --tw-border-opacity: 1;
  border-color: rgb(31 128 128 / var(--tw-border-opacity));
}

.theme-le-romance.romance\:border-rose {
  --tw-border-opacity: 1;
  border-color: rgb(103 62 88 / var(--tw-border-opacity));
}

.theme-le-romance.romance\:border-rose-light {
  --tw-border-opacity: 1;
  border-color: rgb(255 204 203 / var(--tw-border-opacity));
}

.theme-le-romance.romance\:border-slate {
  --tw-border-opacity: 1;
  border-color: rgb(56 56 61 / var(--tw-border-opacity));
}

.theme-le-romance.romance\:bg-brown-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 236 226 / var(--tw-bg-opacity));
}

.theme-le-romance.romance\:bg-emerald {
  --tw-bg-opacity: 1;
  background-color: rgb(31 128 128 / var(--tw-bg-opacity));
}

.theme-le-romance.romance\:bg-rose {
  --tw-bg-opacity: 1;
  background-color: rgb(103 62 88 / var(--tw-bg-opacity));
}

.theme-le-romance.romance\:bg-rose-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 203 / var(--tw-bg-opacity));
}

.theme-le-romance.romance\:bg-rose-light\/80 {
  background-color: rgb(255 204 203 / 0.8);
}

.theme-le-romance.romance\:bg-transparent {
  background-color: transparent;
}

.theme-le-romance.romance\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.theme-le-romance.romance\:bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.theme-le-romance.romance\:from-white {
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.theme-le-romance.romance\:p-0 {
  padding: 0px;
}

.theme-le-romance.romance\:p-4 {
  padding: 1rem;
}

.theme-le-romance.romance\:px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.theme-le-romance.romance\:py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.theme-le-romance.romance\:pb-14 {
  padding-bottom: 3.5rem;
}

.theme-le-romance.romance\:pb-5 {
  padding-bottom: 1.25rem;
}

.theme-le-romance.romance\:pb-6 {
  padding-bottom: 1.5rem;
}

.theme-le-romance.romance\:pt-0 {
  padding-top: 0px;
}

.theme-le-romance.romance\:pt-5 {
  padding-top: 1.25rem;
}

.theme-le-romance.romance\:font-satisfy {
  font-family: Satisfy, sans-serif;
}

.theme-le-romance.romance\:text-2xl {
  font-size: 1.5rem;
  line-height: 1.25;
}

.theme-le-romance.romance\:font-normal {
  font-weight: 400;
}

.theme-le-romance.romance\:normal-case {
  text-transform: none;
}

.theme-le-romance.romance\:\!text-emerald {
  --tw-text-opacity: 1 !important;
  color: rgb(31 128 128 / var(--tw-text-opacity)) !important;
}

.theme-le-romance.romance\:text-brown {
  --tw-text-opacity: 1;
  color: rgb(106 89 68 / var(--tw-text-opacity));
}

.theme-le-romance.romance\:text-emerald {
  --tw-text-opacity: 1;
  color: rgb(31 128 128 / var(--tw-text-opacity));
}

.theme-le-romance.romance\:text-rose {
  --tw-text-opacity: 1;
  color: rgb(103 62 88 / var(--tw-text-opacity));
}

.theme-le-romance.romance\:text-slate {
  --tw-text-opacity: 1;
  color: rgb(56 56 61 / var(--tw-text-opacity));
}

.theme-le-romance.romance\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.theme-le-romance.romance\:shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.theme-le-romance.romance\: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);
}

.theme-le-romance.romance\:bg-image-url {
  background-image: var(--bg-image, none);
}

.theme-le-romance.romance\:hover\:bg-emerald:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 128 128 / var(--tw-bg-opacity));
}

.theme-le-romance.romance\:hover\:bg-emerald-medium:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 102 102 / var(--tw-bg-opacity));
}

.theme-le-romance.romance\:hover\:bg-rose-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 203 / var(--tw-bg-opacity));
}

.theme-le-romance.romance\:hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.theme-le-romance.romance\:prose-h2\:text-rose :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(103 62 88 / var(--tw-text-opacity));
}

.theme-le-tropical .tropical\:gap-1 {
  gap: 0.25rem;
}

.theme-le-tropical .tropical\:border {
  border-width: 1px;
}

.theme-le-tropical .tropical\:border-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  border-color: rgba(0,0,0,0.1);
}

.theme-le-tropical .tropical\:border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(230 140 72 / var(--tw-border-opacity));
}

.theme-le-tropical .tropical\:border-teal-light {
  --tw-border-opacity: 1;
  border-color: rgb(18 179 194 / var(--tw-border-opacity));
}

.theme-le-tropical .tropical\:\!bg-orange {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 140 72 / var(--tw-bg-opacity)) !important;
}

.theme-le-tropical .tropical\:bg-green-light\/75 {
  background-color: rgb(0 206 156 / 0.75);
}

.theme-le-tropical .tropical\:bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(230 140 72 / var(--tw-bg-opacity));
}

.theme-le-tropical .tropical\:bg-teal-light {
  --tw-bg-opacity: 1;
  background-color: rgb(18 179 194 / var(--tw-bg-opacity));
}

.theme-le-tropical .tropical\:bg-teal-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(5 105 130 / var(--tw-bg-opacity));
}

.theme-le-tropical .tropical\:bg-transparent {
  background-color: transparent;
}

.theme-le-tropical .tropical\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.theme-le-tropical .tropical\:from-white {
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.theme-le-tropical .tropical\:bg-\[length\:10rem\] {
  background-size: 10rem;
}

.theme-le-tropical .tropical\:bg-\[length\:18rem\] {
  background-size: 18rem;
}

.theme-le-tropical .tropical\:bg-\[length\:32rem\] {
  background-size: 32rem;
}

.theme-le-tropical .tropical\:bg-\[length\:36rem\] {
  background-size: 36rem;
}

.theme-le-tropical .tropical\:bg-\[74\%_20\%\] {
  background-position: 74% 20%;
}

.theme-le-tropical .tropical\:bg-\[74\%_25\%\] {
  background-position: 74% 25%;
}

.theme-le-tropical .tropical\:bg-\[95\%_-13rem\] {
  background-position: 95% -13rem;
}

.theme-le-tropical .tropical\:bg-right-top {
  background-position: right top;
}

.theme-le-tropical .tropical\:px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.theme-le-tropical .tropical\:pb-6 {
  padding-bottom: 1.5rem;
}

.theme-le-tropical .tropical\:\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.theme-le-tropical .tropical\:text-green {
  --tw-text-opacity: 1;
  color: rgb(51 142 115 / var(--tw-text-opacity));
}

.theme-le-tropical .tropical\:text-orange {
  --tw-text-opacity: 1;
  color: rgb(230 140 72 / var(--tw-text-opacity));
}

.theme-le-tropical .tropical\:text-slate {
  --tw-text-opacity: 1;
  color: rgb(56 56 61 / var(--tw-text-opacity));
}

.theme-le-tropical .tropical\:text-teal-light {
  --tw-text-opacity: 1;
  color: rgb(18 179 194 / var(--tw-text-opacity));
}

.theme-le-tropical .tropical\:text-teal-medium {
  --tw-text-opacity: 1;
  color: rgb(5 105 130 / var(--tw-text-opacity));
}

.theme-le-tropical .tropical\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.theme-le-tropical .tropical\: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);
}

.theme-le-tropical .tropical\:bg-image-url {
  background-image: var(--bg-image, none);
}

.theme-le-tropical .tropical\:hover\:bg-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 140 72 / var(--tw-bg-opacity));
}

.theme-le-tropical .tropical\:hover\:bg-teal-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 179 194 / var(--tw-bg-opacity));
}

.theme-le-tropical .tropical\:hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.theme-le-tropical .tropical\:prose-h2\:text-teal-light :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(18 179 194 / var(--tw-text-opacity));
}

.theme-le-tropical.tropical\:gap-1 {
  gap: 0.25rem;
}

.theme-le-tropical.tropical\:border {
  border-width: 1px;
}

.theme-le-tropical.tropical\:border-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  border-color: rgba(0,0,0,0.1);
}

.theme-le-tropical.tropical\:border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(230 140 72 / var(--tw-border-opacity));
}

.theme-le-tropical.tropical\:border-teal-light {
  --tw-border-opacity: 1;
  border-color: rgb(18 179 194 / var(--tw-border-opacity));
}

.theme-le-tropical.tropical\:\!bg-orange {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 140 72 / var(--tw-bg-opacity)) !important;
}

.theme-le-tropical.tropical\:bg-green-light\/75 {
  background-color: rgb(0 206 156 / 0.75);
}

.theme-le-tropical.tropical\:bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(230 140 72 / var(--tw-bg-opacity));
}

.theme-le-tropical.tropical\:bg-teal-light {
  --tw-bg-opacity: 1;
  background-color: rgb(18 179 194 / var(--tw-bg-opacity));
}

.theme-le-tropical.tropical\:bg-teal-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(5 105 130 / var(--tw-bg-opacity));
}

.theme-le-tropical.tropical\:bg-transparent {
  background-color: transparent;
}

.theme-le-tropical.tropical\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.theme-le-tropical.tropical\:from-white {
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.theme-le-tropical.tropical\:bg-\[length\:10rem\] {
  background-size: 10rem;
}

.theme-le-tropical.tropical\:bg-\[length\:18rem\] {
  background-size: 18rem;
}

.theme-le-tropical.tropical\:bg-\[length\:32rem\] {
  background-size: 32rem;
}

.theme-le-tropical.tropical\:bg-\[length\:36rem\] {
  background-size: 36rem;
}

.theme-le-tropical.tropical\:bg-\[74\%_20\%\] {
  background-position: 74% 20%;
}

.theme-le-tropical.tropical\:bg-\[74\%_25\%\] {
  background-position: 74% 25%;
}

.theme-le-tropical.tropical\:bg-\[95\%_-13rem\] {
  background-position: 95% -13rem;
}

.theme-le-tropical.tropical\:bg-right-top {
  background-position: right top;
}

.theme-le-tropical.tropical\:px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.theme-le-tropical.tropical\:pb-6 {
  padding-bottom: 1.5rem;
}

.theme-le-tropical.tropical\:\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.theme-le-tropical.tropical\:text-green {
  --tw-text-opacity: 1;
  color: rgb(51 142 115 / var(--tw-text-opacity));
}

.theme-le-tropical.tropical\:text-orange {
  --tw-text-opacity: 1;
  color: rgb(230 140 72 / var(--tw-text-opacity));
}

.theme-le-tropical.tropical\:text-slate {
  --tw-text-opacity: 1;
  color: rgb(56 56 61 / var(--tw-text-opacity));
}

.theme-le-tropical.tropical\:text-teal-light {
  --tw-text-opacity: 1;
  color: rgb(18 179 194 / var(--tw-text-opacity));
}

.theme-le-tropical.tropical\:text-teal-medium {
  --tw-text-opacity: 1;
  color: rgb(5 105 130 / var(--tw-text-opacity));
}

.theme-le-tropical.tropical\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.theme-le-tropical.tropical\: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);
}

.theme-le-tropical.tropical\:bg-image-url {
  background-image: var(--bg-image, none);
}

.theme-le-tropical.tropical\:hover\:bg-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 140 72 / var(--tw-bg-opacity));
}

.theme-le-tropical.tropical\:hover\:bg-teal-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 179 194 / var(--tw-bg-opacity));
}

.theme-le-tropical.tropical\:hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.theme-le-tropical.tropical\:prose-h2\:text-teal-light :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(18 179 194 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:top-\[4\.25rem\] {
    top: 4.25rem;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }

  .sm\:aspect-\[5\/4\] {
    aspect-ratio: 5/4;
  }

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

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

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-\[200px\] {
    width: 200px;
  }

  .sm\:w-auto {
    width: auto;
  }

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

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

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

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

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

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

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

  .sm\:justify-center {
    justify-content: center;
  }

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

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

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-start {
    text-align: start;
  }

  .sm\:text-3xl {
    font-size: 1.75rem;
    line-height: 1.25;
  }

  .sm\:text-7xl {
    font-size: 2.75rem;
    line-height: 1.25;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.625;
  }

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

  .sm\:leading-tight {
    line-height: 1.25;
  }

  .theme-le-romance .romance\:sm\:text-3xl {
    font-size: 1.75rem;
    line-height: 1.25;
  }

  .theme-le-romance.romance\:sm\:text-3xl {
    font-size: 1.75rem;
    line-height: 1.25;
  }
}

@media (min-width: 768px) {
  .md\:aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }

  .md\:aspect-video {
    aspect-ratio: 16 / 9;
  }

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

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-\[240px\] {
    width: 240px;
  }

  .md\:w-auto {
    width: auto;
  }

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

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

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

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

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

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

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-start {
    text-align: start;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.625;
  }

  .md\: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);
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\: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);
  }

  .theme-le-adventure .adventure\:md\:block {
    display: block;
  }

  .theme-le-adventure .adventure\:md\:gap-0 {
    gap: 0px;
  }

  .theme-le-adventure .adventure\:md\:border-r-2 {
    border-right-width: 2px;
  }

  .theme-le-adventure .adventure\:md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .theme-le-adventure .adventure\:md\:bg-image-url {
    background-image: var(--bg-image, none);
  }

  .theme-le-adventure.adventure\:md\:block {
    display: block;
  }

  .theme-le-adventure.adventure\:md\:gap-0 {
    gap: 0px;
  }

  .theme-le-adventure.adventure\:md\:border-r-2 {
    border-right-width: 2px;
  }

  .theme-le-adventure.adventure\:md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .theme-le-adventure.adventure\:md\:bg-image-url {
    background-image: var(--bg-image, none);
  }

  .theme-le-family .family\:md\:block {
    display: block;
  }

  .theme-le-family .family\:md\:border {
    border-width: 1px;
  }

  .theme-le-family .family\:md\:border-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
    border-color: rgba(0,0,0,0.1);
  }

  .theme-le-family .family\:md\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .theme-le-family .family\:md\:bg-image-url {
    background-image: var(--bg-image, none);
  }

  .theme-le-family.family\:md\:block {
    display: block;
  }

  .theme-le-family.family\:md\:border {
    border-width: 1px;
  }

  .theme-le-family.family\:md\:border-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
    border-color: rgba(0,0,0,0.1);
  }

  .theme-le-family.family\:md\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .theme-le-family.family\:md\:bg-image-url {
    background-image: var(--bg-image, none);
  }

  .theme-le-luxury .luxury\:md\:gap-0 {
    gap: 0px;
  }

  .theme-le-luxury .luxury\:md\:border-r {
    border-right-width: 1px;
  }

  .theme-le-luxury .luxury\:md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .theme-le-luxury.luxury\:md\:gap-0 {
    gap: 0px;
  }

  .theme-le-luxury.luxury\:md\:border-r {
    border-right-width: 1px;
  }

  .theme-le-luxury.luxury\:md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .theme-le-romance .romance\:md\:bg-image-url {
    background-image: var(--bg-image, none);
  }

  .theme-le-romance.romance\:md\:bg-image-url {
    background-image: var(--bg-image, none);
  }

  .theme-le-tropical .tropical\:md\:border {
    border-width: 1px;
  }

  .theme-le-tropical .tropical\:md\:border-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
    border-color: rgba(0,0,0,0.1);
  }

  .theme-le-tropical .tropical\:md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .theme-le-tropical .tropical\:md\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .theme-le-tropical .tropical\:md\:bg-image-url {
    background-image: var(--bg-image, none);
  }

  .theme-le-tropical.tropical\:md\:border {
    border-width: 1px;
  }

  .theme-le-tropical.tropical\:md\:border-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
    border-color: rgba(0,0,0,0.1);
  }

  .theme-le-tropical.tropical\:md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .theme-le-tropical.tropical\:md\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .theme-le-tropical.tropical\:md\:bg-image-url {
    background-image: var(--bg-image, none);
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

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

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

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }

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

  .lg\:float-left {
    float: left;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

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

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:aspect-\[3\/1\] {
    aspect-ratio: 3/1;
  }

  .lg\:aspect-square {
    aspect-ratio: 1 / 1;
  }

  .lg\:size-5 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .lg\:min-h-\[424px\] {
    min-height: 424px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-none {
    max-width: none;
  }

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

  .lg\:-translate-y-5 {
    --tw-translate-y: -1.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

  .lg\:grid-cols-subgrid {
    grid-template-columns: subgrid;
  }

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-rows-subgrid {
    grid-template-rows: subgrid;
  }

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

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

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-1 {
    gap: 0.25rem;
  }

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

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

  .lg\:gap-9 {
    gap: 2.25rem;
  }

  .lg\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .lg\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .lg\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

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

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

  .lg\:text-start {
    text-align: start;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.625;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.625;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.625;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1.625;
  }

  .lg\: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);
  }

  .lg\:skeleton-text-\[12\]:empty:before {
    --tw-content: '\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000';
  }
}

@media (min-width: 1280px) {
  .xl\:line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:aspect-\[12\/5\] {
    aspect-ratio: 12/5;
  }

  .xl\:aspect-\[2\/3\] {
    aspect-ratio: 2/3;
  }

  .xl\:aspect-\[4\/1\] {
    aspect-ratio: 4/1;
  }

  .xl\:aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }

  .xl\:aspect-\[40\/9\] {
    aspect-ratio: 40/9;
  }

  .xl\:aspect-\[5\/2\] {
    aspect-ratio: 5/2;
  }

  .xl\:aspect-video {
    aspect-ratio: 16 / 9;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-\[15rem\] {
    width: 15rem;
  }

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

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

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

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

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 1.25;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.625;
  }

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

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.625;
  }

  .theme-le-adventure .adventure\:xl\:flex-col {
    flex-direction: column;
  }

  .theme-le-adventure .adventure\:xl\:text-center {
    text-align: center;
  }

  .theme-le-adventure.adventure\:xl\:flex-col {
    flex-direction: column;
  }

  .theme-le-adventure.adventure\:xl\:text-center {
    text-align: center;
  }

  .theme-le-family .family\:xl\:flex-col {
    flex-direction: column;
  }

  .theme-le-family .family\:xl\:text-center {
    text-align: center;
  }

  .theme-le-family.family\:xl\:flex-col {
    flex-direction: column;
  }

  .theme-le-family.family\:xl\:text-center {
    text-align: center;
  }

  .theme-le-luxury .luxury\:xl\:flex-col {
    flex-direction: column;
  }

  .theme-le-luxury .luxury\:xl\:text-center {
    text-align: center;
  }

  .theme-le-luxury.luxury\:xl\:flex-col {
    flex-direction: column;
  }

  .theme-le-luxury.luxury\:xl\:text-center {
    text-align: center;
  }

  .theme-le-romance .romance\:xl\:aspect-auto {
    aspect-ratio: auto;
  }

  .theme-le-romance .romance\:xl\:flex-col {
    flex-direction: column;
  }

  .theme-le-romance .romance\:xl\:text-center {
    text-align: center;
  }

  .theme-le-romance.romance\:xl\:aspect-auto {
    aspect-ratio: auto;
  }

  .theme-le-romance.romance\:xl\:flex-col {
    flex-direction: column;
  }

  .theme-le-romance.romance\:xl\:text-center {
    text-align: center;
  }

  .theme-le-tropical .tropical\:xl\:flex-col {
    flex-direction: column;
  }

  .theme-le-tropical .tropical\:xl\:text-center {
    text-align: center;
  }

  .theme-le-tropical.tropical\:xl\:flex-col {
    flex-direction: column;
  }

  .theme-le-tropical.tropical\:xl\:text-center {
    text-align: center;
  }
}

@media (min-width: 1600px) {
  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:aspect-\[5\/4\] {
    aspect-ratio: 5/4;
  }

  .\32xl\:aspect-auto {
    aspect-ratio: auto;
  }

  .\32xl\:min-h-\[320px\] {
    min-height: 320px;
  }

  .\32xl\:min-h-\[666\.25px\] {
    min-height: 666.25px;
  }

  .theme-le-romance .romance\:2xl\:min-h-0 {
    min-height: 0px;
  }

  .theme-le-romance.romance\:2xl\:min-h-0 {
    min-height: 0px;
  }
}
