/*
! 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: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

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

/*** @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-business/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-business/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-business/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-business/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-business/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-business/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-business/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-business/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-business/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-business/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-business/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-business/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-business/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-business/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-business/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-business/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-business/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-business/assets/fonts/lato/LatoLatin-Black.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:  ;
}

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

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

/*** Standard Layout Components ***/

.le-themes-contain-x {
  width: 100%;
}

.le-themes-pad-x,
    .le-themes-pad-title {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.le-themes-pad-title {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.le-themes-aspect-banner {
  width: 100%;
  min-height: 320px;
}

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

  .le-themes-pad-title {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .le-themes-pad-banner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

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

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

  .le-themes-aspect-banner {
    aspect-ratio: 3/1;
  }

  .le-themes-aspect-title {
    aspect-ratio: 40/9;
  }
}

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

  .le-themes-aspect-banner {
    aspect-ratio: auto;
    min-height: 533.33px;
  }

  .le-themes-aspect-title {
    aspect-ratio: auto;
    min-height: 320px;
  }
}

.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-0 {
  inset: 0px;
}

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

.float-left {
  float: left;
}

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

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

.m-2 {
  margin: 0.5rem;
}

.m-5 {
  margin: 1.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

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

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

.ml-3 {
  margin-left: 0.75rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

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

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

.mt-3 {
  margin-top: 0.75rem;
}

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.aspect-\[883\/287\] {
  aspect-ratio: 883/287;
}

.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-2 {
  width: 0.5rem;
  height: 0.5rem;
}

.size-2\.5 {
  width: 0.625rem;
  height: 0.625rem;
}

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

.size-32 {
  width: 8rem;
  height: 8rem;
}

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

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

.size-8 {
  width: 2rem;
  height: 2rem;
}

.h-16 {
  height: 4rem;
}

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

.h-\[3\.5rem\] {
  height: 3.5rem;
}

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3\/4 {
  width: 75%;
}

.w-40 {
  width: 10rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

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

.w-\[13\.5rem\] {
  width: 13.5rem;
}

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

.min-w-7 {
  min-width: 1.75rem;
}

.max-w-60 {
  max-width: 15rem;
}

.max-w-64 {
  max-width: 16rem;
}

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

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

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

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

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

.grow {
  flex-grow: 1;
}

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

.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-pointer {
  cursor: pointer;
}

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

.list-outside {
  list-style-position: outside;
}

.list-\[circle\] {
  list-style-type: circle;
}

.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-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

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

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

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

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

.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-items-center {
  justify-items: center;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.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-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.text-wrap {
  text-wrap: wrap;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.border {
  border-width: 1px;
}

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

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

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

.border-t-\[0\.1em\] {
  border-top-width: 0.1em;
}

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

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

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

.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(112 112 122 / var(--tw-border-opacity));
}

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

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

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

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

.bg-midnight-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 17 27 / var(--tw-bg-opacity));
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(229 24 13 / 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-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-85 {
  --tw-bg-opacity: 0.85;
}

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

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

.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-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

.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-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

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

.pb-12 {
  padding-bottom: 3rem;
}

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

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

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

.pl-1 {
  padding-left: 0.25rem;
}

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

.pl-4 {
  padding-left: 1rem;
}

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

.pt-4 {
  padding-top: 1rem;
}

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

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

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

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

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

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

.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-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-bold {
  font-weight: 700;
}

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

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

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

.leading-10 {
  line-height: 2.5rem;
}

.leading-loose {
  line-height: 2;
}

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

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

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

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

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

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

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

.text-teal-25 {
  --tw-text-opacity: 1;
  color: rgb(239 245 245 / 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));
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

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

.outline {
  outline-style: solid;
}

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

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

.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-\[10\]:empty:before {
  --tw-content: '\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000';
}

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

.skeleton-text-\[200\]: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';
}

.skeleton-text-\[20\]:empty:before {
  --tw-content: '\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\3000\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 ***/

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

/*** 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;
}

/* Elementor Text Widget */

.elementor-widget-text-editor p:not(:first-of-type) {
  margin-top: 1em;
}

/* 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;
}

/* 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(0 0 0 / 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;
}

@media (min-width: 1600px) {
  .\32xl\:container {
    width: 100%;
  }

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

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

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

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

  @media (min-width: 1600px) {
    .\32xl\:container {
      max-width: 1600px;
    }
  }
}

.\*\:\!flex-col > * {
  flex-direction: column !important;
}

.\*\:pl-1 > * {
  padding-left: 0.25rem;
}

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

.hover\:bg-midnight:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 36 57 / 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-transparent:hover {
  background-color: transparent;
}

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

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

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

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

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

.hover\:opacity-70:hover {
  opacity: 0.7;
}

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

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:block {
  display: block;
}

@media (min-width: 640px) {
  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

  .sm\:w-\[225vw\] {
    width: 225vw;
  }

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

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

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

  .sm\:gap-4 {
    gap: 1rem;
  }

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

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

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

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

  .sm\:text-7xl {
    font-size: 2.75rem;
    line-height: 1.25;
  }

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

@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

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

  .md\:min-h-\[1\.5rem\] {
    min-height: 1.5rem;
  }

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

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

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-\[175vw\] {
    width: 175vw;
  }

  .md\:max-w-none {
    max-width: none;
  }

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

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

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

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

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

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-y-12 {
    row-gap: 3rem;
  }

  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

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

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

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

@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

  .lg\:w-\[125vw\] {
    width: 125vw;
  }

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

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

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

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

@media (min-width: 1280px) {
  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

  .xl\:w-\[105vw\] {
    width: 105vw;
  }

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

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

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

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

  .xl\:gap-0 {
    gap: 0px;
  }

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

  .xl\:gap-9 {
    gap: 2.25rem;
  }

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

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

@media (min-width: 1600px) {
  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
