@charset "UTF-8";

/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

/*
Interactive
===========
*/

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

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: raleway, Helvetica, Arial, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    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 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #898D8D;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #898D8D;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #898D8D;
}

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after{
  border-color: currentColor;
}

.container{
  width: 100%;
}

@media (min-width: 30em){
  .container{
    max-width: 30em;
  }
}

@media (min-width: 48em){
  .container{
    max-width: 48em;
  }
}

@media (min-width: 64em){
  .container{
    max-width: 64em;
  }
}

@media (min-width: 80em){
  .container{
    max-width: 80em;
  }
}

.base-input {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(199, 200, 200, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(62, 63, 63, var(--tw-text-opacity));
}

.base-input::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.base-input:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.base-input::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.base-input{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 48em){
  .base-input{
    font-size: 1rem;
  }
}

.base-input-style-2 {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(62, 63, 63, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.base-input-style-2::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.base-input-style-2:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.base-input-style-2::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.base-input-style-2{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.label {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.input {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(199, 200, 200, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(62, 63, 63, var(--tw-text-opacity));
}

.input::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.input:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.input::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.input{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 48em){
  .input{
    font-size: 1rem;
  }
}

.select {
  background-image: url(./../../files/svgs/icon-dropdown-arrow.svg);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat, repeat;
  background-position: right 1.25em top 50%, 0 0;
  background-size: 1em auto, 100%;
}

.textarea {
  max-height: 8.125rem;
}

.select-style-1 {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(199, 200, 200, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(62, 63, 63, var(--tw-text-opacity));
}

.select-style-1::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.select-style-1:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.select-style-1::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.select-style-1{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 48em){
  .select-style-1{
    font-size: 1rem;
  }
}

.select-style-2 {
  background-image: url(./../../files/svgs/icon-dropdown-arrow-white.svg);
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(62, 63, 63, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.select-style-2::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.select-style-2:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.select-style-2::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.select-style-2{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.submit-button {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgba(139, 111, 78, var(--tw-bg-opacity));
}

.submit-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(137, 141, 141, var(--tw-bg-opacity));
}

.submit-button{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
}

.max-char {
  font-size: 0.6875rem;
  --tw-text-opacity: 1;
  color: rgba(199, 200, 200, var(--tw-text-opacity));
}

.required {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.form-wrap-m {
  margin: 0rem;
}

.input-m {
  margin: 0rem;
  margin-bottom: 1rem;
}

.input-p {
  padding: 0rem;
}

.footer-m {
  margin: 0rem;
}

.footer-p {
  padding: 0rem;
}

.list-disc {
  padding-left: 1.5rem;
}

.list-disc:before {
  content: "";
  position: absolute;
  left: 0;
  height: 0.5rem;
  width: 0.5rem;
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(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));
  --tw-translate-y: -50%;
  overflow: hidden;
  border-radius: 9999px;
  top: 14px;
}

.list-disc-gold-500:before {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 111, 78, var(--tw-bg-opacity));
}

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

.not-sr-only{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:sr-only:focus{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.focus\:not-sr-only:focus{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.pointer-events-none{
  pointer-events: none;
}

.pointer-events-auto{
  pointer-events: auto;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: -webkit-sticky;
  position: sticky;
}

.inset-0{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-1{
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.inset-18{
  top: 18px;
  right: 18px;
  bottom: 18px;
  left: 18px;
}

.inset-24{
  top: 24px;
  right: 24px;
  bottom: 24px;
  left: 24px;
}

.inset-28{
  top: 28px;
  right: 28px;
  bottom: 28px;
  left: 28px;
}

.-inset-9999{
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
}

.-inset-1{
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.inset-1\/2{
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.inset-auto{
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.active\:inset-0:active{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.active\:inset-1:active{
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.active\:inset-18:active{
  top: 18px;
  right: 18px;
  bottom: 18px;
  left: 18px;
}

.active\:inset-24:active{
  top: 24px;
  right: 24px;
  bottom: 24px;
  left: 24px;
}

.active\:inset-28:active{
  top: 28px;
  right: 28px;
  bottom: 28px;
  left: 28px;
}

.active\:-inset-9999:active{
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
}

.active\:-inset-1:active{
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

.active\:inset-1\/2:active{
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}

.active\:inset-auto:active{
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.inset-x-0{
  left: 0;
  right: 0;
}

.inset-x-1{
  left: 1px;
  right: 1px;
}

.inset-x-18{
  left: 18px;
  right: 18px;
}

.inset-x-24{
  left: 24px;
  right: 24px;
}

.inset-x-28{
  left: 28px;
  right: 28px;
}

.-inset-x-9999{
  left: -9999px;
  right: -9999px;
}

.-inset-x-1{
  left: -1px;
  right: -1px;
}

.inset-x-1\/2{
  left: 50%;
  right: 50%;
}

.inset-x-auto{
  left: auto;
  right: auto;
}

.inset-y-0{
  top: 0;
  bottom: 0;
}

.inset-y-1{
  top: 1px;
  bottom: 1px;
}

.inset-y-18{
  top: 18px;
  bottom: 18px;
}

.inset-y-24{
  top: 24px;
  bottom: 24px;
}

.inset-y-28{
  top: 28px;
  bottom: 28px;
}

.-inset-y-9999{
  top: -9999px;
  bottom: -9999px;
}

.-inset-y-1{
  top: -1px;
  bottom: -1px;
}

.inset-y-1\/2{
  top: 50%;
  bottom: 50%;
}

.inset-y-auto{
  top: auto;
  bottom: auto;
}

.active\:inset-x-0:active{
  left: 0;
  right: 0;
}

.active\:inset-x-1:active{
  left: 1px;
  right: 1px;
}

.active\:inset-x-18:active{
  left: 18px;
  right: 18px;
}

.active\:inset-x-24:active{
  left: 24px;
  right: 24px;
}

.active\:inset-x-28:active{
  left: 28px;
  right: 28px;
}

.active\:-inset-x-9999:active{
  left: -9999px;
  right: -9999px;
}

.active\:-inset-x-1:active{
  left: -1px;
  right: -1px;
}

.active\:inset-x-1\/2:active{
  left: 50%;
  right: 50%;
}

.active\:inset-x-auto:active{
  left: auto;
  right: auto;
}

.active\:inset-y-0:active{
  top: 0;
  bottom: 0;
}

.active\:inset-y-1:active{
  top: 1px;
  bottom: 1px;
}

.active\:inset-y-18:active{
  top: 18px;
  bottom: 18px;
}

.active\:inset-y-24:active{
  top: 24px;
  bottom: 24px;
}

.active\:inset-y-28:active{
  top: 28px;
  bottom: 28px;
}

.active\:-inset-y-9999:active{
  top: -9999px;
  bottom: -9999px;
}

.active\:-inset-y-1:active{
  top: -1px;
  bottom: -1px;
}

.active\:inset-y-1\/2:active{
  top: 50%;
  bottom: 50%;
}

.active\:inset-y-auto:active{
  top: auto;
  bottom: auto;
}

.top-0{
  top: 0;
}

.top-1{
  top: 1px;
}

.top-18{
  top: 18px;
}

.top-24{
  top: 24px;
}

.top-28{
  top: 28px;
}

.-top-9999{
  top: -9999px;
}

.-top-1{
  top: -1px;
}

.top-1\/2{
  top: 50%;
}

.top-auto{
  top: auto;
}

.right-0{
  right: 0;
}

.right-1{
  right: 1px;
}

.right-18{
  right: 18px;
}

.right-24{
  right: 24px;
}

.right-28{
  right: 28px;
}

.-right-9999{
  right: -9999px;
}

.-right-1{
  right: -1px;
}

.right-1\/2{
  right: 50%;
}

.right-auto{
  right: auto;
}

.bottom-0{
  bottom: 0;
}

.bottom-1{
  bottom: 1px;
}

.bottom-18{
  bottom: 18px;
}

.bottom-24{
  bottom: 24px;
}

.bottom-28{
  bottom: 28px;
}

.-bottom-9999{
  bottom: -9999px;
}

.-bottom-1{
  bottom: -1px;
}

.bottom-1\/2{
  bottom: 50%;
}

.bottom-auto{
  bottom: auto;
}

.left-0{
  left: 0;
}

.left-1{
  left: 1px;
}

.left-18{
  left: 18px;
}

.left-24{
  left: 24px;
}

.left-28{
  left: 28px;
}

.-left-9999{
  left: -9999px;
}

.-left-1{
  left: -1px;
}

.left-1\/2{
  left: 50%;
}

.left-auto{
  left: auto;
}

.active\:top-0:active{
  top: 0;
}

.active\:top-1:active{
  top: 1px;
}

.active\:top-18:active{
  top: 18px;
}

.active\:top-24:active{
  top: 24px;
}

.active\:top-28:active{
  top: 28px;
}

.active\:-top-9999:active{
  top: -9999px;
}

.active\:-top-1:active{
  top: -1px;
}

.active\:top-1\/2:active{
  top: 50%;
}

.active\:top-auto:active{
  top: auto;
}

.active\:right-0:active{
  right: 0;
}

.active\:right-1:active{
  right: 1px;
}

.active\:right-18:active{
  right: 18px;
}

.active\:right-24:active{
  right: 24px;
}

.active\:right-28:active{
  right: 28px;
}

.active\:-right-9999:active{
  right: -9999px;
}

.active\:-right-1:active{
  right: -1px;
}

.active\:right-1\/2:active{
  right: 50%;
}

.active\:right-auto:active{
  right: auto;
}

.active\:bottom-0:active{
  bottom: 0;
}

.active\:bottom-1:active{
  bottom: 1px;
}

.active\:bottom-18:active{
  bottom: 18px;
}

.active\:bottom-24:active{
  bottom: 24px;
}

.active\:bottom-28:active{
  bottom: 28px;
}

.active\:-bottom-9999:active{
  bottom: -9999px;
}

.active\:-bottom-1:active{
  bottom: -1px;
}

.active\:bottom-1\/2:active{
  bottom: 50%;
}

.active\:bottom-auto:active{
  bottom: auto;
}

.active\:left-0:active{
  left: 0;
}

.active\:left-1:active{
  left: 1px;
}

.active\:left-18:active{
  left: 18px;
}

.active\:left-24:active{
  left: 24px;
}

.active\:left-28:active{
  left: 28px;
}

.active\:-left-9999:active{
  left: -9999px;
}

.active\:-left-1:active{
  left: -1px;
}

.active\:left-1\/2:active{
  left: 50%;
}

.active\:left-auto:active{
  left: auto;
}

.isolate{
  isolation: isolate;
}

.isolation-auto{
  isolation: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.z-top{
  z-index: 100;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-4{
  order: 4;
}

.order-5{
  order: 5;
}

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

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

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

.col-span-4{
  grid-column: span 4 / span 4;
}

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

.col-span-8{
  grid-column: span 8 / span 8;
}

.clear-left{
  clear: left;
}

.clear-right{
  clear: right;
}

.clear-both{
  clear: both;
}

.clear-none{
  clear: none;
}

.m-0{
  margin: 0rem;
}

.m-4{
  margin: 0.25rem;
}

.m-8{
  margin: 0.5rem;
}

.m-10{
  margin: 0.625rem;
}

.m-12{
  margin: 0.75rem;
}

.m-16{
  margin: 1rem;
}

.m-20{
  margin: 1.25rem;
}

.m-24{
  margin: 1.5rem;
}

.m-28{
  margin: 1.75rem;
}

.m-32{
  margin: 2rem;
}

.m-40{
  margin: 2.5rem;
}

.m-48{
  margin: 3rem;
}

.m-56{
  margin: 3.5rem;
}

.m-64{
  margin: 4rem;
}

.m-72{
  margin: 4.5rem;
}

.m-105{
  margin: 6.5625rem;
}

.m-130{
  margin: 8.125rem;
}

.m-150{
  margin: 9.375rem;
}

.m-auto{
  margin: auto;
}

.m-center{
  margin: 0 auto;
}

.-m-1{
  margin: -0.0625rem;
}

.-m-0{
  margin: 0rem;
}

.-m-4{
  margin: -0.25rem;
}

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

.-m-10{
  margin: -0.625rem;
}

.-m-12{
  margin: -0.75rem;
}

.-m-16{
  margin: -1rem;
}

.-m-20{
  margin: -1.25rem;
}

.-m-24{
  margin: -1.5rem;
}

.-m-28{
  margin: -1.75rem;
}

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

.-m-40{
  margin: -2.5rem;
}

.-m-48{
  margin: -3rem;
}

.-m-56{
  margin: -3.5rem;
}

.-m-64{
  margin: -4rem;
}

.-m-72{
  margin: -4.5rem;
}

.-m-105{
  margin: -6.5625rem;
}

.-m-130{
  margin: -8.125rem;
}

.-m-150{
  margin: -9.375rem;
}

.-m--1{
  margin: 0.0625rem;
}

.mx-0{
  margin-left: 0rem;
  margin-right: 0rem;
}

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

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

.mx-10{
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.mx-12{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

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

.mx-24{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-28{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

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

.mx-40{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-48{
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-56{
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

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

.mx-72{
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.mx-105{
  margin-left: 6.5625rem;
  margin-right: 6.5625rem;
}

.mx-130{
  margin-left: 8.125rem;
  margin-right: 8.125rem;
}

.mx-150{
  margin-left: 9.375rem;
  margin-right: 9.375rem;
}

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

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

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

.-mx-0{
  margin-left: 0rem;
  margin-right: 0rem;
}

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

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

.-mx-10{
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.-mx-12{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

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

.-mx-24{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-mx-28{
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

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

.-mx-40{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-mx-48{
  margin-left: -3rem;
  margin-right: -3rem;
}

.-mx-56{
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

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

.-mx-72{
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}

.-mx-105{
  margin-left: -6.5625rem;
  margin-right: -6.5625rem;
}

.-mx-130{
  margin-left: -8.125rem;
  margin-right: -8.125rem;
}

.-mx-150{
  margin-left: -9.375rem;
  margin-right: -9.375rem;
}

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

.my-0{
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.my-4{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

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

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

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

.my-16{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.my-24{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-28{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

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

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

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

.my-56{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-64{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-72{
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.my-105{
  margin-top: 6.5625rem;
  margin-bottom: 6.5625rem;
}

.my-130{
  margin-top: 8.125rem;
  margin-bottom: 8.125rem;
}

.my-150{
  margin-top: 9.375rem;
  margin-bottom: 9.375rem;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.my-center{
  margin-top: 0 auto;
  margin-bottom: 0 auto;
}

.-my-1{
  margin-top: -0.0625rem;
  margin-bottom: -0.0625rem;
}

.-my-0{
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.-my-4{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

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

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

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

.-my-16{
  margin-top: -1rem;
  margin-bottom: -1rem;
}

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

.-my-24{
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-my-28{
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

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

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

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

.-my-56{
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.-my-64{
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-my-72{
  margin-top: -4.5rem;
  margin-bottom: -4.5rem;
}

.-my-105{
  margin-top: -6.5625rem;
  margin-bottom: -6.5625rem;
}

.-my-130{
  margin-top: -8.125rem;
  margin-bottom: -8.125rem;
}

.-my-150{
  margin-top: -9.375rem;
  margin-bottom: -9.375rem;
}

.-my--1{
  margin-top: 0.0625rem;
  margin-bottom: 0.0625rem;
}

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

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

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

.mt-10{
  margin-top: 0.625rem;
}

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

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

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

.mt-24{
  margin-top: 1.5rem;
}

.mt-28{
  margin-top: 1.75rem;
}

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

.mt-40{
  margin-top: 2.5rem;
}

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

.mt-56{
  margin-top: 3.5rem;
}

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

.mt-72{
  margin-top: 4.5rem;
}

.mt-105{
  margin-top: 6.5625rem;
}

.mt-130{
  margin-top: 8.125rem;
}

.mt-150{
  margin-top: 9.375rem;
}

.mt-auto{
  margin-top: auto;
}

.mt-center{
  margin-top: 0 auto;
}

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

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

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

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

.-mt-10{
  margin-top: -0.625rem;
}

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

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

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

.-mt-24{
  margin-top: -1.5rem;
}

.-mt-28{
  margin-top: -1.75rem;
}

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

.-mt-40{
  margin-top: -2.5rem;
}

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

.-mt-56{
  margin-top: -3.5rem;
}

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

.-mt-72{
  margin-top: -4.5rem;
}

.-mt-105{
  margin-top: -6.5625rem;
}

.-mt-130{
  margin-top: -8.125rem;
}

.-mt-150{
  margin-top: -9.375rem;
}

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

.mr-0{
  margin-right: 0rem;
}

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

.mr-8{
  margin-right: 0.5rem;
}

.mr-10{
  margin-right: 0.625rem;
}

.mr-12{
  margin-right: 0.75rem;
}

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

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

.mr-24{
  margin-right: 1.5rem;
}

.mr-28{
  margin-right: 1.75rem;
}

.mr-32{
  margin-right: 2rem;
}

.mr-40{
  margin-right: 2.5rem;
}

.mr-48{
  margin-right: 3rem;
}

.mr-56{
  margin-right: 3.5rem;
}

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

.mr-72{
  margin-right: 4.5rem;
}

.mr-105{
  margin-right: 6.5625rem;
}

.mr-130{
  margin-right: 8.125rem;
}

.mr-150{
  margin-right: 9.375rem;
}

.mr-auto{
  margin-right: auto;
}

.mr-center{
  margin-right: 0 auto;
}

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

.-mr-0{
  margin-right: 0rem;
}

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

.-mr-8{
  margin-right: -0.5rem;
}

.-mr-10{
  margin-right: -0.625rem;
}

.-mr-12{
  margin-right: -0.75rem;
}

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

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

.-mr-24{
  margin-right: -1.5rem;
}

.-mr-28{
  margin-right: -1.75rem;
}

.-mr-32{
  margin-right: -2rem;
}

.-mr-40{
  margin-right: -2.5rem;
}

.-mr-48{
  margin-right: -3rem;
}

.-mr-56{
  margin-right: -3.5rem;
}

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

.-mr-72{
  margin-right: -4.5rem;
}

.-mr-105{
  margin-right: -6.5625rem;
}

.-mr-130{
  margin-right: -8.125rem;
}

.-mr-150{
  margin-right: -9.375rem;
}

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

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

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

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

.mb-10{
  margin-bottom: 0.625rem;
}

.mb-12{
  margin-bottom: 0.75rem;
}

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

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

.mb-24{
  margin-bottom: 1.5rem;
}

.mb-28{
  margin-bottom: 1.75rem;
}

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

.mb-40{
  margin-bottom: 2.5rem;
}

.mb-48{
  margin-bottom: 3rem;
}

.mb-56{
  margin-bottom: 3.5rem;
}

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

.mb-72{
  margin-bottom: 4.5rem;
}

.mb-105{
  margin-bottom: 6.5625rem;
}

.mb-130{
  margin-bottom: 8.125rem;
}

.mb-150{
  margin-bottom: 9.375rem;
}

.mb-auto{
  margin-bottom: auto;
}

.mb-center{
  margin-bottom: 0 auto;
}

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

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

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

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

.-mb-10{
  margin-bottom: -0.625rem;
}

.-mb-12{
  margin-bottom: -0.75rem;
}

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

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

.-mb-24{
  margin-bottom: -1.5rem;
}

.-mb-28{
  margin-bottom: -1.75rem;
}

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

.-mb-40{
  margin-bottom: -2.5rem;
}

.-mb-48{
  margin-bottom: -3rem;
}

.-mb-56{
  margin-bottom: -3.5rem;
}

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

.-mb-72{
  margin-bottom: -4.5rem;
}

.-mb-105{
  margin-bottom: -6.5625rem;
}

.-mb-130{
  margin-bottom: -8.125rem;
}

.-mb-150{
  margin-bottom: -9.375rem;
}

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

.ml-0{
  margin-left: 0rem;
}

.ml-4{
  margin-left: 0.25rem;
}

.ml-8{
  margin-left: 0.5rem;
}

.ml-10{
  margin-left: 0.625rem;
}

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

.ml-16{
  margin-left: 1rem;
}

.ml-20{
  margin-left: 1.25rem;
}

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

.ml-28{
  margin-left: 1.75rem;
}

.ml-32{
  margin-left: 2rem;
}

.ml-40{
  margin-left: 2.5rem;
}

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

.ml-56{
  margin-left: 3.5rem;
}

.ml-64{
  margin-left: 4rem;
}

.ml-72{
  margin-left: 4.5rem;
}

.ml-105{
  margin-left: 6.5625rem;
}

.ml-130{
  margin-left: 8.125rem;
}

.ml-150{
  margin-left: 9.375rem;
}

.ml-auto{
  margin-left: auto;
}

.ml-center{
  margin-left: 0 auto;
}

.-ml-1{
  margin-left: -0.0625rem;
}

.-ml-0{
  margin-left: 0rem;
}

.-ml-4{
  margin-left: -0.25rem;
}

.-ml-8{
  margin-left: -0.5rem;
}

.-ml-10{
  margin-left: -0.625rem;
}

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

.-ml-16{
  margin-left: -1rem;
}

.-ml-20{
  margin-left: -1.25rem;
}

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

.-ml-28{
  margin-left: -1.75rem;
}

.-ml-32{
  margin-left: -2rem;
}

.-ml-40{
  margin-left: -2.5rem;
}

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

.-ml-56{
  margin-left: -3.5rem;
}

.-ml-64{
  margin-left: -4rem;
}

.-ml-72{
  margin-left: -4.5rem;
}

.-ml-105{
  margin-left: -6.5625rem;
}

.-ml-130{
  margin-left: -8.125rem;
}

.-ml-150{
  margin-left: -9.375rem;
}

.-ml--1{
  margin-left: 0.0625rem;
}

.box-border{
  box-sizing: border-box;
}

.box-content{
  box-sizing: content-box;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

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

.table-caption{
  display: table-caption;
}

.table-cell{
  display: table-cell;
}

.table-column{
  display: table-column;
}

.table-column-group{
  display: table-column-group;
}

.table-footer-group{
  display: table-footer-group;
}

.table-header-group{
  display: table-header-group;
}

.table-row-group{
  display: table-row-group;
}

.table-row{
  display: table-row;
}

.flow-root{
  display: flow-root;
}

.grid{
  display: grid;
}

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

.contents{
  display: contents;
}

.list-item{
  display: list-item;
}

.hidden{
  display: none;
}

.h-0{
  height: 0rem;
}

.h-8{
  height: 0.5rem;
}

.h-14{
  height: 0.875rem;
}

.h-32{
  height: 2rem;
}

.h-800{
  height: 50rem;
}

.h-auto{
  height: auto;
}

.h-1\/2{
  height: 50%;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.h-screen-40{
  height: 40vh;
}

.max-h-130{
  max-height: 8.125rem;
}

.min-h-105{
  min-height: 6.5625rem;
}

.min-h-135{
  min-height: 8.4375rem;
}

.w-0{
  width: 0rem;
}

.w-4{
  width: 0.25rem;
}

.w-8{
  width: 0.5rem;
}

.w-10{
  width: 0.625rem;
}

.w-12{
  width: 0.75rem;
}

.w-14{
  width: 0.875rem;
}

.w-16{
  width: 1rem;
}

.w-20{
  width: 1.25rem;
}

.w-24{
  width: 1.5rem;
}

.w-28{
  width: 1.75rem;
}

.w-32{
  width: 2rem;
}

.w-40{
  width: 2.5rem;
}

.w-48{
  width: 3rem;
}

.w-56{
  width: 3.5rem;
}

.w-64{
  width: 4rem;
}

.w-72{
  width: 4.5rem;
}

.w-105{
  width: 6.5625rem;
}

.w-130{
  width: 8.125rem;
}

.w-150{
  width: 9.375rem;
}

.w-auto{
  width: auto;
}

.-w-1{
  width: -0.0625rem;
}

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

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

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

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

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

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

.w-3\/5{
  width: 60%;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.max-w-250{
  max-width: 15.625rem;
}

.max-w-300{
  max-width: 18.75rem;
}

.max-w-640{
  max-width: 40rem;
}

.max-w-700{
  max-width: 43.75rem;
}

.max-w-full{
  max-width: 100%;
}

.flex-1{
  flex: 1 1 0%;
}

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

.flex-initial{
  flex: 0 1 auto;
}

.flex-none{
  flex: none;
}

.flex-1\/3{
  flex: 33% 0 0;
}

.flex-1\/2{
  flex: 50% 0 0;
}

.flex-full{
  flex: 100% 0 0;
}

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

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

.flex-shrink-default{
  flex-shrink: 1;
}

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

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

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

.table-auto{
  table-layout: auto;
}

.table-fixed{
  table-layout: fixed;
}

.border-collapse{
  border-collapse: collapse;
}

.border-separate{
  border-collapse: separate;
}

.transform{
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(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-gpu{
  --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;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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-none{
  transform: none;
}

.translate-x-0{
  --tw-translate-x: 0;
}

.-translate-x-full{
  --tw-translate-x: -100%;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
}

.translate-x-full{
  --tw-translate-x: 100%;
}

.translate-y-0{
  --tw-translate-y: 0;
}

.-translate-y-full{
  --tw-translate-y: -100%;
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
}

.translate-y-full{
  --tw-translate-y: 100%;
}

.hover\:translate-x-0:hover{
  --tw-translate-x: 0;
}

.hover\:-translate-x-full:hover{
  --tw-translate-x: -100%;
}

.hover\:-translate-x-1\/2:hover{
  --tw-translate-x: -50%;
}

.hover\:translate-x-full:hover{
  --tw-translate-x: 100%;
}

.hover\:translate-y-0:hover{
  --tw-translate-y: 0;
}

.hover\:-translate-y-full:hover{
  --tw-translate-y: -100%;
}

.hover\:-translate-y-1\/2:hover{
  --tw-translate-y: -50%;
}

.hover\:translate-y-full:hover{
  --tw-translate-y: 100%;
}

.focus\:translate-x-0:focus{
  --tw-translate-x: 0;
}

.focus\:-translate-x-full:focus{
  --tw-translate-x: -100%;
}

.focus\:-translate-x-1\/2:focus{
  --tw-translate-x: -50%;
}

.focus\:translate-x-full:focus{
  --tw-translate-x: 100%;
}

.focus\:translate-y-0:focus{
  --tw-translate-y: 0;
}

.focus\:-translate-y-full:focus{
  --tw-translate-y: -100%;
}

.focus\:-translate-y-1\/2:focus{
  --tw-translate-y: -50%;
}

.focus\:translate-y-full:focus{
  --tw-translate-y: 100%;
}

.scale-85{
  --tw-scale-x: .85;
  --tw-scale-y: .85;
}

.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.hover\:scale-85:hover{
  --tw-scale-x: .85;
  --tw-scale-y: .85;
}

.hover\:scale-95:hover{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.hover\:scale-100:hover{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.focus\:scale-85:focus{
  --tw-scale-x: .85;
  --tw-scale-y: .85;
}

.focus\:scale-95:focus{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.focus\:scale-100:focus{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.focus\:scale-105:focus{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.scale-x-85{
  --tw-scale-x: .85;
}

.scale-x-95{
  --tw-scale-x: .95;
}

.scale-x-100{
  --tw-scale-x: 1;
}

.scale-x-105{
  --tw-scale-x: 1.05;
}

.scale-y-85{
  --tw-scale-y: .85;
}

.scale-y-95{
  --tw-scale-y: .95;
}

.scale-y-100{
  --tw-scale-y: 1;
}

.scale-y-105{
  --tw-scale-y: 1.05;
}

.hover\:scale-x-85:hover{
  --tw-scale-x: .85;
}

.hover\:scale-x-95:hover{
  --tw-scale-x: .95;
}

.hover\:scale-x-100:hover{
  --tw-scale-x: 1;
}

.hover\:scale-x-105:hover{
  --tw-scale-x: 1.05;
}

.hover\:scale-y-85:hover{
  --tw-scale-y: .85;
}

.hover\:scale-y-95:hover{
  --tw-scale-y: .95;
}

.hover\:scale-y-100:hover{
  --tw-scale-y: 1;
}

.hover\:scale-y-105:hover{
  --tw-scale-y: 1.05;
}

.focus\:scale-x-85:focus{
  --tw-scale-x: .85;
}

.focus\:scale-x-95:focus{
  --tw-scale-x: .95;
}

.focus\:scale-x-100:focus{
  --tw-scale-x: 1;
}

.focus\:scale-x-105:focus{
  --tw-scale-x: 1.05;
}

.focus\:scale-y-85:focus{
  --tw-scale-y: .85;
}

.focus\:scale-y-95:focus{
  --tw-scale-y: .95;
}

.focus\:scale-y-100:focus{
  --tw-scale-y: 1;
}

.focus\:scale-y-105:focus{
  --tw-scale-y: 1.05;
}

@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

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

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

@-webkit-keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-none{
  -webkit-animation: none;
          animation: none;
}

.animate-spin{
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.animate-ping{
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

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

.animate-bounce{
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.cursor-auto{
  cursor: auto;
}

.cursor-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.cursor-wait{
  cursor: wait;
}

.cursor-text{
  cursor: text;
}

.cursor-move{
  cursor: move;
}

.cursor-grab{
  cursor: -webkit-grab;
  cursor: grab;
}

.cursor-grabbing{
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

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

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

.select-text{
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

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

.select-auto{
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.resize-none{
  resize: none;
}

.resize-y{
  resize: vertical;
}

.resize-x{
  resize: horizontal;
}

.resize{
  resize: both;
}

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

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

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

.auto-cols-auto{
  grid-auto-columns: auto;
}

.grid-flow-row{
  grid-auto-flow: row;
}

.grid-flow-col{
  grid-auto-flow: column;
}

.grid-flow-row-dense{
  grid-auto-flow: row dense;
}

.grid-flow-col-dense{
  grid-auto-flow: column dense;
}

.auto-rows-auto{
  grid-auto-rows: auto;
}

.auto-rows-min{
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}

.auto-rows-max{
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}

.auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr);
}

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

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

.grid-cols-none{
  grid-template-columns: none;
}

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

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

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

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

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

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

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

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

.place-content-start{
  place-content: start;
}

.place-content-end{
  place-content: end;
}

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

.place-content-around{
  place-content: space-around;
}

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

.place-content-stretch{
  place-content: stretch;
}

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

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

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

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

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

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

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

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

.content-around{
  align-content: space-around;
}

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

.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-around{
  justify-content: space-around;
}

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

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

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

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

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

.gap-0{
  gap: 0rem;
}

.gap-4{
  gap: 0.25rem;
}

.gap-8{
  gap: 0.5rem;
}

.gap-10{
  gap: 0.625rem;
}

.gap-12{
  gap: 0.75rem;
}

.gap-16{
  gap: 1rem;
}

.gap-20{
  gap: 1.25rem;
}

.gap-24{
  gap: 1.5rem;
}

.gap-28{
  gap: 1.75rem;
}

.gap-32{
  gap: 2rem;
}

.gap-40{
  gap: 2.5rem;
}

.gap-48{
  gap: 3rem;
}

.gap-56{
  gap: 3.5rem;
}

.gap-64{
  gap: 4rem;
}

.gap-72{
  gap: 4.5rem;
}

.gap-105{
  gap: 6.5625rem;
}

.gap-130{
  gap: 8.125rem;
}

.gap-150{
  gap: 9.375rem;
}

.-gap-1{
  gap: -0.0625rem;
}

.gap-x-0{
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}

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

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

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

.gap-x-12{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

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

.gap-x-20{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

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

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

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

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

.gap-x-48{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-56{
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

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

.gap-x-72{
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
}

.gap-x-105{
  -moz-column-gap: 6.5625rem;
       column-gap: 6.5625rem;
}

.gap-x-130{
  -moz-column-gap: 8.125rem;
       column-gap: 8.125rem;
}

.gap-x-150{
  -moz-column-gap: 9.375rem;
       column-gap: 9.375rem;
}

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

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

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

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

.gap-y-10{
  row-gap: 0.625rem;
}

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

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

.gap-y-20{
  row-gap: 1.25rem;
}

.gap-y-24{
  row-gap: 1.5rem;
}

.gap-y-28{
  row-gap: 1.75rem;
}

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

.gap-y-40{
  row-gap: 2.5rem;
}

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

.gap-y-56{
  row-gap: 3.5rem;
}

.gap-y-64{
  row-gap: 4rem;
}

.gap-y-72{
  row-gap: 4.5rem;
}

.gap-y-105{
  row-gap: 6.5625rem;
}

.gap-y-130{
  row-gap: 8.125rem;
}

.gap-y-150{
  row-gap: 9.375rem;
}

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

.space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0rem * var(--tw-space-x-reverse));
  margin-left: calc(0rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(4.5rem * var(--tw-space-x-reverse));
  margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-105 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(6.5625rem * var(--tw-space-x-reverse));
  margin-left: calc(6.5625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-130 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(8.125rem * var(--tw-space-x-reverse));
  margin-left: calc(8.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-150 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(9.375rem * var(--tw-space-x-reverse));
  margin-left: calc(9.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.0625rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.0625rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0rem * var(--tw-space-x-reverse));
  margin-left: calc(0rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1rem * var(--tw-space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2rem * var(--tw-space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-3rem * var(--tw-space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-4rem * var(--tw-space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-105 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-6.5625rem * var(--tw-space-x-reverse));
  margin-left: calc(-6.5625rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-130 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-8.125rem * var(--tw-space-x-reverse));
  margin-left: calc(-8.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x-150 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-9.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-9.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.-space-x--1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.0625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.0625rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-y-4 > :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-8 > :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-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.space-y-12 > :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));
}

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

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

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

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

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

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

.space-y-48 > :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-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

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

.-space-y-4 > :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-8 > :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-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
}

.-space-y-12 > :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));
}

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

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

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

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

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

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

.-space-y-48 > :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-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

.space-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 1;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1;
}

.divide-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(3px * var(--tw-divide-x-reverse));
  border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x-default > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
}

.divide-y-default > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 1;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 1;
}

.divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]){
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]){
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]){
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]){
  border-style: none;
}

.divide-transparent > :not([hidden]) ~ :not([hidden]){
  border-color: transparent;
}

.divide-black > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
}

.divide-white > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(230, 230, 230, var(--tw-divide-opacity));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(199, 200, 200, var(--tw-divide-opacity));
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(168, 171, 171, var(--tw-divide-opacity));
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(137, 141, 141, var(--tw-divide-opacity));
}

.divide-gray-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(62, 63, 63, var(--tw-divide-opacity));
}

.divide-gray-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(17, 17, 17, var(--tw-divide-opacity));
}

.divide-gold-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(215, 200, 181, var(--tw-divide-opacity));
}

.divide-gold-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(190, 170, 147, var(--tw-divide-opacity));
}

.divide-gold-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(164, 141, 113, var(--tw-divide-opacity));
}

.divide-gold-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(139, 111, 78, var(--tw-divide-opacity));
}

.divide-red-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(240, 61, 61, var(--tw-divide-opacity));
}

.divide-default > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(168, 171, 171, var(--tw-divide-opacity));
}

.divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0;
}

.divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.25;
}

.divide-opacity-35 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.35;
}

.divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.5;
}

.divide-opacity-65 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.65;
}

.divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.75;
}

.divide-opacity-85 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.85;
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
}

.place-self-auto{
  place-self: auto;
}

.place-self-start{
  place-self: start;
}

.place-self-end{
  place-self: end;
}

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

.place-self-stretch{
  place-self: stretch;
}

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

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

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

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

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

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

.justify-self-auto{
  justify-self: auto;
}

.justify-self-start{
  justify-self: start;
}

.justify-self-end{
  justify-self: end;
}

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

.justify-self-stretch{
  justify-self: stretch;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

.overflow-scroll{
  overflow: scroll;
}

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

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

.overflow-x-hidden{
  overflow-x: hidden;
}

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

.overflow-x-visible{
  overflow-x: visible;
}

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

.overflow-x-scroll{
  overflow-x: scroll;
}

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

.overscroll-auto{
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

.overscroll-contain{
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.overscroll-none{
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.overscroll-y-auto{
  overscroll-behavior-y: auto;
}

.overscroll-y-contain{
  overscroll-behavior-y: contain;
}

.overscroll-y-none{
  overscroll-behavior-y: none;
}

.overscroll-x-auto{
  overscroll-behavior-x: auto;
}

.overscroll-x-contain{
  overscroll-behavior-x: contain;
}

.overscroll-x-none{
  overscroll-behavior-x: none;
}

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

.overflow-ellipsis{
  text-overflow: ellipsis;
}

.overflow-clip{
  text-overflow: clip;
}

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

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

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

.whitespace-pre-line{
  white-space: pre-line;
}

.whitespace-pre-wrap{
  white-space: pre-wrap;
}

.break-normal{
  overflow-wrap: normal;
  word-break: normal;
}

.break-words{
  overflow-wrap: break-word;
}

.break-all{
  word-break: break-all;
}

.rounded-100{
  border-radius: 100%;
}

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

.rounded-t-100{
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
}

.rounded-t-full{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-100{
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
}

.rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-100{
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
}

.rounded-b-full{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-100{
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
}

.rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-tl-100{
  border-top-left-radius: 100%;
}

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

.rounded-tr-100{
  border-top-right-radius: 100%;
}

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

.rounded-br-100{
  border-bottom-right-radius: 100%;
}

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

.rounded-bl-100{
  border-bottom-left-radius: 100%;
}

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

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

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

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

.border-default{
  border-width: 1px;
}

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

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

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

.border-t-default{
  border-top-width: 1px;
}

.border-r-1{
  border-right-width: 1px;
}

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

.border-r-3{
  border-right-width: 3px;
}

.border-r-default{
  border-right-width: 1px;
}

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

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

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

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

.border-l-1{
  border-left-width: 1px;
}

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

.border-l-3{
  border-left-width: 3px;
}

.border-l-default{
  border-left-width: 1px;
}

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

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

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

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

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

.border-transparent{
  border-color: transparent;
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgba(230, 230, 230, var(--tw-border-opacity));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgba(199, 200, 200, var(--tw-border-opacity));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(168, 171, 171, var(--tw-border-opacity));
}

.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgba(137, 141, 141, var(--tw-border-opacity));
}

.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgba(62, 63, 63, var(--tw-border-opacity));
}

.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgba(17, 17, 17, var(--tw-border-opacity));
}

.border-gold-200{
  --tw-border-opacity: 1;
  border-color: rgba(215, 200, 181, var(--tw-border-opacity));
}

.border-gold-300{
  --tw-border-opacity: 1;
  border-color: rgba(190, 170, 147, var(--tw-border-opacity));
}

.border-gold-400{
  --tw-border-opacity: 1;
  border-color: rgba(164, 141, 113, var(--tw-border-opacity));
}

.border-gold-500{
  --tw-border-opacity: 1;
  border-color: rgba(139, 111, 78, var(--tw-border-opacity));
}

.border-red-300{
  --tw-border-opacity: 1;
  border-color: rgba(240, 61, 61, var(--tw-border-opacity));
}

.border-default{
  --tw-border-opacity: 1;
  border-color: rgba(168, 171, 171, var(--tw-border-opacity));
}

.hover\:border-transparent:hover{
  border-color: transparent;
}

.hover\:border-black:hover{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.hover\:border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.hover\:border-gray-100:hover{
  --tw-border-opacity: 1;
  border-color: rgba(230, 230, 230, var(--tw-border-opacity));
}

.hover\:border-gray-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(199, 200, 200, var(--tw-border-opacity));
}

.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(168, 171, 171, var(--tw-border-opacity));
}

.hover\:border-gray-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(137, 141, 141, var(--tw-border-opacity));
}

.hover\:border-gray-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(62, 63, 63, var(--tw-border-opacity));
}

.hover\:border-gray-600:hover{
  --tw-border-opacity: 1;
  border-color: rgba(17, 17, 17, var(--tw-border-opacity));
}

.hover\:border-gold-200:hover{
  --tw-border-opacity: 1;
  border-color: rgba(215, 200, 181, var(--tw-border-opacity));
}

.hover\:border-gold-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(190, 170, 147, var(--tw-border-opacity));
}

.hover\:border-gold-400:hover{
  --tw-border-opacity: 1;
  border-color: rgba(164, 141, 113, var(--tw-border-opacity));
}

.hover\:border-gold-500:hover{
  --tw-border-opacity: 1;
  border-color: rgba(139, 111, 78, var(--tw-border-opacity));
}

.hover\:border-red-300:hover{
  --tw-border-opacity: 1;
  border-color: rgba(240, 61, 61, var(--tw-border-opacity));
}

.hover\:border-default:hover{
  --tw-border-opacity: 1;
  border-color: rgba(168, 171, 171, var(--tw-border-opacity));
}

.focus\:border-transparent:focus{
  border-color: transparent;
}

.focus\:border-black:focus{
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.focus\:border-white:focus{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.focus\:border-gray-100:focus{
  --tw-border-opacity: 1;
  border-color: rgba(230, 230, 230, var(--tw-border-opacity));
}

.focus\:border-gray-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(199, 200, 200, var(--tw-border-opacity));
}

.focus\:border-gray-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(168, 171, 171, var(--tw-border-opacity));
}

.focus\:border-gray-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(137, 141, 141, var(--tw-border-opacity));
}

.focus\:border-gray-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(62, 63, 63, var(--tw-border-opacity));
}

.focus\:border-gray-600:focus{
  --tw-border-opacity: 1;
  border-color: rgba(17, 17, 17, var(--tw-border-opacity));
}

.focus\:border-gold-200:focus{
  --tw-border-opacity: 1;
  border-color: rgba(215, 200, 181, var(--tw-border-opacity));
}

.focus\:border-gold-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(190, 170, 147, var(--tw-border-opacity));
}

.focus\:border-gold-400:focus{
  --tw-border-opacity: 1;
  border-color: rgba(164, 141, 113, var(--tw-border-opacity));
}

.focus\:border-gold-500:focus{
  --tw-border-opacity: 1;
  border-color: rgba(139, 111, 78, var(--tw-border-opacity));
}

.focus\:border-red-300:focus{
  --tw-border-opacity: 1;
  border-color: rgba(240, 61, 61, var(--tw-border-opacity));
}

.focus\:border-default:focus{
  --tw-border-opacity: 1;
  border-color: rgba(168, 171, 171, var(--tw-border-opacity));
}

.border-opacity-0{
  --tw-border-opacity: 0;
}

.border-opacity-25{
  --tw-border-opacity: 0.25;
}

.border-opacity-35{
  --tw-border-opacity: 0.35;
}

.border-opacity-50{
  --tw-border-opacity: 0.5;
}

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

.border-opacity-75{
  --tw-border-opacity: 0.75;
}

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

.border-opacity-100{
  --tw-border-opacity: 1;
}

.group:hover .group-hover\:border-opacity-0{
  --tw-border-opacity: 0;
}

.group:hover .group-hover\:border-opacity-25{
  --tw-border-opacity: 0.25;
}

.group:hover .group-hover\:border-opacity-35{
  --tw-border-opacity: 0.35;
}

.group:hover .group-hover\:border-opacity-50{
  --tw-border-opacity: 0.5;
}

.group:hover .group-hover\:border-opacity-65{
  --tw-border-opacity: 0.65;
}

.group:hover .group-hover\:border-opacity-75{
  --tw-border-opacity: 0.75;
}

.group:hover .group-hover\:border-opacity-85{
  --tw-border-opacity: 0.85;
}

.group:hover .group-hover\:border-opacity-100{
  --tw-border-opacity: 1;
}

.focus-within\:border-opacity-0:focus-within{
  --tw-border-opacity: 0;
}

.focus-within\:border-opacity-25:focus-within{
  --tw-border-opacity: 0.25;
}

.focus-within\:border-opacity-35:focus-within{
  --tw-border-opacity: 0.35;
}

.focus-within\:border-opacity-50:focus-within{
  --tw-border-opacity: 0.5;
}

.focus-within\:border-opacity-65:focus-within{
  --tw-border-opacity: 0.65;
}

.focus-within\:border-opacity-75:focus-within{
  --tw-border-opacity: 0.75;
}

.focus-within\:border-opacity-85:focus-within{
  --tw-border-opacity: 0.85;
}

.focus-within\:border-opacity-100:focus-within{
  --tw-border-opacity: 1;
}

.hover\:border-opacity-0:hover{
  --tw-border-opacity: 0;
}

.hover\:border-opacity-25:hover{
  --tw-border-opacity: 0.25;
}

.hover\:border-opacity-35:hover{
  --tw-border-opacity: 0.35;
}

.hover\:border-opacity-50:hover{
  --tw-border-opacity: 0.5;
}

.hover\:border-opacity-65:hover{
  --tw-border-opacity: 0.65;
}

.hover\:border-opacity-75:hover{
  --tw-border-opacity: 0.75;
}

.hover\:border-opacity-85:hover{
  --tw-border-opacity: 0.85;
}

.hover\:border-opacity-100:hover{
  --tw-border-opacity: 1;
}

.focus\:border-opacity-0:focus{
  --tw-border-opacity: 0;
}

.focus\:border-opacity-25:focus{
  --tw-border-opacity: 0.25;
}

.focus\:border-opacity-35:focus{
  --tw-border-opacity: 0.35;
}

.focus\:border-opacity-50:focus{
  --tw-border-opacity: 0.5;
}

.focus\:border-opacity-65:focus{
  --tw-border-opacity: 0.65;
}

.focus\:border-opacity-75:focus{
  --tw-border-opacity: 0.75;
}

.focus\:border-opacity-85:focus{
  --tw-border-opacity: 0.85;
}

.focus\:border-opacity-100:focus{
  --tw-border-opacity: 1;
}

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

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

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

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgba(199, 200, 200, var(--tw-bg-opacity));
}

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgba(168, 171, 171, var(--tw-bg-opacity));
}

.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgba(137, 141, 141, var(--tw-bg-opacity));
}

.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgba(62, 63, 63, var(--tw-bg-opacity));
}

.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
}

.bg-gold-200{
  --tw-bg-opacity: 1;
  background-color: rgba(215, 200, 181, var(--tw-bg-opacity));
}

.bg-gold-300{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 170, 147, var(--tw-bg-opacity));
}

.bg-gold-400{
  --tw-bg-opacity: 1;
  background-color: rgba(164, 141, 113, var(--tw-bg-opacity));
}

.bg-gold-500{
  --tw-bg-opacity: 1;
  background-color: rgba(139, 111, 78, var(--tw-bg-opacity));
}

.bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 61, 61, var(--tw-bg-opacity));
}

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

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

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

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(199, 200, 200, var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(168, 171, 171, var(--tw-bg-opacity));
}

.hover\:bg-gray-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(137, 141, 141, var(--tw-bg-opacity));
}

.hover\:bg-gray-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(62, 63, 63, var(--tw-bg-opacity));
}

.hover\:bg-gray-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
}

.hover\:bg-gold-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(215, 200, 181, var(--tw-bg-opacity));
}

.hover\:bg-gold-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 170, 147, var(--tw-bg-opacity));
}

.hover\:bg-gold-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(164, 141, 113, var(--tw-bg-opacity));
}

.hover\:bg-gold-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(139, 111, 78, var(--tw-bg-opacity));
}

.hover\:bg-red-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 61, 61, var(--tw-bg-opacity));
}

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

.focus\:bg-black:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.focus\:bg-gray-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
}

.focus\:bg-gray-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(199, 200, 200, var(--tw-bg-opacity));
}

.focus\:bg-gray-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(168, 171, 171, var(--tw-bg-opacity));
}

.focus\:bg-gray-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(137, 141, 141, var(--tw-bg-opacity));
}

.focus\:bg-gray-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(62, 63, 63, var(--tw-bg-opacity));
}

.focus\:bg-gray-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
}

.focus\:bg-gold-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(215, 200, 181, var(--tw-bg-opacity));
}

.focus\:bg-gold-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(190, 170, 147, var(--tw-bg-opacity));
}

.focus\:bg-gold-400:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(164, 141, 113, var(--tw-bg-opacity));
}

.focus\:bg-gold-500:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(139, 111, 78, var(--tw-bg-opacity));
}

.focus\:bg-red-300:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(240, 61, 61, var(--tw-bg-opacity));
}

.bg-opacity-0{
  --tw-bg-opacity: 0;
}

.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.bg-opacity-35{
  --tw-bg-opacity: 0.35;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

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

.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

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

.bg-opacity-100{
  --tw-bg-opacity: 1;
}

.group:hover .group-hover\:bg-opacity-0{
  --tw-bg-opacity: 0;
}

.group:hover .group-hover\:bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

.group:hover .group-hover\:bg-opacity-35{
  --tw-bg-opacity: 0.35;
}

.group:hover .group-hover\:bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.group:hover .group-hover\:bg-opacity-65{
  --tw-bg-opacity: 0.65;
}

.group:hover .group-hover\:bg-opacity-75{
  --tw-bg-opacity: 0.75;
}

.group:hover .group-hover\:bg-opacity-85{
  --tw-bg-opacity: 0.85;
}

.group:hover .group-hover\:bg-opacity-100{
  --tw-bg-opacity: 1;
}

.focus-within\:bg-opacity-0:focus-within{
  --tw-bg-opacity: 0;
}

.focus-within\:bg-opacity-25:focus-within{
  --tw-bg-opacity: 0.25;
}

.focus-within\:bg-opacity-35:focus-within{
  --tw-bg-opacity: 0.35;
}

.focus-within\:bg-opacity-50:focus-within{
  --tw-bg-opacity: 0.5;
}

.focus-within\:bg-opacity-65:focus-within{
  --tw-bg-opacity: 0.65;
}

.focus-within\:bg-opacity-75:focus-within{
  --tw-bg-opacity: 0.75;
}

.focus-within\:bg-opacity-85:focus-within{
  --tw-bg-opacity: 0.85;
}

.focus-within\:bg-opacity-100:focus-within{
  --tw-bg-opacity: 1;
}

.hover\:bg-opacity-0:hover{
  --tw-bg-opacity: 0;
}

.hover\:bg-opacity-25:hover{
  --tw-bg-opacity: 0.25;
}

.hover\:bg-opacity-35:hover{
  --tw-bg-opacity: 0.35;
}

.hover\:bg-opacity-50:hover{
  --tw-bg-opacity: 0.5;
}

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

.hover\:bg-opacity-75:hover{
  --tw-bg-opacity: 0.75;
}

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

.hover\:bg-opacity-100:hover{
  --tw-bg-opacity: 1;
}

.focus\:bg-opacity-0:focus{
  --tw-bg-opacity: 0;
}

.focus\:bg-opacity-25:focus{
  --tw-bg-opacity: 0.25;
}

.focus\:bg-opacity-35:focus{
  --tw-bg-opacity: 0.35;
}

.focus\:bg-opacity-50:focus{
  --tw-bg-opacity: 0.5;
}

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

.focus\:bg-opacity-75:focus{
  --tw-bg-opacity: 0.75;
}

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

.focus\:bg-opacity-100:focus{
  --tw-bg-opacity: 1;
}

.bg-marble{
  background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.35)), linear-gradient(180deg, #111111 14.42%, rgba(17, 17, 17, 0) 33.28%), linear-gradient(360deg, #111111 11.36%, rgba(17, 17, 17, 0) 41.43%), url('./../../files/images/marble.jpg');
}

.bg-marble-wide{
  background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.35)), linear-gradient(180deg, #111111 14.42%, rgba(17, 17, 17, 0) 33.28%), linear-gradient(360deg, #111111 11.36%, rgba(17, 17, 17, 0) 41.43%), url('./../../files/images/marble-wide.jpg');
}

.bg-marble-alt{
  background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0.6)), linear-gradient(0deg, #111111 24.02%, rgba(17, 17, 17, 0) 54.12%), url('./../../files/images/marble-alt.jpg');
}

.bg-marble-solid{
  background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.35)), linear-gradient(180deg, #111111 14.42%, rgba(17, 17, 17, 0) 33.28%), linear-gradient(360deg, #111111 11.36%, rgba(17, 17, 17, 0) 41.43%), url(./../../files/images/marble-alt.jpg);
}

.bg-marble-menu{
  background-image: url(./../../files/images/marble-menu.jpg);
}

.bg-dropdown-arrow{
  background-image: url(./../../files/svgs/icon-dropdown-arrow.svg);
}

.bg-dropdown-arrow-white{
  background-image: url(./../../files/svgs/icon-dropdown-arrow-white.svg);
}

.from-transparent{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-black{
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.from-white{
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.from-gray-100{
  --tw-gradient-from: #E6E6E6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0));
}

.from-gray-200{
  --tw-gradient-from: #C7C8C8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 200, 200, 0));
}

.from-gray-300{
  --tw-gradient-from: #A8ABAB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 171, 171, 0));
}

.from-gray-400{
  --tw-gradient-from: #898D8D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(137, 141, 141, 0));
}

.from-gray-500{
  --tw-gradient-from: #3E3F3F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 63, 63, 0));
}

.from-gray-600{
  --tw-gradient-from: #111111;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 17, 17, 0));
}

.from-gold-200{
  --tw-gradient-from: #D7C8B5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 200, 181, 0));
}

.from-gold-300{
  --tw-gradient-from: #BEAA93;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 170, 147, 0));
}

.from-gold-400{
  --tw-gradient-from: #A48D71;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(164, 141, 113, 0));
}

.from-gold-500{
  --tw-gradient-from: #8B6F4E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 111, 78, 0));
}

.from-red-300{
  --tw-gradient-from: #F03D3D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 61, 61, 0));
}

.hover\:from-transparent:hover{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-black:hover{
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:from-white:hover{
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:from-gray-100:hover{
  --tw-gradient-from: #E6E6E6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0));
}

.hover\:from-gray-200:hover{
  --tw-gradient-from: #C7C8C8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 200, 200, 0));
}

.hover\:from-gray-300:hover{
  --tw-gradient-from: #A8ABAB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 171, 171, 0));
}

.hover\:from-gray-400:hover{
  --tw-gradient-from: #898D8D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(137, 141, 141, 0));
}

.hover\:from-gray-500:hover{
  --tw-gradient-from: #3E3F3F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 63, 63, 0));
}

.hover\:from-gray-600:hover{
  --tw-gradient-from: #111111;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 17, 17, 0));
}

.hover\:from-gold-200:hover{
  --tw-gradient-from: #D7C8B5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 200, 181, 0));
}

.hover\:from-gold-300:hover{
  --tw-gradient-from: #BEAA93;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 170, 147, 0));
}

.hover\:from-gold-400:hover{
  --tw-gradient-from: #A48D71;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(164, 141, 113, 0));
}

.hover\:from-gold-500:hover{
  --tw-gradient-from: #8B6F4E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 111, 78, 0));
}

.hover\:from-red-300:hover{
  --tw-gradient-from: #F03D3D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 61, 61, 0));
}

.focus\:from-transparent:focus{
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-black:focus{
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:from-white:focus{
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:from-gray-100:focus{
  --tw-gradient-from: #E6E6E6;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0));
}

.focus\:from-gray-200:focus{
  --tw-gradient-from: #C7C8C8;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 200, 200, 0));
}

.focus\:from-gray-300:focus{
  --tw-gradient-from: #A8ABAB;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 171, 171, 0));
}

.focus\:from-gray-400:focus{
  --tw-gradient-from: #898D8D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(137, 141, 141, 0));
}

.focus\:from-gray-500:focus{
  --tw-gradient-from: #3E3F3F;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 63, 63, 0));
}

.focus\:from-gray-600:focus{
  --tw-gradient-from: #111111;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 17, 17, 0));
}

.focus\:from-gold-200:focus{
  --tw-gradient-from: #D7C8B5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 200, 181, 0));
}

.focus\:from-gold-300:focus{
  --tw-gradient-from: #BEAA93;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 170, 147, 0));
}

.focus\:from-gold-400:focus{
  --tw-gradient-from: #A48D71;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(164, 141, 113, 0));
}

.focus\:from-gold-500:focus{
  --tw-gradient-from: #8B6F4E;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 111, 78, 0));
}

.focus\:from-red-300:focus{
  --tw-gradient-from: #F03D3D;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 61, 61, 0));
}

.via-transparent{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-black{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-white{
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.via-gray-100{
  --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0));
}

.via-gray-200{
  --tw-gradient-stops: var(--tw-gradient-from), #C7C8C8, var(--tw-gradient-to, rgba(199, 200, 200, 0));
}

.via-gray-300{
  --tw-gradient-stops: var(--tw-gradient-from), #A8ABAB, var(--tw-gradient-to, rgba(168, 171, 171, 0));
}

.via-gray-400{
  --tw-gradient-stops: var(--tw-gradient-from), #898D8D, var(--tw-gradient-to, rgba(137, 141, 141, 0));
}

.via-gray-500{
  --tw-gradient-stops: var(--tw-gradient-from), #3E3F3F, var(--tw-gradient-to, rgba(62, 63, 63, 0));
}

.via-gray-600{
  --tw-gradient-stops: var(--tw-gradient-from), #111111, var(--tw-gradient-to, rgba(17, 17, 17, 0));
}

.via-gold-200{
  --tw-gradient-stops: var(--tw-gradient-from), #D7C8B5, var(--tw-gradient-to, rgba(215, 200, 181, 0));
}

.via-gold-300{
  --tw-gradient-stops: var(--tw-gradient-from), #BEAA93, var(--tw-gradient-to, rgba(190, 170, 147, 0));
}

.via-gold-400{
  --tw-gradient-stops: var(--tw-gradient-from), #A48D71, var(--tw-gradient-to, rgba(164, 141, 113, 0));
}

.via-gold-500{
  --tw-gradient-stops: var(--tw-gradient-from), #8B6F4E, var(--tw-gradient-to, rgba(139, 111, 78, 0));
}

.via-red-300{
  --tw-gradient-stops: var(--tw-gradient-from), #F03D3D, var(--tw-gradient-to, rgba(240, 61, 61, 0));
}

.hover\:via-transparent:hover{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-black:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.hover\:via-white:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.hover\:via-gray-100:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0));
}

.hover\:via-gray-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #C7C8C8, var(--tw-gradient-to, rgba(199, 200, 200, 0));
}

.hover\:via-gray-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #A8ABAB, var(--tw-gradient-to, rgba(168, 171, 171, 0));
}

.hover\:via-gray-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #898D8D, var(--tw-gradient-to, rgba(137, 141, 141, 0));
}

.hover\:via-gray-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #3E3F3F, var(--tw-gradient-to, rgba(62, 63, 63, 0));
}

.hover\:via-gray-600:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #111111, var(--tw-gradient-to, rgba(17, 17, 17, 0));
}

.hover\:via-gold-200:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #D7C8B5, var(--tw-gradient-to, rgba(215, 200, 181, 0));
}

.hover\:via-gold-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #BEAA93, var(--tw-gradient-to, rgba(190, 170, 147, 0));
}

.hover\:via-gold-400:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #A48D71, var(--tw-gradient-to, rgba(164, 141, 113, 0));
}

.hover\:via-gold-500:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #8B6F4E, var(--tw-gradient-to, rgba(139, 111, 78, 0));
}

.hover\:via-red-300:hover{
  --tw-gradient-stops: var(--tw-gradient-from), #F03D3D, var(--tw-gradient-to, rgba(240, 61, 61, 0));
}

.focus\:via-transparent:focus{
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-black:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.focus\:via-white:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.focus\:via-gray-100:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0));
}

.focus\:via-gray-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #C7C8C8, var(--tw-gradient-to, rgba(199, 200, 200, 0));
}

.focus\:via-gray-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #A8ABAB, var(--tw-gradient-to, rgba(168, 171, 171, 0));
}

.focus\:via-gray-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #898D8D, var(--tw-gradient-to, rgba(137, 141, 141, 0));
}

.focus\:via-gray-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #3E3F3F, var(--tw-gradient-to, rgba(62, 63, 63, 0));
}

.focus\:via-gray-600:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #111111, var(--tw-gradient-to, rgba(17, 17, 17, 0));
}

.focus\:via-gold-200:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #D7C8B5, var(--tw-gradient-to, rgba(215, 200, 181, 0));
}

.focus\:via-gold-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #BEAA93, var(--tw-gradient-to, rgba(190, 170, 147, 0));
}

.focus\:via-gold-400:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #A48D71, var(--tw-gradient-to, rgba(164, 141, 113, 0));
}

.focus\:via-gold-500:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #8B6F4E, var(--tw-gradient-to, rgba(139, 111, 78, 0));
}

.focus\:via-red-300:focus{
  --tw-gradient-stops: var(--tw-gradient-from), #F03D3D, var(--tw-gradient-to, rgba(240, 61, 61, 0));
}

.to-transparent{
  --tw-gradient-to: transparent;
}

.to-black{
  --tw-gradient-to: #000;
}

.to-white{
  --tw-gradient-to: #fff;
}

.to-gray-100{
  --tw-gradient-to: #E6E6E6;
}

.to-gray-200{
  --tw-gradient-to: #C7C8C8;
}

.to-gray-300{
  --tw-gradient-to: #A8ABAB;
}

.to-gray-400{
  --tw-gradient-to: #898D8D;
}

.to-gray-500{
  --tw-gradient-to: #3E3F3F;
}

.to-gray-600{
  --tw-gradient-to: #111111;
}

.to-gold-200{
  --tw-gradient-to: #D7C8B5;
}

.to-gold-300{
  --tw-gradient-to: #BEAA93;
}

.to-gold-400{
  --tw-gradient-to: #A48D71;
}

.to-gold-500{
  --tw-gradient-to: #8B6F4E;
}

.to-red-300{
  --tw-gradient-to: #F03D3D;
}

.hover\:to-transparent:hover{
  --tw-gradient-to: transparent;
}

.hover\:to-black:hover{
  --tw-gradient-to: #000;
}

.hover\:to-white:hover{
  --tw-gradient-to: #fff;
}

.hover\:to-gray-100:hover{
  --tw-gradient-to: #E6E6E6;
}

.hover\:to-gray-200:hover{
  --tw-gradient-to: #C7C8C8;
}

.hover\:to-gray-300:hover{
  --tw-gradient-to: #A8ABAB;
}

.hover\:to-gray-400:hover{
  --tw-gradient-to: #898D8D;
}

.hover\:to-gray-500:hover{
  --tw-gradient-to: #3E3F3F;
}

.hover\:to-gray-600:hover{
  --tw-gradient-to: #111111;
}

.hover\:to-gold-200:hover{
  --tw-gradient-to: #D7C8B5;
}

.hover\:to-gold-300:hover{
  --tw-gradient-to: #BEAA93;
}

.hover\:to-gold-400:hover{
  --tw-gradient-to: #A48D71;
}

.hover\:to-gold-500:hover{
  --tw-gradient-to: #8B6F4E;
}

.hover\:to-red-300:hover{
  --tw-gradient-to: #F03D3D;
}

.focus\:to-transparent:focus{
  --tw-gradient-to: transparent;
}

.focus\:to-black:focus{
  --tw-gradient-to: #000;
}

.focus\:to-white:focus{
  --tw-gradient-to: #fff;
}

.focus\:to-gray-100:focus{
  --tw-gradient-to: #E6E6E6;
}

.focus\:to-gray-200:focus{
  --tw-gradient-to: #C7C8C8;
}

.focus\:to-gray-300:focus{
  --tw-gradient-to: #A8ABAB;
}

.focus\:to-gray-400:focus{
  --tw-gradient-to: #898D8D;
}

.focus\:to-gray-500:focus{
  --tw-gradient-to: #3E3F3F;
}

.focus\:to-gray-600:focus{
  --tw-gradient-to: #111111;
}

.focus\:to-gold-200:focus{
  --tw-gradient-to: #D7C8B5;
}

.focus\:to-gold-300:focus{
  --tw-gradient-to: #BEAA93;
}

.focus\:to-gold-400:focus{
  --tw-gradient-to: #A48D71;
}

.focus\:to-gold-500:focus{
  --tw-gradient-to: #8B6F4E;
}

.focus\:to-red-300:focus{
  --tw-gradient-to: #F03D3D;
}

.decoration-slice{
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone{
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

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

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

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

.bg-fixed{
  background-attachment: fixed;
}

.bg-local{
  background-attachment: local;
}

.bg-scroll{
  background-attachment: scroll;
}

.bg-clip-border{
  background-clip: border-box;
}

.bg-clip-padding{
  background-clip: padding-box;
}

.bg-clip-content{
  background-clip: content-box;
}

.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-origin-border{
  background-origin: border-box;
}

.bg-origin-padding{
  background-origin: padding-box;
}

.bg-origin-content{
  background-origin: content-box;
}

.fill-current{
  fill: currentColor;
}

.stroke-current{
  stroke: currentColor;
}

.stroke-0{
  stroke-width: 0;
}

.stroke-1{
  stroke-width: 1;
}

.stroke-2{
  stroke-width: 2;
}

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

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

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

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

.object-scale-down{
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.p-0{
  padding: 0rem;
}

.p-4{
  padding: 0.25rem;
}

.p-8{
  padding: 0.5rem;
}

.p-10{
  padding: 0.625rem;
}

.p-12{
  padding: 0.75rem;
}

.p-14{
  padding: 0.875rem;
}

.p-16{
  padding: 1rem;
}

.p-20{
  padding: 1.25rem;
}

.p-24{
  padding: 1.5rem;
}

.p-28{
  padding: 1.75rem;
}

.p-32{
  padding: 2rem;
}

.p-40{
  padding: 2.5rem;
}

.p-48{
  padding: 3rem;
}

.p-56{
  padding: 3.5rem;
}

.p-64{
  padding: 4rem;
}

.p-72{
  padding: 4.5rem;
}

.p-105{
  padding: 6.5625rem;
}

.p-130{
  padding: 8.125rem;
}

.p-148{
  padding: 9.25rem;
}

.p-150{
  padding: 9.375rem;
}

.-p-1{
  padding: -0.0625rem;
}

.first\:p-0:first-child{
  padding: 0rem;
}

.first\:p-4:first-child{
  padding: 0.25rem;
}

.first\:p-8:first-child{
  padding: 0.5rem;
}

.first\:p-10:first-child{
  padding: 0.625rem;
}

.first\:p-12:first-child{
  padding: 0.75rem;
}

.first\:p-14:first-child{
  padding: 0.875rem;
}

.first\:p-16:first-child{
  padding: 1rem;
}

.first\:p-20:first-child{
  padding: 1.25rem;
}

.first\:p-24:first-child{
  padding: 1.5rem;
}

.first\:p-28:first-child{
  padding: 1.75rem;
}

.first\:p-32:first-child{
  padding: 2rem;
}

.first\:p-40:first-child{
  padding: 2.5rem;
}

.first\:p-48:first-child{
  padding: 3rem;
}

.first\:p-56:first-child{
  padding: 3.5rem;
}

.first\:p-64:first-child{
  padding: 4rem;
}

.first\:p-72:first-child{
  padding: 4.5rem;
}

.first\:p-105:first-child{
  padding: 6.5625rem;
}

.first\:p-130:first-child{
  padding: 8.125rem;
}

.first\:p-148:first-child{
  padding: 9.25rem;
}

.first\:p-150:first-child{
  padding: 9.375rem;
}

.first\:-p-1:first-child{
  padding: -0.0625rem;
}

.px-0{
  padding-left: 0rem;
  padding-right: 0rem;
}

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

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

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

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

.px-14{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

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

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

.px-28{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

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

.px-56{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

.px-72{
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.px-105{
  padding-left: 6.5625rem;
  padding-right: 6.5625rem;
}

.px-130{
  padding-left: 8.125rem;
  padding-right: 8.125rem;
}

.px-148{
  padding-left: 9.25rem;
  padding-right: 9.25rem;
}

.px-150{
  padding-left: 9.375rem;
  padding-right: 9.375rem;
}

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

.py-0{
  padding-top: 0rem;
  padding-bottom: 0rem;
}

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

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

.py-10{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

.py-14{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

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

.py-28{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.py-40{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.py-56{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

.py-72{
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.py-105{
  padding-top: 6.5625rem;
  padding-bottom: 6.5625rem;
}

.py-130{
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
}

.py-148{
  padding-top: 9.25rem;
  padding-bottom: 9.25rem;
}

.py-150{
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

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

.first\:px-0:first-child{
  padding-left: 0rem;
  padding-right: 0rem;
}

.first\:px-4:first-child{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.first\:px-8:first-child{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.first\:px-10:first-child{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.first\:px-12:first-child{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.first\:px-14:first-child{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.first\:px-16:first-child{
  padding-left: 1rem;
  padding-right: 1rem;
}

.first\:px-20:first-child{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.first\:px-24:first-child{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.first\:px-28:first-child{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.first\:px-32:first-child{
  padding-left: 2rem;
  padding-right: 2rem;
}

.first\:px-40:first-child{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.first\:px-48:first-child{
  padding-left: 3rem;
  padding-right: 3rem;
}

.first\:px-56:first-child{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.first\:px-64:first-child{
  padding-left: 4rem;
  padding-right: 4rem;
}

.first\:px-72:first-child{
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.first\:px-105:first-child{
  padding-left: 6.5625rem;
  padding-right: 6.5625rem;
}

.first\:px-130:first-child{
  padding-left: 8.125rem;
  padding-right: 8.125rem;
}

.first\:px-148:first-child{
  padding-left: 9.25rem;
  padding-right: 9.25rem;
}

.first\:px-150:first-child{
  padding-left: 9.375rem;
  padding-right: 9.375rem;
}

.first\:-px-1:first-child{
  padding-left: -0.0625rem;
  padding-right: -0.0625rem;
}

.first\:py-0:first-child{
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.first\:py-4:first-child{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.first\:py-8:first-child{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.first\:py-10:first-child{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.first\:py-12:first-child{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.first\:py-14:first-child{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.first\:py-16:first-child{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.first\:py-20:first-child{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.first\:py-24:first-child{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.first\:py-28:first-child{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.first\:py-32:first-child{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.first\:py-40:first-child{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.first\:py-48:first-child{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.first\:py-56:first-child{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.first\:py-64:first-child{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.first\:py-72:first-child{
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.first\:py-105:first-child{
  padding-top: 6.5625rem;
  padding-bottom: 6.5625rem;
}

.first\:py-130:first-child{
  padding-top: 8.125rem;
  padding-bottom: 8.125rem;
}

.first\:py-148:first-child{
  padding-top: 9.25rem;
  padding-bottom: 9.25rem;
}

.first\:py-150:first-child{
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.first\:-py-1:first-child{
  padding-top: -0.0625rem;
  padding-bottom: -0.0625rem;
}

.pt-0{
  padding-top: 0rem;
}

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

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

.pt-10{
  padding-top: 0.625rem;
}

.pt-12{
  padding-top: 0.75rem;
}

.pt-14{
  padding-top: 0.875rem;
}

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

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

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

.pt-28{
  padding-top: 1.75rem;
}

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

.pt-40{
  padding-top: 2.5rem;
}

.pt-48{
  padding-top: 3rem;
}

.pt-56{
  padding-top: 3.5rem;
}

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

.pt-72{
  padding-top: 4.5rem;
}

.pt-105{
  padding-top: 6.5625rem;
}

.pt-130{
  padding-top: 8.125rem;
}

.pt-148{
  padding-top: 9.25rem;
}

.pt-150{
  padding-top: 9.375rem;
}

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

.pr-0{
  padding-right: 0rem;
}

.pr-4{
  padding-right: 0.25rem;
}

.pr-8{
  padding-right: 0.5rem;
}

.pr-10{
  padding-right: 0.625rem;
}

.pr-12{
  padding-right: 0.75rem;
}

.pr-14{
  padding-right: 0.875rem;
}

.pr-16{
  padding-right: 1rem;
}

.pr-20{
  padding-right: 1.25rem;
}

.pr-24{
  padding-right: 1.5rem;
}

.pr-28{
  padding-right: 1.75rem;
}

.pr-32{
  padding-right: 2rem;
}

.pr-40{
  padding-right: 2.5rem;
}

.pr-48{
  padding-right: 3rem;
}

.pr-56{
  padding-right: 3.5rem;
}

.pr-64{
  padding-right: 4rem;
}

.pr-72{
  padding-right: 4.5rem;
}

.pr-105{
  padding-right: 6.5625rem;
}

.pr-130{
  padding-right: 8.125rem;
}

.pr-148{
  padding-right: 9.25rem;
}

.pr-150{
  padding-right: 9.375rem;
}

.-pr-1{
  padding-right: -0.0625rem;
}

.pb-0{
  padding-bottom: 0rem;
}

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

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

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

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

.pb-14{
  padding-bottom: 0.875rem;
}

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

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

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

.pb-28{
  padding-bottom: 1.75rem;
}

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

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

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

.pb-56{
  padding-bottom: 3.5rem;
}

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

.pb-72{
  padding-bottom: 4.5rem;
}

.pb-105{
  padding-bottom: 6.5625rem;
}

.pb-130{
  padding-bottom: 8.125rem;
}

.pb-148{
  padding-bottom: 9.25rem;
}

.pb-150{
  padding-bottom: 9.375rem;
}

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

.pl-0{
  padding-left: 0rem;
}

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

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

.pl-10{
  padding-left: 0.625rem;
}

.pl-12{
  padding-left: 0.75rem;
}

.pl-14{
  padding-left: 0.875rem;
}

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

.pl-20{
  padding-left: 1.25rem;
}

.pl-24{
  padding-left: 1.5rem;
}

.pl-28{
  padding-left: 1.75rem;
}

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

.pl-40{
  padding-left: 2.5rem;
}

.pl-48{
  padding-left: 3rem;
}

.pl-56{
  padding-left: 3.5rem;
}

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

.pl-72{
  padding-left: 4.5rem;
}

.pl-105{
  padding-left: 6.5625rem;
}

.pl-130{
  padding-left: 8.125rem;
}

.pl-148{
  padding-left: 9.25rem;
}

.pl-150{
  padding-left: 9.375rem;
}

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

.first\:pt-0:first-child{
  padding-top: 0rem;
}

.first\:pt-4:first-child{
  padding-top: 0.25rem;
}

.first\:pt-8:first-child{
  padding-top: 0.5rem;
}

.first\:pt-10:first-child{
  padding-top: 0.625rem;
}

.first\:pt-12:first-child{
  padding-top: 0.75rem;
}

.first\:pt-14:first-child{
  padding-top: 0.875rem;
}

.first\:pt-16:first-child{
  padding-top: 1rem;
}

.first\:pt-20:first-child{
  padding-top: 1.25rem;
}

.first\:pt-24:first-child{
  padding-top: 1.5rem;
}

.first\:pt-28:first-child{
  padding-top: 1.75rem;
}

.first\:pt-32:first-child{
  padding-top: 2rem;
}

.first\:pt-40:first-child{
  padding-top: 2.5rem;
}

.first\:pt-48:first-child{
  padding-top: 3rem;
}

.first\:pt-56:first-child{
  padding-top: 3.5rem;
}

.first\:pt-64:first-child{
  padding-top: 4rem;
}

.first\:pt-72:first-child{
  padding-top: 4.5rem;
}

.first\:pt-105:first-child{
  padding-top: 6.5625rem;
}

.first\:pt-130:first-child{
  padding-top: 8.125rem;
}

.first\:pt-148:first-child{
  padding-top: 9.25rem;
}

.first\:pt-150:first-child{
  padding-top: 9.375rem;
}

.first\:-pt-1:first-child{
  padding-top: -0.0625rem;
}

.first\:pr-0:first-child{
  padding-right: 0rem;
}

.first\:pr-4:first-child{
  padding-right: 0.25rem;
}

.first\:pr-8:first-child{
  padding-right: 0.5rem;
}

.first\:pr-10:first-child{
  padding-right: 0.625rem;
}

.first\:pr-12:first-child{
  padding-right: 0.75rem;
}

.first\:pr-14:first-child{
  padding-right: 0.875rem;
}

.first\:pr-16:first-child{
  padding-right: 1rem;
}

.first\:pr-20:first-child{
  padding-right: 1.25rem;
}

.first\:pr-24:first-child{
  padding-right: 1.5rem;
}

.first\:pr-28:first-child{
  padding-right: 1.75rem;
}

.first\:pr-32:first-child{
  padding-right: 2rem;
}

.first\:pr-40:first-child{
  padding-right: 2.5rem;
}

.first\:pr-48:first-child{
  padding-right: 3rem;
}

.first\:pr-56:first-child{
  padding-right: 3.5rem;
}

.first\:pr-64:first-child{
  padding-right: 4rem;
}

.first\:pr-72:first-child{
  padding-right: 4.5rem;
}

.first\:pr-105:first-child{
  padding-right: 6.5625rem;
}

.first\:pr-130:first-child{
  padding-right: 8.125rem;
}

.first\:pr-148:first-child{
  padding-right: 9.25rem;
}

.first\:pr-150:first-child{
  padding-right: 9.375rem;
}

.first\:-pr-1:first-child{
  padding-right: -0.0625rem;
}

.first\:pb-0:first-child{
  padding-bottom: 0rem;
}

.first\:pb-4:first-child{
  padding-bottom: 0.25rem;
}

.first\:pb-8:first-child{
  padding-bottom: 0.5rem;
}

.first\:pb-10:first-child{
  padding-bottom: 0.625rem;
}

.first\:pb-12:first-child{
  padding-bottom: 0.75rem;
}

.first\:pb-14:first-child{
  padding-bottom: 0.875rem;
}

.first\:pb-16:first-child{
  padding-bottom: 1rem;
}

.first\:pb-20:first-child{
  padding-bottom: 1.25rem;
}

.first\:pb-24:first-child{
  padding-bottom: 1.5rem;
}

.first\:pb-28:first-child{
  padding-bottom: 1.75rem;
}

.first\:pb-32:first-child{
  padding-bottom: 2rem;
}

.first\:pb-40:first-child{
  padding-bottom: 2.5rem;
}

.first\:pb-48:first-child{
  padding-bottom: 3rem;
}

.first\:pb-56:first-child{
  padding-bottom: 3.5rem;
}

.first\:pb-64:first-child{
  padding-bottom: 4rem;
}

.first\:pb-72:first-child{
  padding-bottom: 4.5rem;
}

.first\:pb-105:first-child{
  padding-bottom: 6.5625rem;
}

.first\:pb-130:first-child{
  padding-bottom: 8.125rem;
}

.first\:pb-148:first-child{
  padding-bottom: 9.25rem;
}

.first\:pb-150:first-child{
  padding-bottom: 9.375rem;
}

.first\:-pb-1:first-child{
  padding-bottom: -0.0625rem;
}

.first\:pl-0:first-child{
  padding-left: 0rem;
}

.first\:pl-4:first-child{
  padding-left: 0.25rem;
}

.first\:pl-8:first-child{
  padding-left: 0.5rem;
}

.first\:pl-10:first-child{
  padding-left: 0.625rem;
}

.first\:pl-12:first-child{
  padding-left: 0.75rem;
}

.first\:pl-14:first-child{
  padding-left: 0.875rem;
}

.first\:pl-16:first-child{
  padding-left: 1rem;
}

.first\:pl-20:first-child{
  padding-left: 1.25rem;
}

.first\:pl-24:first-child{
  padding-left: 1.5rem;
}

.first\:pl-28:first-child{
  padding-left: 1.75rem;
}

.first\:pl-32:first-child{
  padding-left: 2rem;
}

.first\:pl-40:first-child{
  padding-left: 2.5rem;
}

.first\:pl-48:first-child{
  padding-left: 3rem;
}

.first\:pl-56:first-child{
  padding-left: 3.5rem;
}

.first\:pl-64:first-child{
  padding-left: 4rem;
}

.first\:pl-72:first-child{
  padding-left: 4.5rem;
}

.first\:pl-105:first-child{
  padding-left: 6.5625rem;
}

.first\:pl-130:first-child{
  padding-left: 8.125rem;
}

.first\:pl-148:first-child{
  padding-left: 9.25rem;
}

.first\:pl-150:first-child{
  padding-left: 9.375rem;
}

.first\:-pl-1:first-child{
  padding-left: -0.0625rem;
}

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

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

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

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

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

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.align-bottom{
  vertical-align: bottom;
}

.align-text-top{
  vertical-align: text-top;
}

.align-text-bottom{
  vertical-align: text-bottom;
}

.font-sans{
  font-family: raleway, Helvetica, Arial, sans-serif;
}

.font-serif{
  font-family: Bodoni Moda, Cambria, Times New Roman, Times, serif;
}

.text-11{
  font-size: 0.6875rem;
}

.text-12{
  font-size: 0.75rem;
}

.text-14{
  font-size: 0.875rem;
}

.text-16{
  font-size: 1rem;
}

.text-18{
  font-size: 1.125rem;
}

.text-22{
  font-size: 1.375rem;
}

.text-24{
  font-size: 1.5rem;
}

.text-28{
  font-size: 1.75rem;
}

.text-34{
  font-size: 2.125rem;
}

.text-48{
  font-size: 3rem;
}

.text-56{
  font-size: 3.5rem;
}

.text-72{
  font-size: 4.5rem;
}

.text-112{
  font-size: 7rem;
}

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

.hover\:font-700:hover{
  font-weight: 700;
}

.focus\:font-700:focus{
  font-weight: 700;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.normal-case{
  text-transform: none;
}

.italic{
  font-style: italic;
}

.not-italic{
  font-style: normal;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions{
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.normal-nums{
  font-variant-numeric: normal;
}

.ordinal{
  --tw-ordinal: ordinal;
}

.slashed-zero{
  --tw-slashed-zero: slashed-zero;
}

.lining-nums{
  --tw-numeric-figure: lining-nums;
}

.oldstyle-nums{
  --tw-numeric-figure: oldstyle-nums;
}

.proportional-nums{
  --tw-numeric-spacing: proportional-nums;
}

.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
}

.diagonal-fractions{
  --tw-numeric-fraction: diagonal-fractions;
}

.stacked-fractions{
  --tw-numeric-fraction: stacked-fractions;
}

.leading-collapsed{
  line-height: .65;
}

.leading-none{
  line-height: 1;
}

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

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

.leading-normal{
  line-height: 1.5;
}

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

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

.tracking-wider{
  letter-spacing: 0.05em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.text-inherit{
  color: inherit;
}

.text-transparent{
  color: transparent;
}

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

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

.text-gray-100{
  --tw-text-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-text-opacity));
}

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgba(199, 200, 200, var(--tw-text-opacity));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgba(168, 171, 171, var(--tw-text-opacity));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(137, 141, 141, var(--tw-text-opacity));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(62, 63, 63, var(--tw-text-opacity));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-text-opacity));
}

.text-gold-200{
  --tw-text-opacity: 1;
  color: rgba(215, 200, 181, var(--tw-text-opacity));
}

.text-gold-300{
  --tw-text-opacity: 1;
  color: rgba(190, 170, 147, var(--tw-text-opacity));
}

.text-gold-400{
  --tw-text-opacity: 1;
  color: rgba(164, 141, 113, var(--tw-text-opacity));
}

.text-gold-500{
  --tw-text-opacity: 1;
  color: rgba(139, 111, 78, var(--tw-text-opacity));
}

.text-red-300{
  --tw-text-opacity: 1;
  color: rgba(240, 61, 61, var(--tw-text-opacity));
}

.hover\:text-inherit:hover{
  color: inherit;
}

.hover\:text-transparent:hover{
  color: transparent;
}

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

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

.hover\:text-gray-100:hover{
  --tw-text-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-text-opacity));
}

.hover\:text-gray-200:hover{
  --tw-text-opacity: 1;
  color: rgba(199, 200, 200, var(--tw-text-opacity));
}

.hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgba(168, 171, 171, var(--tw-text-opacity));
}

.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgba(137, 141, 141, var(--tw-text-opacity));
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgba(62, 63, 63, var(--tw-text-opacity));
}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-text-opacity));
}

.hover\:text-gold-200:hover{
  --tw-text-opacity: 1;
  color: rgba(215, 200, 181, var(--tw-text-opacity));
}

.hover\:text-gold-300:hover{
  --tw-text-opacity: 1;
  color: rgba(190, 170, 147, var(--tw-text-opacity));
}

.hover\:text-gold-400:hover{
  --tw-text-opacity: 1;
  color: rgba(164, 141, 113, var(--tw-text-opacity));
}

.hover\:text-gold-500:hover{
  --tw-text-opacity: 1;
  color: rgba(139, 111, 78, var(--tw-text-opacity));
}

.hover\:text-red-300:hover{
  --tw-text-opacity: 1;
  color: rgba(240, 61, 61, var(--tw-text-opacity));
}

.focus\:text-inherit:focus{
  color: inherit;
}

.focus\:text-transparent:focus{
  color: transparent;
}

.focus\:text-black:focus{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:text-gray-100:focus{
  --tw-text-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-text-opacity));
}

.focus\:text-gray-200:focus{
  --tw-text-opacity: 1;
  color: rgba(199, 200, 200, var(--tw-text-opacity));
}

.focus\:text-gray-300:focus{
  --tw-text-opacity: 1;
  color: rgba(168, 171, 171, var(--tw-text-opacity));
}

.focus\:text-gray-400:focus{
  --tw-text-opacity: 1;
  color: rgba(137, 141, 141, var(--tw-text-opacity));
}

.focus\:text-gray-500:focus{
  --tw-text-opacity: 1;
  color: rgba(62, 63, 63, var(--tw-text-opacity));
}

.focus\:text-gray-600:focus{
  --tw-text-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-text-opacity));
}

.focus\:text-gold-200:focus{
  --tw-text-opacity: 1;
  color: rgba(215, 200, 181, var(--tw-text-opacity));
}

.focus\:text-gold-300:focus{
  --tw-text-opacity: 1;
  color: rgba(190, 170, 147, var(--tw-text-opacity));
}

.focus\:text-gold-400:focus{
  --tw-text-opacity: 1;
  color: rgba(164, 141, 113, var(--tw-text-opacity));
}

.focus\:text-gold-500:focus{
  --tw-text-opacity: 1;
  color: rgba(139, 111, 78, var(--tw-text-opacity));
}

.focus\:text-red-300:focus{
  --tw-text-opacity: 1;
  color: rgba(240, 61, 61, var(--tw-text-opacity));
}

.text-opacity-0{
  --tw-text-opacity: 0;
}

.text-opacity-25{
  --tw-text-opacity: 0.25;
}

.text-opacity-35{
  --tw-text-opacity: 0.35;
}

.text-opacity-50{
  --tw-text-opacity: 0.5;
}

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

.text-opacity-75{
  --tw-text-opacity: 0.75;
}

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

.text-opacity-100{
  --tw-text-opacity: 1;
}

.group:hover .group-hover\:text-opacity-0{
  --tw-text-opacity: 0;
}

.group:hover .group-hover\:text-opacity-25{
  --tw-text-opacity: 0.25;
}

.group:hover .group-hover\:text-opacity-35{
  --tw-text-opacity: 0.35;
}

.group:hover .group-hover\:text-opacity-50{
  --tw-text-opacity: 0.5;
}

.group:hover .group-hover\:text-opacity-65{
  --tw-text-opacity: 0.65;
}

.group:hover .group-hover\:text-opacity-75{
  --tw-text-opacity: 0.75;
}

.group:hover .group-hover\:text-opacity-85{
  --tw-text-opacity: 0.85;
}

.group:hover .group-hover\:text-opacity-100{
  --tw-text-opacity: 1;
}

.focus-within\:text-opacity-0:focus-within{
  --tw-text-opacity: 0;
}

.focus-within\:text-opacity-25:focus-within{
  --tw-text-opacity: 0.25;
}

.focus-within\:text-opacity-35:focus-within{
  --tw-text-opacity: 0.35;
}

.focus-within\:text-opacity-50:focus-within{
  --tw-text-opacity: 0.5;
}

.focus-within\:text-opacity-65:focus-within{
  --tw-text-opacity: 0.65;
}

.focus-within\:text-opacity-75:focus-within{
  --tw-text-opacity: 0.75;
}

.focus-within\:text-opacity-85:focus-within{
  --tw-text-opacity: 0.85;
}

.focus-within\:text-opacity-100:focus-within{
  --tw-text-opacity: 1;
}

.hover\:text-opacity-0:hover{
  --tw-text-opacity: 0;
}

.hover\:text-opacity-25:hover{
  --tw-text-opacity: 0.25;
}

.hover\:text-opacity-35:hover{
  --tw-text-opacity: 0.35;
}

.hover\:text-opacity-50:hover{
  --tw-text-opacity: 0.5;
}

.hover\:text-opacity-65:hover{
  --tw-text-opacity: 0.65;
}

.hover\:text-opacity-75:hover{
  --tw-text-opacity: 0.75;
}

.hover\:text-opacity-85:hover{
  --tw-text-opacity: 0.85;
}

.hover\:text-opacity-100:hover{
  --tw-text-opacity: 1;
}

.focus\:text-opacity-0:focus{
  --tw-text-opacity: 0;
}

.focus\:text-opacity-25:focus{
  --tw-text-opacity: 0.25;
}

.focus\:text-opacity-35:focus{
  --tw-text-opacity: 0.35;
}

.focus\:text-opacity-50:focus{
  --tw-text-opacity: 0.5;
}

.focus\:text-opacity-65:focus{
  --tw-text-opacity: 0.65;
}

.focus\:text-opacity-75:focus{
  --tw-text-opacity: 0.75;
}

.focus\:text-opacity-85:focus{
  --tw-text-opacity: 0.85;
}

.focus\:text-opacity-100:focus{
  --tw-text-opacity: 1;
}

.underline{
  text-decoration: underline;
}

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

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

.hover\:underline:hover{
  text-decoration: underline;
}

.hover\:line-through:hover{
  text-decoration: line-through;
}

.hover\:no-underline:hover{
  text-decoration: none;
}

.focus\:underline:focus{
  text-decoration: underline;
}

.focus\:line-through:focus{
  text-decoration: line-through;
}

.focus\:no-underline:focus{
  text-decoration: none;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased{
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.placeholder-transparent::-moz-placeholder{
  color: transparent;
}

.placeholder-transparent:-ms-input-placeholder{
  color: transparent;
}

.placeholder-transparent::placeholder{
  color: transparent;
}

.placeholder-black::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-white::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-white::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.placeholder-gray-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.placeholder-gray-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
}

.placeholder-gray-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
}

.placeholder-gray-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
}

.placeholder-gray-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
}

.placeholder-gray-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
}

.placeholder-gray-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
}

.placeholder-gray-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
}

.placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
}

.placeholder-gray-600:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
}

.placeholder-gray-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
}

.placeholder-gold-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
}

.placeholder-gold-200:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
}

.placeholder-gold-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
}

.placeholder-gold-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
}

.placeholder-gold-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
}

.placeholder-gold-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
}

.placeholder-gold-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
}

.placeholder-gold-400:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
}

.placeholder-gold-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
}

.placeholder-gold-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
}

.placeholder-gold-500:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
}

.placeholder-gold-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
}

.placeholder-red-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
}

.placeholder-red-300:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
}

.placeholder-red-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
}

.focus\:placeholder-transparent:focus::-moz-placeholder{
  color: transparent;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder{
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder{
  color: transparent;
}

.focus\:placeholder-black:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-black:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-white:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gray-600:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gold-200:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gold-200:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gold-200:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gold-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gold-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gold-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gold-400:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gold-400:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gold-400:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gold-500:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gold-500:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
}

.focus\:placeholder-gold-500:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
}

.focus\:placeholder-red-300:focus::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
}

.placeholder-opacity-0::-moz-placeholder{
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0:-ms-input-placeholder{
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-0::placeholder{
  --tw-placeholder-opacity: 0;
}

.placeholder-opacity-25::-moz-placeholder{
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-25::placeholder{
  --tw-placeholder-opacity: 0.25;
}

.placeholder-opacity-35::-moz-placeholder{
  --tw-placeholder-opacity: 0.35;
}

.placeholder-opacity-35:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.35;
}

.placeholder-opacity-35::placeholder{
  --tw-placeholder-opacity: 0.35;
}

.placeholder-opacity-50::-moz-placeholder{
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-50::placeholder{
  --tw-placeholder-opacity: 0.5;
}

.placeholder-opacity-65::-moz-placeholder{
  --tw-placeholder-opacity: 0.65;
}

.placeholder-opacity-65:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.65;
}

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

.placeholder-opacity-75::-moz-placeholder{
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-75::placeholder{
  --tw-placeholder-opacity: 0.75;
}

.placeholder-opacity-85::-moz-placeholder{
  --tw-placeholder-opacity: 0.85;
}

.placeholder-opacity-85:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.85;
}

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

.placeholder-opacity-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder{
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-0:focus::placeholder{
  --tw-placeholder-opacity: 0;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-25:focus::placeholder{
  --tw-placeholder-opacity: 0.25;
}

.focus\:placeholder-opacity-35:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.35;
}

.focus\:placeholder-opacity-35:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.35;
}

.focus\:placeholder-opacity-35:focus::placeholder{
  --tw-placeholder-opacity: 0.35;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-50:focus::placeholder{
  --tw-placeholder-opacity: 0.5;
}

.focus\:placeholder-opacity-65:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.65;
}

.focus\:placeholder-opacity-65:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.65;
}

.focus\:placeholder-opacity-65:focus::placeholder{
  --tw-placeholder-opacity: 0.65;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-75:focus::placeholder{
  --tw-placeholder-opacity: 0.75;
}

.focus\:placeholder-opacity-85:focus::-moz-placeholder{
  --tw-placeholder-opacity: 0.85;
}

.focus\:placeholder-opacity-85:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 0.85;
}

.focus\:placeholder-opacity-85:focus::placeholder{
  --tw-placeholder-opacity: 0.85;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder{
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
}

.focus\:placeholder-opacity-100:focus::placeholder{
  --tw-placeholder-opacity: 1;
}

.opacity-0{
  opacity: 0;
}

.opacity-25{
  opacity: 0.25;
}

.opacity-35{
  opacity: 0.35;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-65{
  opacity: 0.65;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-85{
  opacity: 0.85;
}

.opacity-100{
  opacity: 1;
}

.hover\:opacity-0:hover{
  opacity: 0;
}

.hover\:opacity-25:hover{
  opacity: 0.25;
}

.hover\:opacity-35:hover{
  opacity: 0.35;
}

.hover\:opacity-50:hover{
  opacity: 0.5;
}

.hover\:opacity-65:hover{
  opacity: 0.65;
}

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.hover\:opacity-85:hover{
  opacity: 0.85;
}

.hover\:opacity-100:hover{
  opacity: 1;
}

.focus\:opacity-0:focus{
  opacity: 0;
}

.focus\:opacity-25:focus{
  opacity: 0.25;
}

.focus\:opacity-35:focus{
  opacity: 0.35;
}

.focus\:opacity-50:focus{
  opacity: 0.5;
}

.focus\:opacity-65:focus{
  opacity: 0.65;
}

.focus\:opacity-75:focus{
  opacity: 0.75;
}

.focus\:opacity-85:focus{
  opacity: 0.85;
}

.focus\:opacity-100:focus{
  opacity: 1;
}

.bg-blend-normal{
  background-blend-mode: normal;
}

.bg-blend-multiply{
  background-blend-mode: multiply;
}

.bg-blend-screen{
  background-blend-mode: screen;
}

.bg-blend-overlay{
  background-blend-mode: overlay;
}

.bg-blend-darken{
  background-blend-mode: darken;
}

.bg-blend-lighten{
  background-blend-mode: lighten;
}

.bg-blend-color-dodge{
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn{
  background-blend-mode: color-burn;
}

.bg-blend-hard-light{
  background-blend-mode: hard-light;
}

.bg-blend-soft-light{
  background-blend-mode: soft-light;
}

.bg-blend-difference{
  background-blend-mode: difference;
}

.bg-blend-exclusion{
  background-blend-mode: exclusion;
}

.bg-blend-hue{
  background-blend-mode: hue;
}

.bg-blend-saturation{
  background-blend-mode: saturation;
}

.bg-blend-color{
  background-blend-mode: color;
}

.bg-blend-luminosity{
  background-blend-mode: luminosity;
}

.mix-blend-normal{
  mix-blend-mode: normal;
}

.mix-blend-multiply{
  mix-blend-mode: multiply;
}

.mix-blend-screen{
  mix-blend-mode: screen;
}

.mix-blend-overlay{
  mix-blend-mode: overlay;
}

.mix-blend-darken{
  mix-blend-mode: darken;
}

.mix-blend-lighten{
  mix-blend-mode: lighten;
}

.mix-blend-color-dodge{
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn{
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light{
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light{
  mix-blend-mode: soft-light;
}

.mix-blend-difference{
  mix-blend-mode: difference;
}

.mix-blend-exclusion{
  mix-blend-mode: exclusion;
}

.mix-blend-hue{
  mix-blend-mode: hue;
}

.mix-blend-saturation{
  mix-blend-mode: saturation;
}

.mix-blend-color{
  mix-blend-mode: color;
}

.mix-blend-luminosity{
  mix-blend-mode: luminosity;
}

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

.outline-white{
  outline: 2px dotted white;
  outline-offset: 2px;
}

.outline-black{
  outline: 2px dotted black;
  outline-offset: 2px;
}

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

.focus\:outline-white:focus{
  outline: 2px dotted white;
  outline-offset: 2px;
}

.focus\:outline-black:focus{
  outline: 2px dotted black;
  outline-offset: 2px;
}

*, ::before, ::after{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-4{
  --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(4px + 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-8{
  --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(8px + 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{
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-0:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-1:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-4:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-8:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-8:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset{
  --tw-ring-inset: inset;
}

.focus-within\:ring-inset:focus-within{
  --tw-ring-inset: inset;
}

.focus\:ring-inset:focus{
  --tw-ring-inset: inset;
}

.ring-transparent{
  --tw-ring-color: transparent;
}

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

.ring-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.ring-gray-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity));
}

.ring-gray-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 200, 200, var(--tw-ring-opacity));
}

.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 171, 171, var(--tw-ring-opacity));
}

.ring-gray-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(137, 141, 141, var(--tw-ring-opacity));
}

.ring-gray-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(62, 63, 63, var(--tw-ring-opacity));
}

.ring-gray-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
}

.ring-gold-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(215, 200, 181, var(--tw-ring-opacity));
}

.ring-gold-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 170, 147, var(--tw-ring-opacity));
}

.ring-gold-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(164, 141, 113, var(--tw-ring-opacity));
}

.ring-gold-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 111, 78, var(--tw-ring-opacity));
}

.ring-red-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 61, 61, var(--tw-ring-opacity));
}

.focus-within\:ring-transparent:focus-within{
  --tw-ring-color: transparent;
}

.focus-within\:ring-black:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus-within\:ring-white:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-100:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 200, 200, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 171, 171, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(137, 141, 141, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(62, 63, 63, var(--tw-ring-opacity));
}

.focus-within\:ring-gray-600:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
}

.focus-within\:ring-gold-200:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(215, 200, 181, var(--tw-ring-opacity));
}

.focus-within\:ring-gold-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 170, 147, var(--tw-ring-opacity));
}

.focus-within\:ring-gold-400:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(164, 141, 113, var(--tw-ring-opacity));
}

.focus-within\:ring-gold-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 111, 78, var(--tw-ring-opacity));
}

.focus-within\:ring-red-300:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 61, 61, var(--tw-ring-opacity));
}

.focus\:ring-transparent:focus{
  --tw-ring-color: transparent;
}

.focus\:ring-black:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.focus\:ring-white:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

.focus\:ring-gray-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity));
}

.focus\:ring-gray-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(199, 200, 200, var(--tw-ring-opacity));
}

.focus\:ring-gray-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(168, 171, 171, var(--tw-ring-opacity));
}

.focus\:ring-gray-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(137, 141, 141, var(--tw-ring-opacity));
}

.focus\:ring-gray-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(62, 63, 63, var(--tw-ring-opacity));
}

.focus\:ring-gray-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
}

.focus\:ring-gold-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(215, 200, 181, var(--tw-ring-opacity));
}

.focus\:ring-gold-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(190, 170, 147, var(--tw-ring-opacity));
}

.focus\:ring-gold-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(164, 141, 113, var(--tw-ring-opacity));
}

.focus\:ring-gold-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(139, 111, 78, var(--tw-ring-opacity));
}

.focus\:ring-red-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(240, 61, 61, var(--tw-ring-opacity));
}

.ring-opacity-0{
  --tw-ring-opacity: 0;
}

.ring-opacity-25{
  --tw-ring-opacity: 0.25;
}

.ring-opacity-35{
  --tw-ring-opacity: 0.35;
}

.ring-opacity-50{
  --tw-ring-opacity: 0.5;
}

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

.ring-opacity-75{
  --tw-ring-opacity: 0.75;
}

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

.ring-opacity-100{
  --tw-ring-opacity: 1;
}

.focus-within\:ring-opacity-0:focus-within{
  --tw-ring-opacity: 0;
}

.focus-within\:ring-opacity-25:focus-within{
  --tw-ring-opacity: 0.25;
}

.focus-within\:ring-opacity-35:focus-within{
  --tw-ring-opacity: 0.35;
}

.focus-within\:ring-opacity-50:focus-within{
  --tw-ring-opacity: 0.5;
}

.focus-within\:ring-opacity-65:focus-within{
  --tw-ring-opacity: 0.65;
}

.focus-within\:ring-opacity-75:focus-within{
  --tw-ring-opacity: 0.75;
}

.focus-within\:ring-opacity-85:focus-within{
  --tw-ring-opacity: 0.85;
}

.focus-within\:ring-opacity-100:focus-within{
  --tw-ring-opacity: 1;
}

.focus\:ring-opacity-0:focus{
  --tw-ring-opacity: 0;
}

.focus\:ring-opacity-25:focus{
  --tw-ring-opacity: 0.25;
}

.focus\:ring-opacity-35:focus{
  --tw-ring-opacity: 0.35;
}

.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}

.focus\:ring-opacity-65:focus{
  --tw-ring-opacity: 0.65;
}

.focus\:ring-opacity-75:focus{
  --tw-ring-opacity: 0.75;
}

.focus\:ring-opacity-85:focus{
  --tw-ring-opacity: 0.85;
}

.focus\:ring-opacity-100:focus{
  --tw-ring-opacity: 1;
}

.ring-offset-0{
  --tw-ring-offset-width: 0px;
}

.ring-offset-1{
  --tw-ring-offset-width: 1px;
}

.ring-offset-2{
  --tw-ring-offset-width: 2px;
}

.ring-offset-4{
  --tw-ring-offset-width: 4px;
}

.ring-offset-8{
  --tw-ring-offset-width: 8px;
}

.focus-within\:ring-offset-0:focus-within{
  --tw-ring-offset-width: 0px;
}

.focus-within\:ring-offset-1:focus-within{
  --tw-ring-offset-width: 1px;
}

.focus-within\:ring-offset-2:focus-within{
  --tw-ring-offset-width: 2px;
}

.focus-within\:ring-offset-4:focus-within{
  --tw-ring-offset-width: 4px;
}

.focus-within\:ring-offset-8:focus-within{
  --tw-ring-offset-width: 8px;
}

.focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px;
}

.focus\:ring-offset-1:focus{
  --tw-ring-offset-width: 1px;
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-4:focus{
  --tw-ring-offset-width: 4px;
}

.focus\:ring-offset-8:focus{
  --tw-ring-offset-width: 8px;
}

.ring-offset-transparent{
  --tw-ring-offset-color: transparent;
}

.ring-offset-black{
  --tw-ring-offset-color: #000;
}

.ring-offset-white{
  --tw-ring-offset-color: #fff;
}

.ring-offset-gray-100{
  --tw-ring-offset-color: #E6E6E6;
}

.ring-offset-gray-200{
  --tw-ring-offset-color: #C7C8C8;
}

.ring-offset-gray-300{
  --tw-ring-offset-color: #A8ABAB;
}

.ring-offset-gray-400{
  --tw-ring-offset-color: #898D8D;
}

.ring-offset-gray-500{
  --tw-ring-offset-color: #3E3F3F;
}

.ring-offset-gray-600{
  --tw-ring-offset-color: #111111;
}

.ring-offset-gold-200{
  --tw-ring-offset-color: #D7C8B5;
}

.ring-offset-gold-300{
  --tw-ring-offset-color: #BEAA93;
}

.ring-offset-gold-400{
  --tw-ring-offset-color: #A48D71;
}

.ring-offset-gold-500{
  --tw-ring-offset-color: #8B6F4E;
}

.ring-offset-red-300{
  --tw-ring-offset-color: #F03D3D;
}

.focus-within\:ring-offset-transparent:focus-within{
  --tw-ring-offset-color: transparent;
}

.focus-within\:ring-offset-black:focus-within{
  --tw-ring-offset-color: #000;
}

.focus-within\:ring-offset-white:focus-within{
  --tw-ring-offset-color: #fff;
}

.focus-within\:ring-offset-gray-100:focus-within{
  --tw-ring-offset-color: #E6E6E6;
}

.focus-within\:ring-offset-gray-200:focus-within{
  --tw-ring-offset-color: #C7C8C8;
}

.focus-within\:ring-offset-gray-300:focus-within{
  --tw-ring-offset-color: #A8ABAB;
}

.focus-within\:ring-offset-gray-400:focus-within{
  --tw-ring-offset-color: #898D8D;
}

.focus-within\:ring-offset-gray-500:focus-within{
  --tw-ring-offset-color: #3E3F3F;
}

.focus-within\:ring-offset-gray-600:focus-within{
  --tw-ring-offset-color: #111111;
}

.focus-within\:ring-offset-gold-200:focus-within{
  --tw-ring-offset-color: #D7C8B5;
}

.focus-within\:ring-offset-gold-300:focus-within{
  --tw-ring-offset-color: #BEAA93;
}

.focus-within\:ring-offset-gold-400:focus-within{
  --tw-ring-offset-color: #A48D71;
}

.focus-within\:ring-offset-gold-500:focus-within{
  --tw-ring-offset-color: #8B6F4E;
}

.focus-within\:ring-offset-red-300:focus-within{
  --tw-ring-offset-color: #F03D3D;
}

.focus\:ring-offset-transparent:focus{
  --tw-ring-offset-color: transparent;
}

.focus\:ring-offset-black:focus{
  --tw-ring-offset-color: #000;
}

.focus\:ring-offset-white:focus{
  --tw-ring-offset-color: #fff;
}

.focus\:ring-offset-gray-100:focus{
  --tw-ring-offset-color: #E6E6E6;
}

.focus\:ring-offset-gray-200:focus{
  --tw-ring-offset-color: #C7C8C8;
}

.focus\:ring-offset-gray-300:focus{
  --tw-ring-offset-color: #A8ABAB;
}

.focus\:ring-offset-gray-400:focus{
  --tw-ring-offset-color: #898D8D;
}

.focus\:ring-offset-gray-500:focus{
  --tw-ring-offset-color: #3E3F3F;
}

.focus\:ring-offset-gray-600:focus{
  --tw-ring-offset-color: #111111;
}

.focus\:ring-offset-gold-200:focus{
  --tw-ring-offset-color: #D7C8B5;
}

.focus\:ring-offset-gold-300:focus{
  --tw-ring-offset-color: #BEAA93;
}

.focus\:ring-offset-gold-400:focus{
  --tw-ring-offset-color: #A48D71;
}

.focus\:ring-offset-gold-500:focus{
  --tw-ring-offset-color: #8B6F4E;
}

.focus\:ring-offset-red-300:focus{
  --tw-ring-offset-color: #F03D3D;
}

.filter{
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  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);
}

.filter-none{
  filter: none;
}

.blur-0{
  --tw-blur: blur(0);
}

.blur-none{
  --tw-blur: blur(0);
}

.blur-sm{
  --tw-blur: blur(4px);
}

.blur{
  --tw-blur: blur(8px);
}

.blur-md{
  --tw-blur: blur(12px);
}

.blur-lg{
  --tw-blur: blur(16px);
}

.blur-xl{
  --tw-blur: blur(24px);
}

.blur-2xl{
  --tw-blur: blur(40px);
}

.blur-3xl{
  --tw-blur: blur(64px);
}

.brightness-0{
  --tw-brightness: brightness(0);
}

.brightness-50{
  --tw-brightness: brightness(.5);
}

.brightness-75{
  --tw-brightness: brightness(.75);
}

.brightness-90{
  --tw-brightness: brightness(.9);
}

.brightness-95{
  --tw-brightness: brightness(.95);
}

.brightness-100{
  --tw-brightness: brightness(1);
}

.brightness-105{
  --tw-brightness: brightness(1.05);
}

.brightness-110{
  --tw-brightness: brightness(1.1);
}

.brightness-125{
  --tw-brightness: brightness(1.25);
}

.brightness-150{
  --tw-brightness: brightness(1.5);
}

.brightness-200{
  --tw-brightness: brightness(2);
}

.contrast-0{
  --tw-contrast: contrast(0);
}

.contrast-50{
  --tw-contrast: contrast(.5);
}

.contrast-75{
  --tw-contrast: contrast(.75);
}

.contrast-100{
  --tw-contrast: contrast(1);
}

.contrast-125{
  --tw-contrast: contrast(1.25);
}

.contrast-150{
  --tw-contrast: contrast(1.5);
}

.contrast-200{
  --tw-contrast: contrast(2);
}

.drop-shadow-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}

.drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

.drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}

.drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}

.drop-shadow-none{
  --tw-drop-shadow: drop-shadow(0 0 #0000);
}

.grayscale-0{
  --tw-grayscale: grayscale(0);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
}

.hue-rotate-0{
  --tw-hue-rotate: hue-rotate(0deg);
}

.hue-rotate-15{
  --tw-hue-rotate: hue-rotate(15deg);
}

.hue-rotate-30{
  --tw-hue-rotate: hue-rotate(30deg);
}

.hue-rotate-60{
  --tw-hue-rotate: hue-rotate(60deg);
}

.hue-rotate-90{
  --tw-hue-rotate: hue-rotate(90deg);
}

.hue-rotate-180{
  --tw-hue-rotate: hue-rotate(180deg);
}

.-hue-rotate-180{
  --tw-hue-rotate: hue-rotate(-180deg);
}

.-hue-rotate-90{
  --tw-hue-rotate: hue-rotate(-90deg);
}

.-hue-rotate-60{
  --tw-hue-rotate: hue-rotate(-60deg);
}

.-hue-rotate-30{
  --tw-hue-rotate: hue-rotate(-30deg);
}

.-hue-rotate-15{
  --tw-hue-rotate: hue-rotate(-15deg);
}

.invert-0{
  --tw-invert: invert(0);
}

.invert{
  --tw-invert: invert(100%);
}

.saturate-0{
  --tw-saturate: saturate(0);
}

.saturate-50{
  --tw-saturate: saturate(.5);
}

.saturate-100{
  --tw-saturate: saturate(1);
}

.saturate-150{
  --tw-saturate: saturate(1.5);
}

.saturate-200{
  --tw-saturate: saturate(2);
}

.sepia-0{
  --tw-sepia: sepia(0);
}

.sepia{
  --tw-sepia: sepia(100%);
}

.backdrop-filter{
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter-none{
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}

.backdrop-blur-0{
  --tw-backdrop-blur: blur(0);
}

.backdrop-blur-none{
  --tw-backdrop-blur: blur(0);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
}

.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
}

.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
}

.backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px);
}

.backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px);
}

.backdrop-blur-2xl{
  --tw-backdrop-blur: blur(40px);
}

.backdrop-blur-3xl{
  --tw-backdrop-blur: blur(64px);
}

.backdrop-brightness-0{
  --tw-backdrop-brightness: brightness(0);
}

.backdrop-brightness-50{
  --tw-backdrop-brightness: brightness(.5);
}

.backdrop-brightness-75{
  --tw-backdrop-brightness: brightness(.75);
}

.backdrop-brightness-90{
  --tw-backdrop-brightness: brightness(.9);
}

.backdrop-brightness-95{
  --tw-backdrop-brightness: brightness(.95);
}

.backdrop-brightness-100{
  --tw-backdrop-brightness: brightness(1);
}

.backdrop-brightness-105{
  --tw-backdrop-brightness: brightness(1.05);
}

.backdrop-brightness-110{
  --tw-backdrop-brightness: brightness(1.1);
}

.backdrop-brightness-125{
  --tw-backdrop-brightness: brightness(1.25);
}

.backdrop-brightness-150{
  --tw-backdrop-brightness: brightness(1.5);
}

.backdrop-brightness-200{
  --tw-backdrop-brightness: brightness(2);
}

.backdrop-contrast-0{
  --tw-backdrop-contrast: contrast(0);
}

.backdrop-contrast-50{
  --tw-backdrop-contrast: contrast(.5);
}

.backdrop-contrast-75{
  --tw-backdrop-contrast: contrast(.75);
}

.backdrop-contrast-100{
  --tw-backdrop-contrast: contrast(1);
}

.backdrop-contrast-125{
  --tw-backdrop-contrast: contrast(1.25);
}

.backdrop-contrast-150{
  --tw-backdrop-contrast: contrast(1.5);
}

.backdrop-contrast-200{
  --tw-backdrop-contrast: contrast(2);
}

.backdrop-grayscale-0{
  --tw-backdrop-grayscale: grayscale(0);
}

.backdrop-grayscale{
  --tw-backdrop-grayscale: grayscale(100%);
}

.backdrop-hue-rotate-0{
  --tw-backdrop-hue-rotate: hue-rotate(0deg);
}

.backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(15deg);
}

.backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(30deg);
}

.backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(60deg);
}

.backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(90deg);
}

.backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(180deg);
}

.-backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(-180deg);
}

.-backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(-90deg);
}

.-backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(-60deg);
}

.-backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(-30deg);
}

.-backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(-15deg);
}

.backdrop-invert-0{
  --tw-backdrop-invert: invert(0);
}

.backdrop-invert{
  --tw-backdrop-invert: invert(100%);
}

.backdrop-opacity-0{
  --tw-backdrop-opacity: opacity(0);
}

.backdrop-opacity-25{
  --tw-backdrop-opacity: opacity(0.25);
}

.backdrop-opacity-35{
  --tw-backdrop-opacity: opacity(0.35);
}

.backdrop-opacity-50{
  --tw-backdrop-opacity: opacity(0.5);
}

.backdrop-opacity-65{
  --tw-backdrop-opacity: opacity(0.65);
}

.backdrop-opacity-75{
  --tw-backdrop-opacity: opacity(0.75);
}

.backdrop-opacity-85{
  --tw-backdrop-opacity: opacity(0.85);
}

.backdrop-opacity-100{
  --tw-backdrop-opacity: opacity(1);
}

.backdrop-saturate-0{
  --tw-backdrop-saturate: saturate(0);
}

.backdrop-saturate-50{
  --tw-backdrop-saturate: saturate(.5);
}

.backdrop-saturate-100{
  --tw-backdrop-saturate: saturate(1);
}

.backdrop-saturate-150{
  --tw-backdrop-saturate: saturate(1.5);
}

.backdrop-saturate-200{
  --tw-backdrop-saturate: saturate(2);
}

.backdrop-sepia-0{
  --tw-backdrop-sepia: sepia(0);
}

.backdrop-sepia{
  --tw-backdrop-sepia: sepia(100%);
}

.transition-none{
  transition-property: none;
}

.transition-all{
  transition-property: all;
}

.transition-default{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.transition-opacity{
  transition-property: opacity, z-index;
}

.transition-colors{
  transition-property: background-color, border-color, color, fill, stroke;
}

.transition-width{
  transition-property: width;
}

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

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

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

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

.delay-300{
  transition-delay: 300ms;
}

.delay-500{
  transition-delay: 500ms;
}

.delay-700{
  transition-delay: 700ms;
}

.delay-1000{
  transition-delay: 1000ms;
}

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

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

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

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

.ease-default{
  transition-timing-function: cubic-bezier(.08,.74,.37,.98);
}

.ease-linear{
  transition-timing-function: linear;
}

.ease-ease{
  transition-timing-function: ease;
}

.ease-in-out{
  transition-timing-function: ease-in-out;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */

html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 99;
}

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 85%;
  width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}

#swipebox-top-bar {
  top: -50px;
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next {
  background-image: url(../../files/svgs/swipebox/icon-arrow-right.svg) !important;
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 95%;
  height: 50px;
}

#swipebox-prev {
  float: left;
  transform: rotate(180deg);
}

#swipebox-next {
  float: right;
}

#swipebox-close {
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  top: 18px;
  right: 49px;
  position: absolute;
  z-index: 9999;
  width: 44px;
  height: 44px;
  background-image: url(../../files/svgs/swipebox/icon-close.svg) !important;
  background-size: 29px 24px;
  background-position: center;
  transform: translate3d(0, 0, 0);
}

@media (min-width: medium) {
  #swipebox-close {
    top: 15px;
    right: 0;
  }
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev,
#swipebox-next {
  width: 100px;
  height: 100%;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

#swipebox-prev:hover,
#swipebox-next:hover {
  cursor: pointer;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 7.5%;
  }

  #swipebox-arrows {
    width: 95%;
    max-width: 95%;
  }
}

/* Skin 
--------------------------*/

#swipebox-overlay {
  background: transparent;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

.swipebox-transparent-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.85;
  background: #111111;
}

/* Skin
--------------------------*/

#swipebox-bottom-bar,
#swipebox-top-bar {
  background: transparent;
}

#swipebox-top-bar {
  transform: translate3d(0, 0, 0) !important;
}

#swipebox-bottom-bar {
  top: 50%;
  position: absolute;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

* {
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

html {
  min-height: 100%;
  touch-action: manipulation;
}

body {
  min-height: 100%;
  width: 100%;
  font-size: 12px;
  display: block;
  overflow-x: hidden;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

img {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

.no-scroll {
  overflow: hidden;
}

section {
  z-index: 2;
  position: relative;
}

.pet-policy-image img {
  -o-object-position: 87%;
     object-position: 87%;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 1em;
  margin: 0;
  line-height: 1;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/

b, strong, .strong {
  font-weight: bold;
}

dfn, em, .em {
  font-style: italic;
}

small, .small {
  font-size: 75%;
}

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

dd {
  margin: 0;
}

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

.with-marble-background {
  position: relative;
  z-index: 1;
}

.with-marble-background::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.35)), linear-gradient(180deg, #111 14.42%, rgba(17, 17, 17, 0) 33.28%), linear-gradient(1turn, #111 11.36%, rgba(17, 17, 17, 0) 41.43%), url("../../files/images/marble.jpg");
  background-size: cover;
}

.with-marble-background.wide:before {
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.35)), linear-gradient(180deg, #111 14.42%, rgba(17, 17, 17, 0) 33.28%), linear-gradient(1turn, #111 11.36%, rgba(17, 17, 17, 0) 41.43%), url("../../files/images/marble.jpg");
}

.square:before {
  content: "";
  display: block;
}

@media (max-width: 768px) {
  .square.max.md:before {
    padding-bottom: 100%;
  }

  .square.max.md .square-content {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 640px) {
  .square.max.sm:before {
    padding-bottom: 100%;
  }

  .square.max.sm .square-content {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.square.all:before {
  padding-bottom: 100%;
}

.pseudo-underline {
  position: relative;
  overflow: hidden;
}

.pseudo-underline:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #8B6F4E;
  position: absolute;
  left: 0;
  bottom: 0px;
  transition: width 0.15s ease-in-out;
}

.pseudo-underline:hover:before {
  width: 0;
}

.hover\:pseudo-underline {
  position: relative;
  overflow: hidden;
}

.hover\:pseudo-underline:before {
  content: "";
  width: 0%;
  height: 2px;
  background: #8B6F4E;
  position: absolute;
  left: 0;
  bottom: 0px;
  transition: width 0.15s ease-in-out;
}

.hover\:pseudo-underline:hover:before {
  width: 100%;
}

.active-modal .modal-overlay {
  z-index: 99;
}

.active-modal .current-modal {
  z-index: 100 !important;
}

.none-found {
  margin-top: 10vh;
  margin-bottom: 10vh;
}

@media (min-width: 768px) {
  .none-found {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/*

STRUCTURE REFERENCE

<body>

    <.gform_wrapper>

        <form>

            <.gform_body>

                <ul.gform_fields>
                    <li.gfield> (REPEATED)

                        <label></label>

                        <.ginput_container>
                            <input />
                        </.ginput_container>

                    </li.gfield>
                </ul.gform_fields>

            </.gform_body>

            <.gform_footer>
                <input type="submit">
            </.gform_footer>

        </form>

    </.gform_wrapper>

<body>

*/

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.gform_wrapper {
  margin: 0rem;
}

.gform_wrapper form .gform_body .gform_fields .gfield {
  margin: 0rem;
  margin-bottom: 1rem;
  padding: 0rem;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container {
  margin: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield label {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.gform_wrapper form .gform_body .gform_fields .gfield label .gfield_required {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.gform_wrapper form .gform_body .gform_fields .gfield input, .gform_wrapper form .gform_body .gform_fields .gfield textarea {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(199, 200, 200, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(62, 63, 63, var(--tw-text-opacity));
}

.gform_wrapper form .gform_body .gform_fields .gfield input::-moz-placeholder, .gform_wrapper form .gform_body .gform_fields .gfield textarea::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.gform_wrapper form .gform_body .gform_fields .gfield input:-ms-input-placeholder, .gform_wrapper form .gform_body .gform_fields .gfield textarea:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.gform_wrapper form .gform_body .gform_fields .gfield input::placeholder, .gform_wrapper form .gform_body .gform_fields .gfield textarea::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.gform_wrapper form .gform_body .gform_fields .gfield input, .gform_wrapper form .gform_body .gform_fields .gfield textarea{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 48em){
  .gform_wrapper form .gform_body .gform_fields .gfield input, .gform_wrapper form .gform_body .gform_fields .gfield textarea{
    font-size: 1rem;
  }
}

.gform_wrapper form .gform_body .gform_fields .gfield select {
  background-image: url(./../../files/svgs/icon-dropdown-arrow.svg);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat, repeat;
  background-position: right 1.25em top 50%, 0 0;
  background-size: 1em auto, 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(199, 200, 200, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(62, 63, 63, var(--tw-text-opacity));
}

.gform_wrapper form .gform_body .gform_fields .gfield select::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.gform_wrapper form .gform_body .gform_fields .gfield select:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.gform_wrapper form .gform_body .gform_fields .gfield select::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.gform_wrapper form .gform_body .gform_fields .gfield select{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 48em){
  .gform_wrapper form .gform_body .gform_fields .gfield select{
    font-size: 1rem;
  }
}

.select-alt .gform_wrapper form .gform_body .gform_fields .gfield select {
  background-image: url(./../../files/svgs/icon-dropdown-arrow-white.svg);
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(62, 63, 63, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.select-alt .gform_wrapper form .gform_body .gform_fields .gfield select::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.select-alt .gform_wrapper form .gform_body .gform_fields .gfield select:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.select-alt .gform_wrapper form .gform_body .gform_fields .gfield select::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
}

.select-alt .gform_wrapper form .gform_body .gform_fields .gfield select{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.gform_wrapper form .gform_body .gform_fields .gfield textarea {
  max-height: 8.125rem;
}

.gform_wrapper form .gform_body .gform_fields .gfield textarea + .charleft {
  font-size: 0.6875rem;
  --tw-text-opacity: 1;
  color: rgba(199, 200, 200, var(--tw-text-opacity));
}

.gform_wrapper form .gform_footer {
  margin: 0rem;
  padding: 0rem;
  width: auto;
}

.gform_wrapper form .gform_footer input[type=submit] {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgba(139, 111, 78, var(--tw-bg-opacity));
}

.gform_wrapper form .gform_footer input[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(137, 141, 141, var(--tw-bg-opacity));
}

.gform_wrapper form .gform_footer input[type=submit]{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.fade-quick-enter, .fade-quick-leave-to {
  opacity: 0;
}

.fade-quick-enter-active, .fade-quick-leave-active {
  transition: opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slide-fade-forward-enter {
  opacity: 0;
  transform: translateX(50px);
}

.slide-fade-forward-leave-to {
  opacity: 0;
  transform: translateX(-50px);
}

.slide-fade-forward-enter-active, .slide-fade-forward-leave-active {
  transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slide-fade-back-enter {
  opacity: 0;
  transform: translateX(-50px);
}

.slide-fade-back-leave-to {
  opacity: 0;
  transform: translateX(50px);
}

.slide-fade-back-enter-active, .slide-fade-back-leave-active {
  transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes grow {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.09);
  }
}

@keyframes grow {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.09);
  }
}

@-webkit-keyframes dash {
  from {
    stroke-dasharray: 0, 500;
    stroke-dashoffset: -250;
  }

  to {
    stroke-dasharray: 500, 0;
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dasharray: 0, 500;
    stroke-dashoffset: -250;
  }

  to {
    stroke-dasharray: 500, 0;
    stroke-dashoffset: 0;
  }
}

.path {
  stroke-dasharray: 0, 500;
  stroke-dashoffset: -250;
}

.inview .path {
  -webkit-animation: dash 3s ease 1s forwards;
          animation: dash 3s ease 1s forwards;
}

.fade {
  opacity: 0;
  transform: translate3d(0, 20%, 0);
}

.fade.fade-1 {
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}

.fade.fade-2 {
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s, transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s;
}

.fade.fade-3 {
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s, transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}

.fade.fade-4 {
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s, transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}

.inview .fade, .fade.inview {
  opacity: 1;
  transform: translateZ(0);
}

.fade-alt {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 2s;
  transition-delay: 1s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fade-alt.fade-1 {
  transition-delay: 0.6s;
}

.fade-alt.fade-2 {
  transition-delay: 0.9s;
}

.fade-alt.fade-3 {
  transition-delay: 1.2s;
}

.fade-alt.fade-4 {
  transition-delay: 1.5s;
}

.inview .fade-alt, .fade-alt.inview {
  opacity: 1;
}

.vue-fade-enter-active,
.vue-fade-leave-active {
  transition: opacity 0.5s ease;
}

.vue-fade-enter-from,
.vue-fade-leave-to {
  opacity: 0;
}

.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.hasWeeks {
  width: auto;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 35px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.flatpickr-prev-month, .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 28px;
  padding: 10px calc(3.57% - 1.5px);
  z-index: 3;
}

.flatpickr-prev-month i, .flatpickr-next-month i {
  position: relative;
}

.flatpickr-prev-month.flatpickr-prev-month, .flatpickr-next-month.flatpickr-prev-month {
  /*
  /*rtl:begin:ignore*/
  left: 0;
  /*
  /*rtl:end:ignore*/
}

/*
/*rtl:begin:ignore*/

/*
    /*rtl:end:ignore*/

.flatpickr-prev-month.flatpickr-next-month, .flatpickr-next-month.flatpickr-next-month {
  /*
  /*rtl:begin:ignore*/
  right: 0;
  /*
  /*rtl:end:ignore*/
}

/*
/*rtl:begin:ignore*/

/*
    /*rtl:end:ignore*/

.flatpickr-prev-month:hover, .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-prev-month:hover svg, .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-prev-month svg, .flatpickr-next-month svg {
  width: 14px;
}

.flatpickr-prev-month svg path, .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.05);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month.slideLeft {
  transform: translate3d(-100%, 0, 0);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideLeftNew {
  transform: translate3d(100%, 0, 0);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideRight {
  transform: translate3d(100%, 0, 0);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month.slideRightNew {
  transform: translate3d(0, 0, 0);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.flatpickr-calendar.animate .dayContainer.slideLeft {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.animate .dayContainer.slideLeft, .flatpickr-calendar.animate .dayContainer.slideLeftNew {
  transform: translate3d(-100%, 0, 0);
}

.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.animate .dayContainer.slideRight {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate3d(100%, 0, 0);
}

.flatpickr-calendar.animate .dayContainer.slideRightNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange, .flatpickr-day.startRange.startRange + .endRange, .flatpickr-day.endRange.startRange + .endRange {
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.disabled, .flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time .flatpickr-am-pm:focus {
  background: #f0f0f0;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fpSlideLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fpSlideLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes fpSlideLeftNew {
  from {
    transform: translate3d(100%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpSlideLeftNew {
  from {
    transform: translate3d(100%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fpSlideRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fpSlideRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes fpSlideRightNew {
  from {
    transform: translate3d(-100%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpSlideRightNew {
  from {
    transform: translate3d(-100%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fpFadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fpFadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fpFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fpFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.flatpickr-wrapper {
  width: 100%;
}

.date-picker {
  background-image: url("../../files/svgs/icon-calendar.svg");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 94% center;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(62, 63, 63, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-text-opacity));
}

.flatpickr-calendar {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  box-shadow: 1px 0 0 #3E3F3F, -1px 0 0 #3E3F3F, 0 1px 0 #3E3F3F, 0 -1px 0 #3E3F3F, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
  --tw-border-opacity: 1;
  border-color: rgba(139, 111, 78, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(139, 111, 78, var(--tw-bg-opacity));
}

.flatpickr-next-month, .flatpickr-prev-month {
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.flatpickr-next-month:hover svg, .flatpickr-prev-month:hover svg {
  --tw-text-opacity: 1;
  color: rgba(139, 111, 78, var(--tw-text-opacity));
}

.flatpickr-current-month {
  display: flex;
  justify-content: center;
}

.flatpickr-monthDropdown-months {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  text-align: right;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex: 1;
}

.numInputWrapper {
  width: auto;
  flex: 1;
}

.flatpickr-month {
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.flatpickr-day {
  --tw-text-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-text-opacity));
}

.flatpickr-weekdaycontainer {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

span.flatpickr-weekday {
  --tw-text-opacity: 1;
  color: rgba(230, 230, 230, var(--tw-text-opacity));
}

.flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay {
  --tw-text-opacity: 1;
  color: rgba(62, 63, 63, var(--tw-text-opacity));
}

.flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:focus, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.today.inRange, .flatpickr-day:focus, .flatpickr-day:hover {
  --tw-border-opacity: 1;
  border-color: rgba(62, 63, 63, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(62, 63, 63, var(--tw-bg-opacity));
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #111111;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #3E3F3F;
}

@media (min-width: medium) {
  .flatpickr-prev-month, .flatpickr-next-month .flatpickr-calendar.fixed {
    position: fixed !important;
  }
}

/*! nouislider - 11.0.3 - 2018-01-21 14:04:07 */

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: 0 0;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-large, .noUi-marker-sub {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.vue-range-slider {
  margin-left: 19px !important;
}

.vue-range-slider.noUi-target {
  width: 89%;
  margin: 0 auto;
  margin-top: 2.75em;
  background: #3E3F3F;
}

.vue-range-slider.noUi-horizontal {
  height: 5px;
  border: none;
}

.vue-range-slider .noUi-handle {
  border-radius: 9999px;
  cursor: -webkit-grab;
  cursor: grab;
  width: 24px;
  height: 24px;
  top: -9px;
  border-radius: 9999px;
}

.vue-range-slider .noUi-handle:before, .vue-range-slider .noUi-handle:after {
  display: none;
}

.vue-range-slider .noUi-handle:active, .vue-range-slider .noUi-handle:focus {
  outline: 0;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.vue-range-slider .noUi-target {
  width: 89%;
  margin: 0 auto;
  margin-top: 2.75em;
  border-style: none;
}

.vue-range-slider .noUi-connects {
  --tw-bg-opacity: 1;
  background-color: rgba(62, 63, 63, var(--tw-bg-opacity));
}

.vue-range-slider .noUi-connect {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 111, 78, var(--tw-bg-opacity));
}

.vue-range-slider .noUi-tooltip {
  background: transparent;
  border: none;
  padding: 0;
  opacity: 0.5;
  --tw-text-opacity: 1;
  color: rgba(168, 171, 171, var(--tw-text-opacity));
}

.checkbox + label, .checkbox {
  position: relative;
  margin-left: 32px;
}

.checkbox + label:before, .checkbox:before {
  content: "";
  width: 24px;
  height: 24px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(62, 63, 63, var(--tw-border-opacity));
  border-style: solid;
  position: absolute;
  left: -32px;
  top: 0px;
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: ease-in-out;
  transition-duration: 200ms;
}

.checkbox + label:after, .checkbox:after {
  content: "";
  background-image: url("../../files/svgs/icon-check.svg");
  width: 13px;
  height: 12px;
  position: absolute;
  top: 7px;
  left: -26px;
  background-repeat: no-repeat;
  transition-property: opacity, z-index;
  transition-timing-function: ease-in-out;
  transition-duration: 200ms;
  opacity: 0;
}

.checkbox:checked + label:before, .checkbox:checked:before, .checkbox.checked + label:before, .checkbox.checked:before {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(139, 111, 78, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(139, 111, 78, var(--tw-bg-opacity));
}

.checkbox:checked + label:after, .checkbox:checked:after, .checkbox.checked + label:after, .checkbox.checked:after {
  content: "";
  opacity: 1;
}

.checkbox.radio + label:before, .checkbox.radio:before {
  border-radius: 9999px;
}

.checkbox:disabled + label, .checkbox:disabled, .checkbox.disabled + label, .checkbox.disabled {
  opacity: 0.65;
}

.checkbox:disabled + label:before, .checkbox:disabled:before, .checkbox.disabled + label:before, .checkbox.disabled:before {
  opacity: 0.65;
}

.vue-rotator .button-next svg, .vue-rotator .button-prev svg {
  width: 20px;
}

@media (min-width: 768px) {
  .vue-rotator .button-next svg, .vue-rotator .button-prev svg {
    width: 32px;
  }
}

.stacking-unit .image-wrap {
  width: 50%;
}

@media (min-width: 1024px) {
  .stacking-unit .image-wrap {
    max-width: 150px;
  }
}

@media (min-width: 768px) {
  .vue-sidebar-filters {
    max-width: 300px;
    flex: 300px 0 0;
  }
}

@media (min-width: 768px) {
  .vue-sidebar-filters .top-132 {
    top: 132px;
  }
}

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

@media (min-width: 1730px) {
  .xxl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

.content-layout-over-image .corner-accent {
  width: 18%;
  max-width: 65px;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 768px) {
  .content-layout-over-image .corner-accent {
    max-width: 115px;
  }
}

.content-layout-over-image .corner-accent:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.content-layout-over-image .image-wrap {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.content-layout-over-image .image-wrap .zoom-container {
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1);
}

.content-layout-over-image:hover .image-wrap .zoom-container {
  transform: scale(1.05);
}

.content-layout-over-image:hover .corner-accent-top-right {
  top: 24px;
  right: 24px;
}

@media (min-width: 768px) {
  .content-layout-over-image:hover .corner-accent-top-right {
    top: 36px;
    right: 36px;
  }
}

.content-layout-over-image:hover .corner-accent-bottom-left {
  bottom: 24px;
  left: 24px;
}

@media (min-width: 768px) {
  .content-layout-over-image:hover .corner-accent-bottom-left {
    bottom: 36px;
    left: 36px;
  }
}

.header .logo, .no-promo .header .logo {
  width: 85px;
}

@media (min-width: 768px) {
  .header .logo, .no-promo .header .logo {
    width: 120px;
  }
}

.header + .menu-wrap, .no-promo .header + .menu-wrap {
  top: 0px;
  height: 130px;
}

.header.nav-down, .no-promo .header.nav-down {
  transform: translateY(0%);
}

.header.nav-up, .no-promo .header.nav-up {
  transform: translateY(-100%);
}

.header.nav-down + .menu-wrap, .no-promo .header.nav-down + .menu-wrap {
  transform: translateY(0%);
}

.header.nav-up + .menu-wrap, .no-promo .header.nav-up + .menu-wrap {
  transform: translateY(-100%);
}

.header .visible-header-links, .no-promo .header .visible-header-links {
  display: none;
}

@media (min-width: 900px) {
  .header .visible-header-links, .no-promo .header .visible-header-links {
    display: block;
  }
}

.small-height .header .logo, .small-height .no-promo .header .logo {
  width: 90px;
}

.admin-bar .header {
  top: 32px;
}

.admin-bar .header + .menu-wrap {
  top: 32px;
}

.admin-bar .header.nav-down + .menu-wrap {
  transform: translateY(0%);
}

.admin-bar .header.nav-up + .menu-wrap {
  transform: translateY(-100%);
}

.show-promo .header + .menu-wrap {
  height: 132px;
  top: 61px;
}

.show-promo .nav-up + .menu-wrap {
  transform: translateY(-110%);
}

.show-promo.admin-bar .header + .menu-wrap {
  height: 132px;
  top: 93px;
}

.show-promo.admin-bar .nav-up + .menu-wrap {
  transform: translateY(-110%);
}

@media (max-width: 600px) {
  #wpadminbar {
    top: -46px;
  }
}

.section-main-menu .standard-button a, .section-main-menu .outline-button a {
  transition-property: all;
  display: block;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
}

.section-main-menu .standard-button a {
  --tw-bg-opacity: 1;
  background-color: rgba(139, 111, 78, var(--tw-bg-opacity));
}

.section-main-menu .standard-button a:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(62, 63, 63, var(--tw-bg-opacity));
}

.section-main-menu .outline-button a {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(139, 111, 78, var(--tw-border-opacity));
  background-color: transparent;
}

.section-main-menu .outline-button a:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(139, 111, 78, var(--tw-bg-opacity));
}

.small-height .section-main-menu .text-34 {
  font-size: 25px;
}

.small-height .section-main-menu .outline-button a, .small-height .section-main-menu .standard-button a {
  font-size: 12px;
  padding: 12px 24px;
}

.small-height .section-main-menu .main-menu-buttons {
  margin-top: 20px;
}

.footer .logo {
  width: 96px;
}

.footer .lerner-logo {
  width: 85px;
}

@media (min-width: 1024px) {
  .footer .menu-footer-nav li {
    overflow: visible;
  }
}

.loader {
  z-index: 999;
}

.promo-banner + .content .hero {
  height: calc(100vh - 62px);
}

.hero img.lazy.fade-in {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, transform 20s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.hero .gradient {
  height: 20%;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, #111111 100%);
}

.hero .swiper, .hero .swiper-wrapper {
  height: 100%;
}

.hero .swiper-slide img {
  transform: scale(1.09);
}

.hero .swiper-slide.swiper-slide-visible img {
  transform: scale(1);
  -webkit-animation: grow 5.5s ease-out 0s 1 forwards;
          animation: grow 5.5s ease-out 0s 1 forwards;
}

.small-height .hero .text-48 {
  font-size: 50px;
}

.small-height .hero .text-18 {
  font-size: 16px;
}

.small-height .hero .button-outlined {
  font-size: 12px;
  padding: 16px 12px;
  margin-top: 16px;
}

.small-height .hero .text-center.top-1\/2 {
  top: 53%;
}

.show-promo .intro .headline-wrap {
  margin-top: 3rem;
}

.intro.inview .headline-wrap {
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
}

.promo-banner {
  z-index: 998;
}

.text-callout .max-w-840 {
  max-width: 840px;
}

.text-callout .max-w-500 {
  max-width: 500px;
}

.text-callout .py-148 {
  padding-top: 148px;
  padding-bottom: 148px;
}

.text-callout .max-w-970 {
  max-width: 970px;
}

.text-callout .max-w-500 {
  max-width: 500px;
}

.quick-floorplan-finder {
  padding-top: 72px;
  padding-bottom: 48px;
}

@media (min-width: 768px) {
  .quick-floorplan-finder {
    padding-top: 105px;
    padding-bottom: 165px;
  }
}

.quick-floorplan-finder .max-w-715 {
  max-width: 715px;
}

.quick-floorplan-finder form {
  display: flex;
  width: auto;
  flex-wrap: wrap;
}

@media (min-width: 48em){
  .quick-floorplan-finder form{
    flex-wrap: nowrap;
  }
}

.quick-floorplan-finder form .gform_body {
  flex: 100% 0 0;
  margin-bottom: 1.25rem;
}

@media (min-width: 48em){
  .quick-floorplan-finder form .gform_body{
    margin-bottom: 0rem;
  }
}

@media (min-width: 768px) {
  .quick-floorplan-finder form .gform_body {
    flex: auto 1 0;
  }
}

.quick-floorplan-finder form .gform_body .gform_fields select {
  background-image: url(./../../files/svgs/icon-dropdown-arrow.svg);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat, repeat;
  background-position: right 1.25em top 50%, 0 0;
  background-size: 1em auto, 100%;
}

.quick-floorplan-finder form .gform_footer {
  flex: 100% 0 0;
}

@media (min-width: 768px) {
  .quick-floorplan-finder form .gform_footer {
    flex: auto 0 1;
  }
}

.quick-floorplan-finder form .gform_footer input[type=submit] {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgba(139, 111, 78, var(--tw-bg-opacity));
}

.quick-floorplan-finder form .gform_footer input[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(137, 141, 141, var(--tw-bg-opacity));
}

.quick-floorplan-finder form .gform_footer input[type=submit]{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
  width: 100%;
}

.contact-info .max-w-790 {
  max-width: 790px;
}

.contact-form .gform_wrapper .gform_fields {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between;
}

.contact-form .gform_wrapper .gfield--width-full {
  flex: 100% 0 0;
}

.contact-form .gform_wrapper #field_2_2, .contact-form .gform_wrapper #field_2_3, .contact-form .gform_wrapper #field_2_4, .contact-form .gform_wrapper #field_2_5 {
  flex: calc(50% - 8px) 0 0 !important;
}

.contact-form .gform_wrapper .gform_footer {
  margin-top: 2rem;
  display: flex;
  width: 100%;
  justify-content: center;
}

.floorplans-featured.inview {
  z-index: 1;
}

.active-modal .floorplans-featured.inview {
  z-index: 101;
}

@media print {
  /******************************************************************
  Site Name:
  Author: The Matchbox Studio

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/

  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }

  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav {
    display: none;
  }
}

@media (min-width: 30em){
  .sml\:container{
    width: 100%;
  }

  @media (min-width: 30em){
    .sml\:container{
      max-width: 30em;
    }
  }

  @media (min-width: 48em){
    .sml\:container{
      max-width: 48em;
    }
  }

  @media (min-width: 64em){
    .sml\:container{
      max-width: 64em;
    }
  }

  @media (min-width: 80em){
    .sml\:container{
      max-width: 80em;
    }
  }

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

  .sml\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sml\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .sml\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .sml\:pointer-events-none{
    pointer-events: none;
  }

  .sml\:pointer-events-auto{
    pointer-events: auto;
  }

  .sml\:visible{
    visibility: visible;
  }

  .sml\:invisible{
    visibility: hidden;
  }

  .sml\:static{
    position: static;
  }

  .sml\:fixed{
    position: fixed;
  }

  .sml\:absolute{
    position: absolute;
  }

  .sml\:relative{
    position: relative;
  }

  .sml\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .sml\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sml\:inset-1{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sml\:inset-18{
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .sml\:inset-24{
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .sml\:inset-28{
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .sml\:-inset-9999{
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
  }

  .sml\:-inset-1{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sml\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sml\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sml\:active\:inset-0:active{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sml\:active\:inset-1:active{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .sml\:active\:inset-18:active{
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .sml\:active\:inset-24:active{
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .sml\:active\:inset-28:active{
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .sml\:active\:-inset-9999:active{
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
  }

  .sml\:active\:-inset-1:active{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .sml\:active\:inset-1\/2:active{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .sml\:active\:inset-auto:active{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sml\:inset-x-0{
    left: 0;
    right: 0;
  }

  .sml\:inset-x-1{
    left: 1px;
    right: 1px;
  }

  .sml\:inset-x-18{
    left: 18px;
    right: 18px;
  }

  .sml\:inset-x-24{
    left: 24px;
    right: 24px;
  }

  .sml\:inset-x-28{
    left: 28px;
    right: 28px;
  }

  .sml\:-inset-x-9999{
    left: -9999px;
    right: -9999px;
  }

  .sml\:-inset-x-1{
    left: -1px;
    right: -1px;
  }

  .sml\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .sml\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .sml\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .sml\:inset-y-1{
    top: 1px;
    bottom: 1px;
  }

  .sml\:inset-y-18{
    top: 18px;
    bottom: 18px;
  }

  .sml\:inset-y-24{
    top: 24px;
    bottom: 24px;
  }

  .sml\:inset-y-28{
    top: 28px;
    bottom: 28px;
  }

  .sml\:-inset-y-9999{
    top: -9999px;
    bottom: -9999px;
  }

  .sml\:-inset-y-1{
    top: -1px;
    bottom: -1px;
  }

  .sml\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .sml\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .sml\:active\:inset-x-0:active{
    left: 0;
    right: 0;
  }

  .sml\:active\:inset-x-1:active{
    left: 1px;
    right: 1px;
  }

  .sml\:active\:inset-x-18:active{
    left: 18px;
    right: 18px;
  }

  .sml\:active\:inset-x-24:active{
    left: 24px;
    right: 24px;
  }

  .sml\:active\:inset-x-28:active{
    left: 28px;
    right: 28px;
  }

  .sml\:active\:-inset-x-9999:active{
    left: -9999px;
    right: -9999px;
  }

  .sml\:active\:-inset-x-1:active{
    left: -1px;
    right: -1px;
  }

  .sml\:active\:inset-x-1\/2:active{
    left: 50%;
    right: 50%;
  }

  .sml\:active\:inset-x-auto:active{
    left: auto;
    right: auto;
  }

  .sml\:active\:inset-y-0:active{
    top: 0;
    bottom: 0;
  }

  .sml\:active\:inset-y-1:active{
    top: 1px;
    bottom: 1px;
  }

  .sml\:active\:inset-y-18:active{
    top: 18px;
    bottom: 18px;
  }

  .sml\:active\:inset-y-24:active{
    top: 24px;
    bottom: 24px;
  }

  .sml\:active\:inset-y-28:active{
    top: 28px;
    bottom: 28px;
  }

  .sml\:active\:-inset-y-9999:active{
    top: -9999px;
    bottom: -9999px;
  }

  .sml\:active\:-inset-y-1:active{
    top: -1px;
    bottom: -1px;
  }

  .sml\:active\:inset-y-1\/2:active{
    top: 50%;
    bottom: 50%;
  }

  .sml\:active\:inset-y-auto:active{
    top: auto;
    bottom: auto;
  }

  .sml\:top-0{
    top: 0;
  }

  .sml\:top-1{
    top: 1px;
  }

  .sml\:top-18{
    top: 18px;
  }

  .sml\:top-24{
    top: 24px;
  }

  .sml\:top-28{
    top: 28px;
  }

  .sml\:-top-9999{
    top: -9999px;
  }

  .sml\:-top-1{
    top: -1px;
  }

  .sml\:top-1\/2{
    top: 50%;
  }

  .sml\:top-auto{
    top: auto;
  }

  .sml\:right-0{
    right: 0;
  }

  .sml\:right-1{
    right: 1px;
  }

  .sml\:right-18{
    right: 18px;
  }

  .sml\:right-24{
    right: 24px;
  }

  .sml\:right-28{
    right: 28px;
  }

  .sml\:-right-9999{
    right: -9999px;
  }

  .sml\:-right-1{
    right: -1px;
  }

  .sml\:right-1\/2{
    right: 50%;
  }

  .sml\:right-auto{
    right: auto;
  }

  .sml\:bottom-0{
    bottom: 0;
  }

  .sml\:bottom-1{
    bottom: 1px;
  }

  .sml\:bottom-18{
    bottom: 18px;
  }

  .sml\:bottom-24{
    bottom: 24px;
  }

  .sml\:bottom-28{
    bottom: 28px;
  }

  .sml\:-bottom-9999{
    bottom: -9999px;
  }

  .sml\:-bottom-1{
    bottom: -1px;
  }

  .sml\:bottom-1\/2{
    bottom: 50%;
  }

  .sml\:bottom-auto{
    bottom: auto;
  }

  .sml\:left-0{
    left: 0;
  }

  .sml\:left-1{
    left: 1px;
  }

  .sml\:left-18{
    left: 18px;
  }

  .sml\:left-24{
    left: 24px;
  }

  .sml\:left-28{
    left: 28px;
  }

  .sml\:-left-9999{
    left: -9999px;
  }

  .sml\:-left-1{
    left: -1px;
  }

  .sml\:left-1\/2{
    left: 50%;
  }

  .sml\:left-auto{
    left: auto;
  }

  .sml\:active\:top-0:active{
    top: 0;
  }

  .sml\:active\:top-1:active{
    top: 1px;
  }

  .sml\:active\:top-18:active{
    top: 18px;
  }

  .sml\:active\:top-24:active{
    top: 24px;
  }

  .sml\:active\:top-28:active{
    top: 28px;
  }

  .sml\:active\:-top-9999:active{
    top: -9999px;
  }

  .sml\:active\:-top-1:active{
    top: -1px;
  }

  .sml\:active\:top-1\/2:active{
    top: 50%;
  }

  .sml\:active\:top-auto:active{
    top: auto;
  }

  .sml\:active\:right-0:active{
    right: 0;
  }

  .sml\:active\:right-1:active{
    right: 1px;
  }

  .sml\:active\:right-18:active{
    right: 18px;
  }

  .sml\:active\:right-24:active{
    right: 24px;
  }

  .sml\:active\:right-28:active{
    right: 28px;
  }

  .sml\:active\:-right-9999:active{
    right: -9999px;
  }

  .sml\:active\:-right-1:active{
    right: -1px;
  }

  .sml\:active\:right-1\/2:active{
    right: 50%;
  }

  .sml\:active\:right-auto:active{
    right: auto;
  }

  .sml\:active\:bottom-0:active{
    bottom: 0;
  }

  .sml\:active\:bottom-1:active{
    bottom: 1px;
  }

  .sml\:active\:bottom-18:active{
    bottom: 18px;
  }

  .sml\:active\:bottom-24:active{
    bottom: 24px;
  }

  .sml\:active\:bottom-28:active{
    bottom: 28px;
  }

  .sml\:active\:-bottom-9999:active{
    bottom: -9999px;
  }

  .sml\:active\:-bottom-1:active{
    bottom: -1px;
  }

  .sml\:active\:bottom-1\/2:active{
    bottom: 50%;
  }

  .sml\:active\:bottom-auto:active{
    bottom: auto;
  }

  .sml\:active\:left-0:active{
    left: 0;
  }

  .sml\:active\:left-1:active{
    left: 1px;
  }

  .sml\:active\:left-18:active{
    left: 18px;
  }

  .sml\:active\:left-24:active{
    left: 24px;
  }

  .sml\:active\:left-28:active{
    left: 28px;
  }

  .sml\:active\:-left-9999:active{
    left: -9999px;
  }

  .sml\:active\:-left-1:active{
    left: -1px;
  }

  .sml\:active\:left-1\/2:active{
    left: 50%;
  }

  .sml\:active\:left-auto:active{
    left: auto;
  }

  .sml\:isolate{
    isolation: isolate;
  }

  .sml\:isolation-auto{
    isolation: auto;
  }

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

  .sml\:z-1{
    z-index: 1;
  }

  .sml\:z-2{
    z-index: 2;
  }

  .sml\:z-3{
    z-index: 3;
  }

  .sml\:z-4{
    z-index: 4;
  }

  .sml\:z-5{
    z-index: 5;
  }

  .sml\:z-8{
    z-index: 8;
  }

  .sml\:z-9{
    z-index: 9;
  }

  .sml\:z-99{
    z-index: 99;
  }

  .sml\:z-auto{
    z-index: auto;
  }

  .sml\:-z-1{
    z-index: -1;
  }

  .sml\:z-top{
    z-index: 100;
  }

  .sml\:order-1{
    order: 1;
  }

  .sml\:order-2{
    order: 2;
  }

  .sml\:order-3{
    order: 3;
  }

  .sml\:order-4{
    order: 4;
  }

  .sml\:order-5{
    order: 5;
  }

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

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

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

  .sml\:col-span-4{
    grid-column: span 4 / span 4;
  }

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

  .sml\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .sml\:clear-left{
    clear: left;
  }

  .sml\:clear-right{
    clear: right;
  }

  .sml\:clear-both{
    clear: both;
  }

  .sml\:clear-none{
    clear: none;
  }

  .sml\:m-0{
    margin: 0rem;
  }

  .sml\:m-4{
    margin: 0.25rem;
  }

  .sml\:m-8{
    margin: 0.5rem;
  }

  .sml\:m-10{
    margin: 0.625rem;
  }

  .sml\:m-12{
    margin: 0.75rem;
  }

  .sml\:m-16{
    margin: 1rem;
  }

  .sml\:m-20{
    margin: 1.25rem;
  }

  .sml\:m-24{
    margin: 1.5rem;
  }

  .sml\:m-28{
    margin: 1.75rem;
  }

  .sml\:m-32{
    margin: 2rem;
  }

  .sml\:m-40{
    margin: 2.5rem;
  }

  .sml\:m-48{
    margin: 3rem;
  }

  .sml\:m-56{
    margin: 3.5rem;
  }

  .sml\:m-64{
    margin: 4rem;
  }

  .sml\:m-72{
    margin: 4.5rem;
  }

  .sml\:m-105{
    margin: 6.5625rem;
  }

  .sml\:m-130{
    margin: 8.125rem;
  }

  .sml\:m-150{
    margin: 9.375rem;
  }

  .sml\:m-auto{
    margin: auto;
  }

  .sml\:m-center{
    margin: 0 auto;
  }

  .sml\:-m-1{
    margin: -0.0625rem;
  }

  .sml\:-m-0{
    margin: 0rem;
  }

  .sml\:-m-4{
    margin: -0.25rem;
  }

  .sml\:-m-8{
    margin: -0.5rem;
  }

  .sml\:-m-10{
    margin: -0.625rem;
  }

  .sml\:-m-12{
    margin: -0.75rem;
  }

  .sml\:-m-16{
    margin: -1rem;
  }

  .sml\:-m-20{
    margin: -1.25rem;
  }

  .sml\:-m-24{
    margin: -1.5rem;
  }

  .sml\:-m-28{
    margin: -1.75rem;
  }

  .sml\:-m-32{
    margin: -2rem;
  }

  .sml\:-m-40{
    margin: -2.5rem;
  }

  .sml\:-m-48{
    margin: -3rem;
  }

  .sml\:-m-56{
    margin: -3.5rem;
  }

  .sml\:-m-64{
    margin: -4rem;
  }

  .sml\:-m-72{
    margin: -4.5rem;
  }

  .sml\:-m-105{
    margin: -6.5625rem;
  }

  .sml\:-m-130{
    margin: -8.125rem;
  }

  .sml\:-m-150{
    margin: -9.375rem;
  }

  .sml\:-m--1{
    margin: 0.0625rem;
  }

  .sml\:mx-0{
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .sml\:mx-4{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sml\:mx-8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sml\:mx-10{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .sml\:mx-12{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sml\:mx-16{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sml\:mx-20{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sml\:mx-24{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sml\:mx-28{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sml\:mx-32{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sml\:mx-40{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sml\:mx-48{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sml\:mx-56{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sml\:mx-64{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sml\:mx-72{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .sml\:mx-105{
    margin-left: 6.5625rem;
    margin-right: 6.5625rem;
  }

  .sml\:mx-130{
    margin-left: 8.125rem;
    margin-right: 8.125rem;
  }

  .sml\:mx-150{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

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

  .sml\:mx-center{
    margin-left: 0 auto;
    margin-right: 0 auto;
  }

  .sml\:-mx-1{
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }

  .sml\:-mx-0{
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .sml\:-mx-4{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sml\:-mx-8{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sml\:-mx-10{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sml\:-mx-12{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sml\:-mx-16{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sml\:-mx-20{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sml\:-mx-24{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sml\:-mx-28{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sml\:-mx-32{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sml\:-mx-40{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sml\:-mx-48{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sml\:-mx-56{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sml\:-mx-64{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sml\:-mx-72{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .sml\:-mx-105{
    margin-left: -6.5625rem;
    margin-right: -6.5625rem;
  }

  .sml\:-mx-130{
    margin-left: -8.125rem;
    margin-right: -8.125rem;
  }

  .sml\:-mx-150{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .sml\:-mx--1{
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }

  .sml\:my-0{
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .sml\:my-4{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sml\:my-8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sml\:my-10{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .sml\:my-12{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sml\:my-16{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sml\:my-20{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sml\:my-24{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sml\:my-28{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sml\:my-32{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sml\:my-40{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sml\:my-48{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sml\:my-56{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sml\:my-64{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sml\:my-72{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .sml\:my-105{
    margin-top: 6.5625rem;
    margin-bottom: 6.5625rem;
  }

  .sml\:my-130{
    margin-top: 8.125rem;
    margin-bottom: 8.125rem;
  }

  .sml\:my-150{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .sml\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .sml\:my-center{
    margin-top: 0 auto;
    margin-bottom: 0 auto;
  }

  .sml\:-my-1{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .sml\:-my-0{
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .sml\:-my-4{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sml\:-my-8{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sml\:-my-10{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .sml\:-my-12{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sml\:-my-16{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sml\:-my-20{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sml\:-my-24{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sml\:-my-28{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sml\:-my-32{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sml\:-my-40{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sml\:-my-48{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sml\:-my-56{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sml\:-my-64{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sml\:-my-72{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .sml\:-my-105{
    margin-top: -6.5625rem;
    margin-bottom: -6.5625rem;
  }

  .sml\:-my-130{
    margin-top: -8.125rem;
    margin-bottom: -8.125rem;
  }

  .sml\:-my-150{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .sml\:-my--1{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

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

  .sml\:mt-4{
    margin-top: 0.25rem;
  }

  .sml\:mt-8{
    margin-top: 0.5rem;
  }

  .sml\:mt-10{
    margin-top: 0.625rem;
  }

  .sml\:mt-12{
    margin-top: 0.75rem;
  }

  .sml\:mt-16{
    margin-top: 1rem;
  }

  .sml\:mt-20{
    margin-top: 1.25rem;
  }

  .sml\:mt-24{
    margin-top: 1.5rem;
  }

  .sml\:mt-28{
    margin-top: 1.75rem;
  }

  .sml\:mt-32{
    margin-top: 2rem;
  }

  .sml\:mt-40{
    margin-top: 2.5rem;
  }

  .sml\:mt-48{
    margin-top: 3rem;
  }

  .sml\:mt-56{
    margin-top: 3.5rem;
  }

  .sml\:mt-64{
    margin-top: 4rem;
  }

  .sml\:mt-72{
    margin-top: 4.5rem;
  }

  .sml\:mt-105{
    margin-top: 6.5625rem;
  }

  .sml\:mt-130{
    margin-top: 8.125rem;
  }

  .sml\:mt-150{
    margin-top: 9.375rem;
  }

  .sml\:mt-auto{
    margin-top: auto;
  }

  .sml\:mt-center{
    margin-top: 0 auto;
  }

  .sml\:-mt-1{
    margin-top: -0.0625rem;
  }

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

  .sml\:-mt-4{
    margin-top: -0.25rem;
  }

  .sml\:-mt-8{
    margin-top: -0.5rem;
  }

  .sml\:-mt-10{
    margin-top: -0.625rem;
  }

  .sml\:-mt-12{
    margin-top: -0.75rem;
  }

  .sml\:-mt-16{
    margin-top: -1rem;
  }

  .sml\:-mt-20{
    margin-top: -1.25rem;
  }

  .sml\:-mt-24{
    margin-top: -1.5rem;
  }

  .sml\:-mt-28{
    margin-top: -1.75rem;
  }

  .sml\:-mt-32{
    margin-top: -2rem;
  }

  .sml\:-mt-40{
    margin-top: -2.5rem;
  }

  .sml\:-mt-48{
    margin-top: -3rem;
  }

  .sml\:-mt-56{
    margin-top: -3.5rem;
  }

  .sml\:-mt-64{
    margin-top: -4rem;
  }

  .sml\:-mt-72{
    margin-top: -4.5rem;
  }

  .sml\:-mt-105{
    margin-top: -6.5625rem;
  }

  .sml\:-mt-130{
    margin-top: -8.125rem;
  }

  .sml\:-mt-150{
    margin-top: -9.375rem;
  }

  .sml\:-mt--1{
    margin-top: 0.0625rem;
  }

  .sml\:mr-0{
    margin-right: 0rem;
  }

  .sml\:mr-4{
    margin-right: 0.25rem;
  }

  .sml\:mr-8{
    margin-right: 0.5rem;
  }

  .sml\:mr-10{
    margin-right: 0.625rem;
  }

  .sml\:mr-12{
    margin-right: 0.75rem;
  }

  .sml\:mr-16{
    margin-right: 1rem;
  }

  .sml\:mr-20{
    margin-right: 1.25rem;
  }

  .sml\:mr-24{
    margin-right: 1.5rem;
  }

  .sml\:mr-28{
    margin-right: 1.75rem;
  }

  .sml\:mr-32{
    margin-right: 2rem;
  }

  .sml\:mr-40{
    margin-right: 2.5rem;
  }

  .sml\:mr-48{
    margin-right: 3rem;
  }

  .sml\:mr-56{
    margin-right: 3.5rem;
  }

  .sml\:mr-64{
    margin-right: 4rem;
  }

  .sml\:mr-72{
    margin-right: 4.5rem;
  }

  .sml\:mr-105{
    margin-right: 6.5625rem;
  }

  .sml\:mr-130{
    margin-right: 8.125rem;
  }

  .sml\:mr-150{
    margin-right: 9.375rem;
  }

  .sml\:mr-auto{
    margin-right: auto;
  }

  .sml\:mr-center{
    margin-right: 0 auto;
  }

  .sml\:-mr-1{
    margin-right: -0.0625rem;
  }

  .sml\:-mr-0{
    margin-right: 0rem;
  }

  .sml\:-mr-4{
    margin-right: -0.25rem;
  }

  .sml\:-mr-8{
    margin-right: -0.5rem;
  }

  .sml\:-mr-10{
    margin-right: -0.625rem;
  }

  .sml\:-mr-12{
    margin-right: -0.75rem;
  }

  .sml\:-mr-16{
    margin-right: -1rem;
  }

  .sml\:-mr-20{
    margin-right: -1.25rem;
  }

  .sml\:-mr-24{
    margin-right: -1.5rem;
  }

  .sml\:-mr-28{
    margin-right: -1.75rem;
  }

  .sml\:-mr-32{
    margin-right: -2rem;
  }

  .sml\:-mr-40{
    margin-right: -2.5rem;
  }

  .sml\:-mr-48{
    margin-right: -3rem;
  }

  .sml\:-mr-56{
    margin-right: -3.5rem;
  }

  .sml\:-mr-64{
    margin-right: -4rem;
  }

  .sml\:-mr-72{
    margin-right: -4.5rem;
  }

  .sml\:-mr-105{
    margin-right: -6.5625rem;
  }

  .sml\:-mr-130{
    margin-right: -8.125rem;
  }

  .sml\:-mr-150{
    margin-right: -9.375rem;
  }

  .sml\:-mr--1{
    margin-right: 0.0625rem;
  }

  .sml\:mb-0{
    margin-bottom: 0rem;
  }

  .sml\:mb-4{
    margin-bottom: 0.25rem;
  }

  .sml\:mb-8{
    margin-bottom: 0.5rem;
  }

  .sml\:mb-10{
    margin-bottom: 0.625rem;
  }

  .sml\:mb-12{
    margin-bottom: 0.75rem;
  }

  .sml\:mb-16{
    margin-bottom: 1rem;
  }

  .sml\:mb-20{
    margin-bottom: 1.25rem;
  }

  .sml\:mb-24{
    margin-bottom: 1.5rem;
  }

  .sml\:mb-28{
    margin-bottom: 1.75rem;
  }

  .sml\:mb-32{
    margin-bottom: 2rem;
  }

  .sml\:mb-40{
    margin-bottom: 2.5rem;
  }

  .sml\:mb-48{
    margin-bottom: 3rem;
  }

  .sml\:mb-56{
    margin-bottom: 3.5rem;
  }

  .sml\:mb-64{
    margin-bottom: 4rem;
  }

  .sml\:mb-72{
    margin-bottom: 4.5rem;
  }

  .sml\:mb-105{
    margin-bottom: 6.5625rem;
  }

  .sml\:mb-130{
    margin-bottom: 8.125rem;
  }

  .sml\:mb-150{
    margin-bottom: 9.375rem;
  }

  .sml\:mb-auto{
    margin-bottom: auto;
  }

  .sml\:mb-center{
    margin-bottom: 0 auto;
  }

  .sml\:-mb-1{
    margin-bottom: -0.0625rem;
  }

  .sml\:-mb-0{
    margin-bottom: 0rem;
  }

  .sml\:-mb-4{
    margin-bottom: -0.25rem;
  }

  .sml\:-mb-8{
    margin-bottom: -0.5rem;
  }

  .sml\:-mb-10{
    margin-bottom: -0.625rem;
  }

  .sml\:-mb-12{
    margin-bottom: -0.75rem;
  }

  .sml\:-mb-16{
    margin-bottom: -1rem;
  }

  .sml\:-mb-20{
    margin-bottom: -1.25rem;
  }

  .sml\:-mb-24{
    margin-bottom: -1.5rem;
  }

  .sml\:-mb-28{
    margin-bottom: -1.75rem;
  }

  .sml\:-mb-32{
    margin-bottom: -2rem;
  }

  .sml\:-mb-40{
    margin-bottom: -2.5rem;
  }

  .sml\:-mb-48{
    margin-bottom: -3rem;
  }

  .sml\:-mb-56{
    margin-bottom: -3.5rem;
  }

  .sml\:-mb-64{
    margin-bottom: -4rem;
  }

  .sml\:-mb-72{
    margin-bottom: -4.5rem;
  }

  .sml\:-mb-105{
    margin-bottom: -6.5625rem;
  }

  .sml\:-mb-130{
    margin-bottom: -8.125rem;
  }

  .sml\:-mb-150{
    margin-bottom: -9.375rem;
  }

  .sml\:-mb--1{
    margin-bottom: 0.0625rem;
  }

  .sml\:ml-0{
    margin-left: 0rem;
  }

  .sml\:ml-4{
    margin-left: 0.25rem;
  }

  .sml\:ml-8{
    margin-left: 0.5rem;
  }

  .sml\:ml-10{
    margin-left: 0.625rem;
  }

  .sml\:ml-12{
    margin-left: 0.75rem;
  }

  .sml\:ml-16{
    margin-left: 1rem;
  }

  .sml\:ml-20{
    margin-left: 1.25rem;
  }

  .sml\:ml-24{
    margin-left: 1.5rem;
  }

  .sml\:ml-28{
    margin-left: 1.75rem;
  }

  .sml\:ml-32{
    margin-left: 2rem;
  }

  .sml\:ml-40{
    margin-left: 2.5rem;
  }

  .sml\:ml-48{
    margin-left: 3rem;
  }

  .sml\:ml-56{
    margin-left: 3.5rem;
  }

  .sml\:ml-64{
    margin-left: 4rem;
  }

  .sml\:ml-72{
    margin-left: 4.5rem;
  }

  .sml\:ml-105{
    margin-left: 6.5625rem;
  }

  .sml\:ml-130{
    margin-left: 8.125rem;
  }

  .sml\:ml-150{
    margin-left: 9.375rem;
  }

  .sml\:ml-auto{
    margin-left: auto;
  }

  .sml\:ml-center{
    margin-left: 0 auto;
  }

  .sml\:-ml-1{
    margin-left: -0.0625rem;
  }

  .sml\:-ml-0{
    margin-left: 0rem;
  }

  .sml\:-ml-4{
    margin-left: -0.25rem;
  }

  .sml\:-ml-8{
    margin-left: -0.5rem;
  }

  .sml\:-ml-10{
    margin-left: -0.625rem;
  }

  .sml\:-ml-12{
    margin-left: -0.75rem;
  }

  .sml\:-ml-16{
    margin-left: -1rem;
  }

  .sml\:-ml-20{
    margin-left: -1.25rem;
  }

  .sml\:-ml-24{
    margin-left: -1.5rem;
  }

  .sml\:-ml-28{
    margin-left: -1.75rem;
  }

  .sml\:-ml-32{
    margin-left: -2rem;
  }

  .sml\:-ml-40{
    margin-left: -2.5rem;
  }

  .sml\:-ml-48{
    margin-left: -3rem;
  }

  .sml\:-ml-56{
    margin-left: -3.5rem;
  }

  .sml\:-ml-64{
    margin-left: -4rem;
  }

  .sml\:-ml-72{
    margin-left: -4.5rem;
  }

  .sml\:-ml-105{
    margin-left: -6.5625rem;
  }

  .sml\:-ml-130{
    margin-left: -8.125rem;
  }

  .sml\:-ml-150{
    margin-left: -9.375rem;
  }

  .sml\:-ml--1{
    margin-left: 0.0625rem;
  }

  .sml\:box-border{
    box-sizing: border-box;
  }

  .sml\:box-content{
    box-sizing: content-box;
  }

  .sml\:block{
    display: block;
  }

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

  .sml\:inline{
    display: inline;
  }

  .sml\:flex{
    display: flex;
  }

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

  .sml\:table{
    display: table;
  }

  .sml\:inline-table{
    display: inline-table;
  }

  .sml\:table-caption{
    display: table-caption;
  }

  .sml\:table-cell{
    display: table-cell;
  }

  .sml\:table-column{
    display: table-column;
  }

  .sml\:table-column-group{
    display: table-column-group;
  }

  .sml\:table-footer-group{
    display: table-footer-group;
  }

  .sml\:table-header-group{
    display: table-header-group;
  }

  .sml\:table-row-group{
    display: table-row-group;
  }

  .sml\:table-row{
    display: table-row;
  }

  .sml\:flow-root{
    display: flow-root;
  }

  .sml\:grid{
    display: grid;
  }

  .sml\:inline-grid{
    display: inline-grid;
  }

  .sml\:contents{
    display: contents;
  }

  .sml\:list-item{
    display: list-item;
  }

  .sml\:hidden{
    display: none;
  }

  .sml\:h-0{
    height: 0rem;
  }

  .sml\:h-8{
    height: 0.5rem;
  }

  .sml\:h-14{
    height: 0.875rem;
  }

  .sml\:h-32{
    height: 2rem;
  }

  .sml\:h-800{
    height: 50rem;
  }

  .sml\:h-auto{
    height: auto;
  }

  .sml\:h-1\/2{
    height: 50%;
  }

  .sml\:h-full{
    height: 100%;
  }

  .sml\:h-screen{
    height: 100vh;
  }

  .sml\:h-screen-40{
    height: 40vh;
  }

  .sml\:max-h-130{
    max-height: 8.125rem;
  }

  .sml\:min-h-105{
    min-height: 6.5625rem;
  }

  .sml\:min-h-135{
    min-height: 8.4375rem;
  }

  .sml\:w-0{
    width: 0rem;
  }

  .sml\:w-4{
    width: 0.25rem;
  }

  .sml\:w-8{
    width: 0.5rem;
  }

  .sml\:w-10{
    width: 0.625rem;
  }

  .sml\:w-12{
    width: 0.75rem;
  }

  .sml\:w-14{
    width: 0.875rem;
  }

  .sml\:w-16{
    width: 1rem;
  }

  .sml\:w-20{
    width: 1.25rem;
  }

  .sml\:w-24{
    width: 1.5rem;
  }

  .sml\:w-28{
    width: 1.75rem;
  }

  .sml\:w-32{
    width: 2rem;
  }

  .sml\:w-40{
    width: 2.5rem;
  }

  .sml\:w-48{
    width: 3rem;
  }

  .sml\:w-56{
    width: 3.5rem;
  }

  .sml\:w-64{
    width: 4rem;
  }

  .sml\:w-72{
    width: 4.5rem;
  }

  .sml\:w-105{
    width: 6.5625rem;
  }

  .sml\:w-130{
    width: 8.125rem;
  }

  .sml\:w-150{
    width: 9.375rem;
  }

  .sml\:w-auto{
    width: auto;
  }

  .sml\:-w-1{
    width: -0.0625rem;
  }

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

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

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

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

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

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

  .sml\:w-3\/5{
    width: 60%;
  }

  .sml\:w-full{
    width: 100%;
  }

  .sml\:w-screen{
    width: 100vw;
  }

  .sml\:max-w-250{
    max-width: 15.625rem;
  }

  .sml\:max-w-300{
    max-width: 18.75rem;
  }

  .sml\:max-w-640{
    max-width: 40rem;
  }

  .sml\:max-w-700{
    max-width: 43.75rem;
  }

  .sml\:max-w-full{
    max-width: 100%;
  }

  .sml\:flex-1{
    flex: 1 1 0%;
  }

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

  .sml\:flex-initial{
    flex: 0 1 auto;
  }

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

  .sml\:flex-1\/3{
    flex: 33% 0 0;
  }

  .sml\:flex-1\/2{
    flex: 50% 0 0;
  }

  .sml\:flex-full{
    flex: 100% 0 0;
  }

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

  .sml\:flex-shrink-1{
    flex-shrink: 1;
  }

  .sml\:flex-shrink-default{
    flex-shrink: 1;
  }

  .sml\:flex-grow-0{
    flex-grow: 0;
  }

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

  .sml\:flex-grow-default{
    flex-grow: 1;
  }

  .sml\:table-auto{
    table-layout: auto;
  }

  .sml\:table-fixed{
    table-layout: fixed;
  }

  .sml\:border-collapse{
    border-collapse: collapse;
  }

  .sml\:border-separate{
    border-collapse: separate;
  }

  .sml\:transform{
    --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;
    transform: translateX(var(--tw-translate-x)) translateY(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));
  }

  .sml\:transform-gpu{
    --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;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sml\:transform-none{
    transform: none;
  }

  .sml\:translate-x-0{
    --tw-translate-x: 0;
  }

  .sml\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .sml\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .sml\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .sml\:translate-y-0{
    --tw-translate-y: 0;
  }

  .sml\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .sml\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .sml\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .sml\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  .sml\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .sml\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .sml\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .sml\:hover\:translate-y-0:hover{
    --tw-translate-y: 0;
  }

  .sml\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .sml\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .sml\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .sml\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  .sml\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .sml\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .sml\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .sml\:focus\:translate-y-0:focus{
    --tw-translate-y: 0;
  }

  .sml\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .sml\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .sml\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .sml\:scale-85{
    --tw-scale-x: .85;
    --tw-scale-y: .85;
  }

  .sml\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sml\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sml\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sml\:hover\:scale-85:hover{
    --tw-scale-x: .85;
    --tw-scale-y: .85;
  }

  .sml\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sml\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sml\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sml\:focus\:scale-85:focus{
    --tw-scale-x: .85;
    --tw-scale-y: .85;
  }

  .sml\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .sml\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .sml\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .sml\:scale-x-85{
    --tw-scale-x: .85;
  }

  .sml\:scale-x-95{
    --tw-scale-x: .95;
  }

  .sml\:scale-x-100{
    --tw-scale-x: 1;
  }

  .sml\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .sml\:scale-y-85{
    --tw-scale-y: .85;
  }

  .sml\:scale-y-95{
    --tw-scale-y: .95;
  }

  .sml\:scale-y-100{
    --tw-scale-y: 1;
  }

  .sml\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .sml\:hover\:scale-x-85:hover{
    --tw-scale-x: .85;
  }

  .sml\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .sml\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .sml\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .sml\:hover\:scale-y-85:hover{
    --tw-scale-y: .85;
  }

  .sml\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .sml\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .sml\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .sml\:focus\:scale-x-85:focus{
    --tw-scale-x: .85;
  }

  .sml\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .sml\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .sml\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .sml\:focus\:scale-y-85:focus{
    --tw-scale-y: .85;
  }

  .sml\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .sml\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .sml\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .sml\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  .sml\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .sml\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

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

  .sml\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .sml\:cursor-auto{
    cursor: auto;
  }

  .sml\:cursor-default{
    cursor: default;
  }

  .sml\:cursor-pointer{
    cursor: pointer;
  }

  .sml\:cursor-wait{
    cursor: wait;
  }

  .sml\:cursor-text{
    cursor: text;
  }

  .sml\:cursor-move{
    cursor: move;
  }

  .sml\:cursor-grab{
    cursor: -webkit-grab;
    cursor: grab;
  }

  .sml\:cursor-grabbing{
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }

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

  .sml\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .sml\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .sml\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .sml\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .sml\:resize-none{
    resize: none;
  }

  .sml\:resize-y{
    resize: vertical;
  }

  .sml\:resize-x{
    resize: horizontal;
  }

  .sml\:resize{
    resize: both;
  }

  .sml\:list-inside{
    list-style-position: inside;
  }

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

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

  .sml\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .sml\:grid-flow-row{
    grid-auto-flow: row;
  }

  .sml\:grid-flow-col{
    grid-auto-flow: column;
  }

  .sml\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .sml\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .sml\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .sml\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .sml\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .sml\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

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

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

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

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

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

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

  .sml\:grid-cols-none{
    grid-template-columns: none;
  }

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

  .sml\:flex-row-reverse{
    flex-direction: row-reverse;
  }

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

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

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

  .sml\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .sml\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .sml\:place-content-center{
    place-content: center;
  }

  .sml\:place-content-start{
    place-content: start;
  }

  .sml\:place-content-end{
    place-content: end;
  }

  .sml\:place-content-between{
    place-content: space-between;
  }

  .sml\:place-content-around{
    place-content: space-around;
  }

  .sml\:place-content-evenly{
    place-content: space-evenly;
  }

  .sml\:place-content-stretch{
    place-content: stretch;
  }

  .sml\:place-items-start{
    place-items: start;
  }

  .sml\:place-items-end{
    place-items: end;
  }

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

  .sml\:place-items-stretch{
    place-items: stretch;
  }

  .sml\:content-center{
    align-content: center;
  }

  .sml\:content-start{
    align-content: flex-start;
  }

  .sml\:content-end{
    align-content: flex-end;
  }

  .sml\:content-between{
    align-content: space-between;
  }

  .sml\:content-around{
    align-content: space-around;
  }

  .sml\:content-evenly{
    align-content: space-evenly;
  }

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

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

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

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

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

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

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

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

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

  .sml\:justify-around{
    justify-content: space-around;
  }

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

  .sml\:justify-items-start{
    justify-items: start;
  }

  .sml\:justify-items-end{
    justify-items: end;
  }

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

  .sml\:justify-items-stretch{
    justify-items: stretch;
  }

  .sml\:gap-0{
    gap: 0rem;
  }

  .sml\:gap-4{
    gap: 0.25rem;
  }

  .sml\:gap-8{
    gap: 0.5rem;
  }

  .sml\:gap-10{
    gap: 0.625rem;
  }

  .sml\:gap-12{
    gap: 0.75rem;
  }

  .sml\:gap-16{
    gap: 1rem;
  }

  .sml\:gap-20{
    gap: 1.25rem;
  }

  .sml\:gap-24{
    gap: 1.5rem;
  }

  .sml\:gap-28{
    gap: 1.75rem;
  }

  .sml\:gap-32{
    gap: 2rem;
  }

  .sml\:gap-40{
    gap: 2.5rem;
  }

  .sml\:gap-48{
    gap: 3rem;
  }

  .sml\:gap-56{
    gap: 3.5rem;
  }

  .sml\:gap-64{
    gap: 4rem;
  }

  .sml\:gap-72{
    gap: 4.5rem;
  }

  .sml\:gap-105{
    gap: 6.5625rem;
  }

  .sml\:gap-130{
    gap: 8.125rem;
  }

  .sml\:gap-150{
    gap: 9.375rem;
  }

  .sml\:-gap-1{
    gap: -0.0625rem;
  }

  .sml\:gap-x-0{
    -moz-column-gap: 0rem;
         column-gap: 0rem;
  }

  .sml\:gap-x-4{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .sml\:gap-x-8{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .sml\:gap-x-10{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .sml\:gap-x-12{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sml\:gap-x-16{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .sml\:gap-x-20{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sml\:gap-x-24{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sml\:gap-x-28{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .sml\:gap-x-32{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sml\:gap-x-40{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .sml\:gap-x-48{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sml\:gap-x-56{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .sml\:gap-x-64{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sml\:gap-x-72{
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .sml\:gap-x-105{
    -moz-column-gap: 6.5625rem;
         column-gap: 6.5625rem;
  }

  .sml\:gap-x-130{
    -moz-column-gap: 8.125rem;
         column-gap: 8.125rem;
  }

  .sml\:gap-x-150{
    -moz-column-gap: 9.375rem;
         column-gap: 9.375rem;
  }

  .sml\:-gap-x-1{
    -moz-column-gap: -0.0625rem;
         column-gap: -0.0625rem;
  }

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

  .sml\:gap-y-4{
    row-gap: 0.25rem;
  }

  .sml\:gap-y-8{
    row-gap: 0.5rem;
  }

  .sml\:gap-y-10{
    row-gap: 0.625rem;
  }

  .sml\:gap-y-12{
    row-gap: 0.75rem;
  }

  .sml\:gap-y-16{
    row-gap: 1rem;
  }

  .sml\:gap-y-20{
    row-gap: 1.25rem;
  }

  .sml\:gap-y-24{
    row-gap: 1.5rem;
  }

  .sml\:gap-y-28{
    row-gap: 1.75rem;
  }

  .sml\:gap-y-32{
    row-gap: 2rem;
  }

  .sml\:gap-y-40{
    row-gap: 2.5rem;
  }

  .sml\:gap-y-48{
    row-gap: 3rem;
  }

  .sml\:gap-y-56{
    row-gap: 3.5rem;
  }

  .sml\:gap-y-64{
    row-gap: 4rem;
  }

  .sml\:gap-y-72{
    row-gap: 4.5rem;
  }

  .sml\:gap-y-105{
    row-gap: 6.5625rem;
  }

  .sml\:gap-y-130{
    row-gap: 8.125rem;
  }

  .sml\:gap-y-150{
    row-gap: 9.375rem;
  }

  .sml\:-gap-y-1{
    row-gap: -0.0625rem;
  }

  .sml\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0rem * var(--tw-space-x-reverse));
    margin-left: calc(0rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:space-x-105 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5625rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:space-x-130 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:space-x-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9.375rem * var(--tw-space-x-reverse));
    margin-left: calc(9.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.0625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.0625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0rem * var(--tw-space-x-reverse));
    margin-left: calc(0rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:-space-x-105 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5625rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:-space-x-130 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:-space-x-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sml\:-space-x--1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.0625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.0625rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .sml\:space-y-4 > :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));
  }

  .sml\:space-y-8 > :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));
  }

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

  .sml\:space-y-12 > :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));
  }

  .sml\:space-y-16 > :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));
  }

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

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

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

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

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

  .sml\:space-y-48 > :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));
  }

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

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

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

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

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

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

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

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

  .sml\:-space-y-4 > :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));
  }

  .sml\:-space-y-8 > :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));
  }

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

  .sml\:-space-y-12 > :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));
  }

  .sml\:-space-y-16 > :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));
  }

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

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

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

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

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

  .sml\:-space-y-48 > :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));
  }

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

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

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

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

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

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

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

  .sml\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .sml\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .sml\:divide-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sml\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sml\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sml\:divide-x-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sml\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .sml\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .sml\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .sml\:divide-y-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .sml\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .sml\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .sml\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .sml\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .sml\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .sml\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .sml\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .sml\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .sml\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .sml\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .sml\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-divide-opacity));
  }

  .sml\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 200, 200, var(--tw-divide-opacity));
  }

  .sml\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-divide-opacity));
  }

  .sml\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(137, 141, 141, var(--tw-divide-opacity));
  }

  .sml\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(62, 63, 63, var(--tw-divide-opacity));
  }

  .sml\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-divide-opacity));
  }

  .sml\:divide-gold-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(215, 200, 181, var(--tw-divide-opacity));
  }

  .sml\:divide-gold-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 170, 147, var(--tw-divide-opacity));
  }

  .sml\:divide-gold-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(164, 141, 113, var(--tw-divide-opacity));
  }

  .sml\:divide-gold-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 111, 78, var(--tw-divide-opacity));
  }

  .sml\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 61, 61, var(--tw-divide-opacity));
  }

  .sml\:divide-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-divide-opacity));
  }

  .sml\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .sml\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .sml\:divide-opacity-35 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.35;
  }

  .sml\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .sml\:divide-opacity-65 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.65;
  }

  .sml\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .sml\:divide-opacity-85 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.85;
  }

  .sml\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .sml\:place-self-auto{
    place-self: auto;
  }

  .sml\:place-self-start{
    place-self: start;
  }

  .sml\:place-self-end{
    place-self: end;
  }

  .sml\:place-self-center{
    place-self: center;
  }

  .sml\:place-self-stretch{
    place-self: stretch;
  }

  .sml\:self-auto{
    align-self: auto;
  }

  .sml\:self-start{
    align-self: flex-start;
  }

  .sml\:self-end{
    align-self: flex-end;
  }

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

  .sml\:self-stretch{
    align-self: stretch;
  }

  .sml\:self-baseline{
    align-self: baseline;
  }

  .sml\:justify-self-auto{
    justify-self: auto;
  }

  .sml\:justify-self-start{
    justify-self: start;
  }

  .sml\:justify-self-end{
    justify-self: end;
  }

  .sml\:justify-self-center{
    justify-self: center;
  }

  .sml\:justify-self-stretch{
    justify-self: stretch;
  }

  .sml\:overflow-auto{
    overflow: auto;
  }

  .sml\:overflow-hidden{
    overflow: hidden;
  }

  .sml\:overflow-visible{
    overflow: visible;
  }

  .sml\:overflow-scroll{
    overflow: scroll;
  }

  .sml\:overflow-x-auto{
    overflow-x: auto;
  }

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

  .sml\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .sml\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .sml\:overflow-x-visible{
    overflow-x: visible;
  }

  .sml\:overflow-y-visible{
    overflow-y: visible;
  }

  .sml\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .sml\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .sml\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .sml\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .sml\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .sml\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .sml\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .sml\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .sml\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .sml\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .sml\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

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

  .sml\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .sml\:overflow-clip{
    text-overflow: clip;
  }

  .sml\:whitespace-normal{
    white-space: normal;
  }

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

  .sml\:whitespace-pre{
    white-space: pre;
  }

  .sml\:whitespace-pre-line{
    white-space: pre-line;
  }

  .sml\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .sml\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .sml\:break-words{
    overflow-wrap: break-word;
  }

  .sml\:break-all{
    word-break: break-all;
  }

  .sml\:rounded-100{
    border-radius: 100%;
  }

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

  .sml\:rounded-t-100{
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
  }

  .sml\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sml\:rounded-r-100{
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
  }

  .sml\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sml\:rounded-b-100{
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
  }

  .sml\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sml\:rounded-l-100{
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
  }

  .sml\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sml\:rounded-tl-100{
    border-top-left-radius: 100%;
  }

  .sml\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .sml\:rounded-tr-100{
    border-top-right-radius: 100%;
  }

  .sml\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .sml\:rounded-br-100{
    border-bottom-right-radius: 100%;
  }

  .sml\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .sml\:rounded-bl-100{
    border-bottom-left-radius: 100%;
  }

  .sml\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .sml\:border-1{
    border-width: 1px;
  }

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

  .sml\:border-3{
    border-width: 3px;
  }

  .sml\:border-default{
    border-width: 1px;
  }

  .sml\:border-t-1{
    border-top-width: 1px;
  }

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

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

  .sml\:border-t-default{
    border-top-width: 1px;
  }

  .sml\:border-r-1{
    border-right-width: 1px;
  }

  .sml\:border-r-2{
    border-right-width: 2px;
  }

  .sml\:border-r-3{
    border-right-width: 3px;
  }

  .sml\:border-r-default{
    border-right-width: 1px;
  }

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

  .sml\:border-b-2{
    border-bottom-width: 2px;
  }

  .sml\:border-b-3{
    border-bottom-width: 3px;
  }

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

  .sml\:border-l-1{
    border-left-width: 1px;
  }

  .sml\:border-l-2{
    border-left-width: 2px;
  }

  .sml\:border-l-3{
    border-left-width: 3px;
  }

  .sml\:border-l-default{
    border-left-width: 1px;
  }

  .sml\:border-solid{
    border-style: solid;
  }

  .sml\:border-dashed{
    border-style: dashed;
  }

  .sml\:border-dotted{
    border-style: dotted;
  }

  .sml\:border-double{
    border-style: double;
  }

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

  .sml\:border-transparent{
    border-color: transparent;
  }

  .sml\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sml\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sml\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  }

  .sml\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 200, 200, var(--tw-border-opacity));
  }

  .sml\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-border-opacity));
  }

  .sml\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(137, 141, 141, var(--tw-border-opacity));
  }

  .sml\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(62, 63, 63, var(--tw-border-opacity));
  }

  .sml\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .sml\:border-gold-200{
    --tw-border-opacity: 1;
    border-color: rgba(215, 200, 181, var(--tw-border-opacity));
  }

  .sml\:border-gold-300{
    --tw-border-opacity: 1;
    border-color: rgba(190, 170, 147, var(--tw-border-opacity));
  }

  .sml\:border-gold-400{
    --tw-border-opacity: 1;
    border-color: rgba(164, 141, 113, var(--tw-border-opacity));
  }

  .sml\:border-gold-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 111, 78, var(--tw-border-opacity));
  }

  .sml\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 61, 61, var(--tw-border-opacity));
  }

  .sml\:border-default{
    --tw-border-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-border-opacity));
  }

  .sml\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .sml\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sml\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sml\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  }

  .sml\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 200, 200, var(--tw-border-opacity));
  }

  .sml\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-border-opacity));
  }

  .sml\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(137, 141, 141, var(--tw-border-opacity));
  }

  .sml\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(62, 63, 63, var(--tw-border-opacity));
  }

  .sml\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .sml\:hover\:border-gold-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(215, 200, 181, var(--tw-border-opacity));
  }

  .sml\:hover\:border-gold-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 170, 147, var(--tw-border-opacity));
  }

  .sml\:hover\:border-gold-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(164, 141, 113, var(--tw-border-opacity));
  }

  .sml\:hover\:border-gold-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 111, 78, var(--tw-border-opacity));
  }

  .sml\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 61, 61, var(--tw-border-opacity));
  }

  .sml\:hover\:border-default:hover{
    --tw-border-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-border-opacity));
  }

  .sml\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .sml\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .sml\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .sml\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  }

  .sml\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 200, 200, var(--tw-border-opacity));
  }

  .sml\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-border-opacity));
  }

  .sml\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(137, 141, 141, var(--tw-border-opacity));
  }

  .sml\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(62, 63, 63, var(--tw-border-opacity));
  }

  .sml\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .sml\:focus\:border-gold-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(215, 200, 181, var(--tw-border-opacity));
  }

  .sml\:focus\:border-gold-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 170, 147, var(--tw-border-opacity));
  }

  .sml\:focus\:border-gold-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(164, 141, 113, var(--tw-border-opacity));
  }

  .sml\:focus\:border-gold-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 111, 78, var(--tw-border-opacity));
  }

  .sml\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 61, 61, var(--tw-border-opacity));
  }

  .sml\:focus\:border-default:focus{
    --tw-border-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-border-opacity));
  }

  .sml\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .sml\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .sml\:border-opacity-35{
    --tw-border-opacity: 0.35;
  }

  .sml\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .sml\:border-opacity-65{
    --tw-border-opacity: 0.65;
  }

  .sml\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .sml\:border-opacity-85{
    --tw-border-opacity: 0.85;
  }

  .sml\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .sml\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .sml\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .sml\:group-hover\:border-opacity-35{
    --tw-border-opacity: 0.35;
  }

  .group:hover .sml\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .sml\:group-hover\:border-opacity-65{
    --tw-border-opacity: 0.65;
  }

  .group:hover .sml\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .sml\:group-hover\:border-opacity-85{
    --tw-border-opacity: 0.85;
  }

  .group:hover .sml\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .sml\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .sml\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .sml\:focus-within\:border-opacity-35:focus-within{
    --tw-border-opacity: 0.35;
  }

  .sml\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .sml\:focus-within\:border-opacity-65:focus-within{
    --tw-border-opacity: 0.65;
  }

  .sml\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .sml\:focus-within\:border-opacity-85:focus-within{
    --tw-border-opacity: 0.85;
  }

  .sml\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .sml\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .sml\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .sml\:hover\:border-opacity-35:hover{
    --tw-border-opacity: 0.35;
  }

  .sml\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .sml\:hover\:border-opacity-65:hover{
    --tw-border-opacity: 0.65;
  }

  .sml\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .sml\:hover\:border-opacity-85:hover{
    --tw-border-opacity: 0.85;
  }

  .sml\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .sml\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .sml\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .sml\:focus\:border-opacity-35:focus{
    --tw-border-opacity: 0.35;
  }

  .sml\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .sml\:focus\:border-opacity-65:focus{
    --tw-border-opacity: 0.65;
  }

  .sml\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .sml\:focus\:border-opacity-85:focus{
    --tw-border-opacity: 0.85;
  }

  .sml\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

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

  .sml\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sml\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sml\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
  }

  .sml\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 200, 200, var(--tw-bg-opacity));
  }

  .sml\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 171, 171, var(--tw-bg-opacity));
  }

  .sml\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(137, 141, 141, var(--tw-bg-opacity));
  }

  .sml\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 63, 63, var(--tw-bg-opacity));
  }

  .sml\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .sml\:bg-gold-200{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 200, 181, var(--tw-bg-opacity));
  }

  .sml\:bg-gold-300{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 170, 147, var(--tw-bg-opacity));
  }

  .sml\:bg-gold-400{
    --tw-bg-opacity: 1;
    background-color: rgba(164, 141, 113, var(--tw-bg-opacity));
  }

  .sml\:bg-gold-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 111, 78, var(--tw-bg-opacity));
  }

  .sml\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 61, 61, var(--tw-bg-opacity));
  }

  .sml\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .sml\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sml\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sml\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
  }

  .sml\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 200, 200, var(--tw-bg-opacity));
  }

  .sml\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 171, 171, var(--tw-bg-opacity));
  }

  .sml\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(137, 141, 141, var(--tw-bg-opacity));
  }

  .sml\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 63, 63, var(--tw-bg-opacity));
  }

  .sml\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .sml\:hover\:bg-gold-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 200, 181, var(--tw-bg-opacity));
  }

  .sml\:hover\:bg-gold-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 170, 147, var(--tw-bg-opacity));
  }

  .sml\:hover\:bg-gold-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(164, 141, 113, var(--tw-bg-opacity));
  }

  .sml\:hover\:bg-gold-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 111, 78, var(--tw-bg-opacity));
  }

  .sml\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 61, 61, var(--tw-bg-opacity));
  }

  .sml\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .sml\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .sml\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .sml\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
  }

  .sml\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 200, 200, var(--tw-bg-opacity));
  }

  .sml\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 171, 171, var(--tw-bg-opacity));
  }

  .sml\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(137, 141, 141, var(--tw-bg-opacity));
  }

  .sml\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 63, 63, var(--tw-bg-opacity));
  }

  .sml\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .sml\:focus\:bg-gold-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 200, 181, var(--tw-bg-opacity));
  }

  .sml\:focus\:bg-gold-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 170, 147, var(--tw-bg-opacity));
  }

  .sml\:focus\:bg-gold-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(164, 141, 113, var(--tw-bg-opacity));
  }

  .sml\:focus\:bg-gold-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 111, 78, var(--tw-bg-opacity));
  }

  .sml\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 61, 61, var(--tw-bg-opacity));
  }

  .sml\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .sml\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .sml\:bg-opacity-35{
    --tw-bg-opacity: 0.35;
  }

  .sml\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

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

  .sml\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

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

  .sml\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .sml\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .sml\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .sml\:group-hover\:bg-opacity-35{
    --tw-bg-opacity: 0.35;
  }

  .group:hover .sml\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .sml\:group-hover\:bg-opacity-65{
    --tw-bg-opacity: 0.65;
  }

  .group:hover .sml\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .sml\:group-hover\:bg-opacity-85{
    --tw-bg-opacity: 0.85;
  }

  .group:hover .sml\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .sml\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .sml\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .sml\:focus-within\:bg-opacity-35:focus-within{
    --tw-bg-opacity: 0.35;
  }

  .sml\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .sml\:focus-within\:bg-opacity-65:focus-within{
    --tw-bg-opacity: 0.65;
  }

  .sml\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .sml\:focus-within\:bg-opacity-85:focus-within{
    --tw-bg-opacity: 0.85;
  }

  .sml\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .sml\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .sml\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .sml\:hover\:bg-opacity-35:hover{
    --tw-bg-opacity: 0.35;
  }

  .sml\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .sml\:hover\:bg-opacity-65:hover{
    --tw-bg-opacity: 0.65;
  }

  .sml\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .sml\:hover\:bg-opacity-85:hover{
    --tw-bg-opacity: 0.85;
  }

  .sml\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .sml\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .sml\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .sml\:focus\:bg-opacity-35:focus{
    --tw-bg-opacity: 0.35;
  }

  .sml\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .sml\:focus\:bg-opacity-65:focus{
    --tw-bg-opacity: 0.65;
  }

  .sml\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .sml\:focus\:bg-opacity-85:focus{
    --tw-bg-opacity: 0.85;
  }

  .sml\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .sml\:bg-marble{
    background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.35)), linear-gradient(180deg, #111111 14.42%, rgba(17, 17, 17, 0) 33.28%), linear-gradient(360deg, #111111 11.36%, rgba(17, 17, 17, 0) 41.43%), url('./../../files/images/marble.jpg');
  }

  .sml\:bg-marble-wide{
    background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.35)), linear-gradient(180deg, #111111 14.42%, rgba(17, 17, 17, 0) 33.28%), linear-gradient(360deg, #111111 11.36%, rgba(17, 17, 17, 0) 41.43%), url('./../../files/images/marble-wide.jpg');
  }

  .sml\:bg-marble-alt{
    background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0.6)), linear-gradient(0deg, #111111 24.02%, rgba(17, 17, 17, 0) 54.12%), url('./../../files/images/marble-alt.jpg');
  }

  .sml\:bg-marble-solid{
    background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.35)), linear-gradient(180deg, #111111 14.42%, rgba(17, 17, 17, 0) 33.28%), linear-gradient(360deg, #111111 11.36%, rgba(17, 17, 17, 0) 41.43%), url(./../../files/images/marble-alt.jpg);
  }

  .sml\:bg-marble-menu{
    background-image: url(./../../files/images/marble-menu.jpg);
  }

  .sml\:bg-dropdown-arrow{
    background-image: url(./../../files/svgs/icon-dropdown-arrow.svg);
  }

  .sml\:bg-dropdown-arrow-white{
    background-image: url(./../../files/svgs/icon-dropdown-arrow-white.svg);
  }

  .sml\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sml\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sml\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sml\:from-gray-100{
    --tw-gradient-from: #E6E6E6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .sml\:from-gray-200{
    --tw-gradient-from: #C7C8C8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 200, 200, 0));
  }

  .sml\:from-gray-300{
    --tw-gradient-from: #A8ABAB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 171, 171, 0));
  }

  .sml\:from-gray-400{
    --tw-gradient-from: #898D8D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(137, 141, 141, 0));
  }

  .sml\:from-gray-500{
    --tw-gradient-from: #3E3F3F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 63, 63, 0));
  }

  .sml\:from-gray-600{
    --tw-gradient-from: #111111;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 17, 17, 0));
  }

  .sml\:from-gold-200{
    --tw-gradient-from: #D7C8B5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 200, 181, 0));
  }

  .sml\:from-gold-300{
    --tw-gradient-from: #BEAA93;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 170, 147, 0));
  }

  .sml\:from-gold-400{
    --tw-gradient-from: #A48D71;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(164, 141, 113, 0));
  }

  .sml\:from-gold-500{
    --tw-gradient-from: #8B6F4E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 111, 78, 0));
  }

  .sml\:from-red-300{
    --tw-gradient-from: #F03D3D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 61, 61, 0));
  }

  .sml\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sml\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sml\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sml\:hover\:from-gray-100:hover{
    --tw-gradient-from: #E6E6E6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .sml\:hover\:from-gray-200:hover{
    --tw-gradient-from: #C7C8C8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 200, 200, 0));
  }

  .sml\:hover\:from-gray-300:hover{
    --tw-gradient-from: #A8ABAB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 171, 171, 0));
  }

  .sml\:hover\:from-gray-400:hover{
    --tw-gradient-from: #898D8D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(137, 141, 141, 0));
  }

  .sml\:hover\:from-gray-500:hover{
    --tw-gradient-from: #3E3F3F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 63, 63, 0));
  }

  .sml\:hover\:from-gray-600:hover{
    --tw-gradient-from: #111111;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 17, 17, 0));
  }

  .sml\:hover\:from-gold-200:hover{
    --tw-gradient-from: #D7C8B5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 200, 181, 0));
  }

  .sml\:hover\:from-gold-300:hover{
    --tw-gradient-from: #BEAA93;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 170, 147, 0));
  }

  .sml\:hover\:from-gold-400:hover{
    --tw-gradient-from: #A48D71;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(164, 141, 113, 0));
  }

  .sml\:hover\:from-gold-500:hover{
    --tw-gradient-from: #8B6F4E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 111, 78, 0));
  }

  .sml\:hover\:from-red-300:hover{
    --tw-gradient-from: #F03D3D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 61, 61, 0));
  }

  .sml\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sml\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sml\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sml\:focus\:from-gray-100:focus{
    --tw-gradient-from: #E6E6E6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .sml\:focus\:from-gray-200:focus{
    --tw-gradient-from: #C7C8C8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 200, 200, 0));
  }

  .sml\:focus\:from-gray-300:focus{
    --tw-gradient-from: #A8ABAB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 171, 171, 0));
  }

  .sml\:focus\:from-gray-400:focus{
    --tw-gradient-from: #898D8D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(137, 141, 141, 0));
  }

  .sml\:focus\:from-gray-500:focus{
    --tw-gradient-from: #3E3F3F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 63, 63, 0));
  }

  .sml\:focus\:from-gray-600:focus{
    --tw-gradient-from: #111111;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 17, 17, 0));
  }

  .sml\:focus\:from-gold-200:focus{
    --tw-gradient-from: #D7C8B5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 200, 181, 0));
  }

  .sml\:focus\:from-gold-300:focus{
    --tw-gradient-from: #BEAA93;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 170, 147, 0));
  }

  .sml\:focus\:from-gold-400:focus{
    --tw-gradient-from: #A48D71;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(164, 141, 113, 0));
  }

  .sml\:focus\:from-gold-500:focus{
    --tw-gradient-from: #8B6F4E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 111, 78, 0));
  }

  .sml\:focus\:from-red-300:focus{
    --tw-gradient-from: #F03D3D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 61, 61, 0));
  }

  .sml\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sml\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sml\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sml\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .sml\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C8C8, var(--tw-gradient-to, rgba(199, 200, 200, 0));
  }

  .sml\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #A8ABAB, var(--tw-gradient-to, rgba(168, 171, 171, 0));
  }

  .sml\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #898D8D, var(--tw-gradient-to, rgba(137, 141, 141, 0));
  }

  .sml\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3F3F, var(--tw-gradient-to, rgba(62, 63, 63, 0));
  }

  .sml\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #111111, var(--tw-gradient-to, rgba(17, 17, 17, 0));
  }

  .sml\:via-gold-200{
    --tw-gradient-stops: var(--tw-gradient-from), #D7C8B5, var(--tw-gradient-to, rgba(215, 200, 181, 0));
  }

  .sml\:via-gold-300{
    --tw-gradient-stops: var(--tw-gradient-from), #BEAA93, var(--tw-gradient-to, rgba(190, 170, 147, 0));
  }

  .sml\:via-gold-400{
    --tw-gradient-stops: var(--tw-gradient-from), #A48D71, var(--tw-gradient-to, rgba(164, 141, 113, 0));
  }

  .sml\:via-gold-500{
    --tw-gradient-stops: var(--tw-gradient-from), #8B6F4E, var(--tw-gradient-to, rgba(139, 111, 78, 0));
  }

  .sml\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #F03D3D, var(--tw-gradient-to, rgba(240, 61, 61, 0));
  }

  .sml\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sml\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sml\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sml\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .sml\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C8C8, var(--tw-gradient-to, rgba(199, 200, 200, 0));
  }

  .sml\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A8ABAB, var(--tw-gradient-to, rgba(168, 171, 171, 0));
  }

  .sml\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #898D8D, var(--tw-gradient-to, rgba(137, 141, 141, 0));
  }

  .sml\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3F3F, var(--tw-gradient-to, rgba(62, 63, 63, 0));
  }

  .sml\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111111, var(--tw-gradient-to, rgba(17, 17, 17, 0));
  }

  .sml\:hover\:via-gold-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D7C8B5, var(--tw-gradient-to, rgba(215, 200, 181, 0));
  }

  .sml\:hover\:via-gold-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BEAA93, var(--tw-gradient-to, rgba(190, 170, 147, 0));
  }

  .sml\:hover\:via-gold-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A48D71, var(--tw-gradient-to, rgba(164, 141, 113, 0));
  }

  .sml\:hover\:via-gold-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8B6F4E, var(--tw-gradient-to, rgba(139, 111, 78, 0));
  }

  .sml\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F03D3D, var(--tw-gradient-to, rgba(240, 61, 61, 0));
  }

  .sml\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sml\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .sml\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .sml\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .sml\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C8C8, var(--tw-gradient-to, rgba(199, 200, 200, 0));
  }

  .sml\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A8ABAB, var(--tw-gradient-to, rgba(168, 171, 171, 0));
  }

  .sml\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #898D8D, var(--tw-gradient-to, rgba(137, 141, 141, 0));
  }

  .sml\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3F3F, var(--tw-gradient-to, rgba(62, 63, 63, 0));
  }

  .sml\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111111, var(--tw-gradient-to, rgba(17, 17, 17, 0));
  }

  .sml\:focus\:via-gold-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D7C8B5, var(--tw-gradient-to, rgba(215, 200, 181, 0));
  }

  .sml\:focus\:via-gold-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BEAA93, var(--tw-gradient-to, rgba(190, 170, 147, 0));
  }

  .sml\:focus\:via-gold-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A48D71, var(--tw-gradient-to, rgba(164, 141, 113, 0));
  }

  .sml\:focus\:via-gold-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8B6F4E, var(--tw-gradient-to, rgba(139, 111, 78, 0));
  }

  .sml\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F03D3D, var(--tw-gradient-to, rgba(240, 61, 61, 0));
  }

  .sml\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .sml\:to-black{
    --tw-gradient-to: #000;
  }

  .sml\:to-white{
    --tw-gradient-to: #fff;
  }

  .sml\:to-gray-100{
    --tw-gradient-to: #E6E6E6;
  }

  .sml\:to-gray-200{
    --tw-gradient-to: #C7C8C8;
  }

  .sml\:to-gray-300{
    --tw-gradient-to: #A8ABAB;
  }

  .sml\:to-gray-400{
    --tw-gradient-to: #898D8D;
  }

  .sml\:to-gray-500{
    --tw-gradient-to: #3E3F3F;
  }

  .sml\:to-gray-600{
    --tw-gradient-to: #111111;
  }

  .sml\:to-gold-200{
    --tw-gradient-to: #D7C8B5;
  }

  .sml\:to-gold-300{
    --tw-gradient-to: #BEAA93;
  }

  .sml\:to-gold-400{
    --tw-gradient-to: #A48D71;
  }

  .sml\:to-gold-500{
    --tw-gradient-to: #8B6F4E;
  }

  .sml\:to-red-300{
    --tw-gradient-to: #F03D3D;
  }

  .sml\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .sml\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .sml\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .sml\:hover\:to-gray-100:hover{
    --tw-gradient-to: #E6E6E6;
  }

  .sml\:hover\:to-gray-200:hover{
    --tw-gradient-to: #C7C8C8;
  }

  .sml\:hover\:to-gray-300:hover{
    --tw-gradient-to: #A8ABAB;
  }

  .sml\:hover\:to-gray-400:hover{
    --tw-gradient-to: #898D8D;
  }

  .sml\:hover\:to-gray-500:hover{
    --tw-gradient-to: #3E3F3F;
  }

  .sml\:hover\:to-gray-600:hover{
    --tw-gradient-to: #111111;
  }

  .sml\:hover\:to-gold-200:hover{
    --tw-gradient-to: #D7C8B5;
  }

  .sml\:hover\:to-gold-300:hover{
    --tw-gradient-to: #BEAA93;
  }

  .sml\:hover\:to-gold-400:hover{
    --tw-gradient-to: #A48D71;
  }

  .sml\:hover\:to-gold-500:hover{
    --tw-gradient-to: #8B6F4E;
  }

  .sml\:hover\:to-red-300:hover{
    --tw-gradient-to: #F03D3D;
  }

  .sml\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .sml\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .sml\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .sml\:focus\:to-gray-100:focus{
    --tw-gradient-to: #E6E6E6;
  }

  .sml\:focus\:to-gray-200:focus{
    --tw-gradient-to: #C7C8C8;
  }

  .sml\:focus\:to-gray-300:focus{
    --tw-gradient-to: #A8ABAB;
  }

  .sml\:focus\:to-gray-400:focus{
    --tw-gradient-to: #898D8D;
  }

  .sml\:focus\:to-gray-500:focus{
    --tw-gradient-to: #3E3F3F;
  }

  .sml\:focus\:to-gray-600:focus{
    --tw-gradient-to: #111111;
  }

  .sml\:focus\:to-gold-200:focus{
    --tw-gradient-to: #D7C8B5;
  }

  .sml\:focus\:to-gold-300:focus{
    --tw-gradient-to: #BEAA93;
  }

  .sml\:focus\:to-gold-400:focus{
    --tw-gradient-to: #A48D71;
  }

  .sml\:focus\:to-gold-500:focus{
    --tw-gradient-to: #8B6F4E;
  }

  .sml\:focus\:to-red-300:focus{
    --tw-gradient-to: #F03D3D;
  }

  .sml\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .sml\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .sml\:bg-auto{
    background-size: auto;
  }

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

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

  .sml\:bg-fixed{
    background-attachment: fixed;
  }

  .sml\:bg-local{
    background-attachment: local;
  }

  .sml\:bg-scroll{
    background-attachment: scroll;
  }

  .sml\:bg-clip-border{
    background-clip: border-box;
  }

  .sml\:bg-clip-padding{
    background-clip: padding-box;
  }

  .sml\:bg-clip-content{
    background-clip: content-box;
  }

  .sml\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .sml\:bg-bottom{
    background-position: bottom;
  }

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

  .sml\:bg-left{
    background-position: left;
  }

  .sml\:bg-left-bottom{
    background-position: left bottom;
  }

  .sml\:bg-left-top{
    background-position: left top;
  }

  .sml\:bg-right{
    background-position: right;
  }

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

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

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

  .sml\:bg-repeat{
    background-repeat: repeat;
  }

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

  .sml\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .sml\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .sml\:bg-repeat-round{
    background-repeat: round;
  }

  .sml\:bg-repeat-space{
    background-repeat: space;
  }

  .sml\:bg-origin-border{
    background-origin: border-box;
  }

  .sml\:bg-origin-padding{
    background-origin: padding-box;
  }

  .sml\:bg-origin-content{
    background-origin: content-box;
  }

  .sml\:fill-current{
    fill: currentColor;
  }

  .sml\:stroke-current{
    stroke: currentColor;
  }

  .sml\:stroke-0{
    stroke-width: 0;
  }

  .sml\:stroke-1{
    stroke-width: 1;
  }

  .sml\:stroke-2{
    stroke-width: 2;
  }

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

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

  .sml\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .sml\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .sml\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .sml\:p-0{
    padding: 0rem;
  }

  .sml\:p-4{
    padding: 0.25rem;
  }

  .sml\:p-8{
    padding: 0.5rem;
  }

  .sml\:p-10{
    padding: 0.625rem;
  }

  .sml\:p-12{
    padding: 0.75rem;
  }

  .sml\:p-14{
    padding: 0.875rem;
  }

  .sml\:p-16{
    padding: 1rem;
  }

  .sml\:p-20{
    padding: 1.25rem;
  }

  .sml\:p-24{
    padding: 1.5rem;
  }

  .sml\:p-28{
    padding: 1.75rem;
  }

  .sml\:p-32{
    padding: 2rem;
  }

  .sml\:p-40{
    padding: 2.5rem;
  }

  .sml\:p-48{
    padding: 3rem;
  }

  .sml\:p-56{
    padding: 3.5rem;
  }

  .sml\:p-64{
    padding: 4rem;
  }

  .sml\:p-72{
    padding: 4.5rem;
  }

  .sml\:p-105{
    padding: 6.5625rem;
  }

  .sml\:p-130{
    padding: 8.125rem;
  }

  .sml\:p-148{
    padding: 9.25rem;
  }

  .sml\:p-150{
    padding: 9.375rem;
  }

  .sml\:-p-1{
    padding: -0.0625rem;
  }

  .sml\:first\:p-0:first-child{
    padding: 0rem;
  }

  .sml\:first\:p-4:first-child{
    padding: 0.25rem;
  }

  .sml\:first\:p-8:first-child{
    padding: 0.5rem;
  }

  .sml\:first\:p-10:first-child{
    padding: 0.625rem;
  }

  .sml\:first\:p-12:first-child{
    padding: 0.75rem;
  }

  .sml\:first\:p-14:first-child{
    padding: 0.875rem;
  }

  .sml\:first\:p-16:first-child{
    padding: 1rem;
  }

  .sml\:first\:p-20:first-child{
    padding: 1.25rem;
  }

  .sml\:first\:p-24:first-child{
    padding: 1.5rem;
  }

  .sml\:first\:p-28:first-child{
    padding: 1.75rem;
  }

  .sml\:first\:p-32:first-child{
    padding: 2rem;
  }

  .sml\:first\:p-40:first-child{
    padding: 2.5rem;
  }

  .sml\:first\:p-48:first-child{
    padding: 3rem;
  }

  .sml\:first\:p-56:first-child{
    padding: 3.5rem;
  }

  .sml\:first\:p-64:first-child{
    padding: 4rem;
  }

  .sml\:first\:p-72:first-child{
    padding: 4.5rem;
  }

  .sml\:first\:p-105:first-child{
    padding: 6.5625rem;
  }

  .sml\:first\:p-130:first-child{
    padding: 8.125rem;
  }

  .sml\:first\:p-148:first-child{
    padding: 9.25rem;
  }

  .sml\:first\:p-150:first-child{
    padding: 9.375rem;
  }

  .sml\:first\:-p-1:first-child{
    padding: -0.0625rem;
  }

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

  .sml\:px-4{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sml\:px-8{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sml\:px-10{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sml\:px-12{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sml\:px-14{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sml\:px-16{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sml\:px-20{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sml\:px-24{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sml\:px-28{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sml\:px-32{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sml\:px-40{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sml\:px-48{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sml\:px-56{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sml\:px-64{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sml\:px-72{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .sml\:px-105{
    padding-left: 6.5625rem;
    padding-right: 6.5625rem;
  }

  .sml\:px-130{
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }

  .sml\:px-148{
    padding-left: 9.25rem;
    padding-right: 9.25rem;
  }

  .sml\:px-150{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .sml\:-px-1{
    padding-left: -0.0625rem;
    padding-right: -0.0625rem;
  }

  .sml\:py-0{
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .sml\:py-4{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sml\:py-8{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sml\:py-10{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sml\:py-12{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sml\:py-14{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sml\:py-16{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sml\:py-20{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sml\:py-24{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sml\:py-28{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sml\:py-32{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sml\:py-40{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sml\:py-48{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sml\:py-56{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sml\:py-64{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sml\:py-72{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sml\:py-105{
    padding-top: 6.5625rem;
    padding-bottom: 6.5625rem;
  }

  .sml\:py-130{
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .sml\:py-148{
    padding-top: 9.25rem;
    padding-bottom: 9.25rem;
  }

  .sml\:py-150{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .sml\:-py-1{
    padding-top: -0.0625rem;
    padding-bottom: -0.0625rem;
  }

  .sml\:first\:px-0:first-child{
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .sml\:first\:px-4:first-child{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sml\:first\:px-8:first-child{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sml\:first\:px-10:first-child{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .sml\:first\:px-12:first-child{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sml\:first\:px-14:first-child{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .sml\:first\:px-16:first-child{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sml\:first\:px-20:first-child{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sml\:first\:px-24:first-child{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sml\:first\:px-28:first-child{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sml\:first\:px-32:first-child{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sml\:first\:px-40:first-child{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sml\:first\:px-48:first-child{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sml\:first\:px-56:first-child{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sml\:first\:px-64:first-child{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sml\:first\:px-72:first-child{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .sml\:first\:px-105:first-child{
    padding-left: 6.5625rem;
    padding-right: 6.5625rem;
  }

  .sml\:first\:px-130:first-child{
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }

  .sml\:first\:px-148:first-child{
    padding-left: 9.25rem;
    padding-right: 9.25rem;
  }

  .sml\:first\:px-150:first-child{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .sml\:first\:-px-1:first-child{
    padding-left: -0.0625rem;
    padding-right: -0.0625rem;
  }

  .sml\:first\:py-0:first-child{
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .sml\:first\:py-4:first-child{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sml\:first\:py-8:first-child{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sml\:first\:py-10:first-child{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sml\:first\:py-12:first-child{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sml\:first\:py-14:first-child{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .sml\:first\:py-16:first-child{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sml\:first\:py-20:first-child{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sml\:first\:py-24:first-child{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sml\:first\:py-28:first-child{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sml\:first\:py-32:first-child{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sml\:first\:py-40:first-child{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sml\:first\:py-48:first-child{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sml\:first\:py-56:first-child{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sml\:first\:py-64:first-child{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sml\:first\:py-72:first-child{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .sml\:first\:py-105:first-child{
    padding-top: 6.5625rem;
    padding-bottom: 6.5625rem;
  }

  .sml\:first\:py-130:first-child{
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .sml\:first\:py-148:first-child{
    padding-top: 9.25rem;
    padding-bottom: 9.25rem;
  }

  .sml\:first\:py-150:first-child{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .sml\:first\:-py-1:first-child{
    padding-top: -0.0625rem;
    padding-bottom: -0.0625rem;
  }

  .sml\:pt-0{
    padding-top: 0rem;
  }

  .sml\:pt-4{
    padding-top: 0.25rem;
  }

  .sml\:pt-8{
    padding-top: 0.5rem;
  }

  .sml\:pt-10{
    padding-top: 0.625rem;
  }

  .sml\:pt-12{
    padding-top: 0.75rem;
  }

  .sml\:pt-14{
    padding-top: 0.875rem;
  }

  .sml\:pt-16{
    padding-top: 1rem;
  }

  .sml\:pt-20{
    padding-top: 1.25rem;
  }

  .sml\:pt-24{
    padding-top: 1.5rem;
  }

  .sml\:pt-28{
    padding-top: 1.75rem;
  }

  .sml\:pt-32{
    padding-top: 2rem;
  }

  .sml\:pt-40{
    padding-top: 2.5rem;
  }

  .sml\:pt-48{
    padding-top: 3rem;
  }

  .sml\:pt-56{
    padding-top: 3.5rem;
  }

  .sml\:pt-64{
    padding-top: 4rem;
  }

  .sml\:pt-72{
    padding-top: 4.5rem;
  }

  .sml\:pt-105{
    padding-top: 6.5625rem;
  }

  .sml\:pt-130{
    padding-top: 8.125rem;
  }

  .sml\:pt-148{
    padding-top: 9.25rem;
  }

  .sml\:pt-150{
    padding-top: 9.375rem;
  }

  .sml\:-pt-1{
    padding-top: -0.0625rem;
  }

  .sml\:pr-0{
    padding-right: 0rem;
  }

  .sml\:pr-4{
    padding-right: 0.25rem;
  }

  .sml\:pr-8{
    padding-right: 0.5rem;
  }

  .sml\:pr-10{
    padding-right: 0.625rem;
  }

  .sml\:pr-12{
    padding-right: 0.75rem;
  }

  .sml\:pr-14{
    padding-right: 0.875rem;
  }

  .sml\:pr-16{
    padding-right: 1rem;
  }

  .sml\:pr-20{
    padding-right: 1.25rem;
  }

  .sml\:pr-24{
    padding-right: 1.5rem;
  }

  .sml\:pr-28{
    padding-right: 1.75rem;
  }

  .sml\:pr-32{
    padding-right: 2rem;
  }

  .sml\:pr-40{
    padding-right: 2.5rem;
  }

  .sml\:pr-48{
    padding-right: 3rem;
  }

  .sml\:pr-56{
    padding-right: 3.5rem;
  }

  .sml\:pr-64{
    padding-right: 4rem;
  }

  .sml\:pr-72{
    padding-right: 4.5rem;
  }

  .sml\:pr-105{
    padding-right: 6.5625rem;
  }

  .sml\:pr-130{
    padding-right: 8.125rem;
  }

  .sml\:pr-148{
    padding-right: 9.25rem;
  }

  .sml\:pr-150{
    padding-right: 9.375rem;
  }

  .sml\:-pr-1{
    padding-right: -0.0625rem;
  }

  .sml\:pb-0{
    padding-bottom: 0rem;
  }

  .sml\:pb-4{
    padding-bottom: 0.25rem;
  }

  .sml\:pb-8{
    padding-bottom: 0.5rem;
  }

  .sml\:pb-10{
    padding-bottom: 0.625rem;
  }

  .sml\:pb-12{
    padding-bottom: 0.75rem;
  }

  .sml\:pb-14{
    padding-bottom: 0.875rem;
  }

  .sml\:pb-16{
    padding-bottom: 1rem;
  }

  .sml\:pb-20{
    padding-bottom: 1.25rem;
  }

  .sml\:pb-24{
    padding-bottom: 1.5rem;
  }

  .sml\:pb-28{
    padding-bottom: 1.75rem;
  }

  .sml\:pb-32{
    padding-bottom: 2rem;
  }

  .sml\:pb-40{
    padding-bottom: 2.5rem;
  }

  .sml\:pb-48{
    padding-bottom: 3rem;
  }

  .sml\:pb-56{
    padding-bottom: 3.5rem;
  }

  .sml\:pb-64{
    padding-bottom: 4rem;
  }

  .sml\:pb-72{
    padding-bottom: 4.5rem;
  }

  .sml\:pb-105{
    padding-bottom: 6.5625rem;
  }

  .sml\:pb-130{
    padding-bottom: 8.125rem;
  }

  .sml\:pb-148{
    padding-bottom: 9.25rem;
  }

  .sml\:pb-150{
    padding-bottom: 9.375rem;
  }

  .sml\:-pb-1{
    padding-bottom: -0.0625rem;
  }

  .sml\:pl-0{
    padding-left: 0rem;
  }

  .sml\:pl-4{
    padding-left: 0.25rem;
  }

  .sml\:pl-8{
    padding-left: 0.5rem;
  }

  .sml\:pl-10{
    padding-left: 0.625rem;
  }

  .sml\:pl-12{
    padding-left: 0.75rem;
  }

  .sml\:pl-14{
    padding-left: 0.875rem;
  }

  .sml\:pl-16{
    padding-left: 1rem;
  }

  .sml\:pl-20{
    padding-left: 1.25rem;
  }

  .sml\:pl-24{
    padding-left: 1.5rem;
  }

  .sml\:pl-28{
    padding-left: 1.75rem;
  }

  .sml\:pl-32{
    padding-left: 2rem;
  }

  .sml\:pl-40{
    padding-left: 2.5rem;
  }

  .sml\:pl-48{
    padding-left: 3rem;
  }

  .sml\:pl-56{
    padding-left: 3.5rem;
  }

  .sml\:pl-64{
    padding-left: 4rem;
  }

  .sml\:pl-72{
    padding-left: 4.5rem;
  }

  .sml\:pl-105{
    padding-left: 6.5625rem;
  }

  .sml\:pl-130{
    padding-left: 8.125rem;
  }

  .sml\:pl-148{
    padding-left: 9.25rem;
  }

  .sml\:pl-150{
    padding-left: 9.375rem;
  }

  .sml\:-pl-1{
    padding-left: -0.0625rem;
  }

  .sml\:first\:pt-0:first-child{
    padding-top: 0rem;
  }

  .sml\:first\:pt-4:first-child{
    padding-top: 0.25rem;
  }

  .sml\:first\:pt-8:first-child{
    padding-top: 0.5rem;
  }

  .sml\:first\:pt-10:first-child{
    padding-top: 0.625rem;
  }

  .sml\:first\:pt-12:first-child{
    padding-top: 0.75rem;
  }

  .sml\:first\:pt-14:first-child{
    padding-top: 0.875rem;
  }

  .sml\:first\:pt-16:first-child{
    padding-top: 1rem;
  }

  .sml\:first\:pt-20:first-child{
    padding-top: 1.25rem;
  }

  .sml\:first\:pt-24:first-child{
    padding-top: 1.5rem;
  }

  .sml\:first\:pt-28:first-child{
    padding-top: 1.75rem;
  }

  .sml\:first\:pt-32:first-child{
    padding-top: 2rem;
  }

  .sml\:first\:pt-40:first-child{
    padding-top: 2.5rem;
  }

  .sml\:first\:pt-48:first-child{
    padding-top: 3rem;
  }

  .sml\:first\:pt-56:first-child{
    padding-top: 3.5rem;
  }

  .sml\:first\:pt-64:first-child{
    padding-top: 4rem;
  }

  .sml\:first\:pt-72:first-child{
    padding-top: 4.5rem;
  }

  .sml\:first\:pt-105:first-child{
    padding-top: 6.5625rem;
  }

  .sml\:first\:pt-130:first-child{
    padding-top: 8.125rem;
  }

  .sml\:first\:pt-148:first-child{
    padding-top: 9.25rem;
  }

  .sml\:first\:pt-150:first-child{
    padding-top: 9.375rem;
  }

  .sml\:first\:-pt-1:first-child{
    padding-top: -0.0625rem;
  }

  .sml\:first\:pr-0:first-child{
    padding-right: 0rem;
  }

  .sml\:first\:pr-4:first-child{
    padding-right: 0.25rem;
  }

  .sml\:first\:pr-8:first-child{
    padding-right: 0.5rem;
  }

  .sml\:first\:pr-10:first-child{
    padding-right: 0.625rem;
  }

  .sml\:first\:pr-12:first-child{
    padding-right: 0.75rem;
  }

  .sml\:first\:pr-14:first-child{
    padding-right: 0.875rem;
  }

  .sml\:first\:pr-16:first-child{
    padding-right: 1rem;
  }

  .sml\:first\:pr-20:first-child{
    padding-right: 1.25rem;
  }

  .sml\:first\:pr-24:first-child{
    padding-right: 1.5rem;
  }

  .sml\:first\:pr-28:first-child{
    padding-right: 1.75rem;
  }

  .sml\:first\:pr-32:first-child{
    padding-right: 2rem;
  }

  .sml\:first\:pr-40:first-child{
    padding-right: 2.5rem;
  }

  .sml\:first\:pr-48:first-child{
    padding-right: 3rem;
  }

  .sml\:first\:pr-56:first-child{
    padding-right: 3.5rem;
  }

  .sml\:first\:pr-64:first-child{
    padding-right: 4rem;
  }

  .sml\:first\:pr-72:first-child{
    padding-right: 4.5rem;
  }

  .sml\:first\:pr-105:first-child{
    padding-right: 6.5625rem;
  }

  .sml\:first\:pr-130:first-child{
    padding-right: 8.125rem;
  }

  .sml\:first\:pr-148:first-child{
    padding-right: 9.25rem;
  }

  .sml\:first\:pr-150:first-child{
    padding-right: 9.375rem;
  }

  .sml\:first\:-pr-1:first-child{
    padding-right: -0.0625rem;
  }

  .sml\:first\:pb-0:first-child{
    padding-bottom: 0rem;
  }

  .sml\:first\:pb-4:first-child{
    padding-bottom: 0.25rem;
  }

  .sml\:first\:pb-8:first-child{
    padding-bottom: 0.5rem;
  }

  .sml\:first\:pb-10:first-child{
    padding-bottom: 0.625rem;
  }

  .sml\:first\:pb-12:first-child{
    padding-bottom: 0.75rem;
  }

  .sml\:first\:pb-14:first-child{
    padding-bottom: 0.875rem;
  }

  .sml\:first\:pb-16:first-child{
    padding-bottom: 1rem;
  }

  .sml\:first\:pb-20:first-child{
    padding-bottom: 1.25rem;
  }

  .sml\:first\:pb-24:first-child{
    padding-bottom: 1.5rem;
  }

  .sml\:first\:pb-28:first-child{
    padding-bottom: 1.75rem;
  }

  .sml\:first\:pb-32:first-child{
    padding-bottom: 2rem;
  }

  .sml\:first\:pb-40:first-child{
    padding-bottom: 2.5rem;
  }

  .sml\:first\:pb-48:first-child{
    padding-bottom: 3rem;
  }

  .sml\:first\:pb-56:first-child{
    padding-bottom: 3.5rem;
  }

  .sml\:first\:pb-64:first-child{
    padding-bottom: 4rem;
  }

  .sml\:first\:pb-72:first-child{
    padding-bottom: 4.5rem;
  }

  .sml\:first\:pb-105:first-child{
    padding-bottom: 6.5625rem;
  }

  .sml\:first\:pb-130:first-child{
    padding-bottom: 8.125rem;
  }

  .sml\:first\:pb-148:first-child{
    padding-bottom: 9.25rem;
  }

  .sml\:first\:pb-150:first-child{
    padding-bottom: 9.375rem;
  }

  .sml\:first\:-pb-1:first-child{
    padding-bottom: -0.0625rem;
  }

  .sml\:first\:pl-0:first-child{
    padding-left: 0rem;
  }

  .sml\:first\:pl-4:first-child{
    padding-left: 0.25rem;
  }

  .sml\:first\:pl-8:first-child{
    padding-left: 0.5rem;
  }

  .sml\:first\:pl-10:first-child{
    padding-left: 0.625rem;
  }

  .sml\:first\:pl-12:first-child{
    padding-left: 0.75rem;
  }

  .sml\:first\:pl-14:first-child{
    padding-left: 0.875rem;
  }

  .sml\:first\:pl-16:first-child{
    padding-left: 1rem;
  }

  .sml\:first\:pl-20:first-child{
    padding-left: 1.25rem;
  }

  .sml\:first\:pl-24:first-child{
    padding-left: 1.5rem;
  }

  .sml\:first\:pl-28:first-child{
    padding-left: 1.75rem;
  }

  .sml\:first\:pl-32:first-child{
    padding-left: 2rem;
  }

  .sml\:first\:pl-40:first-child{
    padding-left: 2.5rem;
  }

  .sml\:first\:pl-48:first-child{
    padding-left: 3rem;
  }

  .sml\:first\:pl-56:first-child{
    padding-left: 3.5rem;
  }

  .sml\:first\:pl-64:first-child{
    padding-left: 4rem;
  }

  .sml\:first\:pl-72:first-child{
    padding-left: 4.5rem;
  }

  .sml\:first\:pl-105:first-child{
    padding-left: 6.5625rem;
  }

  .sml\:first\:pl-130:first-child{
    padding-left: 8.125rem;
  }

  .sml\:first\:pl-148:first-child{
    padding-left: 9.25rem;
  }

  .sml\:first\:pl-150:first-child{
    padding-left: 9.375rem;
  }

  .sml\:first\:-pl-1:first-child{
    padding-left: -0.0625rem;
  }

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

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

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

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

  .sml\:align-baseline{
    vertical-align: baseline;
  }

  .sml\:align-top{
    vertical-align: top;
  }

  .sml\:align-middle{
    vertical-align: middle;
  }

  .sml\:align-bottom{
    vertical-align: bottom;
  }

  .sml\:align-text-top{
    vertical-align: text-top;
  }

  .sml\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .sml\:font-sans{
    font-family: raleway, Helvetica, Arial, sans-serif;
  }

  .sml\:font-serif{
    font-family: Bodoni Moda, Cambria, Times New Roman, Times, serif;
  }

  .sml\:text-11{
    font-size: 0.6875rem;
  }

  .sml\:text-12{
    font-size: 0.75rem;
  }

  .sml\:text-14{
    font-size: 0.875rem;
  }

  .sml\:text-16{
    font-size: 1rem;
  }

  .sml\:text-18{
    font-size: 1.125rem;
  }

  .sml\:text-22{
    font-size: 1.375rem;
  }

  .sml\:text-24{
    font-size: 1.5rem;
  }

  .sml\:text-28{
    font-size: 1.75rem;
  }

  .sml\:text-34{
    font-size: 2.125rem;
  }

  .sml\:text-48{
    font-size: 3rem;
  }

  .sml\:text-56{
    font-size: 3.5rem;
  }

  .sml\:text-72{
    font-size: 4.5rem;
  }

  .sml\:text-112{
    font-size: 7rem;
  }

  .sml\:font-700{
    font-weight: 700;
  }

  .sml\:hover\:font-700:hover{
    font-weight: 700;
  }

  .sml\:focus\:font-700:focus{
    font-weight: 700;
  }

  .sml\:uppercase{
    text-transform: uppercase;
  }

  .sml\:lowercase{
    text-transform: lowercase;
  }

  .sml\:capitalize{
    text-transform: capitalize;
  }

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

  .sml\:italic{
    font-style: italic;
  }

  .sml\:not-italic{
    font-style: normal;
  }

  .sml\:ordinal, .sml\:slashed-zero, .sml\:lining-nums, .sml\:oldstyle-nums, .sml\:proportional-nums, .sml\:tabular-nums, .sml\:diagonal-fractions, .sml\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .sml\:normal-nums{
    font-variant-numeric: normal;
  }

  .sml\:ordinal{
    --tw-ordinal: ordinal;
  }

  .sml\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .sml\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .sml\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .sml\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .sml\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .sml\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .sml\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .sml\:leading-collapsed{
    line-height: .65;
  }

  .sml\:leading-none{
    line-height: 1;
  }

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

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

  .sml\:leading-normal{
    line-height: 1.5;
  }

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

  .sml\:leading-loose{
    line-height: 1.8;
  }

  .sml\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .sml\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .sml\:text-inherit{
    color: inherit;
  }

  .sml\:text-transparent{
    color: transparent;
  }

  .sml\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sml\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sml\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-text-opacity));
  }

  .sml\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-text-opacity));
  }

  .sml\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-text-opacity));
  }

  .sml\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-text-opacity));
  }

  .sml\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-text-opacity));
  }

  .sml\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .sml\:text-gold-200{
    --tw-text-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-text-opacity));
  }

  .sml\:text-gold-300{
    --tw-text-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-text-opacity));
  }

  .sml\:text-gold-400{
    --tw-text-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-text-opacity));
  }

  .sml\:text-gold-500{
    --tw-text-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-text-opacity));
  }

  .sml\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-text-opacity));
  }

  .sml\:hover\:text-inherit:hover{
    color: inherit;
  }

  .sml\:hover\:text-transparent:hover{
    color: transparent;
  }

  .sml\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sml\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sml\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-text-opacity));
  }

  .sml\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-text-opacity));
  }

  .sml\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-text-opacity));
  }

  .sml\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-text-opacity));
  }

  .sml\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-text-opacity));
  }

  .sml\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .sml\:hover\:text-gold-200:hover{
    --tw-text-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-text-opacity));
  }

  .sml\:hover\:text-gold-300:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-text-opacity));
  }

  .sml\:hover\:text-gold-400:hover{
    --tw-text-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-text-opacity));
  }

  .sml\:hover\:text-gold-500:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-text-opacity));
  }

  .sml\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-text-opacity));
  }

  .sml\:focus\:text-inherit:focus{
    color: inherit;
  }

  .sml\:focus\:text-transparent:focus{
    color: transparent;
  }

  .sml\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .sml\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .sml\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-text-opacity));
  }

  .sml\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-text-opacity));
  }

  .sml\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-text-opacity));
  }

  .sml\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-text-opacity));
  }

  .sml\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-text-opacity));
  }

  .sml\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .sml\:focus\:text-gold-200:focus{
    --tw-text-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-text-opacity));
  }

  .sml\:focus\:text-gold-300:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-text-opacity));
  }

  .sml\:focus\:text-gold-400:focus{
    --tw-text-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-text-opacity));
  }

  .sml\:focus\:text-gold-500:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-text-opacity));
  }

  .sml\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-text-opacity));
  }

  .sml\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .sml\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .sml\:text-opacity-35{
    --tw-text-opacity: 0.35;
  }

  .sml\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .sml\:text-opacity-65{
    --tw-text-opacity: 0.65;
  }

  .sml\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .sml\:text-opacity-85{
    --tw-text-opacity: 0.85;
  }

  .sml\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .sml\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .sml\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .sml\:group-hover\:text-opacity-35{
    --tw-text-opacity: 0.35;
  }

  .group:hover .sml\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .sml\:group-hover\:text-opacity-65{
    --tw-text-opacity: 0.65;
  }

  .group:hover .sml\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .sml\:group-hover\:text-opacity-85{
    --tw-text-opacity: 0.85;
  }

  .group:hover .sml\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .sml\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .sml\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .sml\:focus-within\:text-opacity-35:focus-within{
    --tw-text-opacity: 0.35;
  }

  .sml\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .sml\:focus-within\:text-opacity-65:focus-within{
    --tw-text-opacity: 0.65;
  }

  .sml\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .sml\:focus-within\:text-opacity-85:focus-within{
    --tw-text-opacity: 0.85;
  }

  .sml\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .sml\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .sml\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .sml\:hover\:text-opacity-35:hover{
    --tw-text-opacity: 0.35;
  }

  .sml\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .sml\:hover\:text-opacity-65:hover{
    --tw-text-opacity: 0.65;
  }

  .sml\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .sml\:hover\:text-opacity-85:hover{
    --tw-text-opacity: 0.85;
  }

  .sml\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .sml\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .sml\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .sml\:focus\:text-opacity-35:focus{
    --tw-text-opacity: 0.35;
  }

  .sml\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .sml\:focus\:text-opacity-65:focus{
    --tw-text-opacity: 0.65;
  }

  .sml\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .sml\:focus\:text-opacity-85:focus{
    --tw-text-opacity: 0.85;
  }

  .sml\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .sml\:underline{
    text-decoration: underline;
  }

  .sml\:line-through{
    text-decoration: line-through;
  }

  .sml\:no-underline{
    text-decoration: none;
  }

  .sml\:hover\:underline:hover{
    text-decoration: underline;
  }

  .sml\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .sml\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .sml\:focus\:underline:focus{
    text-decoration: underline;
  }

  .sml\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .sml\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .sml\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sml\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sml\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .sml\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .sml\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .sml\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gold-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gold-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gold-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gold-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gold-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gold-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gold-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gold-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gold-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gold-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gold-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-gold-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-red-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .sml\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .sml\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .sml\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gold-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gold-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gold-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gold-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gold-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gold-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gold-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gold-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gold-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gold-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gold-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-gold-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
  }

  .sml\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
  }

  .sml\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sml\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sml\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sml\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sml\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sml\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sml\:placeholder-opacity-35::-moz-placeholder{
    --tw-placeholder-opacity: 0.35;
  }

  .sml\:placeholder-opacity-35:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.35;
  }

  .sml\:placeholder-opacity-35::placeholder{
    --tw-placeholder-opacity: 0.35;
  }

  .sml\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sml\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sml\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sml\:placeholder-opacity-65::-moz-placeholder{
    --tw-placeholder-opacity: 0.65;
  }

  .sml\:placeholder-opacity-65:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.65;
  }

  .sml\:placeholder-opacity-65::placeholder{
    --tw-placeholder-opacity: 0.65;
  }

  .sml\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sml\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sml\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sml\:placeholder-opacity-85::-moz-placeholder{
    --tw-placeholder-opacity: 0.85;
  }

  .sml\:placeholder-opacity-85:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.85;
  }

  .sml\:placeholder-opacity-85::placeholder{
    --tw-placeholder-opacity: 0.85;
  }

  .sml\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sml\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sml\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sml\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sml\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sml\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .sml\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sml\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sml\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .sml\:focus\:placeholder-opacity-35:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.35;
  }

  .sml\:focus\:placeholder-opacity-35:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.35;
  }

  .sml\:focus\:placeholder-opacity-35:focus::placeholder{
    --tw-placeholder-opacity: 0.35;
  }

  .sml\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sml\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sml\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .sml\:focus\:placeholder-opacity-65:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.65;
  }

  .sml\:focus\:placeholder-opacity-65:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.65;
  }

  .sml\:focus\:placeholder-opacity-65:focus::placeholder{
    --tw-placeholder-opacity: 0.65;
  }

  .sml\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sml\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sml\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .sml\:focus\:placeholder-opacity-85:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.85;
  }

  .sml\:focus\:placeholder-opacity-85:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.85;
  }

  .sml\:focus\:placeholder-opacity-85:focus::placeholder{
    --tw-placeholder-opacity: 0.85;
  }

  .sml\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sml\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sml\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .sml\:opacity-0{
    opacity: 0;
  }

  .sml\:opacity-25{
    opacity: 0.25;
  }

  .sml\:opacity-35{
    opacity: 0.35;
  }

  .sml\:opacity-50{
    opacity: 0.5;
  }

  .sml\:opacity-65{
    opacity: 0.65;
  }

  .sml\:opacity-75{
    opacity: 0.75;
  }

  .sml\:opacity-85{
    opacity: 0.85;
  }

  .sml\:opacity-100{
    opacity: 1;
  }

  .sml\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .sml\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .sml\:hover\:opacity-35:hover{
    opacity: 0.35;
  }

  .sml\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .sml\:hover\:opacity-65:hover{
    opacity: 0.65;
  }

  .sml\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .sml\:hover\:opacity-85:hover{
    opacity: 0.85;
  }

  .sml\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .sml\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .sml\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .sml\:focus\:opacity-35:focus{
    opacity: 0.35;
  }

  .sml\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .sml\:focus\:opacity-65:focus{
    opacity: 0.65;
  }

  .sml\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .sml\:focus\:opacity-85:focus{
    opacity: 0.85;
  }

  .sml\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .sml\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .sml\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .sml\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .sml\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .sml\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .sml\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .sml\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .sml\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .sml\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .sml\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .sml\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .sml\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .sml\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .sml\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .sml\:bg-blend-color{
    background-blend-mode: color;
  }

  .sml\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .sml\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .sml\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .sml\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .sml\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .sml\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .sml\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .sml\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .sml\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .sml\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .sml\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .sml\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .sml\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .sml\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .sml\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .sml\:mix-blend-color{
    mix-blend-mode: color;
  }

  .sml\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

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

  .sml\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sml\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

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

  .sml\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .sml\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .sml\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

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

  .sml\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sml\:ring-4{
    --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(4px + 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);
  }

  .sml\:ring-8{
    --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(8px + 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);
  }

  .sml\:ring{
    --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(3px + 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);
  }

  .sml\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sml\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
  }

  .sml\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sml\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + 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);
  }

  .sml\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + 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);
  }

  .sml\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + 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);
  }

  .sml\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sml\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sml\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .sml\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + 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);
  }

  .sml\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + 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);
  }

  .sml\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + 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);
  }

  .sml\:ring-inset{
    --tw-ring-inset: inset;
  }

  .sml\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .sml\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .sml\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .sml\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sml\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sml\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity));
  }

  .sml\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 200, 200, var(--tw-ring-opacity));
  }

  .sml\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 171, 171, var(--tw-ring-opacity));
  }

  .sml\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(137, 141, 141, var(--tw-ring-opacity));
  }

  .sml\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 63, 63, var(--tw-ring-opacity));
  }

  .sml\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .sml\:ring-gold-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 200, 181, var(--tw-ring-opacity));
  }

  .sml\:ring-gold-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 170, 147, var(--tw-ring-opacity));
  }

  .sml\:ring-gold-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(164, 141, 113, var(--tw-ring-opacity));
  }

  .sml\:ring-gold-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 111, 78, var(--tw-ring-opacity));
  }

  .sml\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 61, 61, var(--tw-ring-opacity));
  }

  .sml\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .sml\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sml\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sml\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity));
  }

  .sml\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 200, 200, var(--tw-ring-opacity));
  }

  .sml\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 171, 171, var(--tw-ring-opacity));
  }

  .sml\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(137, 141, 141, var(--tw-ring-opacity));
  }

  .sml\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 63, 63, var(--tw-ring-opacity));
  }

  .sml\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .sml\:focus-within\:ring-gold-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 200, 181, var(--tw-ring-opacity));
  }

  .sml\:focus-within\:ring-gold-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 170, 147, var(--tw-ring-opacity));
  }

  .sml\:focus-within\:ring-gold-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(164, 141, 113, var(--tw-ring-opacity));
  }

  .sml\:focus-within\:ring-gold-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 111, 78, var(--tw-ring-opacity));
  }

  .sml\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 61, 61, var(--tw-ring-opacity));
  }

  .sml\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .sml\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .sml\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .sml\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity));
  }

  .sml\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 200, 200, var(--tw-ring-opacity));
  }

  .sml\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 171, 171, var(--tw-ring-opacity));
  }

  .sml\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(137, 141, 141, var(--tw-ring-opacity));
  }

  .sml\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 63, 63, var(--tw-ring-opacity));
  }

  .sml\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .sml\:focus\:ring-gold-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 200, 181, var(--tw-ring-opacity));
  }

  .sml\:focus\:ring-gold-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 170, 147, var(--tw-ring-opacity));
  }

  .sml\:focus\:ring-gold-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(164, 141, 113, var(--tw-ring-opacity));
  }

  .sml\:focus\:ring-gold-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 111, 78, var(--tw-ring-opacity));
  }

  .sml\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 61, 61, var(--tw-ring-opacity));
  }

  .sml\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .sml\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .sml\:ring-opacity-35{
    --tw-ring-opacity: 0.35;
  }

  .sml\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .sml\:ring-opacity-65{
    --tw-ring-opacity: 0.65;
  }

  .sml\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .sml\:ring-opacity-85{
    --tw-ring-opacity: 0.85;
  }

  .sml\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .sml\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .sml\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .sml\:focus-within\:ring-opacity-35:focus-within{
    --tw-ring-opacity: 0.35;
  }

  .sml\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .sml\:focus-within\:ring-opacity-65:focus-within{
    --tw-ring-opacity: 0.65;
  }

  .sml\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .sml\:focus-within\:ring-opacity-85:focus-within{
    --tw-ring-opacity: 0.85;
  }

  .sml\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .sml\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .sml\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .sml\:focus\:ring-opacity-35:focus{
    --tw-ring-opacity: 0.35;
  }

  .sml\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .sml\:focus\:ring-opacity-65:focus{
    --tw-ring-opacity: 0.65;
  }

  .sml\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .sml\:focus\:ring-opacity-85:focus{
    --tw-ring-opacity: 0.85;
  }

  .sml\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .sml\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .sml\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .sml\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .sml\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .sml\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .sml\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .sml\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .sml\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .sml\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .sml\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .sml\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .sml\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .sml\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .sml\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .sml\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .sml\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .sml\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .sml\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .sml\:ring-offset-gray-100{
    --tw-ring-offset-color: #E6E6E6;
  }

  .sml\:ring-offset-gray-200{
    --tw-ring-offset-color: #C7C8C8;
  }

  .sml\:ring-offset-gray-300{
    --tw-ring-offset-color: #A8ABAB;
  }

  .sml\:ring-offset-gray-400{
    --tw-ring-offset-color: #898D8D;
  }

  .sml\:ring-offset-gray-500{
    --tw-ring-offset-color: #3E3F3F;
  }

  .sml\:ring-offset-gray-600{
    --tw-ring-offset-color: #111111;
  }

  .sml\:ring-offset-gold-200{
    --tw-ring-offset-color: #D7C8B5;
  }

  .sml\:ring-offset-gold-300{
    --tw-ring-offset-color: #BEAA93;
  }

  .sml\:ring-offset-gold-400{
    --tw-ring-offset-color: #A48D71;
  }

  .sml\:ring-offset-gold-500{
    --tw-ring-offset-color: #8B6F4E;
  }

  .sml\:ring-offset-red-300{
    --tw-ring-offset-color: #F03D3D;
  }

  .sml\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .sml\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .sml\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .sml\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #E6E6E6;
  }

  .sml\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #C7C8C8;
  }

  .sml\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #A8ABAB;
  }

  .sml\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #898D8D;
  }

  .sml\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #3E3F3F;
  }

  .sml\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #111111;
  }

  .sml\:focus-within\:ring-offset-gold-200:focus-within{
    --tw-ring-offset-color: #D7C8B5;
  }

  .sml\:focus-within\:ring-offset-gold-300:focus-within{
    --tw-ring-offset-color: #BEAA93;
  }

  .sml\:focus-within\:ring-offset-gold-400:focus-within{
    --tw-ring-offset-color: #A48D71;
  }

  .sml\:focus-within\:ring-offset-gold-500:focus-within{
    --tw-ring-offset-color: #8B6F4E;
  }

  .sml\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #F03D3D;
  }

  .sml\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .sml\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .sml\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .sml\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #E6E6E6;
  }

  .sml\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #C7C8C8;
  }

  .sml\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #A8ABAB;
  }

  .sml\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #898D8D;
  }

  .sml\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #3E3F3F;
  }

  .sml\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #111111;
  }

  .sml\:focus\:ring-offset-gold-200:focus{
    --tw-ring-offset-color: #D7C8B5;
  }

  .sml\:focus\:ring-offset-gold-300:focus{
    --tw-ring-offset-color: #BEAA93;
  }

  .sml\:focus\:ring-offset-gold-400:focus{
    --tw-ring-offset-color: #A48D71;
  }

  .sml\:focus\:ring-offset-gold-500:focus{
    --tw-ring-offset-color: #8B6F4E;
  }

  .sml\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #F03D3D;
  }

  .sml\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    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);
  }

  .sml\:filter-none{
    filter: none;
  }

  .sml\:blur-0{
    --tw-blur: blur(0);
  }

  .sml\:blur-none{
    --tw-blur: blur(0);
  }

  .sml\:blur-sm{
    --tw-blur: blur(4px);
  }

  .sml\:blur{
    --tw-blur: blur(8px);
  }

  .sml\:blur-md{
    --tw-blur: blur(12px);
  }

  .sml\:blur-lg{
    --tw-blur: blur(16px);
  }

  .sml\:blur-xl{
    --tw-blur: blur(24px);
  }

  .sml\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .sml\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .sml\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .sml\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .sml\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .sml\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .sml\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .sml\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .sml\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .sml\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .sml\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .sml\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .sml\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .sml\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .sml\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .sml\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .sml\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .sml\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .sml\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .sml\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .sml\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .sml\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .sml\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .sml\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .sml\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .sml\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .sml\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .sml\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .sml\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .sml\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .sml\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .sml\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .sml\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .sml\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .sml\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .sml\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .sml\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .sml\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .sml\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .sml\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .sml\:invert-0{
    --tw-invert: invert(0);
  }

  .sml\:invert{
    --tw-invert: invert(100%);
  }

  .sml\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .sml\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .sml\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .sml\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .sml\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .sml\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .sml\:sepia{
    --tw-sepia: sepia(100%);
  }

  .sml\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .sml\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .sml\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .sml\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .sml\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .sml\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .sml\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .sml\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .sml\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .sml\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .sml\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .sml\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .sml\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .sml\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .sml\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .sml\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .sml\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .sml\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .sml\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .sml\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .sml\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .sml\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .sml\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .sml\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .sml\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .sml\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .sml\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .sml\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .sml\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .sml\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .sml\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .sml\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .sml\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .sml\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .sml\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .sml\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .sml\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .sml\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .sml\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .sml\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .sml\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .sml\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .sml\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .sml\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .sml\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .sml\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .sml\:backdrop-opacity-35{
    --tw-backdrop-opacity: opacity(0.35);
  }

  .sml\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .sml\:backdrop-opacity-65{
    --tw-backdrop-opacity: opacity(0.65);
  }

  .sml\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .sml\:backdrop-opacity-85{
    --tw-backdrop-opacity: opacity(0.85);
  }

  .sml\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .sml\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .sml\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .sml\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .sml\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .sml\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .sml\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .sml\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .sml\:transition-none{
    transition-property: none;
  }

  .sml\:transition-all{
    transition-property: all;
  }

  .sml\:transition-default{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .sml\:transition-opacity{
    transition-property: opacity, z-index;
  }

  .sml\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sml\:transition-width{
    transition-property: width;
  }

  .sml\:delay-75{
    transition-delay: 75ms;
  }

  .sml\:delay-100{
    transition-delay: 100ms;
  }

  .sml\:delay-150{
    transition-delay: 150ms;
  }

  .sml\:delay-200{
    transition-delay: 200ms;
  }

  .sml\:delay-300{
    transition-delay: 300ms;
  }

  .sml\:delay-500{
    transition-delay: 500ms;
  }

  .sml\:delay-700{
    transition-delay: 700ms;
  }

  .sml\:delay-1000{
    transition-delay: 1000ms;
  }

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

  .sml\:duration-300{
    transition-duration: 300ms;
  }

  .sml\:duration-500{
    transition-duration: 500ms;
  }

  .sml\:duration-700{
    transition-duration: 700ms;
  }

  .sml\:ease-default{
    transition-timing-function: cubic-bezier(.08,.74,.37,.98);
  }

  .sml\:ease-linear{
    transition-timing-function: linear;
  }

  .sml\:ease-ease{
    transition-timing-function: ease;
  }

  .sml\:ease-in-out{
    transition-timing-function: ease-in-out;
  }
}

@media (min-width: 48em){
  .md\:container{
    width: 100%;
  }

  @media (min-width: 30em){
    .md\:container{
      max-width: 30em;
    }
  }

  @media (min-width: 48em){
    .md\:container{
      max-width: 48em;
    }
  }

  @media (min-width: 64em){
    .md\:container{
      max-width: 64em;
    }
  }

  @media (min-width: 80em){
    .md\:container{
      max-width: 80em;
    }
  }

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

  .md\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .md\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .md\:pointer-events-none{
    pointer-events: none;
  }

  .md\:pointer-events-auto{
    pointer-events: auto;
  }

  .md\:visible{
    visibility: visible;
  }

  .md\:invisible{
    visibility: hidden;
  }

  .md\:static{
    position: static;
  }

  .md\:fixed{
    position: fixed;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:relative{
    position: relative;
  }

  .md\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-1{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:inset-18{
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .md\:inset-24{
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .md\:inset-28{
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .md\:-inset-9999{
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
  }

  .md\:-inset-1{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:active\:inset-0:active{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:active\:inset-1:active{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .md\:active\:inset-18:active{
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .md\:active\:inset-24:active{
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .md\:active\:inset-28:active{
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .md\:active\:-inset-9999:active{
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
  }

  .md\:active\:-inset-1:active{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .md\:active\:inset-1\/2:active{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .md\:active\:inset-auto:active{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:inset-x-0{
    left: 0;
    right: 0;
  }

  .md\:inset-x-1{
    left: 1px;
    right: 1px;
  }

  .md\:inset-x-18{
    left: 18px;
    right: 18px;
  }

  .md\:inset-x-24{
    left: 24px;
    right: 24px;
  }

  .md\:inset-x-28{
    left: 28px;
    right: 28px;
  }

  .md\:-inset-x-9999{
    left: -9999px;
    right: -9999px;
  }

  .md\:-inset-x-1{
    left: -1px;
    right: -1px;
  }

  .md\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .md\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .md\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .md\:inset-y-1{
    top: 1px;
    bottom: 1px;
  }

  .md\:inset-y-18{
    top: 18px;
    bottom: 18px;
  }

  .md\:inset-y-24{
    top: 24px;
    bottom: 24px;
  }

  .md\:inset-y-28{
    top: 28px;
    bottom: 28px;
  }

  .md\:-inset-y-9999{
    top: -9999px;
    bottom: -9999px;
  }

  .md\:-inset-y-1{
    top: -1px;
    bottom: -1px;
  }

  .md\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .md\:active\:inset-x-0:active{
    left: 0;
    right: 0;
  }

  .md\:active\:inset-x-1:active{
    left: 1px;
    right: 1px;
  }

  .md\:active\:inset-x-18:active{
    left: 18px;
    right: 18px;
  }

  .md\:active\:inset-x-24:active{
    left: 24px;
    right: 24px;
  }

  .md\:active\:inset-x-28:active{
    left: 28px;
    right: 28px;
  }

  .md\:active\:-inset-x-9999:active{
    left: -9999px;
    right: -9999px;
  }

  .md\:active\:-inset-x-1:active{
    left: -1px;
    right: -1px;
  }

  .md\:active\:inset-x-1\/2:active{
    left: 50%;
    right: 50%;
  }

  .md\:active\:inset-x-auto:active{
    left: auto;
    right: auto;
  }

  .md\:active\:inset-y-0:active{
    top: 0;
    bottom: 0;
  }

  .md\:active\:inset-y-1:active{
    top: 1px;
    bottom: 1px;
  }

  .md\:active\:inset-y-18:active{
    top: 18px;
    bottom: 18px;
  }

  .md\:active\:inset-y-24:active{
    top: 24px;
    bottom: 24px;
  }

  .md\:active\:inset-y-28:active{
    top: 28px;
    bottom: 28px;
  }

  .md\:active\:-inset-y-9999:active{
    top: -9999px;
    bottom: -9999px;
  }

  .md\:active\:-inset-y-1:active{
    top: -1px;
    bottom: -1px;
  }

  .md\:active\:inset-y-1\/2:active{
    top: 50%;
    bottom: 50%;
  }

  .md\:active\:inset-y-auto:active{
    top: auto;
    bottom: auto;
  }

  .md\:top-0{
    top: 0;
  }

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

  .md\:top-18{
    top: 18px;
  }

  .md\:top-24{
    top: 24px;
  }

  .md\:top-28{
    top: 28px;
  }

  .md\:-top-9999{
    top: -9999px;
  }

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

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

  .md\:top-auto{
    top: auto;
  }

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

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

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

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

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

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

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

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

  .md\:right-auto{
    right: auto;
  }

  .md\:bottom-0{
    bottom: 0;
  }

  .md\:bottom-1{
    bottom: 1px;
  }

  .md\:bottom-18{
    bottom: 18px;
  }

  .md\:bottom-24{
    bottom: 24px;
  }

  .md\:bottom-28{
    bottom: 28px;
  }

  .md\:-bottom-9999{
    bottom: -9999px;
  }

  .md\:-bottom-1{
    bottom: -1px;
  }

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

  .md\:bottom-auto{
    bottom: auto;
  }

  .md\:left-0{
    left: 0;
  }

  .md\:left-1{
    left: 1px;
  }

  .md\:left-18{
    left: 18px;
  }

  .md\:left-24{
    left: 24px;
  }

  .md\:left-28{
    left: 28px;
  }

  .md\:-left-9999{
    left: -9999px;
  }

  .md\:-left-1{
    left: -1px;
  }

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

  .md\:left-auto{
    left: auto;
  }

  .md\:active\:top-0:active{
    top: 0;
  }

  .md\:active\:top-1:active{
    top: 1px;
  }

  .md\:active\:top-18:active{
    top: 18px;
  }

  .md\:active\:top-24:active{
    top: 24px;
  }

  .md\:active\:top-28:active{
    top: 28px;
  }

  .md\:active\:-top-9999:active{
    top: -9999px;
  }

  .md\:active\:-top-1:active{
    top: -1px;
  }

  .md\:active\:top-1\/2:active{
    top: 50%;
  }

  .md\:active\:top-auto:active{
    top: auto;
  }

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

  .md\:active\:right-1:active{
    right: 1px;
  }

  .md\:active\:right-18:active{
    right: 18px;
  }

  .md\:active\:right-24:active{
    right: 24px;
  }

  .md\:active\:right-28:active{
    right: 28px;
  }

  .md\:active\:-right-9999:active{
    right: -9999px;
  }

  .md\:active\:-right-1:active{
    right: -1px;
  }

  .md\:active\:right-1\/2:active{
    right: 50%;
  }

  .md\:active\:right-auto:active{
    right: auto;
  }

  .md\:active\:bottom-0:active{
    bottom: 0;
  }

  .md\:active\:bottom-1:active{
    bottom: 1px;
  }

  .md\:active\:bottom-18:active{
    bottom: 18px;
  }

  .md\:active\:bottom-24:active{
    bottom: 24px;
  }

  .md\:active\:bottom-28:active{
    bottom: 28px;
  }

  .md\:active\:-bottom-9999:active{
    bottom: -9999px;
  }

  .md\:active\:-bottom-1:active{
    bottom: -1px;
  }

  .md\:active\:bottom-1\/2:active{
    bottom: 50%;
  }

  .md\:active\:bottom-auto:active{
    bottom: auto;
  }

  .md\:active\:left-0:active{
    left: 0;
  }

  .md\:active\:left-1:active{
    left: 1px;
  }

  .md\:active\:left-18:active{
    left: 18px;
  }

  .md\:active\:left-24:active{
    left: 24px;
  }

  .md\:active\:left-28:active{
    left: 28px;
  }

  .md\:active\:-left-9999:active{
    left: -9999px;
  }

  .md\:active\:-left-1:active{
    left: -1px;
  }

  .md\:active\:left-1\/2:active{
    left: 50%;
  }

  .md\:active\:left-auto:active{
    left: auto;
  }

  .md\:isolate{
    isolation: isolate;
  }

  .md\:isolation-auto{
    isolation: auto;
  }

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

  .md\:z-1{
    z-index: 1;
  }

  .md\:z-2{
    z-index: 2;
  }

  .md\:z-3{
    z-index: 3;
  }

  .md\:z-4{
    z-index: 4;
  }

  .md\:z-5{
    z-index: 5;
  }

  .md\:z-8{
    z-index: 8;
  }

  .md\:z-9{
    z-index: 9;
  }

  .md\:z-99{
    z-index: 99;
  }

  .md\:z-auto{
    z-index: auto;
  }

  .md\:-z-1{
    z-index: -1;
  }

  .md\:z-top{
    z-index: 100;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:order-3{
    order: 3;
  }

  .md\:order-4{
    order: 4;
  }

  .md\:order-5{
    order: 5;
  }

  .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\:col-span-4{
    grid-column: span 4 / span 4;
  }

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

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

  .md\:clear-left{
    clear: left;
  }

  .md\:clear-right{
    clear: right;
  }

  .md\:clear-both{
    clear: both;
  }

  .md\:clear-none{
    clear: none;
  }

  .md\:m-0{
    margin: 0rem;
  }

  .md\:m-4{
    margin: 0.25rem;
  }

  .md\:m-8{
    margin: 0.5rem;
  }

  .md\:m-10{
    margin: 0.625rem;
  }

  .md\:m-12{
    margin: 0.75rem;
  }

  .md\:m-16{
    margin: 1rem;
  }

  .md\:m-20{
    margin: 1.25rem;
  }

  .md\:m-24{
    margin: 1.5rem;
  }

  .md\:m-28{
    margin: 1.75rem;
  }

  .md\:m-32{
    margin: 2rem;
  }

  .md\:m-40{
    margin: 2.5rem;
  }

  .md\:m-48{
    margin: 3rem;
  }

  .md\:m-56{
    margin: 3.5rem;
  }

  .md\:m-64{
    margin: 4rem;
  }

  .md\:m-72{
    margin: 4.5rem;
  }

  .md\:m-105{
    margin: 6.5625rem;
  }

  .md\:m-130{
    margin: 8.125rem;
  }

  .md\:m-150{
    margin: 9.375rem;
  }

  .md\:m-auto{
    margin: auto;
  }

  .md\:m-center{
    margin: 0 auto;
  }

  .md\:-m-1{
    margin: -0.0625rem;
  }

  .md\:-m-0{
    margin: 0rem;
  }

  .md\:-m-4{
    margin: -0.25rem;
  }

  .md\:-m-8{
    margin: -0.5rem;
  }

  .md\:-m-10{
    margin: -0.625rem;
  }

  .md\:-m-12{
    margin: -0.75rem;
  }

  .md\:-m-16{
    margin: -1rem;
  }

  .md\:-m-20{
    margin: -1.25rem;
  }

  .md\:-m-24{
    margin: -1.5rem;
  }

  .md\:-m-28{
    margin: -1.75rem;
  }

  .md\:-m-32{
    margin: -2rem;
  }

  .md\:-m-40{
    margin: -2.5rem;
  }

  .md\:-m-48{
    margin: -3rem;
  }

  .md\:-m-56{
    margin: -3.5rem;
  }

  .md\:-m-64{
    margin: -4rem;
  }

  .md\:-m-72{
    margin: -4.5rem;
  }

  .md\:-m-105{
    margin: -6.5625rem;
  }

  .md\:-m-130{
    margin: -8.125rem;
  }

  .md\:-m-150{
    margin: -9.375rem;
  }

  .md\:-m--1{
    margin: 0.0625rem;
  }

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

  .md\:mx-4{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:mx-8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:mx-10{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .md\:mx-12{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:mx-16{
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

  .md\:mx-24{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:mx-28{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:mx-32{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:mx-40{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:mx-48{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:mx-56{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:mx-64{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:mx-72{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .md\:mx-105{
    margin-left: 6.5625rem;
    margin-right: 6.5625rem;
  }

  .md\:mx-130{
    margin-left: 8.125rem;
    margin-right: 8.125rem;
  }

  .md\:mx-150{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

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

  .md\:mx-center{
    margin-left: 0 auto;
    margin-right: 0 auto;
  }

  .md\:-mx-1{
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }

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

  .md\:-mx-4{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-mx-8{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-mx-10{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .md\:-mx-12{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-mx-16{
    margin-left: -1rem;
    margin-right: -1rem;
  }

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

  .md\:-mx-24{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-mx-28{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:-mx-32{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-mx-40{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-mx-48{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-mx-56{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:-mx-64{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-mx-72{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .md\:-mx-105{
    margin-left: -6.5625rem;
    margin-right: -6.5625rem;
  }

  .md\:-mx-130{
    margin-left: -8.125rem;
    margin-right: -8.125rem;
  }

  .md\:-mx-150{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .md\:-mx--1{
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }

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

  .md\:my-4{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:my-8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:my-10{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:my-12{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:my-16{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:my-20{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:my-24{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-28{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:my-32{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:my-40{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:my-48{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-56{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:my-64{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-72{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .md\:my-105{
    margin-top: 6.5625rem;
    margin-bottom: 6.5625rem;
  }

  .md\:my-130{
    margin-top: 8.125rem;
    margin-bottom: 8.125rem;
  }

  .md\:my-150{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

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

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

  .md\:-my-1{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

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

  .md\:-my-4{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-my-8{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-my-10{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:-my-12{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-my-16{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-my-20{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-my-24{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-my-28{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:-my-32{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-my-40{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-my-48{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-my-56{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-my-64{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-my-72{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .md\:-my-105{
    margin-top: -6.5625rem;
    margin-bottom: -6.5625rem;
  }

  .md\:-my-130{
    margin-top: -8.125rem;
    margin-bottom: -8.125rem;
  }

  .md\:-my-150{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .md\:-my--1{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

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

  .md\:mt-4{
    margin-top: 0.25rem;
  }

  .md\:mt-8{
    margin-top: 0.5rem;
  }

  .md\:mt-10{
    margin-top: 0.625rem;
  }

  .md\:mt-12{
    margin-top: 0.75rem;
  }

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

  .md\:mt-20{
    margin-top: 1.25rem;
  }

  .md\:mt-24{
    margin-top: 1.5rem;
  }

  .md\:mt-28{
    margin-top: 1.75rem;
  }

  .md\:mt-32{
    margin-top: 2rem;
  }

  .md\:mt-40{
    margin-top: 2.5rem;
  }

  .md\:mt-48{
    margin-top: 3rem;
  }

  .md\:mt-56{
    margin-top: 3.5rem;
  }

  .md\:mt-64{
    margin-top: 4rem;
  }

  .md\:mt-72{
    margin-top: 4.5rem;
  }

  .md\:mt-105{
    margin-top: 6.5625rem;
  }

  .md\:mt-130{
    margin-top: 8.125rem;
  }

  .md\:mt-150{
    margin-top: 9.375rem;
  }

  .md\:mt-auto{
    margin-top: auto;
  }

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

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

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

  .md\:-mt-4{
    margin-top: -0.25rem;
  }

  .md\:-mt-8{
    margin-top: -0.5rem;
  }

  .md\:-mt-10{
    margin-top: -0.625rem;
  }

  .md\:-mt-12{
    margin-top: -0.75rem;
  }

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

  .md\:-mt-20{
    margin-top: -1.25rem;
  }

  .md\:-mt-24{
    margin-top: -1.5rem;
  }

  .md\:-mt-28{
    margin-top: -1.75rem;
  }

  .md\:-mt-32{
    margin-top: -2rem;
  }

  .md\:-mt-40{
    margin-top: -2.5rem;
  }

  .md\:-mt-48{
    margin-top: -3rem;
  }

  .md\:-mt-56{
    margin-top: -3.5rem;
  }

  .md\:-mt-64{
    margin-top: -4rem;
  }

  .md\:-mt-72{
    margin-top: -4.5rem;
  }

  .md\:-mt-105{
    margin-top: -6.5625rem;
  }

  .md\:-mt-130{
    margin-top: -8.125rem;
  }

  .md\:-mt-150{
    margin-top: -9.375rem;
  }

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

  .md\:mr-0{
    margin-right: 0rem;
  }

  .md\:mr-4{
    margin-right: 0.25rem;
  }

  .md\:mr-8{
    margin-right: 0.5rem;
  }

  .md\:mr-10{
    margin-right: 0.625rem;
  }

  .md\:mr-12{
    margin-right: 0.75rem;
  }

  .md\:mr-16{
    margin-right: 1rem;
  }

  .md\:mr-20{
    margin-right: 1.25rem;
  }

  .md\:mr-24{
    margin-right: 1.5rem;
  }

  .md\:mr-28{
    margin-right: 1.75rem;
  }

  .md\:mr-32{
    margin-right: 2rem;
  }

  .md\:mr-40{
    margin-right: 2.5rem;
  }

  .md\:mr-48{
    margin-right: 3rem;
  }

  .md\:mr-56{
    margin-right: 3.5rem;
  }

  .md\:mr-64{
    margin-right: 4rem;
  }

  .md\:mr-72{
    margin-right: 4.5rem;
  }

  .md\:mr-105{
    margin-right: 6.5625rem;
  }

  .md\:mr-130{
    margin-right: 8.125rem;
  }

  .md\:mr-150{
    margin-right: 9.375rem;
  }

  .md\:mr-auto{
    margin-right: auto;
  }

  .md\:mr-center{
    margin-right: 0 auto;
  }

  .md\:-mr-1{
    margin-right: -0.0625rem;
  }

  .md\:-mr-0{
    margin-right: 0rem;
  }

  .md\:-mr-4{
    margin-right: -0.25rem;
  }

  .md\:-mr-8{
    margin-right: -0.5rem;
  }

  .md\:-mr-10{
    margin-right: -0.625rem;
  }

  .md\:-mr-12{
    margin-right: -0.75rem;
  }

  .md\:-mr-16{
    margin-right: -1rem;
  }

  .md\:-mr-20{
    margin-right: -1.25rem;
  }

  .md\:-mr-24{
    margin-right: -1.5rem;
  }

  .md\:-mr-28{
    margin-right: -1.75rem;
  }

  .md\:-mr-32{
    margin-right: -2rem;
  }

  .md\:-mr-40{
    margin-right: -2.5rem;
  }

  .md\:-mr-48{
    margin-right: -3rem;
  }

  .md\:-mr-56{
    margin-right: -3.5rem;
  }

  .md\:-mr-64{
    margin-right: -4rem;
  }

  .md\:-mr-72{
    margin-right: -4.5rem;
  }

  .md\:-mr-105{
    margin-right: -6.5625rem;
  }

  .md\:-mr-130{
    margin-right: -8.125rem;
  }

  .md\:-mr-150{
    margin-right: -9.375rem;
  }

  .md\:-mr--1{
    margin-right: 0.0625rem;
  }

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

  .md\:mb-4{
    margin-bottom: 0.25rem;
  }

  .md\:mb-8{
    margin-bottom: 0.5rem;
  }

  .md\:mb-10{
    margin-bottom: 0.625rem;
  }

  .md\:mb-12{
    margin-bottom: 0.75rem;
  }

  .md\:mb-16{
    margin-bottom: 1rem;
  }

  .md\:mb-20{
    margin-bottom: 1.25rem;
  }

  .md\:mb-24{
    margin-bottom: 1.5rem;
  }

  .md\:mb-28{
    margin-bottom: 1.75rem;
  }

  .md\:mb-32{
    margin-bottom: 2rem;
  }

  .md\:mb-40{
    margin-bottom: 2.5rem;
  }

  .md\:mb-48{
    margin-bottom: 3rem;
  }

  .md\:mb-56{
    margin-bottom: 3.5rem;
  }

  .md\:mb-64{
    margin-bottom: 4rem;
  }

  .md\:mb-72{
    margin-bottom: 4.5rem;
  }

  .md\:mb-105{
    margin-bottom: 6.5625rem;
  }

  .md\:mb-130{
    margin-bottom: 8.125rem;
  }

  .md\:mb-150{
    margin-bottom: 9.375rem;
  }

  .md\:mb-auto{
    margin-bottom: auto;
  }

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

  .md\:-mb-1{
    margin-bottom: -0.0625rem;
  }

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

  .md\:-mb-4{
    margin-bottom: -0.25rem;
  }

  .md\:-mb-8{
    margin-bottom: -0.5rem;
  }

  .md\:-mb-10{
    margin-bottom: -0.625rem;
  }

  .md\:-mb-12{
    margin-bottom: -0.75rem;
  }

  .md\:-mb-16{
    margin-bottom: -1rem;
  }

  .md\:-mb-20{
    margin-bottom: -1.25rem;
  }

  .md\:-mb-24{
    margin-bottom: -1.5rem;
  }

  .md\:-mb-28{
    margin-bottom: -1.75rem;
  }

  .md\:-mb-32{
    margin-bottom: -2rem;
  }

  .md\:-mb-40{
    margin-bottom: -2.5rem;
  }

  .md\:-mb-48{
    margin-bottom: -3rem;
  }

  .md\:-mb-56{
    margin-bottom: -3.5rem;
  }

  .md\:-mb-64{
    margin-bottom: -4rem;
  }

  .md\:-mb-72{
    margin-bottom: -4.5rem;
  }

  .md\:-mb-105{
    margin-bottom: -6.5625rem;
  }

  .md\:-mb-130{
    margin-bottom: -8.125rem;
  }

  .md\:-mb-150{
    margin-bottom: -9.375rem;
  }

  .md\:-mb--1{
    margin-bottom: 0.0625rem;
  }

  .md\:ml-0{
    margin-left: 0rem;
  }

  .md\:ml-4{
    margin-left: 0.25rem;
  }

  .md\:ml-8{
    margin-left: 0.5rem;
  }

  .md\:ml-10{
    margin-left: 0.625rem;
  }

  .md\:ml-12{
    margin-left: 0.75rem;
  }

  .md\:ml-16{
    margin-left: 1rem;
  }

  .md\:ml-20{
    margin-left: 1.25rem;
  }

  .md\:ml-24{
    margin-left: 1.5rem;
  }

  .md\:ml-28{
    margin-left: 1.75rem;
  }

  .md\:ml-32{
    margin-left: 2rem;
  }

  .md\:ml-40{
    margin-left: 2.5rem;
  }

  .md\:ml-48{
    margin-left: 3rem;
  }

  .md\:ml-56{
    margin-left: 3.5rem;
  }

  .md\:ml-64{
    margin-left: 4rem;
  }

  .md\:ml-72{
    margin-left: 4.5rem;
  }

  .md\:ml-105{
    margin-left: 6.5625rem;
  }

  .md\:ml-130{
    margin-left: 8.125rem;
  }

  .md\:ml-150{
    margin-left: 9.375rem;
  }

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:ml-center{
    margin-left: 0 auto;
  }

  .md\:-ml-1{
    margin-left: -0.0625rem;
  }

  .md\:-ml-0{
    margin-left: 0rem;
  }

  .md\:-ml-4{
    margin-left: -0.25rem;
  }

  .md\:-ml-8{
    margin-left: -0.5rem;
  }

  .md\:-ml-10{
    margin-left: -0.625rem;
  }

  .md\:-ml-12{
    margin-left: -0.75rem;
  }

  .md\:-ml-16{
    margin-left: -1rem;
  }

  .md\:-ml-20{
    margin-left: -1.25rem;
  }

  .md\:-ml-24{
    margin-left: -1.5rem;
  }

  .md\:-ml-28{
    margin-left: -1.75rem;
  }

  .md\:-ml-32{
    margin-left: -2rem;
  }

  .md\:-ml-40{
    margin-left: -2.5rem;
  }

  .md\:-ml-48{
    margin-left: -3rem;
  }

  .md\:-ml-56{
    margin-left: -3.5rem;
  }

  .md\:-ml-64{
    margin-left: -4rem;
  }

  .md\:-ml-72{
    margin-left: -4.5rem;
  }

  .md\:-ml-105{
    margin-left: -6.5625rem;
  }

  .md\:-ml-130{
    margin-left: -8.125rem;
  }

  .md\:-ml-150{
    margin-left: -9.375rem;
  }

  .md\:-ml--1{
    margin-left: 0.0625rem;
  }

  .md\:box-border{
    box-sizing: border-box;
  }

  .md\:box-content{
    box-sizing: content-box;
  }

  .md\:block{
    display: block;
  }

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

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

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

  .md\:table{
    display: table;
  }

  .md\:inline-table{
    display: inline-table;
  }

  .md\:table-caption{
    display: table-caption;
  }

  .md\:table-cell{
    display: table-cell;
  }

  .md\:table-column{
    display: table-column;
  }

  .md\:table-column-group{
    display: table-column-group;
  }

  .md\:table-footer-group{
    display: table-footer-group;
  }

  .md\:table-header-group{
    display: table-header-group;
  }

  .md\:table-row-group{
    display: table-row-group;
  }

  .md\:table-row{
    display: table-row;
  }

  .md\:flow-root{
    display: flow-root;
  }

  .md\:grid{
    display: grid;
  }

  .md\:inline-grid{
    display: inline-grid;
  }

  .md\:contents{
    display: contents;
  }

  .md\:list-item{
    display: list-item;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-0{
    height: 0rem;
  }

  .md\:h-8{
    height: 0.5rem;
  }

  .md\:h-14{
    height: 0.875rem;
  }

  .md\:h-32{
    height: 2rem;
  }

  .md\:h-800{
    height: 50rem;
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:h-1\/2{
    height: 50%;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:h-screen{
    height: 100vh;
  }

  .md\:h-screen-40{
    height: 40vh;
  }

  .md\:max-h-130{
    max-height: 8.125rem;
  }

  .md\:min-h-105{
    min-height: 6.5625rem;
  }

  .md\:min-h-135{
    min-height: 8.4375rem;
  }

  .md\:w-0{
    width: 0rem;
  }

  .md\:w-4{
    width: 0.25rem;
  }

  .md\:w-8{
    width: 0.5rem;
  }

  .md\:w-10{
    width: 0.625rem;
  }

  .md\:w-12{
    width: 0.75rem;
  }

  .md\:w-14{
    width: 0.875rem;
  }

  .md\:w-16{
    width: 1rem;
  }

  .md\:w-20{
    width: 1.25rem;
  }

  .md\:w-24{
    width: 1.5rem;
  }

  .md\:w-28{
    width: 1.75rem;
  }

  .md\:w-32{
    width: 2rem;
  }

  .md\:w-40{
    width: 2.5rem;
  }

  .md\:w-48{
    width: 3rem;
  }

  .md\:w-56{
    width: 3.5rem;
  }

  .md\:w-64{
    width: 4rem;
  }

  .md\:w-72{
    width: 4.5rem;
  }

  .md\:w-105{
    width: 6.5625rem;
  }

  .md\:w-130{
    width: 8.125rem;
  }

  .md\:w-150{
    width: 9.375rem;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:-w-1{
    width: -0.0625rem;
  }

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

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

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

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

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

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

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

  .md\:w-full{
    width: 100%;
  }

  .md\:w-screen{
    width: 100vw;
  }

  .md\:max-w-250{
    max-width: 15.625rem;
  }

  .md\:max-w-300{
    max-width: 18.75rem;
  }

  .md\:max-w-640{
    max-width: 40rem;
  }

  .md\:max-w-700{
    max-width: 43.75rem;
  }

  .md\:max-w-full{
    max-width: 100%;
  }

  .md\:flex-1{
    flex: 1 1 0%;
  }

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

  .md\:flex-initial{
    flex: 0 1 auto;
  }

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

  .md\:flex-1\/3{
    flex: 33% 0 0;
  }

  .md\:flex-1\/2{
    flex: 50% 0 0;
  }

  .md\:flex-full{
    flex: 100% 0 0;
  }

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

  .md\:flex-shrink-1{
    flex-shrink: 1;
  }

  .md\:flex-shrink-default{
    flex-shrink: 1;
  }

  .md\:flex-grow-0{
    flex-grow: 0;
  }

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

  .md\:flex-grow-default{
    flex-grow: 1;
  }

  .md\:table-auto{
    table-layout: auto;
  }

  .md\:table-fixed{
    table-layout: fixed;
  }

  .md\:border-collapse{
    border-collapse: collapse;
  }

  .md\:border-separate{
    border-collapse: separate;
  }

  .md\:transform{
    --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;
    transform: translateX(var(--tw-translate-x)) translateY(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));
  }

  .md\:transform-gpu{
    --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;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:transform-none{
    transform: none;
  }

  .md\:translate-x-0{
    --tw-translate-x: 0;
  }

  .md\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .md\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .md\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .md\:translate-y-0{
    --tw-translate-y: 0;
  }

  .md\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .md\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .md\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .md\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  .md\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .md\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .md\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .md\:hover\:translate-y-0:hover{
    --tw-translate-y: 0;
  }

  .md\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .md\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .md\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .md\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  .md\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .md\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .md\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .md\:focus\:translate-y-0:focus{
    --tw-translate-y: 0;
  }

  .md\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .md\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .md\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .md\:scale-85{
    --tw-scale-x: .85;
    --tw-scale-y: .85;
  }

  .md\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:hover\:scale-85:hover{
    --tw-scale-x: .85;
    --tw-scale-y: .85;
  }

  .md\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:focus\:scale-85:focus{
    --tw-scale-x: .85;
    --tw-scale-y: .85;
  }

  .md\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .md\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .md\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:scale-x-85{
    --tw-scale-x: .85;
  }

  .md\:scale-x-95{
    --tw-scale-x: .95;
  }

  .md\:scale-x-100{
    --tw-scale-x: 1;
  }

  .md\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .md\:scale-y-85{
    --tw-scale-y: .85;
  }

  .md\:scale-y-95{
    --tw-scale-y: .95;
  }

  .md\:scale-y-100{
    --tw-scale-y: 1;
  }

  .md\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .md\:hover\:scale-x-85:hover{
    --tw-scale-x: .85;
  }

  .md\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .md\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .md\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .md\:hover\:scale-y-85:hover{
    --tw-scale-y: .85;
  }

  .md\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .md\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .md\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .md\:focus\:scale-x-85:focus{
    --tw-scale-x: .85;
  }

  .md\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .md\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .md\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .md\:focus\:scale-y-85:focus{
    --tw-scale-y: .85;
  }

  .md\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .md\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .md\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .md\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  .md\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .md\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

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

  .md\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .md\:cursor-auto{
    cursor: auto;
  }

  .md\:cursor-default{
    cursor: default;
  }

  .md\:cursor-pointer{
    cursor: pointer;
  }

  .md\:cursor-wait{
    cursor: wait;
  }

  .md\:cursor-text{
    cursor: text;
  }

  .md\:cursor-move{
    cursor: move;
  }

  .md\:cursor-grab{
    cursor: -webkit-grab;
    cursor: grab;
  }

  .md\:cursor-grabbing{
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }

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

  .md\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .md\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .md\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .md\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .md\:resize-none{
    resize: none;
  }

  .md\:resize-y{
    resize: vertical;
  }

  .md\:resize-x{
    resize: horizontal;
  }

  .md\:resize{
    resize: both;
  }

  .md\:list-inside{
    list-style-position: inside;
  }

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

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

  .md\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .md\:grid-flow-row{
    grid-auto-flow: row;
  }

  .md\:grid-flow-col{
    grid-auto-flow: column;
  }

  .md\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .md\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .md\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .md\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .md\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .md\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

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

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

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

  .md\:grid-cols-none{
    grid-template-columns: none;
  }

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

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

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

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

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

  .md\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .md\:place-content-center{
    place-content: center;
  }

  .md\:place-content-start{
    place-content: start;
  }

  .md\:place-content-end{
    place-content: end;
  }

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

  .md\:place-content-around{
    place-content: space-around;
  }

  .md\:place-content-evenly{
    place-content: space-evenly;
  }

  .md\:place-content-stretch{
    place-content: stretch;
  }

  .md\:place-items-start{
    place-items: start;
  }

  .md\:place-items-end{
    place-items: end;
  }

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

  .md\:place-items-stretch{
    place-items: stretch;
  }

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

  .md\:content-start{
    align-content: flex-start;
  }

  .md\:content-end{
    align-content: flex-end;
  }

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

  .md\:content-around{
    align-content: space-around;
  }

  .md\:content-evenly{
    align-content: space-evenly;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:justify-items-start{
    justify-items: start;
  }

  .md\:justify-items-end{
    justify-items: end;
  }

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

  .md\:justify-items-stretch{
    justify-items: stretch;
  }

  .md\:gap-0{
    gap: 0rem;
  }

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

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

  .md\:gap-10{
    gap: 0.625rem;
  }

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

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

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

  .md\:gap-24{
    gap: 1.5rem;
  }

  .md\:gap-28{
    gap: 1.75rem;
  }

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

  .md\:gap-40{
    gap: 2.5rem;
  }

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

  .md\:gap-56{
    gap: 3.5rem;
  }

  .md\:gap-64{
    gap: 4rem;
  }

  .md\:gap-72{
    gap: 4.5rem;
  }

  .md\:gap-105{
    gap: 6.5625rem;
  }

  .md\:gap-130{
    gap: 8.125rem;
  }

  .md\:gap-150{
    gap: 9.375rem;
  }

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

  .md\:gap-x-0{
    -moz-column-gap: 0rem;
         column-gap: 0rem;
  }

  .md\:gap-x-4{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:gap-x-8{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .md\:gap-x-10{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .md\:gap-x-12{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .md\:gap-x-16{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-x-20{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-24{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-x-28{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .md\:gap-x-32{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-x-40{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-x-48{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:gap-x-56{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .md\:gap-x-64{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:gap-x-72{
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .md\:gap-x-105{
    -moz-column-gap: 6.5625rem;
         column-gap: 6.5625rem;
  }

  .md\:gap-x-130{
    -moz-column-gap: 8.125rem;
         column-gap: 8.125rem;
  }

  .md\:gap-x-150{
    -moz-column-gap: 9.375rem;
         column-gap: 9.375rem;
  }

  .md\:-gap-x-1{
    -moz-column-gap: -0.0625rem;
         column-gap: -0.0625rem;
  }

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

  .md\:gap-y-4{
    row-gap: 0.25rem;
  }

  .md\:gap-y-8{
    row-gap: 0.5rem;
  }

  .md\:gap-y-10{
    row-gap: 0.625rem;
  }

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

  .md\:gap-y-16{
    row-gap: 1rem;
  }

  .md\:gap-y-20{
    row-gap: 1.25rem;
  }

  .md\:gap-y-24{
    row-gap: 1.5rem;
  }

  .md\:gap-y-28{
    row-gap: 1.75rem;
  }

  .md\:gap-y-32{
    row-gap: 2rem;
  }

  .md\:gap-y-40{
    row-gap: 2.5rem;
  }

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

  .md\:gap-y-56{
    row-gap: 3.5rem;
  }

  .md\:gap-y-64{
    row-gap: 4rem;
  }

  .md\:gap-y-72{
    row-gap: 4.5rem;
  }

  .md\:gap-y-105{
    row-gap: 6.5625rem;
  }

  .md\:gap-y-130{
    row-gap: 8.125rem;
  }

  .md\:gap-y-150{
    row-gap: 9.375rem;
  }

  .md\:-gap-y-1{
    row-gap: -0.0625rem;
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0rem * var(--tw-space-x-reverse));
    margin-left: calc(0rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-105 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5625rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-130 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9.375rem * var(--tw-space-x-reverse));
    margin-left: calc(9.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.0625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.0625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0rem * var(--tw-space-x-reverse));
    margin-left: calc(0rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-105 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5625rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-130 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x--1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.0625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.0625rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .md\:space-y-4 > :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));
  }

  .md\:space-y-8 > :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));
  }

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

  .md\:space-y-12 > :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\:space-y-16 > :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));
  }

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

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

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

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

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

  .md\:space-y-48 > :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));
  }

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

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

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

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

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

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

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

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

  .md\:-space-y-4 > :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));
  }

  .md\:-space-y-8 > :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));
  }

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

  .md\:-space-y-12 > :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\:-space-y-16 > :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));
  }

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

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

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

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

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

  .md\:-space-y-48 > :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));
  }

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

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

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

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

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

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

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

  .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .md\:divide-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-x-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .md\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .md\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .md\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .md\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .md\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .md\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .md\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .md\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .md\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-divide-opacity));
  }

  .md\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 200, 200, var(--tw-divide-opacity));
  }

  .md\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-divide-opacity));
  }

  .md\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(137, 141, 141, var(--tw-divide-opacity));
  }

  .md\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(62, 63, 63, var(--tw-divide-opacity));
  }

  .md\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-divide-opacity));
  }

  .md\:divide-gold-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(215, 200, 181, var(--tw-divide-opacity));
  }

  .md\:divide-gold-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 170, 147, var(--tw-divide-opacity));
  }

  .md\:divide-gold-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(164, 141, 113, var(--tw-divide-opacity));
  }

  .md\:divide-gold-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 111, 78, var(--tw-divide-opacity));
  }

  .md\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 61, 61, var(--tw-divide-opacity));
  }

  .md\:divide-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-divide-opacity));
  }

  .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .md\:divide-opacity-35 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.35;
  }

  .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .md\:divide-opacity-65 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.65;
  }

  .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .md\:divide-opacity-85 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.85;
  }

  .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .md\:place-self-auto{
    place-self: auto;
  }

  .md\:place-self-start{
    place-self: start;
  }

  .md\:place-self-end{
    place-self: end;
  }

  .md\:place-self-center{
    place-self: center;
  }

  .md\:place-self-stretch{
    place-self: stretch;
  }

  .md\:self-auto{
    align-self: auto;
  }

  .md\:self-start{
    align-self: flex-start;
  }

  .md\:self-end{
    align-self: flex-end;
  }

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

  .md\:self-stretch{
    align-self: stretch;
  }

  .md\:self-baseline{
    align-self: baseline;
  }

  .md\:justify-self-auto{
    justify-self: auto;
  }

  .md\:justify-self-start{
    justify-self: start;
  }

  .md\:justify-self-end{
    justify-self: end;
  }

  .md\:justify-self-center{
    justify-self: center;
  }

  .md\:justify-self-stretch{
    justify-self: stretch;
  }

  .md\:overflow-auto{
    overflow: auto;
  }

  .md\:overflow-hidden{
    overflow: hidden;
  }

  .md\:overflow-visible{
    overflow: visible;
  }

  .md\:overflow-scroll{
    overflow: scroll;
  }

  .md\:overflow-x-auto{
    overflow-x: auto;
  }

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

  .md\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .md\:overflow-x-visible{
    overflow-x: visible;
  }

  .md\:overflow-y-visible{
    overflow-y: visible;
  }

  .md\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .md\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .md\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .md\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .md\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .md\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .md\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .md\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .md\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .md\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

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

  .md\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .md\:overflow-clip{
    text-overflow: clip;
  }

  .md\:whitespace-normal{
    white-space: normal;
  }

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

  .md\:whitespace-pre{
    white-space: pre;
  }

  .md\:whitespace-pre-line{
    white-space: pre-line;
  }

  .md\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .md\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .md\:break-words{
    overflow-wrap: break-word;
  }

  .md\:break-all{
    word-break: break-all;
  }

  .md\:rounded-100{
    border-radius: 100%;
  }

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

  .md\:rounded-t-100{
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
  }

  .md\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-100{
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
  }

  .md\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-100{
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
  }

  .md\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-100{
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
  }

  .md\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-100{
    border-top-left-radius: 100%;
  }

  .md\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-100{
    border-top-right-radius: 100%;
  }

  .md\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-100{
    border-bottom-right-radius: 100%;
  }

  .md\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-100{
    border-bottom-left-radius: 100%;
  }

  .md\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .md\:border-1{
    border-width: 1px;
  }

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

  .md\:border-3{
    border-width: 3px;
  }

  .md\:border-default{
    border-width: 1px;
  }

  .md\:border-t-1{
    border-top-width: 1px;
  }

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

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

  .md\:border-t-default{
    border-top-width: 1px;
  }

  .md\:border-r-1{
    border-right-width: 1px;
  }

  .md\:border-r-2{
    border-right-width: 2px;
  }

  .md\:border-r-3{
    border-right-width: 3px;
  }

  .md\:border-r-default{
    border-right-width: 1px;
  }

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

  .md\:border-b-2{
    border-bottom-width: 2px;
  }

  .md\:border-b-3{
    border-bottom-width: 3px;
  }

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

  .md\:border-l-1{
    border-left-width: 1px;
  }

  .md\:border-l-2{
    border-left-width: 2px;
  }

  .md\:border-l-3{
    border-left-width: 3px;
  }

  .md\:border-l-default{
    border-left-width: 1px;
  }

  .md\:border-solid{
    border-style: solid;
  }

  .md\:border-dashed{
    border-style: dashed;
  }

  .md\:border-dotted{
    border-style: dotted;
  }

  .md\:border-double{
    border-style: double;
  }

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

  .md\:border-transparent{
    border-color: transparent;
  }

  .md\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  }

  .md\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 200, 200, var(--tw-border-opacity));
  }

  .md\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-border-opacity));
  }

  .md\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(137, 141, 141, var(--tw-border-opacity));
  }

  .md\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(62, 63, 63, var(--tw-border-opacity));
  }

  .md\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .md\:border-gold-200{
    --tw-border-opacity: 1;
    border-color: rgba(215, 200, 181, var(--tw-border-opacity));
  }

  .md\:border-gold-300{
    --tw-border-opacity: 1;
    border-color: rgba(190, 170, 147, var(--tw-border-opacity));
  }

  .md\:border-gold-400{
    --tw-border-opacity: 1;
    border-color: rgba(164, 141, 113, var(--tw-border-opacity));
  }

  .md\:border-gold-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 111, 78, var(--tw-border-opacity));
  }

  .md\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 61, 61, var(--tw-border-opacity));
  }

  .md\:border-default{
    --tw-border-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-border-opacity));
  }

  .md\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .md\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 200, 200, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(137, 141, 141, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(62, 63, 63, var(--tw-border-opacity));
  }

  .md\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .md\:hover\:border-gold-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(215, 200, 181, var(--tw-border-opacity));
  }

  .md\:hover\:border-gold-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 170, 147, var(--tw-border-opacity));
  }

  .md\:hover\:border-gold-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(164, 141, 113, var(--tw-border-opacity));
  }

  .md\:hover\:border-gold-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 111, 78, var(--tw-border-opacity));
  }

  .md\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 61, 61, var(--tw-border-opacity));
  }

  .md\:hover\:border-default:hover{
    --tw-border-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-border-opacity));
  }

  .md\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .md\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .md\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 200, 200, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(137, 141, 141, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(62, 63, 63, var(--tw-border-opacity));
  }

  .md\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .md\:focus\:border-gold-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(215, 200, 181, var(--tw-border-opacity));
  }

  .md\:focus\:border-gold-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 170, 147, var(--tw-border-opacity));
  }

  .md\:focus\:border-gold-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(164, 141, 113, var(--tw-border-opacity));
  }

  .md\:focus\:border-gold-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 111, 78, var(--tw-border-opacity));
  }

  .md\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 61, 61, var(--tw-border-opacity));
  }

  .md\:focus\:border-default:focus{
    --tw-border-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-border-opacity));
  }

  .md\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .md\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .md\:border-opacity-35{
    --tw-border-opacity: 0.35;
  }

  .md\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .md\:border-opacity-65{
    --tw-border-opacity: 0.65;
  }

  .md\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .md\:border-opacity-85{
    --tw-border-opacity: 0.85;
  }

  .md\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .md\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .md\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:border-opacity-35{
    --tw-border-opacity: 0.35;
  }

  .group:hover .md\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:border-opacity-65{
    --tw-border-opacity: 0.65;
  }

  .group:hover .md\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:border-opacity-85{
    --tw-border-opacity: 0.85;
  }

  .group:hover .md\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .md\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .md\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .md\:focus-within\:border-opacity-35:focus-within{
    --tw-border-opacity: 0.35;
  }

  .md\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .md\:focus-within\:border-opacity-65:focus-within{
    --tw-border-opacity: 0.65;
  }

  .md\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .md\:focus-within\:border-opacity-85:focus-within{
    --tw-border-opacity: 0.85;
  }

  .md\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .md\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .md\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .md\:hover\:border-opacity-35:hover{
    --tw-border-opacity: 0.35;
  }

  .md\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .md\:hover\:border-opacity-65:hover{
    --tw-border-opacity: 0.65;
  }

  .md\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .md\:hover\:border-opacity-85:hover{
    --tw-border-opacity: 0.85;
  }

  .md\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .md\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .md\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .md\:focus\:border-opacity-35:focus{
    --tw-border-opacity: 0.35;
  }

  .md\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .md\:focus\:border-opacity-65:focus{
    --tw-border-opacity: 0.65;
  }

  .md\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .md\:focus\:border-opacity-85:focus{
    --tw-border-opacity: 0.85;
  }

  .md\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

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

  .md\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
  }

  .md\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 200, 200, var(--tw-bg-opacity));
  }

  .md\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 171, 171, var(--tw-bg-opacity));
  }

  .md\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(137, 141, 141, var(--tw-bg-opacity));
  }

  .md\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 63, 63, var(--tw-bg-opacity));
  }

  .md\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .md\:bg-gold-200{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 200, 181, var(--tw-bg-opacity));
  }

  .md\:bg-gold-300{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 170, 147, var(--tw-bg-opacity));
  }

  .md\:bg-gold-400{
    --tw-bg-opacity: 1;
    background-color: rgba(164, 141, 113, var(--tw-bg-opacity));
  }

  .md\:bg-gold-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 111, 78, var(--tw-bg-opacity));
  }

  .md\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 61, 61, var(--tw-bg-opacity));
  }

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

  .md\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 200, 200, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 171, 171, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(137, 141, 141, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 63, 63, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gold-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 200, 181, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gold-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 170, 147, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gold-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(164, 141, 113, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-gold-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 111, 78, var(--tw-bg-opacity));
  }

  .md\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 61, 61, var(--tw-bg-opacity));
  }

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

  .md\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 200, 200, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 171, 171, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(137, 141, 141, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 63, 63, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gold-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 200, 181, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gold-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 170, 147, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gold-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(164, 141, 113, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-gold-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 111, 78, var(--tw-bg-opacity));
  }

  .md\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 61, 61, var(--tw-bg-opacity));
  }

  .md\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .md\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .md\:bg-opacity-35{
    --tw-bg-opacity: 0.35;
  }

  .md\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

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

  .md\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

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

  .md\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .md\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .md\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:bg-opacity-35{
    --tw-bg-opacity: 0.35;
  }

  .group:hover .md\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:bg-opacity-65{
    --tw-bg-opacity: 0.65;
  }

  .group:hover .md\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:bg-opacity-85{
    --tw-bg-opacity: 0.85;
  }

  .group:hover .md\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .md\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .md\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .md\:focus-within\:bg-opacity-35:focus-within{
    --tw-bg-opacity: 0.35;
  }

  .md\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .md\:focus-within\:bg-opacity-65:focus-within{
    --tw-bg-opacity: 0.65;
  }

  .md\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .md\:focus-within\:bg-opacity-85:focus-within{
    --tw-bg-opacity: 0.85;
  }

  .md\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .md\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .md\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .md\:hover\:bg-opacity-35:hover{
    --tw-bg-opacity: 0.35;
  }

  .md\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .md\:hover\:bg-opacity-65:hover{
    --tw-bg-opacity: 0.65;
  }

  .md\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .md\:hover\:bg-opacity-85:hover{
    --tw-bg-opacity: 0.85;
  }

  .md\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .md\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .md\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .md\:focus\:bg-opacity-35:focus{
    --tw-bg-opacity: 0.35;
  }

  .md\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .md\:focus\:bg-opacity-65:focus{
    --tw-bg-opacity: 0.65;
  }

  .md\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .md\:focus\:bg-opacity-85:focus{
    --tw-bg-opacity: 0.85;
  }

  .md\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .md\:bg-marble{
    background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.35)), linear-gradient(180deg, #111111 14.42%, rgba(17, 17, 17, 0) 33.28%), linear-gradient(360deg, #111111 11.36%, rgba(17, 17, 17, 0) 41.43%), url('./../../files/images/marble.jpg');
  }

  .md\:bg-marble-wide{
    background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.35)), linear-gradient(180deg, #111111 14.42%, rgba(17, 17, 17, 0) 33.28%), linear-gradient(360deg, #111111 11.36%, rgba(17, 17, 17, 0) 41.43%), url('./../../files/images/marble-wide.jpg');
  }

  .md\:bg-marble-alt{
    background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0.6)), linear-gradient(0deg, #111111 24.02%, rgba(17, 17, 17, 0) 54.12%), url('./../../files/images/marble-alt.jpg');
  }

  .md\:bg-marble-solid{
    background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.35)), linear-gradient(180deg, #111111 14.42%, rgba(17, 17, 17, 0) 33.28%), linear-gradient(360deg, #111111 11.36%, rgba(17, 17, 17, 0) 41.43%), url(./../../files/images/marble-alt.jpg);
  }

  .md\:bg-marble-menu{
    background-image: url(./../../files/images/marble-menu.jpg);
  }

  .md\:bg-dropdown-arrow{
    background-image: url(./../../files/svgs/icon-dropdown-arrow.svg);
  }

  .md\:bg-dropdown-arrow-white{
    background-image: url(./../../files/svgs/icon-dropdown-arrow-white.svg);
  }

  .md\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:from-gray-100{
    --tw-gradient-from: #E6E6E6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .md\:from-gray-200{
    --tw-gradient-from: #C7C8C8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 200, 200, 0));
  }

  .md\:from-gray-300{
    --tw-gradient-from: #A8ABAB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 171, 171, 0));
  }

  .md\:from-gray-400{
    --tw-gradient-from: #898D8D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(137, 141, 141, 0));
  }

  .md\:from-gray-500{
    --tw-gradient-from: #3E3F3F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 63, 63, 0));
  }

  .md\:from-gray-600{
    --tw-gradient-from: #111111;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 17, 17, 0));
  }

  .md\:from-gold-200{
    --tw-gradient-from: #D7C8B5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 200, 181, 0));
  }

  .md\:from-gold-300{
    --tw-gradient-from: #BEAA93;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 170, 147, 0));
  }

  .md\:from-gold-400{
    --tw-gradient-from: #A48D71;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(164, 141, 113, 0));
  }

  .md\:from-gold-500{
    --tw-gradient-from: #8B6F4E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 111, 78, 0));
  }

  .md\:from-red-300{
    --tw-gradient-from: #F03D3D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 61, 61, 0));
  }

  .md\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:from-gray-100:hover{
    --tw-gradient-from: #E6E6E6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .md\:hover\:from-gray-200:hover{
    --tw-gradient-from: #C7C8C8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 200, 200, 0));
  }

  .md\:hover\:from-gray-300:hover{
    --tw-gradient-from: #A8ABAB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 171, 171, 0));
  }

  .md\:hover\:from-gray-400:hover{
    --tw-gradient-from: #898D8D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(137, 141, 141, 0));
  }

  .md\:hover\:from-gray-500:hover{
    --tw-gradient-from: #3E3F3F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 63, 63, 0));
  }

  .md\:hover\:from-gray-600:hover{
    --tw-gradient-from: #111111;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 17, 17, 0));
  }

  .md\:hover\:from-gold-200:hover{
    --tw-gradient-from: #D7C8B5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 200, 181, 0));
  }

  .md\:hover\:from-gold-300:hover{
    --tw-gradient-from: #BEAA93;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 170, 147, 0));
  }

  .md\:hover\:from-gold-400:hover{
    --tw-gradient-from: #A48D71;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(164, 141, 113, 0));
  }

  .md\:hover\:from-gold-500:hover{
    --tw-gradient-from: #8B6F4E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 111, 78, 0));
  }

  .md\:hover\:from-red-300:hover{
    --tw-gradient-from: #F03D3D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 61, 61, 0));
  }

  .md\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:from-gray-100:focus{
    --tw-gradient-from: #E6E6E6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .md\:focus\:from-gray-200:focus{
    --tw-gradient-from: #C7C8C8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 200, 200, 0));
  }

  .md\:focus\:from-gray-300:focus{
    --tw-gradient-from: #A8ABAB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 171, 171, 0));
  }

  .md\:focus\:from-gray-400:focus{
    --tw-gradient-from: #898D8D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(137, 141, 141, 0));
  }

  .md\:focus\:from-gray-500:focus{
    --tw-gradient-from: #3E3F3F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 63, 63, 0));
  }

  .md\:focus\:from-gray-600:focus{
    --tw-gradient-from: #111111;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 17, 17, 0));
  }

  .md\:focus\:from-gold-200:focus{
    --tw-gradient-from: #D7C8B5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 200, 181, 0));
  }

  .md\:focus\:from-gold-300:focus{
    --tw-gradient-from: #BEAA93;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 170, 147, 0));
  }

  .md\:focus\:from-gold-400:focus{
    --tw-gradient-from: #A48D71;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(164, 141, 113, 0));
  }

  .md\:focus\:from-gold-500:focus{
    --tw-gradient-from: #8B6F4E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 111, 78, 0));
  }

  .md\:focus\:from-red-300:focus{
    --tw-gradient-from: #F03D3D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 61, 61, 0));
  }

  .md\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .md\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C8C8, var(--tw-gradient-to, rgba(199, 200, 200, 0));
  }

  .md\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #A8ABAB, var(--tw-gradient-to, rgba(168, 171, 171, 0));
  }

  .md\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #898D8D, var(--tw-gradient-to, rgba(137, 141, 141, 0));
  }

  .md\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3F3F, var(--tw-gradient-to, rgba(62, 63, 63, 0));
  }

  .md\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #111111, var(--tw-gradient-to, rgba(17, 17, 17, 0));
  }

  .md\:via-gold-200{
    --tw-gradient-stops: var(--tw-gradient-from), #D7C8B5, var(--tw-gradient-to, rgba(215, 200, 181, 0));
  }

  .md\:via-gold-300{
    --tw-gradient-stops: var(--tw-gradient-from), #BEAA93, var(--tw-gradient-to, rgba(190, 170, 147, 0));
  }

  .md\:via-gold-400{
    --tw-gradient-stops: var(--tw-gradient-from), #A48D71, var(--tw-gradient-to, rgba(164, 141, 113, 0));
  }

  .md\:via-gold-500{
    --tw-gradient-stops: var(--tw-gradient-from), #8B6F4E, var(--tw-gradient-to, rgba(139, 111, 78, 0));
  }

  .md\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #F03D3D, var(--tw-gradient-to, rgba(240, 61, 61, 0));
  }

  .md\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .md\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C8C8, var(--tw-gradient-to, rgba(199, 200, 200, 0));
  }

  .md\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A8ABAB, var(--tw-gradient-to, rgba(168, 171, 171, 0));
  }

  .md\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #898D8D, var(--tw-gradient-to, rgba(137, 141, 141, 0));
  }

  .md\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3F3F, var(--tw-gradient-to, rgba(62, 63, 63, 0));
  }

  .md\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111111, var(--tw-gradient-to, rgba(17, 17, 17, 0));
  }

  .md\:hover\:via-gold-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D7C8B5, var(--tw-gradient-to, rgba(215, 200, 181, 0));
  }

  .md\:hover\:via-gold-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BEAA93, var(--tw-gradient-to, rgba(190, 170, 147, 0));
  }

  .md\:hover\:via-gold-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A48D71, var(--tw-gradient-to, rgba(164, 141, 113, 0));
  }

  .md\:hover\:via-gold-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8B6F4E, var(--tw-gradient-to, rgba(139, 111, 78, 0));
  }

  .md\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F03D3D, var(--tw-gradient-to, rgba(240, 61, 61, 0));
  }

  .md\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .md\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .md\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .md\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C8C8, var(--tw-gradient-to, rgba(199, 200, 200, 0));
  }

  .md\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A8ABAB, var(--tw-gradient-to, rgba(168, 171, 171, 0));
  }

  .md\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #898D8D, var(--tw-gradient-to, rgba(137, 141, 141, 0));
  }

  .md\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3F3F, var(--tw-gradient-to, rgba(62, 63, 63, 0));
  }

  .md\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111111, var(--tw-gradient-to, rgba(17, 17, 17, 0));
  }

  .md\:focus\:via-gold-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D7C8B5, var(--tw-gradient-to, rgba(215, 200, 181, 0));
  }

  .md\:focus\:via-gold-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BEAA93, var(--tw-gradient-to, rgba(190, 170, 147, 0));
  }

  .md\:focus\:via-gold-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A48D71, var(--tw-gradient-to, rgba(164, 141, 113, 0));
  }

  .md\:focus\:via-gold-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8B6F4E, var(--tw-gradient-to, rgba(139, 111, 78, 0));
  }

  .md\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F03D3D, var(--tw-gradient-to, rgba(240, 61, 61, 0));
  }

  .md\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .md\:to-black{
    --tw-gradient-to: #000;
  }

  .md\:to-white{
    --tw-gradient-to: #fff;
  }

  .md\:to-gray-100{
    --tw-gradient-to: #E6E6E6;
  }

  .md\:to-gray-200{
    --tw-gradient-to: #C7C8C8;
  }

  .md\:to-gray-300{
    --tw-gradient-to: #A8ABAB;
  }

  .md\:to-gray-400{
    --tw-gradient-to: #898D8D;
  }

  .md\:to-gray-500{
    --tw-gradient-to: #3E3F3F;
  }

  .md\:to-gray-600{
    --tw-gradient-to: #111111;
  }

  .md\:to-gold-200{
    --tw-gradient-to: #D7C8B5;
  }

  .md\:to-gold-300{
    --tw-gradient-to: #BEAA93;
  }

  .md\:to-gold-400{
    --tw-gradient-to: #A48D71;
  }

  .md\:to-gold-500{
    --tw-gradient-to: #8B6F4E;
  }

  .md\:to-red-300{
    --tw-gradient-to: #F03D3D;
  }

  .md\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .md\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .md\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .md\:hover\:to-gray-100:hover{
    --tw-gradient-to: #E6E6E6;
  }

  .md\:hover\:to-gray-200:hover{
    --tw-gradient-to: #C7C8C8;
  }

  .md\:hover\:to-gray-300:hover{
    --tw-gradient-to: #A8ABAB;
  }

  .md\:hover\:to-gray-400:hover{
    --tw-gradient-to: #898D8D;
  }

  .md\:hover\:to-gray-500:hover{
    --tw-gradient-to: #3E3F3F;
  }

  .md\:hover\:to-gray-600:hover{
    --tw-gradient-to: #111111;
  }

  .md\:hover\:to-gold-200:hover{
    --tw-gradient-to: #D7C8B5;
  }

  .md\:hover\:to-gold-300:hover{
    --tw-gradient-to: #BEAA93;
  }

  .md\:hover\:to-gold-400:hover{
    --tw-gradient-to: #A48D71;
  }

  .md\:hover\:to-gold-500:hover{
    --tw-gradient-to: #8B6F4E;
  }

  .md\:hover\:to-red-300:hover{
    --tw-gradient-to: #F03D3D;
  }

  .md\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .md\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .md\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .md\:focus\:to-gray-100:focus{
    --tw-gradient-to: #E6E6E6;
  }

  .md\:focus\:to-gray-200:focus{
    --tw-gradient-to: #C7C8C8;
  }

  .md\:focus\:to-gray-300:focus{
    --tw-gradient-to: #A8ABAB;
  }

  .md\:focus\:to-gray-400:focus{
    --tw-gradient-to: #898D8D;
  }

  .md\:focus\:to-gray-500:focus{
    --tw-gradient-to: #3E3F3F;
  }

  .md\:focus\:to-gray-600:focus{
    --tw-gradient-to: #111111;
  }

  .md\:focus\:to-gold-200:focus{
    --tw-gradient-to: #D7C8B5;
  }

  .md\:focus\:to-gold-300:focus{
    --tw-gradient-to: #BEAA93;
  }

  .md\:focus\:to-gold-400:focus{
    --tw-gradient-to: #A48D71;
  }

  .md\:focus\:to-gold-500:focus{
    --tw-gradient-to: #8B6F4E;
  }

  .md\:focus\:to-red-300:focus{
    --tw-gradient-to: #F03D3D;
  }

  .md\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .md\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .md\:bg-auto{
    background-size: auto;
  }

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

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

  .md\:bg-fixed{
    background-attachment: fixed;
  }

  .md\:bg-local{
    background-attachment: local;
  }

  .md\:bg-scroll{
    background-attachment: scroll;
  }

  .md\:bg-clip-border{
    background-clip: border-box;
  }

  .md\:bg-clip-padding{
    background-clip: padding-box;
  }

  .md\:bg-clip-content{
    background-clip: content-box;
  }

  .md\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .md\:bg-bottom{
    background-position: bottom;
  }

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

  .md\:bg-left{
    background-position: left;
  }

  .md\:bg-left-bottom{
    background-position: left bottom;
  }

  .md\:bg-left-top{
    background-position: left top;
  }

  .md\:bg-right{
    background-position: right;
  }

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

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

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

  .md\:bg-repeat{
    background-repeat: repeat;
  }

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

  .md\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .md\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .md\:bg-repeat-round{
    background-repeat: round;
  }

  .md\:bg-repeat-space{
    background-repeat: space;
  }

  .md\:bg-origin-border{
    background-origin: border-box;
  }

  .md\:bg-origin-padding{
    background-origin: padding-box;
  }

  .md\:bg-origin-content{
    background-origin: content-box;
  }

  .md\:fill-current{
    fill: currentColor;
  }

  .md\:stroke-current{
    stroke: currentColor;
  }

  .md\:stroke-0{
    stroke-width: 0;
  }

  .md\:stroke-1{
    stroke-width: 1;
  }

  .md\:stroke-2{
    stroke-width: 2;
  }

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

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

  .md\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .md\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .md\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .md\:p-0{
    padding: 0rem;
  }

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

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

  .md\:p-10{
    padding: 0.625rem;
  }

  .md\:p-12{
    padding: 0.75rem;
  }

  .md\:p-14{
    padding: 0.875rem;
  }

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

  .md\:p-20{
    padding: 1.25rem;
  }

  .md\:p-24{
    padding: 1.5rem;
  }

  .md\:p-28{
    padding: 1.75rem;
  }

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

  .md\:p-40{
    padding: 2.5rem;
  }

  .md\:p-48{
    padding: 3rem;
  }

  .md\:p-56{
    padding: 3.5rem;
  }

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

  .md\:p-72{
    padding: 4.5rem;
  }

  .md\:p-105{
    padding: 6.5625rem;
  }

  .md\:p-130{
    padding: 8.125rem;
  }

  .md\:p-148{
    padding: 9.25rem;
  }

  .md\:p-150{
    padding: 9.375rem;
  }

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

  .md\:first\:p-0:first-child{
    padding: 0rem;
  }

  .md\:first\:p-4:first-child{
    padding: 0.25rem;
  }

  .md\:first\:p-8:first-child{
    padding: 0.5rem;
  }

  .md\:first\:p-10:first-child{
    padding: 0.625rem;
  }

  .md\:first\:p-12:first-child{
    padding: 0.75rem;
  }

  .md\:first\:p-14:first-child{
    padding: 0.875rem;
  }

  .md\:first\:p-16:first-child{
    padding: 1rem;
  }

  .md\:first\:p-20:first-child{
    padding: 1.25rem;
  }

  .md\:first\:p-24:first-child{
    padding: 1.5rem;
  }

  .md\:first\:p-28:first-child{
    padding: 1.75rem;
  }

  .md\:first\:p-32:first-child{
    padding: 2rem;
  }

  .md\:first\:p-40:first-child{
    padding: 2.5rem;
  }

  .md\:first\:p-48:first-child{
    padding: 3rem;
  }

  .md\:first\:p-56:first-child{
    padding: 3.5rem;
  }

  .md\:first\:p-64:first-child{
    padding: 4rem;
  }

  .md\:first\:p-72:first-child{
    padding: 4.5rem;
  }

  .md\:first\:p-105:first-child{
    padding: 6.5625rem;
  }

  .md\:first\:p-130:first-child{
    padding: 8.125rem;
  }

  .md\:first\:p-148:first-child{
    padding: 9.25rem;
  }

  .md\:first\:p-150:first-child{
    padding: 9.375rem;
  }

  .md\:first\:-p-1:first-child{
    padding: -0.0625rem;
  }

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

  .md\:px-4{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

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

  .md\:px-10{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:px-12{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-14{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:px-16{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-20{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-24{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-28{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

  .md\:px-40{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-48{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-56{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-64{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-72{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .md\:px-105{
    padding-left: 6.5625rem;
    padding-right: 6.5625rem;
  }

  .md\:px-130{
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }

  .md\:px-148{
    padding-left: 9.25rem;
    padding-right: 9.25rem;
  }

  .md\:px-150{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .md\:-px-1{
    padding-left: -0.0625rem;
    padding-right: -0.0625rem;
  }

  .md\:py-0{
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .md\:py-4{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:py-8{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-10{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:py-12{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-14{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:py-16{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-20{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-24{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-28{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:py-32{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-40{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-48{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-56{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-64{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-72{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:py-105{
    padding-top: 6.5625rem;
    padding-bottom: 6.5625rem;
  }

  .md\:py-130{
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .md\:py-148{
    padding-top: 9.25rem;
    padding-bottom: 9.25rem;
  }

  .md\:py-150{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .md\:-py-1{
    padding-top: -0.0625rem;
    padding-bottom: -0.0625rem;
  }

  .md\:first\:px-0:first-child{
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .md\:first\:px-4:first-child{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:first\:px-8:first-child{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:first\:px-10:first-child{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .md\:first\:px-12:first-child{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:first\:px-14:first-child{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .md\:first\:px-16:first-child{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:first\:px-20:first-child{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:first\:px-24:first-child{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:first\:px-28:first-child{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:first\:px-32:first-child{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:first\:px-40:first-child{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:first\:px-48:first-child{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:first\:px-56:first-child{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:first\:px-64:first-child{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:first\:px-72:first-child{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .md\:first\:px-105:first-child{
    padding-left: 6.5625rem;
    padding-right: 6.5625rem;
  }

  .md\:first\:px-130:first-child{
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }

  .md\:first\:px-148:first-child{
    padding-left: 9.25rem;
    padding-right: 9.25rem;
  }

  .md\:first\:px-150:first-child{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .md\:first\:-px-1:first-child{
    padding-left: -0.0625rem;
    padding-right: -0.0625rem;
  }

  .md\:first\:py-0:first-child{
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .md\:first\:py-4:first-child{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:first\:py-8:first-child{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:first\:py-10:first-child{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:first\:py-12:first-child{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:first\:py-14:first-child{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:first\:py-16:first-child{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:first\:py-20:first-child{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:first\:py-24:first-child{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:first\:py-28:first-child{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:first\:py-32:first-child{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:first\:py-40:first-child{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:first\:py-48:first-child{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:first\:py-56:first-child{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:first\:py-64:first-child{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:first\:py-72:first-child{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .md\:first\:py-105:first-child{
    padding-top: 6.5625rem;
    padding-bottom: 6.5625rem;
  }

  .md\:first\:py-130:first-child{
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .md\:first\:py-148:first-child{
    padding-top: 9.25rem;
    padding-bottom: 9.25rem;
  }

  .md\:first\:py-150:first-child{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .md\:first\:-py-1:first-child{
    padding-top: -0.0625rem;
    padding-bottom: -0.0625rem;
  }

  .md\:pt-0{
    padding-top: 0rem;
  }

  .md\:pt-4{
    padding-top: 0.25rem;
  }

  .md\:pt-8{
    padding-top: 0.5rem;
  }

  .md\:pt-10{
    padding-top: 0.625rem;
  }

  .md\:pt-12{
    padding-top: 0.75rem;
  }

  .md\:pt-14{
    padding-top: 0.875rem;
  }

  .md\:pt-16{
    padding-top: 1rem;
  }

  .md\:pt-20{
    padding-top: 1.25rem;
  }

  .md\:pt-24{
    padding-top: 1.5rem;
  }

  .md\:pt-28{
    padding-top: 1.75rem;
  }

  .md\:pt-32{
    padding-top: 2rem;
  }

  .md\:pt-40{
    padding-top: 2.5rem;
  }

  .md\:pt-48{
    padding-top: 3rem;
  }

  .md\:pt-56{
    padding-top: 3.5rem;
  }

  .md\:pt-64{
    padding-top: 4rem;
  }

  .md\:pt-72{
    padding-top: 4.5rem;
  }

  .md\:pt-105{
    padding-top: 6.5625rem;
  }

  .md\:pt-130{
    padding-top: 8.125rem;
  }

  .md\:pt-148{
    padding-top: 9.25rem;
  }

  .md\:pt-150{
    padding-top: 9.375rem;
  }

  .md\:-pt-1{
    padding-top: -0.0625rem;
  }

  .md\:pr-0{
    padding-right: 0rem;
  }

  .md\:pr-4{
    padding-right: 0.25rem;
  }

  .md\:pr-8{
    padding-right: 0.5rem;
  }

  .md\:pr-10{
    padding-right: 0.625rem;
  }

  .md\:pr-12{
    padding-right: 0.75rem;
  }

  .md\:pr-14{
    padding-right: 0.875rem;
  }

  .md\:pr-16{
    padding-right: 1rem;
  }

  .md\:pr-20{
    padding-right: 1.25rem;
  }

  .md\:pr-24{
    padding-right: 1.5rem;
  }

  .md\:pr-28{
    padding-right: 1.75rem;
  }

  .md\:pr-32{
    padding-right: 2rem;
  }

  .md\:pr-40{
    padding-right: 2.5rem;
  }

  .md\:pr-48{
    padding-right: 3rem;
  }

  .md\:pr-56{
    padding-right: 3.5rem;
  }

  .md\:pr-64{
    padding-right: 4rem;
  }

  .md\:pr-72{
    padding-right: 4.5rem;
  }

  .md\:pr-105{
    padding-right: 6.5625rem;
  }

  .md\:pr-130{
    padding-right: 8.125rem;
  }

  .md\:pr-148{
    padding-right: 9.25rem;
  }

  .md\:pr-150{
    padding-right: 9.375rem;
  }

  .md\:-pr-1{
    padding-right: -0.0625rem;
  }

  .md\:pb-0{
    padding-bottom: 0rem;
  }

  .md\:pb-4{
    padding-bottom: 0.25rem;
  }

  .md\:pb-8{
    padding-bottom: 0.5rem;
  }

  .md\:pb-10{
    padding-bottom: 0.625rem;
  }

  .md\:pb-12{
    padding-bottom: 0.75rem;
  }

  .md\:pb-14{
    padding-bottom: 0.875rem;
  }

  .md\:pb-16{
    padding-bottom: 1rem;
  }

  .md\:pb-20{
    padding-bottom: 1.25rem;
  }

  .md\:pb-24{
    padding-bottom: 1.5rem;
  }

  .md\:pb-28{
    padding-bottom: 1.75rem;
  }

  .md\:pb-32{
    padding-bottom: 2rem;
  }

  .md\:pb-40{
    padding-bottom: 2.5rem;
  }

  .md\:pb-48{
    padding-bottom: 3rem;
  }

  .md\:pb-56{
    padding-bottom: 3.5rem;
  }

  .md\:pb-64{
    padding-bottom: 4rem;
  }

  .md\:pb-72{
    padding-bottom: 4.5rem;
  }

  .md\:pb-105{
    padding-bottom: 6.5625rem;
  }

  .md\:pb-130{
    padding-bottom: 8.125rem;
  }

  .md\:pb-148{
    padding-bottom: 9.25rem;
  }

  .md\:pb-150{
    padding-bottom: 9.375rem;
  }

  .md\:-pb-1{
    padding-bottom: -0.0625rem;
  }

  .md\:pl-0{
    padding-left: 0rem;
  }

  .md\:pl-4{
    padding-left: 0.25rem;
  }

  .md\:pl-8{
    padding-left: 0.5rem;
  }

  .md\:pl-10{
    padding-left: 0.625rem;
  }

  .md\:pl-12{
    padding-left: 0.75rem;
  }

  .md\:pl-14{
    padding-left: 0.875rem;
  }

  .md\:pl-16{
    padding-left: 1rem;
  }

  .md\:pl-20{
    padding-left: 1.25rem;
  }

  .md\:pl-24{
    padding-left: 1.5rem;
  }

  .md\:pl-28{
    padding-left: 1.75rem;
  }

  .md\:pl-32{
    padding-left: 2rem;
  }

  .md\:pl-40{
    padding-left: 2.5rem;
  }

  .md\:pl-48{
    padding-left: 3rem;
  }

  .md\:pl-56{
    padding-left: 3.5rem;
  }

  .md\:pl-64{
    padding-left: 4rem;
  }

  .md\:pl-72{
    padding-left: 4.5rem;
  }

  .md\:pl-105{
    padding-left: 6.5625rem;
  }

  .md\:pl-130{
    padding-left: 8.125rem;
  }

  .md\:pl-148{
    padding-left: 9.25rem;
  }

  .md\:pl-150{
    padding-left: 9.375rem;
  }

  .md\:-pl-1{
    padding-left: -0.0625rem;
  }

  .md\:first\:pt-0:first-child{
    padding-top: 0rem;
  }

  .md\:first\:pt-4:first-child{
    padding-top: 0.25rem;
  }

  .md\:first\:pt-8:first-child{
    padding-top: 0.5rem;
  }

  .md\:first\:pt-10:first-child{
    padding-top: 0.625rem;
  }

  .md\:first\:pt-12:first-child{
    padding-top: 0.75rem;
  }

  .md\:first\:pt-14:first-child{
    padding-top: 0.875rem;
  }

  .md\:first\:pt-16:first-child{
    padding-top: 1rem;
  }

  .md\:first\:pt-20:first-child{
    padding-top: 1.25rem;
  }

  .md\:first\:pt-24:first-child{
    padding-top: 1.5rem;
  }

  .md\:first\:pt-28:first-child{
    padding-top: 1.75rem;
  }

  .md\:first\:pt-32:first-child{
    padding-top: 2rem;
  }

  .md\:first\:pt-40:first-child{
    padding-top: 2.5rem;
  }

  .md\:first\:pt-48:first-child{
    padding-top: 3rem;
  }

  .md\:first\:pt-56:first-child{
    padding-top: 3.5rem;
  }

  .md\:first\:pt-64:first-child{
    padding-top: 4rem;
  }

  .md\:first\:pt-72:first-child{
    padding-top: 4.5rem;
  }

  .md\:first\:pt-105:first-child{
    padding-top: 6.5625rem;
  }

  .md\:first\:pt-130:first-child{
    padding-top: 8.125rem;
  }

  .md\:first\:pt-148:first-child{
    padding-top: 9.25rem;
  }

  .md\:first\:pt-150:first-child{
    padding-top: 9.375rem;
  }

  .md\:first\:-pt-1:first-child{
    padding-top: -0.0625rem;
  }

  .md\:first\:pr-0:first-child{
    padding-right: 0rem;
  }

  .md\:first\:pr-4:first-child{
    padding-right: 0.25rem;
  }

  .md\:first\:pr-8:first-child{
    padding-right: 0.5rem;
  }

  .md\:first\:pr-10:first-child{
    padding-right: 0.625rem;
  }

  .md\:first\:pr-12:first-child{
    padding-right: 0.75rem;
  }

  .md\:first\:pr-14:first-child{
    padding-right: 0.875rem;
  }

  .md\:first\:pr-16:first-child{
    padding-right: 1rem;
  }

  .md\:first\:pr-20:first-child{
    padding-right: 1.25rem;
  }

  .md\:first\:pr-24:first-child{
    padding-right: 1.5rem;
  }

  .md\:first\:pr-28:first-child{
    padding-right: 1.75rem;
  }

  .md\:first\:pr-32:first-child{
    padding-right: 2rem;
  }

  .md\:first\:pr-40:first-child{
    padding-right: 2.5rem;
  }

  .md\:first\:pr-48:first-child{
    padding-right: 3rem;
  }

  .md\:first\:pr-56:first-child{
    padding-right: 3.5rem;
  }

  .md\:first\:pr-64:first-child{
    padding-right: 4rem;
  }

  .md\:first\:pr-72:first-child{
    padding-right: 4.5rem;
  }

  .md\:first\:pr-105:first-child{
    padding-right: 6.5625rem;
  }

  .md\:first\:pr-130:first-child{
    padding-right: 8.125rem;
  }

  .md\:first\:pr-148:first-child{
    padding-right: 9.25rem;
  }

  .md\:first\:pr-150:first-child{
    padding-right: 9.375rem;
  }

  .md\:first\:-pr-1:first-child{
    padding-right: -0.0625rem;
  }

  .md\:first\:pb-0:first-child{
    padding-bottom: 0rem;
  }

  .md\:first\:pb-4:first-child{
    padding-bottom: 0.25rem;
  }

  .md\:first\:pb-8:first-child{
    padding-bottom: 0.5rem;
  }

  .md\:first\:pb-10:first-child{
    padding-bottom: 0.625rem;
  }

  .md\:first\:pb-12:first-child{
    padding-bottom: 0.75rem;
  }

  .md\:first\:pb-14:first-child{
    padding-bottom: 0.875rem;
  }

  .md\:first\:pb-16:first-child{
    padding-bottom: 1rem;
  }

  .md\:first\:pb-20:first-child{
    padding-bottom: 1.25rem;
  }

  .md\:first\:pb-24:first-child{
    padding-bottom: 1.5rem;
  }

  .md\:first\:pb-28:first-child{
    padding-bottom: 1.75rem;
  }

  .md\:first\:pb-32:first-child{
    padding-bottom: 2rem;
  }

  .md\:first\:pb-40:first-child{
    padding-bottom: 2.5rem;
  }

  .md\:first\:pb-48:first-child{
    padding-bottom: 3rem;
  }

  .md\:first\:pb-56:first-child{
    padding-bottom: 3.5rem;
  }

  .md\:first\:pb-64:first-child{
    padding-bottom: 4rem;
  }

  .md\:first\:pb-72:first-child{
    padding-bottom: 4.5rem;
  }

  .md\:first\:pb-105:first-child{
    padding-bottom: 6.5625rem;
  }

  .md\:first\:pb-130:first-child{
    padding-bottom: 8.125rem;
  }

  .md\:first\:pb-148:first-child{
    padding-bottom: 9.25rem;
  }

  .md\:first\:pb-150:first-child{
    padding-bottom: 9.375rem;
  }

  .md\:first\:-pb-1:first-child{
    padding-bottom: -0.0625rem;
  }

  .md\:first\:pl-0:first-child{
    padding-left: 0rem;
  }

  .md\:first\:pl-4:first-child{
    padding-left: 0.25rem;
  }

  .md\:first\:pl-8:first-child{
    padding-left: 0.5rem;
  }

  .md\:first\:pl-10:first-child{
    padding-left: 0.625rem;
  }

  .md\:first\:pl-12:first-child{
    padding-left: 0.75rem;
  }

  .md\:first\:pl-14:first-child{
    padding-left: 0.875rem;
  }

  .md\:first\:pl-16:first-child{
    padding-left: 1rem;
  }

  .md\:first\:pl-20:first-child{
    padding-left: 1.25rem;
  }

  .md\:first\:pl-24:first-child{
    padding-left: 1.5rem;
  }

  .md\:first\:pl-28:first-child{
    padding-left: 1.75rem;
  }

  .md\:first\:pl-32:first-child{
    padding-left: 2rem;
  }

  .md\:first\:pl-40:first-child{
    padding-left: 2.5rem;
  }

  .md\:first\:pl-48:first-child{
    padding-left: 3rem;
  }

  .md\:first\:pl-56:first-child{
    padding-left: 3.5rem;
  }

  .md\:first\:pl-64:first-child{
    padding-left: 4rem;
  }

  .md\:first\:pl-72:first-child{
    padding-left: 4.5rem;
  }

  .md\:first\:pl-105:first-child{
    padding-left: 6.5625rem;
  }

  .md\:first\:pl-130:first-child{
    padding-left: 8.125rem;
  }

  .md\:first\:pl-148:first-child{
    padding-left: 9.25rem;
  }

  .md\:first\:pl-150:first-child{
    padding-left: 9.375rem;
  }

  .md\:first\:-pl-1:first-child{
    padding-left: -0.0625rem;
  }

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

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

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

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

  .md\:align-baseline{
    vertical-align: baseline;
  }

  .md\:align-top{
    vertical-align: top;
  }

  .md\:align-middle{
    vertical-align: middle;
  }

  .md\:align-bottom{
    vertical-align: bottom;
  }

  .md\:align-text-top{
    vertical-align: text-top;
  }

  .md\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .md\:font-sans{
    font-family: raleway, Helvetica, Arial, sans-serif;
  }

  .md\:font-serif{
    font-family: Bodoni Moda, Cambria, Times New Roman, Times, serif;
  }

  .md\:text-11{
    font-size: 0.6875rem;
  }

  .md\:text-12{
    font-size: 0.75rem;
  }

  .md\:text-14{
    font-size: 0.875rem;
  }

  .md\:text-16{
    font-size: 1rem;
  }

  .md\:text-18{
    font-size: 1.125rem;
  }

  .md\:text-22{
    font-size: 1.375rem;
  }

  .md\:text-24{
    font-size: 1.5rem;
  }

  .md\:text-28{
    font-size: 1.75rem;
  }

  .md\:text-34{
    font-size: 2.125rem;
  }

  .md\:text-48{
    font-size: 3rem;
  }

  .md\:text-56{
    font-size: 3.5rem;
  }

  .md\:text-72{
    font-size: 4.5rem;
  }

  .md\:text-112{
    font-size: 7rem;
  }

  .md\:font-700{
    font-weight: 700;
  }

  .md\:hover\:font-700:hover{
    font-weight: 700;
  }

  .md\:focus\:font-700:focus{
    font-weight: 700;
  }

  .md\:uppercase{
    text-transform: uppercase;
  }

  .md\:lowercase{
    text-transform: lowercase;
  }

  .md\:capitalize{
    text-transform: capitalize;
  }

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

  .md\:italic{
    font-style: italic;
  }

  .md\:not-italic{
    font-style: normal;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .md\:normal-nums{
    font-variant-numeric: normal;
  }

  .md\:ordinal{
    --tw-ordinal: ordinal;
  }

  .md\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .md\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .md\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .md\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .md\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .md\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .md\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .md\:leading-collapsed{
    line-height: .65;
  }

  .md\:leading-none{
    line-height: 1;
  }

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

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

  .md\:leading-normal{
    line-height: 1.5;
  }

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

  .md\:leading-loose{
    line-height: 1.8;
  }

  .md\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .md\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .md\:text-inherit{
    color: inherit;
  }

  .md\:text-transparent{
    color: transparent;
  }

  .md\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-text-opacity));
  }

  .md\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-text-opacity));
  }

  .md\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-text-opacity));
  }

  .md\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-text-opacity));
  }

  .md\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-text-opacity));
  }

  .md\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .md\:text-gold-200{
    --tw-text-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-text-opacity));
  }

  .md\:text-gold-300{
    --tw-text-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-text-opacity));
  }

  .md\:text-gold-400{
    --tw-text-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-text-opacity));
  }

  .md\:text-gold-500{
    --tw-text-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-text-opacity));
  }

  .md\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-text-opacity));
  }

  .md\:hover\:text-inherit:hover{
    color: inherit;
  }

  .md\:hover\:text-transparent:hover{
    color: transparent;
  }

  .md\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-text-opacity));
  }

  .md\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .md\:hover\:text-gold-200:hover{
    --tw-text-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-text-opacity));
  }

  .md\:hover\:text-gold-300:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-text-opacity));
  }

  .md\:hover\:text-gold-400:hover{
    --tw-text-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-text-opacity));
  }

  .md\:hover\:text-gold-500:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-text-opacity));
  }

  .md\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-text-opacity));
  }

  .md\:focus\:text-inherit:focus{
    color: inherit;
  }

  .md\:focus\:text-transparent:focus{
    color: transparent;
  }

  .md\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .md\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-text-opacity));
  }

  .md\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .md\:focus\:text-gold-200:focus{
    --tw-text-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-text-opacity));
  }

  .md\:focus\:text-gold-300:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-text-opacity));
  }

  .md\:focus\:text-gold-400:focus{
    --tw-text-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-text-opacity));
  }

  .md\:focus\:text-gold-500:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-text-opacity));
  }

  .md\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-text-opacity));
  }

  .md\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .md\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .md\:text-opacity-35{
    --tw-text-opacity: 0.35;
  }

  .md\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .md\:text-opacity-65{
    --tw-text-opacity: 0.65;
  }

  .md\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .md\:text-opacity-85{
    --tw-text-opacity: 0.85;
  }

  .md\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .md\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .md\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .md\:group-hover\:text-opacity-35{
    --tw-text-opacity: 0.35;
  }

  .group:hover .md\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .md\:group-hover\:text-opacity-65{
    --tw-text-opacity: 0.65;
  }

  .group:hover .md\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .md\:group-hover\:text-opacity-85{
    --tw-text-opacity: 0.85;
  }

  .group:hover .md\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .md\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .md\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .md\:focus-within\:text-opacity-35:focus-within{
    --tw-text-opacity: 0.35;
  }

  .md\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .md\:focus-within\:text-opacity-65:focus-within{
    --tw-text-opacity: 0.65;
  }

  .md\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .md\:focus-within\:text-opacity-85:focus-within{
    --tw-text-opacity: 0.85;
  }

  .md\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .md\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .md\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .md\:hover\:text-opacity-35:hover{
    --tw-text-opacity: 0.35;
  }

  .md\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .md\:hover\:text-opacity-65:hover{
    --tw-text-opacity: 0.65;
  }

  .md\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .md\:hover\:text-opacity-85:hover{
    --tw-text-opacity: 0.85;
  }

  .md\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .md\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .md\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .md\:focus\:text-opacity-35:focus{
    --tw-text-opacity: 0.35;
  }

  .md\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .md\:focus\:text-opacity-65:focus{
    --tw-text-opacity: 0.65;
  }

  .md\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .md\:focus\:text-opacity-85:focus{
    --tw-text-opacity: 0.85;
  }

  .md\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .md\:underline{
    text-decoration: underline;
  }

  .md\:line-through{
    text-decoration: line-through;
  }

  .md\:no-underline{
    text-decoration: none;
  }

  .md\:hover\:underline:hover{
    text-decoration: underline;
  }

  .md\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .md\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .md\:focus\:underline:focus{
    text-decoration: underline;
  }

  .md\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .md\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .md\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .md\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .md\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gold-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gold-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gold-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gold-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gold-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gold-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gold-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gold-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gold-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gold-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gold-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-gold-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gold-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gold-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gold-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gold-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gold-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gold-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gold-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gold-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gold-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gold-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gold-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-gold-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
  }

  .md\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
  }

  .md\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:placeholder-opacity-35::-moz-placeholder{
    --tw-placeholder-opacity: 0.35;
  }

  .md\:placeholder-opacity-35:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.35;
  }

  .md\:placeholder-opacity-35::placeholder{
    --tw-placeholder-opacity: 0.35;
  }

  .md\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:placeholder-opacity-65::-moz-placeholder{
    --tw-placeholder-opacity: 0.65;
  }

  .md\:placeholder-opacity-65:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.65;
  }

  .md\:placeholder-opacity-65::placeholder{
    --tw-placeholder-opacity: 0.65;
  }

  .md\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:placeholder-opacity-85::-moz-placeholder{
    --tw-placeholder-opacity: 0.85;
  }

  .md\:placeholder-opacity-85:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.85;
  }

  .md\:placeholder-opacity-85::placeholder{
    --tw-placeholder-opacity: 0.85;
  }

  .md\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .md\:focus\:placeholder-opacity-35:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.35;
  }

  .md\:focus\:placeholder-opacity-35:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.35;
  }

  .md\:focus\:placeholder-opacity-35:focus::placeholder{
    --tw-placeholder-opacity: 0.35;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .md\:focus\:placeholder-opacity-65:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.65;
  }

  .md\:focus\:placeholder-opacity-65:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.65;
  }

  .md\:focus\:placeholder-opacity-65:focus::placeholder{
    --tw-placeholder-opacity: 0.65;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .md\:focus\:placeholder-opacity-85:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.85;
  }

  .md\:focus\:placeholder-opacity-85:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.85;
  }

  .md\:focus\:placeholder-opacity-85:focus::placeholder{
    --tw-placeholder-opacity: 0.85;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .md\:opacity-0{
    opacity: 0;
  }

  .md\:opacity-25{
    opacity: 0.25;
  }

  .md\:opacity-35{
    opacity: 0.35;
  }

  .md\:opacity-50{
    opacity: 0.5;
  }

  .md\:opacity-65{
    opacity: 0.65;
  }

  .md\:opacity-75{
    opacity: 0.75;
  }

  .md\:opacity-85{
    opacity: 0.85;
  }

  .md\:opacity-100{
    opacity: 1;
  }

  .md\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .md\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .md\:hover\:opacity-35:hover{
    opacity: 0.35;
  }

  .md\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .md\:hover\:opacity-65:hover{
    opacity: 0.65;
  }

  .md\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .md\:hover\:opacity-85:hover{
    opacity: 0.85;
  }

  .md\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .md\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .md\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .md\:focus\:opacity-35:focus{
    opacity: 0.35;
  }

  .md\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .md\:focus\:opacity-65:focus{
    opacity: 0.65;
  }

  .md\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .md\:focus\:opacity-85:focus{
    opacity: 0.85;
  }

  .md\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .md\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .md\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .md\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .md\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .md\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .md\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .md\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .md\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .md\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .md\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .md\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .md\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .md\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .md\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .md\:bg-blend-color{
    background-blend-mode: color;
  }

  .md\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .md\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .md\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .md\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .md\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .md\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .md\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .md\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .md\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .md\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .md\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .md\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .md\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .md\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .md\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .md\:mix-blend-color{
    mix-blend-mode: color;
  }

  .md\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

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

  .md\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

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

  .md\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .md\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .md\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

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

  .md\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:ring-4{
    --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(4px + 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);
  }

  .md\:ring-8{
    --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(8px + 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);
  }

  .md\:ring{
    --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(3px + 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);
  }

  .md\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
  }

  .md\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + 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);
  }

  .md\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + 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);
  }

  .md\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + 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);
  }

  .md\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .md\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + 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);
  }

  .md\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + 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);
  }

  .md\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + 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);
  }

  .md\:ring-inset{
    --tw-ring-inset: inset;
  }

  .md\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .md\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .md\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .md\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity));
  }

  .md\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 200, 200, var(--tw-ring-opacity));
  }

  .md\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 171, 171, var(--tw-ring-opacity));
  }

  .md\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(137, 141, 141, var(--tw-ring-opacity));
  }

  .md\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 63, 63, var(--tw-ring-opacity));
  }

  .md\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .md\:ring-gold-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 200, 181, var(--tw-ring-opacity));
  }

  .md\:ring-gold-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 170, 147, var(--tw-ring-opacity));
  }

  .md\:ring-gold-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(164, 141, 113, var(--tw-ring-opacity));
  }

  .md\:ring-gold-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 111, 78, var(--tw-ring-opacity));
  }

  .md\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 61, 61, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .md\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 200, 200, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 171, 171, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(137, 141, 141, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 63, 63, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gold-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 200, 181, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gold-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 170, 147, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gold-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(164, 141, 113, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-gold-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 111, 78, var(--tw-ring-opacity));
  }

  .md\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 61, 61, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .md\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 200, 200, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 171, 171, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(137, 141, 141, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 63, 63, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gold-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 200, 181, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gold-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 170, 147, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gold-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(164, 141, 113, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-gold-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 111, 78, var(--tw-ring-opacity));
  }

  .md\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 61, 61, var(--tw-ring-opacity));
  }

  .md\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .md\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .md\:ring-opacity-35{
    --tw-ring-opacity: 0.35;
  }

  .md\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .md\:ring-opacity-65{
    --tw-ring-opacity: 0.65;
  }

  .md\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .md\:ring-opacity-85{
    --tw-ring-opacity: 0.85;
  }

  .md\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .md\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .md\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .md\:focus-within\:ring-opacity-35:focus-within{
    --tw-ring-opacity: 0.35;
  }

  .md\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .md\:focus-within\:ring-opacity-65:focus-within{
    --tw-ring-opacity: 0.65;
  }

  .md\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .md\:focus-within\:ring-opacity-85:focus-within{
    --tw-ring-opacity: 0.85;
  }

  .md\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .md\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .md\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .md\:focus\:ring-opacity-35:focus{
    --tw-ring-opacity: 0.35;
  }

  .md\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .md\:focus\:ring-opacity-65:focus{
    --tw-ring-opacity: 0.65;
  }

  .md\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .md\:focus\:ring-opacity-85:focus{
    --tw-ring-opacity: 0.85;
  }

  .md\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .md\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .md\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .md\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .md\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .md\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .md\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .md\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .md\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .md\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .md\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .md\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .md\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .md\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .md\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .md\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .md\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .md\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .md\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .md\:ring-offset-gray-100{
    --tw-ring-offset-color: #E6E6E6;
  }

  .md\:ring-offset-gray-200{
    --tw-ring-offset-color: #C7C8C8;
  }

  .md\:ring-offset-gray-300{
    --tw-ring-offset-color: #A8ABAB;
  }

  .md\:ring-offset-gray-400{
    --tw-ring-offset-color: #898D8D;
  }

  .md\:ring-offset-gray-500{
    --tw-ring-offset-color: #3E3F3F;
  }

  .md\:ring-offset-gray-600{
    --tw-ring-offset-color: #111111;
  }

  .md\:ring-offset-gold-200{
    --tw-ring-offset-color: #D7C8B5;
  }

  .md\:ring-offset-gold-300{
    --tw-ring-offset-color: #BEAA93;
  }

  .md\:ring-offset-gold-400{
    --tw-ring-offset-color: #A48D71;
  }

  .md\:ring-offset-gold-500{
    --tw-ring-offset-color: #8B6F4E;
  }

  .md\:ring-offset-red-300{
    --tw-ring-offset-color: #F03D3D;
  }

  .md\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .md\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .md\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .md\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #E6E6E6;
  }

  .md\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #C7C8C8;
  }

  .md\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #A8ABAB;
  }

  .md\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #898D8D;
  }

  .md\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #3E3F3F;
  }

  .md\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #111111;
  }

  .md\:focus-within\:ring-offset-gold-200:focus-within{
    --tw-ring-offset-color: #D7C8B5;
  }

  .md\:focus-within\:ring-offset-gold-300:focus-within{
    --tw-ring-offset-color: #BEAA93;
  }

  .md\:focus-within\:ring-offset-gold-400:focus-within{
    --tw-ring-offset-color: #A48D71;
  }

  .md\:focus-within\:ring-offset-gold-500:focus-within{
    --tw-ring-offset-color: #8B6F4E;
  }

  .md\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #F03D3D;
  }

  .md\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .md\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .md\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .md\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #E6E6E6;
  }

  .md\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #C7C8C8;
  }

  .md\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #A8ABAB;
  }

  .md\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #898D8D;
  }

  .md\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #3E3F3F;
  }

  .md\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #111111;
  }

  .md\:focus\:ring-offset-gold-200:focus{
    --tw-ring-offset-color: #D7C8B5;
  }

  .md\:focus\:ring-offset-gold-300:focus{
    --tw-ring-offset-color: #BEAA93;
  }

  .md\:focus\:ring-offset-gold-400:focus{
    --tw-ring-offset-color: #A48D71;
  }

  .md\:focus\:ring-offset-gold-500:focus{
    --tw-ring-offset-color: #8B6F4E;
  }

  .md\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #F03D3D;
  }

  .md\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    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);
  }

  .md\:filter-none{
    filter: none;
  }

  .md\:blur-0{
    --tw-blur: blur(0);
  }

  .md\:blur-none{
    --tw-blur: blur(0);
  }

  .md\:blur-sm{
    --tw-blur: blur(4px);
  }

  .md\:blur{
    --tw-blur: blur(8px);
  }

  .md\:blur-md{
    --tw-blur: blur(12px);
  }

  .md\:blur-lg{
    --tw-blur: blur(16px);
  }

  .md\:blur-xl{
    --tw-blur: blur(24px);
  }

  .md\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .md\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .md\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .md\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .md\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .md\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .md\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .md\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .md\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .md\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .md\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .md\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .md\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .md\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .md\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .md\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .md\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .md\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .md\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .md\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .md\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .md\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .md\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .md\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .md\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .md\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .md\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .md\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .md\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .md\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .md\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .md\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .md\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .md\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .md\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .md\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .md\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .md\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .md\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .md\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .md\:invert-0{
    --tw-invert: invert(0);
  }

  .md\:invert{
    --tw-invert: invert(100%);
  }

  .md\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .md\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .md\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .md\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .md\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .md\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .md\:sepia{
    --tw-sepia: sepia(100%);
  }

  .md\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .md\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .md\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .md\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .md\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .md\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .md\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .md\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .md\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .md\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .md\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .md\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .md\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .md\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .md\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .md\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .md\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .md\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .md\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .md\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .md\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .md\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .md\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .md\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .md\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .md\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .md\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .md\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .md\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .md\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .md\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .md\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .md\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .md\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .md\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .md\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .md\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .md\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .md\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .md\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .md\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .md\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .md\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .md\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .md\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .md\:backdrop-opacity-35{
    --tw-backdrop-opacity: opacity(0.35);
  }

  .md\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .md\:backdrop-opacity-65{
    --tw-backdrop-opacity: opacity(0.65);
  }

  .md\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .md\:backdrop-opacity-85{
    --tw-backdrop-opacity: opacity(0.85);
  }

  .md\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .md\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .md\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .md\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .md\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .md\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .md\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .md\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .md\:transition-none{
    transition-property: none;
  }

  .md\:transition-all{
    transition-property: all;
  }

  .md\:transition-default{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .md\:transition-opacity{
    transition-property: opacity, z-index;
  }

  .md\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md\:transition-width{
    transition-property: width;
  }

  .md\:delay-75{
    transition-delay: 75ms;
  }

  .md\:delay-100{
    transition-delay: 100ms;
  }

  .md\:delay-150{
    transition-delay: 150ms;
  }

  .md\:delay-200{
    transition-delay: 200ms;
  }

  .md\:delay-300{
    transition-delay: 300ms;
  }

  .md\:delay-500{
    transition-delay: 500ms;
  }

  .md\:delay-700{
    transition-delay: 700ms;
  }

  .md\:delay-1000{
    transition-delay: 1000ms;
  }

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

  .md\:duration-300{
    transition-duration: 300ms;
  }

  .md\:duration-500{
    transition-duration: 500ms;
  }

  .md\:duration-700{
    transition-duration: 700ms;
  }

  .md\:ease-default{
    transition-timing-function: cubic-bezier(.08,.74,.37,.98);
  }

  .md\:ease-linear{
    transition-timing-function: linear;
  }

  .md\:ease-ease{
    transition-timing-function: ease;
  }

  .md\:ease-in-out{
    transition-timing-function: ease-in-out;
  }
}

@media (min-width: 64em){
  .lg\:container{
    width: 100%;
  }

  @media (min-width: 30em){
    .lg\:container{
      max-width: 30em;
    }
  }

  @media (min-width: 48em){
    .lg\:container{
      max-width: 48em;
    }
  }

  @media (min-width: 64em){
    .lg\:container{
      max-width: 64em;
    }
  }

  @media (min-width: 80em){
    .lg\:container{
      max-width: 80em;
    }
  }

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

  .lg\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:pointer-events-none{
    pointer-events: none;
  }

  .lg\:pointer-events-auto{
    pointer-events: auto;
  }

  .lg\:visible{
    visibility: visible;
  }

  .lg\:invisible{
    visibility: hidden;
  }

  .lg\:static{
    position: static;
  }

  .lg\:fixed{
    position: fixed;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-1{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:inset-18{
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .lg\:inset-24{
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .lg\:inset-28{
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .lg\:-inset-9999{
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
  }

  .lg\:-inset-1{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:active\:inset-0:active{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:active\:inset-1:active{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .lg\:active\:inset-18:active{
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .lg\:active\:inset-24:active{
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .lg\:active\:inset-28:active{
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .lg\:active\:-inset-9999:active{
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
  }

  .lg\:active\:-inset-1:active{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .lg\:active\:inset-1\/2:active{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .lg\:active\:inset-auto:active{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:inset-x-0{
    left: 0;
    right: 0;
  }

  .lg\:inset-x-1{
    left: 1px;
    right: 1px;
  }

  .lg\:inset-x-18{
    left: 18px;
    right: 18px;
  }

  .lg\:inset-x-24{
    left: 24px;
    right: 24px;
  }

  .lg\:inset-x-28{
    left: 28px;
    right: 28px;
  }

  .lg\:-inset-x-9999{
    left: -9999px;
    right: -9999px;
  }

  .lg\:-inset-x-1{
    left: -1px;
    right: -1px;
  }

  .lg\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .lg\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .lg\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .lg\:inset-y-1{
    top: 1px;
    bottom: 1px;
  }

  .lg\:inset-y-18{
    top: 18px;
    bottom: 18px;
  }

  .lg\:inset-y-24{
    top: 24px;
    bottom: 24px;
  }

  .lg\:inset-y-28{
    top: 28px;
    bottom: 28px;
  }

  .lg\:-inset-y-9999{
    top: -9999px;
    bottom: -9999px;
  }

  .lg\:-inset-y-1{
    top: -1px;
    bottom: -1px;
  }

  .lg\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .lg\:active\:inset-x-0:active{
    left: 0;
    right: 0;
  }

  .lg\:active\:inset-x-1:active{
    left: 1px;
    right: 1px;
  }

  .lg\:active\:inset-x-18:active{
    left: 18px;
    right: 18px;
  }

  .lg\:active\:inset-x-24:active{
    left: 24px;
    right: 24px;
  }

  .lg\:active\:inset-x-28:active{
    left: 28px;
    right: 28px;
  }

  .lg\:active\:-inset-x-9999:active{
    left: -9999px;
    right: -9999px;
  }

  .lg\:active\:-inset-x-1:active{
    left: -1px;
    right: -1px;
  }

  .lg\:active\:inset-x-1\/2:active{
    left: 50%;
    right: 50%;
  }

  .lg\:active\:inset-x-auto:active{
    left: auto;
    right: auto;
  }

  .lg\:active\:inset-y-0:active{
    top: 0;
    bottom: 0;
  }

  .lg\:active\:inset-y-1:active{
    top: 1px;
    bottom: 1px;
  }

  .lg\:active\:inset-y-18:active{
    top: 18px;
    bottom: 18px;
  }

  .lg\:active\:inset-y-24:active{
    top: 24px;
    bottom: 24px;
  }

  .lg\:active\:inset-y-28:active{
    top: 28px;
    bottom: 28px;
  }

  .lg\:active\:-inset-y-9999:active{
    top: -9999px;
    bottom: -9999px;
  }

  .lg\:active\:-inset-y-1:active{
    top: -1px;
    bottom: -1px;
  }

  .lg\:active\:inset-y-1\/2:active{
    top: 50%;
    bottom: 50%;
  }

  .lg\:active\:inset-y-auto:active{
    top: auto;
    bottom: auto;
  }

  .lg\:top-0{
    top: 0;
  }

  .lg\:top-1{
    top: 1px;
  }

  .lg\:top-18{
    top: 18px;
  }

  .lg\:top-24{
    top: 24px;
  }

  .lg\:top-28{
    top: 28px;
  }

  .lg\:-top-9999{
    top: -9999px;
  }

  .lg\:-top-1{
    top: -1px;
  }

  .lg\:top-1\/2{
    top: 50%;
  }

  .lg\:top-auto{
    top: auto;
  }

  .lg\:right-0{
    right: 0;
  }

  .lg\:right-1{
    right: 1px;
  }

  .lg\:right-18{
    right: 18px;
  }

  .lg\:right-24{
    right: 24px;
  }

  .lg\:right-28{
    right: 28px;
  }

  .lg\:-right-9999{
    right: -9999px;
  }

  .lg\:-right-1{
    right: -1px;
  }

  .lg\:right-1\/2{
    right: 50%;
  }

  .lg\:right-auto{
    right: auto;
  }

  .lg\:bottom-0{
    bottom: 0;
  }

  .lg\:bottom-1{
    bottom: 1px;
  }

  .lg\:bottom-18{
    bottom: 18px;
  }

  .lg\:bottom-24{
    bottom: 24px;
  }

  .lg\:bottom-28{
    bottom: 28px;
  }

  .lg\:-bottom-9999{
    bottom: -9999px;
  }

  .lg\:-bottom-1{
    bottom: -1px;
  }

  .lg\:bottom-1\/2{
    bottom: 50%;
  }

  .lg\:bottom-auto{
    bottom: auto;
  }

  .lg\:left-0{
    left: 0;
  }

  .lg\:left-1{
    left: 1px;
  }

  .lg\:left-18{
    left: 18px;
  }

  .lg\:left-24{
    left: 24px;
  }

  .lg\:left-28{
    left: 28px;
  }

  .lg\:-left-9999{
    left: -9999px;
  }

  .lg\:-left-1{
    left: -1px;
  }

  .lg\:left-1\/2{
    left: 50%;
  }

  .lg\:left-auto{
    left: auto;
  }

  .lg\:active\:top-0:active{
    top: 0;
  }

  .lg\:active\:top-1:active{
    top: 1px;
  }

  .lg\:active\:top-18:active{
    top: 18px;
  }

  .lg\:active\:top-24:active{
    top: 24px;
  }

  .lg\:active\:top-28:active{
    top: 28px;
  }

  .lg\:active\:-top-9999:active{
    top: -9999px;
  }

  .lg\:active\:-top-1:active{
    top: -1px;
  }

  .lg\:active\:top-1\/2:active{
    top: 50%;
  }

  .lg\:active\:top-auto:active{
    top: auto;
  }

  .lg\:active\:right-0:active{
    right: 0;
  }

  .lg\:active\:right-1:active{
    right: 1px;
  }

  .lg\:active\:right-18:active{
    right: 18px;
  }

  .lg\:active\:right-24:active{
    right: 24px;
  }

  .lg\:active\:right-28:active{
    right: 28px;
  }

  .lg\:active\:-right-9999:active{
    right: -9999px;
  }

  .lg\:active\:-right-1:active{
    right: -1px;
  }

  .lg\:active\:right-1\/2:active{
    right: 50%;
  }

  .lg\:active\:right-auto:active{
    right: auto;
  }

  .lg\:active\:bottom-0:active{
    bottom: 0;
  }

  .lg\:active\:bottom-1:active{
    bottom: 1px;
  }

  .lg\:active\:bottom-18:active{
    bottom: 18px;
  }

  .lg\:active\:bottom-24:active{
    bottom: 24px;
  }

  .lg\:active\:bottom-28:active{
    bottom: 28px;
  }

  .lg\:active\:-bottom-9999:active{
    bottom: -9999px;
  }

  .lg\:active\:-bottom-1:active{
    bottom: -1px;
  }

  .lg\:active\:bottom-1\/2:active{
    bottom: 50%;
  }

  .lg\:active\:bottom-auto:active{
    bottom: auto;
  }

  .lg\:active\:left-0:active{
    left: 0;
  }

  .lg\:active\:left-1:active{
    left: 1px;
  }

  .lg\:active\:left-18:active{
    left: 18px;
  }

  .lg\:active\:left-24:active{
    left: 24px;
  }

  .lg\:active\:left-28:active{
    left: 28px;
  }

  .lg\:active\:-left-9999:active{
    left: -9999px;
  }

  .lg\:active\:-left-1:active{
    left: -1px;
  }

  .lg\:active\:left-1\/2:active{
    left: 50%;
  }

  .lg\:active\:left-auto:active{
    left: auto;
  }

  .lg\:isolate{
    isolation: isolate;
  }

  .lg\:isolation-auto{
    isolation: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:z-top{
    z-index: 100;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-3{
    order: 3;
  }

  .lg\:order-4{
    order: 4;
  }

  .lg\:order-5{
    order: 5;
  }

  .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\:col-span-5{
    grid-column: span 5 / span 5;
  }

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

  .lg\:clear-left{
    clear: left;
  }

  .lg\:clear-right{
    clear: right;
  }

  .lg\:clear-both{
    clear: both;
  }

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

  .lg\:m-0{
    margin: 0rem;
  }

  .lg\:m-4{
    margin: 0.25rem;
  }

  .lg\:m-8{
    margin: 0.5rem;
  }

  .lg\:m-10{
    margin: 0.625rem;
  }

  .lg\:m-12{
    margin: 0.75rem;
  }

  .lg\:m-16{
    margin: 1rem;
  }

  .lg\:m-20{
    margin: 1.25rem;
  }

  .lg\:m-24{
    margin: 1.5rem;
  }

  .lg\:m-28{
    margin: 1.75rem;
  }

  .lg\:m-32{
    margin: 2rem;
  }

  .lg\:m-40{
    margin: 2.5rem;
  }

  .lg\:m-48{
    margin: 3rem;
  }

  .lg\:m-56{
    margin: 3.5rem;
  }

  .lg\:m-64{
    margin: 4rem;
  }

  .lg\:m-72{
    margin: 4.5rem;
  }

  .lg\:m-105{
    margin: 6.5625rem;
  }

  .lg\:m-130{
    margin: 8.125rem;
  }

  .lg\:m-150{
    margin: 9.375rem;
  }

  .lg\:m-auto{
    margin: auto;
  }

  .lg\:m-center{
    margin: 0 auto;
  }

  .lg\:-m-1{
    margin: -0.0625rem;
  }

  .lg\:-m-0{
    margin: 0rem;
  }

  .lg\:-m-4{
    margin: -0.25rem;
  }

  .lg\:-m-8{
    margin: -0.5rem;
  }

  .lg\:-m-10{
    margin: -0.625rem;
  }

  .lg\:-m-12{
    margin: -0.75rem;
  }

  .lg\:-m-16{
    margin: -1rem;
  }

  .lg\:-m-20{
    margin: -1.25rem;
  }

  .lg\:-m-24{
    margin: -1.5rem;
  }

  .lg\:-m-28{
    margin: -1.75rem;
  }

  .lg\:-m-32{
    margin: -2rem;
  }

  .lg\:-m-40{
    margin: -2.5rem;
  }

  .lg\:-m-48{
    margin: -3rem;
  }

  .lg\:-m-56{
    margin: -3.5rem;
  }

  .lg\:-m-64{
    margin: -4rem;
  }

  .lg\:-m-72{
    margin: -4.5rem;
  }

  .lg\:-m-105{
    margin: -6.5625rem;
  }

  .lg\:-m-130{
    margin: -8.125rem;
  }

  .lg\:-m-150{
    margin: -9.375rem;
  }

  .lg\:-m--1{
    margin: 0.0625rem;
  }

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

  .lg\:mx-4{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

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

  .lg\:mx-10{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .lg\:mx-12{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:mx-16{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:mx-20{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:mx-24{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:mx-28{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

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

  .lg\:mx-40{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:mx-48{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:mx-56{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:mx-64{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:mx-72{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .lg\:mx-105{
    margin-left: 6.5625rem;
    margin-right: 6.5625rem;
  }

  .lg\:mx-130{
    margin-left: 8.125rem;
    margin-right: 8.125rem;
  }

  .lg\:mx-150{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

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

  .lg\:mx-center{
    margin-left: 0 auto;
    margin-right: 0 auto;
  }

  .lg\:-mx-1{
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }

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

  .lg\:-mx-4{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

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

  .lg\:-mx-10{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .lg\:-mx-12{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-mx-16{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-mx-20{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-mx-24{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-mx-28{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

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

  .lg\:-mx-40{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-mx-48{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-mx-56{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:-mx-64{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-mx-72{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .lg\:-mx-105{
    margin-left: -6.5625rem;
    margin-right: -6.5625rem;
  }

  .lg\:-mx-130{
    margin-left: -8.125rem;
    margin-right: -8.125rem;
  }

  .lg\:-mx-150{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .lg\:-mx--1{
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }

  .lg\:my-0{
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .lg\:my-4{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:my-8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:my-10{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .lg\:my-12{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:my-16{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:my-20{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:my-24{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:my-28{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:my-32{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:my-40{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:my-48{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:my-56{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:my-64{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:my-72{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .lg\:my-105{
    margin-top: 6.5625rem;
    margin-bottom: 6.5625rem;
  }

  .lg\:my-130{
    margin-top: 8.125rem;
    margin-bottom: 8.125rem;
  }

  .lg\:my-150{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:my-center{
    margin-top: 0 auto;
    margin-bottom: 0 auto;
  }

  .lg\:-my-1{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .lg\:-my-0{
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .lg\:-my-4{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-my-8{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-my-10{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .lg\:-my-12{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-my-16{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-my-20{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-my-24{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-my-28{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:-my-32{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-my-40{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-my-48{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-my-56{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:-my-64{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-my-72{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .lg\:-my-105{
    margin-top: -6.5625rem;
    margin-bottom: -6.5625rem;
  }

  .lg\:-my-130{
    margin-top: -8.125rem;
    margin-bottom: -8.125rem;
  }

  .lg\:-my-150{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .lg\:-my--1{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

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

  .lg\:mt-4{
    margin-top: 0.25rem;
  }

  .lg\:mt-8{
    margin-top: 0.5rem;
  }

  .lg\:mt-10{
    margin-top: 0.625rem;
  }

  .lg\:mt-12{
    margin-top: 0.75rem;
  }

  .lg\:mt-16{
    margin-top: 1rem;
  }

  .lg\:mt-20{
    margin-top: 1.25rem;
  }

  .lg\:mt-24{
    margin-top: 1.5rem;
  }

  .lg\:mt-28{
    margin-top: 1.75rem;
  }

  .lg\:mt-32{
    margin-top: 2rem;
  }

  .lg\:mt-40{
    margin-top: 2.5rem;
  }

  .lg\:mt-48{
    margin-top: 3rem;
  }

  .lg\:mt-56{
    margin-top: 3.5rem;
  }

  .lg\:mt-64{
    margin-top: 4rem;
  }

  .lg\:mt-72{
    margin-top: 4.5rem;
  }

  .lg\:mt-105{
    margin-top: 6.5625rem;
  }

  .lg\:mt-130{
    margin-top: 8.125rem;
  }

  .lg\:mt-150{
    margin-top: 9.375rem;
  }

  .lg\:mt-auto{
    margin-top: auto;
  }

  .lg\:mt-center{
    margin-top: 0 auto;
  }

  .lg\:-mt-1{
    margin-top: -0.0625rem;
  }

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

  .lg\:-mt-4{
    margin-top: -0.25rem;
  }

  .lg\:-mt-8{
    margin-top: -0.5rem;
  }

  .lg\:-mt-10{
    margin-top: -0.625rem;
  }

  .lg\:-mt-12{
    margin-top: -0.75rem;
  }

  .lg\:-mt-16{
    margin-top: -1rem;
  }

  .lg\:-mt-20{
    margin-top: -1.25rem;
  }

  .lg\:-mt-24{
    margin-top: -1.5rem;
  }

  .lg\:-mt-28{
    margin-top: -1.75rem;
  }

  .lg\:-mt-32{
    margin-top: -2rem;
  }

  .lg\:-mt-40{
    margin-top: -2.5rem;
  }

  .lg\:-mt-48{
    margin-top: -3rem;
  }

  .lg\:-mt-56{
    margin-top: -3.5rem;
  }

  .lg\:-mt-64{
    margin-top: -4rem;
  }

  .lg\:-mt-72{
    margin-top: -4.5rem;
  }

  .lg\:-mt-105{
    margin-top: -6.5625rem;
  }

  .lg\:-mt-130{
    margin-top: -8.125rem;
  }

  .lg\:-mt-150{
    margin-top: -9.375rem;
  }

  .lg\:-mt--1{
    margin-top: 0.0625rem;
  }

  .lg\:mr-0{
    margin-right: 0rem;
  }

  .lg\:mr-4{
    margin-right: 0.25rem;
  }

  .lg\:mr-8{
    margin-right: 0.5rem;
  }

  .lg\:mr-10{
    margin-right: 0.625rem;
  }

  .lg\:mr-12{
    margin-right: 0.75rem;
  }

  .lg\:mr-16{
    margin-right: 1rem;
  }

  .lg\:mr-20{
    margin-right: 1.25rem;
  }

  .lg\:mr-24{
    margin-right: 1.5rem;
  }

  .lg\:mr-28{
    margin-right: 1.75rem;
  }

  .lg\:mr-32{
    margin-right: 2rem;
  }

  .lg\:mr-40{
    margin-right: 2.5rem;
  }

  .lg\:mr-48{
    margin-right: 3rem;
  }

  .lg\:mr-56{
    margin-right: 3.5rem;
  }

  .lg\:mr-64{
    margin-right: 4rem;
  }

  .lg\:mr-72{
    margin-right: 4.5rem;
  }

  .lg\:mr-105{
    margin-right: 6.5625rem;
  }

  .lg\:mr-130{
    margin-right: 8.125rem;
  }

  .lg\:mr-150{
    margin-right: 9.375rem;
  }

  .lg\:mr-auto{
    margin-right: auto;
  }

  .lg\:mr-center{
    margin-right: 0 auto;
  }

  .lg\:-mr-1{
    margin-right: -0.0625rem;
  }

  .lg\:-mr-0{
    margin-right: 0rem;
  }

  .lg\:-mr-4{
    margin-right: -0.25rem;
  }

  .lg\:-mr-8{
    margin-right: -0.5rem;
  }

  .lg\:-mr-10{
    margin-right: -0.625rem;
  }

  .lg\:-mr-12{
    margin-right: -0.75rem;
  }

  .lg\:-mr-16{
    margin-right: -1rem;
  }

  .lg\:-mr-20{
    margin-right: -1.25rem;
  }

  .lg\:-mr-24{
    margin-right: -1.5rem;
  }

  .lg\:-mr-28{
    margin-right: -1.75rem;
  }

  .lg\:-mr-32{
    margin-right: -2rem;
  }

  .lg\:-mr-40{
    margin-right: -2.5rem;
  }

  .lg\:-mr-48{
    margin-right: -3rem;
  }

  .lg\:-mr-56{
    margin-right: -3.5rem;
  }

  .lg\:-mr-64{
    margin-right: -4rem;
  }

  .lg\:-mr-72{
    margin-right: -4.5rem;
  }

  .lg\:-mr-105{
    margin-right: -6.5625rem;
  }

  .lg\:-mr-130{
    margin-right: -8.125rem;
  }

  .lg\:-mr-150{
    margin-right: -9.375rem;
  }

  .lg\:-mr--1{
    margin-right: 0.0625rem;
  }

  .lg\:mb-0{
    margin-bottom: 0rem;
  }

  .lg\:mb-4{
    margin-bottom: 0.25rem;
  }

  .lg\:mb-8{
    margin-bottom: 0.5rem;
  }

  .lg\:mb-10{
    margin-bottom: 0.625rem;
  }

  .lg\:mb-12{
    margin-bottom: 0.75rem;
  }

  .lg\:mb-16{
    margin-bottom: 1rem;
  }

  .lg\:mb-20{
    margin-bottom: 1.25rem;
  }

  .lg\:mb-24{
    margin-bottom: 1.5rem;
  }

  .lg\:mb-28{
    margin-bottom: 1.75rem;
  }

  .lg\:mb-32{
    margin-bottom: 2rem;
  }

  .lg\:mb-40{
    margin-bottom: 2.5rem;
  }

  .lg\:mb-48{
    margin-bottom: 3rem;
  }

  .lg\:mb-56{
    margin-bottom: 3.5rem;
  }

  .lg\:mb-64{
    margin-bottom: 4rem;
  }

  .lg\:mb-72{
    margin-bottom: 4.5rem;
  }

  .lg\:mb-105{
    margin-bottom: 6.5625rem;
  }

  .lg\:mb-130{
    margin-bottom: 8.125rem;
  }

  .lg\:mb-150{
    margin-bottom: 9.375rem;
  }

  .lg\:mb-auto{
    margin-bottom: auto;
  }

  .lg\:mb-center{
    margin-bottom: 0 auto;
  }

  .lg\:-mb-1{
    margin-bottom: -0.0625rem;
  }

  .lg\:-mb-0{
    margin-bottom: 0rem;
  }

  .lg\:-mb-4{
    margin-bottom: -0.25rem;
  }

  .lg\:-mb-8{
    margin-bottom: -0.5rem;
  }

  .lg\:-mb-10{
    margin-bottom: -0.625rem;
  }

  .lg\:-mb-12{
    margin-bottom: -0.75rem;
  }

  .lg\:-mb-16{
    margin-bottom: -1rem;
  }

  .lg\:-mb-20{
    margin-bottom: -1.25rem;
  }

  .lg\:-mb-24{
    margin-bottom: -1.5rem;
  }

  .lg\:-mb-28{
    margin-bottom: -1.75rem;
  }

  .lg\:-mb-32{
    margin-bottom: -2rem;
  }

  .lg\:-mb-40{
    margin-bottom: -2.5rem;
  }

  .lg\:-mb-48{
    margin-bottom: -3rem;
  }

  .lg\:-mb-56{
    margin-bottom: -3.5rem;
  }

  .lg\:-mb-64{
    margin-bottom: -4rem;
  }

  .lg\:-mb-72{
    margin-bottom: -4.5rem;
  }

  .lg\:-mb-105{
    margin-bottom: -6.5625rem;
  }

  .lg\:-mb-130{
    margin-bottom: -8.125rem;
  }

  .lg\:-mb-150{
    margin-bottom: -9.375rem;
  }

  .lg\:-mb--1{
    margin-bottom: 0.0625rem;
  }

  .lg\:ml-0{
    margin-left: 0rem;
  }

  .lg\:ml-4{
    margin-left: 0.25rem;
  }

  .lg\:ml-8{
    margin-left: 0.5rem;
  }

  .lg\:ml-10{
    margin-left: 0.625rem;
  }

  .lg\:ml-12{
    margin-left: 0.75rem;
  }

  .lg\:ml-16{
    margin-left: 1rem;
  }

  .lg\:ml-20{
    margin-left: 1.25rem;
  }

  .lg\:ml-24{
    margin-left: 1.5rem;
  }

  .lg\:ml-28{
    margin-left: 1.75rem;
  }

  .lg\:ml-32{
    margin-left: 2rem;
  }

  .lg\:ml-40{
    margin-left: 2.5rem;
  }

  .lg\:ml-48{
    margin-left: 3rem;
  }

  .lg\:ml-56{
    margin-left: 3.5rem;
  }

  .lg\:ml-64{
    margin-left: 4rem;
  }

  .lg\:ml-72{
    margin-left: 4.5rem;
  }

  .lg\:ml-105{
    margin-left: 6.5625rem;
  }

  .lg\:ml-130{
    margin-left: 8.125rem;
  }

  .lg\:ml-150{
    margin-left: 9.375rem;
  }

  .lg\:ml-auto{
    margin-left: auto;
  }

  .lg\:ml-center{
    margin-left: 0 auto;
  }

  .lg\:-ml-1{
    margin-left: -0.0625rem;
  }

  .lg\:-ml-0{
    margin-left: 0rem;
  }

  .lg\:-ml-4{
    margin-left: -0.25rem;
  }

  .lg\:-ml-8{
    margin-left: -0.5rem;
  }

  .lg\:-ml-10{
    margin-left: -0.625rem;
  }

  .lg\:-ml-12{
    margin-left: -0.75rem;
  }

  .lg\:-ml-16{
    margin-left: -1rem;
  }

  .lg\:-ml-20{
    margin-left: -1.25rem;
  }

  .lg\:-ml-24{
    margin-left: -1.5rem;
  }

  .lg\:-ml-28{
    margin-left: -1.75rem;
  }

  .lg\:-ml-32{
    margin-left: -2rem;
  }

  .lg\:-ml-40{
    margin-left: -2.5rem;
  }

  .lg\:-ml-48{
    margin-left: -3rem;
  }

  .lg\:-ml-56{
    margin-left: -3.5rem;
  }

  .lg\:-ml-64{
    margin-left: -4rem;
  }

  .lg\:-ml-72{
    margin-left: -4.5rem;
  }

  .lg\:-ml-105{
    margin-left: -6.5625rem;
  }

  .lg\:-ml-130{
    margin-left: -8.125rem;
  }

  .lg\:-ml-150{
    margin-left: -9.375rem;
  }

  .lg\:-ml--1{
    margin-left: 0.0625rem;
  }

  .lg\:box-border{
    box-sizing: border-box;
  }

  .lg\:box-content{
    box-sizing: content-box;
  }

  .lg\:block{
    display: block;
  }

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

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

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

  .lg\:table{
    display: table;
  }

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

  .lg\:table-caption{
    display: table-caption;
  }

  .lg\:table-cell{
    display: table-cell;
  }

  .lg\:table-column{
    display: table-column;
  }

  .lg\:table-column-group{
    display: table-column-group;
  }

  .lg\:table-footer-group{
    display: table-footer-group;
  }

  .lg\:table-header-group{
    display: table-header-group;
  }

  .lg\:table-row-group{
    display: table-row-group;
  }

  .lg\:table-row{
    display: table-row;
  }

  .lg\:flow-root{
    display: flow-root;
  }

  .lg\:grid{
    display: grid;
  }

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

  .lg\:contents{
    display: contents;
  }

  .lg\:list-item{
    display: list-item;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-0{
    height: 0rem;
  }

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

  .lg\:h-14{
    height: 0.875rem;
  }

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

  .lg\:h-800{
    height: 50rem;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:h-1\/2{
    height: 50%;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:h-screen{
    height: 100vh;
  }

  .lg\:h-screen-40{
    height: 40vh;
  }

  .lg\:max-h-130{
    max-height: 8.125rem;
  }

  .lg\:min-h-105{
    min-height: 6.5625rem;
  }

  .lg\:min-h-135{
    min-height: 8.4375rem;
  }

  .lg\:w-0{
    width: 0rem;
  }

  .lg\:w-4{
    width: 0.25rem;
  }

  .lg\:w-8{
    width: 0.5rem;
  }

  .lg\:w-10{
    width: 0.625rem;
  }

  .lg\:w-12{
    width: 0.75rem;
  }

  .lg\:w-14{
    width: 0.875rem;
  }

  .lg\:w-16{
    width: 1rem;
  }

  .lg\:w-20{
    width: 1.25rem;
  }

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

  .lg\:w-28{
    width: 1.75rem;
  }

  .lg\:w-32{
    width: 2rem;
  }

  .lg\:w-40{
    width: 2.5rem;
  }

  .lg\:w-48{
    width: 3rem;
  }

  .lg\:w-56{
    width: 3.5rem;
  }

  .lg\:w-64{
    width: 4rem;
  }

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

  .lg\:w-105{
    width: 6.5625rem;
  }

  .lg\:w-130{
    width: 8.125rem;
  }

  .lg\:w-150{
    width: 9.375rem;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:-w-1{
    width: -0.0625rem;
  }

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

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

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

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

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

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

  .lg\:w-3\/5{
    width: 60%;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:w-screen{
    width: 100vw;
  }

  .lg\:max-w-250{
    max-width: 15.625rem;
  }

  .lg\:max-w-300{
    max-width: 18.75rem;
  }

  .lg\:max-w-640{
    max-width: 40rem;
  }

  .lg\:max-w-700{
    max-width: 43.75rem;
  }

  .lg\:max-w-full{
    max-width: 100%;
  }

  .lg\:flex-1{
    flex: 1 1 0%;
  }

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

  .lg\:flex-initial{
    flex: 0 1 auto;
  }

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

  .lg\:flex-1\/3{
    flex: 33% 0 0;
  }

  .lg\:flex-1\/2{
    flex: 50% 0 0;
  }

  .lg\:flex-full{
    flex: 100% 0 0;
  }

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

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

  .lg\:flex-shrink-default{
    flex-shrink: 1;
  }

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

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

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

  .lg\:table-auto{
    table-layout: auto;
  }

  .lg\:table-fixed{
    table-layout: fixed;
  }

  .lg\:border-collapse{
    border-collapse: collapse;
  }

  .lg\:border-separate{
    border-collapse: separate;
  }

  .lg\:transform{
    --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;
    transform: translateX(var(--tw-translate-x)) translateY(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\:transform-gpu{
    --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;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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\:transform-none{
    transform: none;
  }

  .lg\:translate-x-0{
    --tw-translate-x: 0;
  }

  .lg\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .lg\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .lg\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .lg\:translate-y-0{
    --tw-translate-y: 0;
  }

  .lg\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .lg\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .lg\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .lg\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  .lg\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .lg\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .lg\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .lg\:hover\:translate-y-0:hover{
    --tw-translate-y: 0;
  }

  .lg\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .lg\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .lg\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .lg\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  .lg\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .lg\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .lg\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .lg\:focus\:translate-y-0:focus{
    --tw-translate-y: 0;
  }

  .lg\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .lg\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .lg\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .lg\:scale-85{
    --tw-scale-x: .85;
    --tw-scale-y: .85;
  }

  .lg\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:scale-85:hover{
    --tw-scale-x: .85;
    --tw-scale-y: .85;
  }

  .lg\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:scale-85:focus{
    --tw-scale-x: .85;
    --tw-scale-y: .85;
  }

  .lg\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .lg\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .lg\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .lg\:scale-x-85{
    --tw-scale-x: .85;
  }

  .lg\:scale-x-95{
    --tw-scale-x: .95;
  }

  .lg\:scale-x-100{
    --tw-scale-x: 1;
  }

  .lg\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .lg\:scale-y-85{
    --tw-scale-y: .85;
  }

  .lg\:scale-y-95{
    --tw-scale-y: .95;
  }

  .lg\:scale-y-100{
    --tw-scale-y: 1;
  }

  .lg\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .lg\:hover\:scale-x-85:hover{
    --tw-scale-x: .85;
  }

  .lg\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .lg\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .lg\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .lg\:hover\:scale-y-85:hover{
    --tw-scale-y: .85;
  }

  .lg\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .lg\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .lg\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .lg\:focus\:scale-x-85:focus{
    --tw-scale-x: .85;
  }

  .lg\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .lg\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .lg\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .lg\:focus\:scale-y-85:focus{
    --tw-scale-y: .85;
  }

  .lg\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .lg\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .lg\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .lg\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  .lg\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .lg\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

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

  .lg\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .lg\:cursor-auto{
    cursor: auto;
  }

  .lg\:cursor-default{
    cursor: default;
  }

  .lg\:cursor-pointer{
    cursor: pointer;
  }

  .lg\:cursor-wait{
    cursor: wait;
  }

  .lg\:cursor-text{
    cursor: text;
  }

  .lg\:cursor-move{
    cursor: move;
  }

  .lg\:cursor-grab{
    cursor: -webkit-grab;
    cursor: grab;
  }

  .lg\:cursor-grabbing{
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }

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

  .lg\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .lg\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .lg\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .lg\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

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

  .lg\:resize-y{
    resize: vertical;
  }

  .lg\:resize-x{
    resize: horizontal;
  }

  .lg\:resize{
    resize: both;
  }

  .lg\:list-inside{
    list-style-position: inside;
  }

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

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

  .lg\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .lg\:grid-flow-row{
    grid-auto-flow: row;
  }

  .lg\:grid-flow-col{
    grid-auto-flow: column;
  }

  .lg\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .lg\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .lg\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .lg\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .lg\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .lg\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

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

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

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

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

  .lg\:grid-cols-none{
    grid-template-columns: none;
  }

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

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

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

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

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

  .lg\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .lg\:place-content-center{
    place-content: center;
  }

  .lg\:place-content-start{
    place-content: start;
  }

  .lg\:place-content-end{
    place-content: end;
  }

  .lg\:place-content-between{
    place-content: space-between;
  }

  .lg\:place-content-around{
    place-content: space-around;
  }

  .lg\:place-content-evenly{
    place-content: space-evenly;
  }

  .lg\:place-content-stretch{
    place-content: stretch;
  }

  .lg\:place-items-start{
    place-items: start;
  }

  .lg\:place-items-end{
    place-items: end;
  }

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

  .lg\:place-items-stretch{
    place-items: stretch;
  }

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

  .lg\:content-start{
    align-content: flex-start;
  }

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

  .lg\:content-between{
    align-content: space-between;
  }

  .lg\:content-around{
    align-content: space-around;
  }

  .lg\:content-evenly{
    align-content: space-evenly;
  }

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

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

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

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

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

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

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

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

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

  .lg\:justify-around{
    justify-content: space-around;
  }

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

  .lg\:justify-items-start{
    justify-items: start;
  }

  .lg\:justify-items-end{
    justify-items: end;
  }

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

  .lg\:justify-items-stretch{
    justify-items: stretch;
  }

  .lg\:gap-0{
    gap: 0rem;
  }

  .lg\:gap-4{
    gap: 0.25rem;
  }

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

  .lg\:gap-10{
    gap: 0.625rem;
  }

  .lg\:gap-12{
    gap: 0.75rem;
  }

  .lg\:gap-16{
    gap: 1rem;
  }

  .lg\:gap-20{
    gap: 1.25rem;
  }

  .lg\:gap-24{
    gap: 1.5rem;
  }

  .lg\:gap-28{
    gap: 1.75rem;
  }

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

  .lg\:gap-40{
    gap: 2.5rem;
  }

  .lg\:gap-48{
    gap: 3rem;
  }

  .lg\:gap-56{
    gap: 3.5rem;
  }

  .lg\:gap-64{
    gap: 4rem;
  }

  .lg\:gap-72{
    gap: 4.5rem;
  }

  .lg\:gap-105{
    gap: 6.5625rem;
  }

  .lg\:gap-130{
    gap: 8.125rem;
  }

  .lg\:gap-150{
    gap: 9.375rem;
  }

  .lg\:-gap-1{
    gap: -0.0625rem;
  }

  .lg\:gap-x-0{
    -moz-column-gap: 0rem;
         column-gap: 0rem;
  }

  .lg\:gap-x-4{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .lg\:gap-x-8{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .lg\:gap-x-10{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .lg\:gap-x-12{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .lg\:gap-x-16{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-x-20{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:gap-x-24{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-x-28{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .lg\:gap-x-32{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-40{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-48{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-56{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:gap-x-64{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:gap-x-72{
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .lg\:gap-x-105{
    -moz-column-gap: 6.5625rem;
         column-gap: 6.5625rem;
  }

  .lg\:gap-x-130{
    -moz-column-gap: 8.125rem;
         column-gap: 8.125rem;
  }

  .lg\:gap-x-150{
    -moz-column-gap: 9.375rem;
         column-gap: 9.375rem;
  }

  .lg\:-gap-x-1{
    -moz-column-gap: -0.0625rem;
         column-gap: -0.0625rem;
  }

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

  .lg\:gap-y-4{
    row-gap: 0.25rem;
  }

  .lg\:gap-y-8{
    row-gap: 0.5rem;
  }

  .lg\:gap-y-10{
    row-gap: 0.625rem;
  }

  .lg\:gap-y-12{
    row-gap: 0.75rem;
  }

  .lg\:gap-y-16{
    row-gap: 1rem;
  }

  .lg\:gap-y-20{
    row-gap: 1.25rem;
  }

  .lg\:gap-y-24{
    row-gap: 1.5rem;
  }

  .lg\:gap-y-28{
    row-gap: 1.75rem;
  }

  .lg\:gap-y-32{
    row-gap: 2rem;
  }

  .lg\:gap-y-40{
    row-gap: 2.5rem;
  }

  .lg\:gap-y-48{
    row-gap: 3rem;
  }

  .lg\:gap-y-56{
    row-gap: 3.5rem;
  }

  .lg\:gap-y-64{
    row-gap: 4rem;
  }

  .lg\:gap-y-72{
    row-gap: 4.5rem;
  }

  .lg\:gap-y-105{
    row-gap: 6.5625rem;
  }

  .lg\:gap-y-130{
    row-gap: 8.125rem;
  }

  .lg\:gap-y-150{
    row-gap: 9.375rem;
  }

  .lg\:-gap-y-1{
    row-gap: -0.0625rem;
  }

  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0rem * var(--tw-space-x-reverse));
    margin-left: calc(0rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-105 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5625rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-130 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9.375rem * var(--tw-space-x-reverse));
    margin-left: calc(9.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.0625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.0625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0rem * var(--tw-space-x-reverse));
    margin-left: calc(0rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-105 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5625rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-130 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x--1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.0625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.0625rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .lg\:space-y-4 > :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));
  }

  .lg\:space-y-8 > :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));
  }

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

  .lg\:space-y-12 > :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));
  }

  .lg\:space-y-16 > :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));
  }

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

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

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

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

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

  .lg\:space-y-48 > :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));
  }

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

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

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

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

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

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

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

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

  .lg\:-space-y-4 > :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));
  }

  .lg\:-space-y-8 > :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));
  }

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

  .lg\:-space-y-12 > :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));
  }

  .lg\:-space-y-16 > :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));
  }

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

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

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

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

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

  .lg\:-space-y-48 > :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));
  }

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

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

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

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

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

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

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

  .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .lg\:divide-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-x-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .lg\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .lg\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .lg\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .lg\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .lg\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 200, 200, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(137, 141, 141, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(62, 63, 63, var(--tw-divide-opacity));
  }

  .lg\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-divide-opacity));
  }

  .lg\:divide-gold-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(215, 200, 181, var(--tw-divide-opacity));
  }

  .lg\:divide-gold-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 170, 147, var(--tw-divide-opacity));
  }

  .lg\:divide-gold-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(164, 141, 113, var(--tw-divide-opacity));
  }

  .lg\:divide-gold-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 111, 78, var(--tw-divide-opacity));
  }

  .lg\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 61, 61, var(--tw-divide-opacity));
  }

  .lg\:divide-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-divide-opacity));
  }

  .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .lg\:divide-opacity-35 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.35;
  }

  .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .lg\:divide-opacity-65 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.65;
  }

  .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .lg\:divide-opacity-85 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.85;
  }

  .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .lg\:place-self-auto{
    place-self: auto;
  }

  .lg\:place-self-start{
    place-self: start;
  }

  .lg\:place-self-end{
    place-self: end;
  }

  .lg\:place-self-center{
    place-self: center;
  }

  .lg\:place-self-stretch{
    place-self: stretch;
  }

  .lg\:self-auto{
    align-self: auto;
  }

  .lg\:self-start{
    align-self: flex-start;
  }

  .lg\:self-end{
    align-self: flex-end;
  }

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

  .lg\:self-stretch{
    align-self: stretch;
  }

  .lg\:self-baseline{
    align-self: baseline;
  }

  .lg\:justify-self-auto{
    justify-self: auto;
  }

  .lg\:justify-self-start{
    justify-self: start;
  }

  .lg\:justify-self-end{
    justify-self: end;
  }

  .lg\:justify-self-center{
    justify-self: center;
  }

  .lg\:justify-self-stretch{
    justify-self: stretch;
  }

  .lg\:overflow-auto{
    overflow: auto;
  }

  .lg\:overflow-hidden{
    overflow: hidden;
  }

  .lg\:overflow-visible{
    overflow: visible;
  }

  .lg\:overflow-scroll{
    overflow: scroll;
  }

  .lg\:overflow-x-auto{
    overflow-x: auto;
  }

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

  .lg\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible{
    overflow-x: visible;
  }

  .lg\:overflow-y-visible{
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .lg\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .lg\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .lg\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .lg\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .lg\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .lg\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .lg\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .lg\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .lg\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

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

  .lg\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .lg\:overflow-clip{
    text-overflow: clip;
  }

  .lg\:whitespace-normal{
    white-space: normal;
  }

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

  .lg\:whitespace-pre{
    white-space: pre;
  }

  .lg\:whitespace-pre-line{
    white-space: pre-line;
  }

  .lg\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .lg\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .lg\:break-words{
    overflow-wrap: break-word;
  }

  .lg\:break-all{
    word-break: break-all;
  }

  .lg\:rounded-100{
    border-radius: 100%;
  }

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

  .lg\:rounded-t-100{
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
  }

  .lg\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-100{
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
  }

  .lg\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-100{
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
  }

  .lg\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-100{
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
  }

  .lg\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-100{
    border-top-left-radius: 100%;
  }

  .lg\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-100{
    border-top-right-radius: 100%;
  }

  .lg\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-100{
    border-bottom-right-radius: 100%;
  }

  .lg\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-100{
    border-bottom-left-radius: 100%;
  }

  .lg\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .lg\:border-1{
    border-width: 1px;
  }

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

  .lg\:border-3{
    border-width: 3px;
  }

  .lg\:border-default{
    border-width: 1px;
  }

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

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

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

  .lg\:border-t-default{
    border-top-width: 1px;
  }

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

  .lg\:border-r-2{
    border-right-width: 2px;
  }

  .lg\:border-r-3{
    border-right-width: 3px;
  }

  .lg\:border-r-default{
    border-right-width: 1px;
  }

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

  .lg\:border-b-2{
    border-bottom-width: 2px;
  }

  .lg\:border-b-3{
    border-bottom-width: 3px;
  }

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

  .lg\:border-l-1{
    border-left-width: 1px;
  }

  .lg\:border-l-2{
    border-left-width: 2px;
  }

  .lg\:border-l-3{
    border-left-width: 3px;
  }

  .lg\:border-l-default{
    border-left-width: 1px;
  }

  .lg\:border-solid{
    border-style: solid;
  }

  .lg\:border-dashed{
    border-style: dashed;
  }

  .lg\:border-dotted{
    border-style: dotted;
  }

  .lg\:border-double{
    border-style: double;
  }

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

  .lg\:border-transparent{
    border-color: transparent;
  }

  .lg\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  }

  .lg\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 200, 200, var(--tw-border-opacity));
  }

  .lg\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-border-opacity));
  }

  .lg\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(137, 141, 141, var(--tw-border-opacity));
  }

  .lg\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(62, 63, 63, var(--tw-border-opacity));
  }

  .lg\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .lg\:border-gold-200{
    --tw-border-opacity: 1;
    border-color: rgba(215, 200, 181, var(--tw-border-opacity));
  }

  .lg\:border-gold-300{
    --tw-border-opacity: 1;
    border-color: rgba(190, 170, 147, var(--tw-border-opacity));
  }

  .lg\:border-gold-400{
    --tw-border-opacity: 1;
    border-color: rgba(164, 141, 113, var(--tw-border-opacity));
  }

  .lg\:border-gold-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 111, 78, var(--tw-border-opacity));
  }

  .lg\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 61, 61, var(--tw-border-opacity));
  }

  .lg\:border-default{
    --tw-border-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-border-opacity));
  }

  .lg\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .lg\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 200, 200, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(137, 141, 141, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(62, 63, 63, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gold-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(215, 200, 181, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gold-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 170, 147, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gold-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(164, 141, 113, var(--tw-border-opacity));
  }

  .lg\:hover\:border-gold-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 111, 78, var(--tw-border-opacity));
  }

  .lg\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 61, 61, var(--tw-border-opacity));
  }

  .lg\:hover\:border-default:hover{
    --tw-border-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-border-opacity));
  }

  .lg\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .lg\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .lg\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 200, 200, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(137, 141, 141, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(62, 63, 63, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gold-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(215, 200, 181, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gold-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 170, 147, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gold-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(164, 141, 113, var(--tw-border-opacity));
  }

  .lg\:focus\:border-gold-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 111, 78, var(--tw-border-opacity));
  }

  .lg\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 61, 61, var(--tw-border-opacity));
  }

  .lg\:focus\:border-default:focus{
    --tw-border-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-border-opacity));
  }

  .lg\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .lg\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .lg\:border-opacity-35{
    --tw-border-opacity: 0.35;
  }

  .lg\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .lg\:border-opacity-65{
    --tw-border-opacity: 0.65;
  }

  .lg\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .lg\:border-opacity-85{
    --tw-border-opacity: 0.85;
  }

  .lg\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .lg\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .lg\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:border-opacity-35{
    --tw-border-opacity: 0.35;
  }

  .group:hover .lg\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:border-opacity-65{
    --tw-border-opacity: 0.65;
  }

  .group:hover .lg\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:border-opacity-85{
    --tw-border-opacity: 0.85;
  }

  .group:hover .lg\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .lg\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .lg\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .lg\:focus-within\:border-opacity-35:focus-within{
    --tw-border-opacity: 0.35;
  }

  .lg\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .lg\:focus-within\:border-opacity-65:focus-within{
    --tw-border-opacity: 0.65;
  }

  .lg\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .lg\:focus-within\:border-opacity-85:focus-within{
    --tw-border-opacity: 0.85;
  }

  .lg\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .lg\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .lg\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .lg\:hover\:border-opacity-35:hover{
    --tw-border-opacity: 0.35;
  }

  .lg\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .lg\:hover\:border-opacity-65:hover{
    --tw-border-opacity: 0.65;
  }

  .lg\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .lg\:hover\:border-opacity-85:hover{
    --tw-border-opacity: 0.85;
  }

  .lg\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .lg\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .lg\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .lg\:focus\:border-opacity-35:focus{
    --tw-border-opacity: 0.35;
  }

  .lg\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .lg\:focus\:border-opacity-65:focus{
    --tw-border-opacity: 0.65;
  }

  .lg\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .lg\:focus\:border-opacity-85:focus{
    --tw-border-opacity: 0.85;
  }

  .lg\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

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

  .lg\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 200, 200, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 171, 171, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(137, 141, 141, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 63, 63, var(--tw-bg-opacity));
  }

  .lg\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .lg\:bg-gold-200{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 200, 181, var(--tw-bg-opacity));
  }

  .lg\:bg-gold-300{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 170, 147, var(--tw-bg-opacity));
  }

  .lg\:bg-gold-400{
    --tw-bg-opacity: 1;
    background-color: rgba(164, 141, 113, var(--tw-bg-opacity));
  }

  .lg\:bg-gold-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 111, 78, var(--tw-bg-opacity));
  }

  .lg\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 61, 61, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .lg\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 200, 200, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 171, 171, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(137, 141, 141, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 63, 63, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gold-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 200, 181, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gold-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 170, 147, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gold-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(164, 141, 113, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-gold-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 111, 78, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 61, 61, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .lg\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 200, 200, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 171, 171, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(137, 141, 141, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 63, 63, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gold-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 200, 181, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gold-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 170, 147, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gold-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(164, 141, 113, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-gold-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 111, 78, var(--tw-bg-opacity));
  }

  .lg\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 61, 61, var(--tw-bg-opacity));
  }

  .lg\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .lg\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .lg\:bg-opacity-35{
    --tw-bg-opacity: 0.35;
  }

  .lg\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

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

  .lg\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

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

  .lg\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .lg\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .lg\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:bg-opacity-35{
    --tw-bg-opacity: 0.35;
  }

  .group:hover .lg\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:bg-opacity-65{
    --tw-bg-opacity: 0.65;
  }

  .group:hover .lg\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:bg-opacity-85{
    --tw-bg-opacity: 0.85;
  }

  .group:hover .lg\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .lg\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .lg\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .lg\:focus-within\:bg-opacity-35:focus-within{
    --tw-bg-opacity: 0.35;
  }

  .lg\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .lg\:focus-within\:bg-opacity-65:focus-within{
    --tw-bg-opacity: 0.65;
  }

  .lg\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .lg\:focus-within\:bg-opacity-85:focus-within{
    --tw-bg-opacity: 0.85;
  }

  .lg\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .lg\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .lg\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .lg\:hover\:bg-opacity-35:hover{
    --tw-bg-opacity: 0.35;
  }

  .lg\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .lg\:hover\:bg-opacity-65:hover{
    --tw-bg-opacity: 0.65;
  }

  .lg\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .lg\:hover\:bg-opacity-85:hover{
    --tw-bg-opacity: 0.85;
  }

  .lg\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .lg\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .lg\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .lg\:focus\:bg-opacity-35:focus{
    --tw-bg-opacity: 0.35;
  }

  .lg\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .lg\:focus\:bg-opacity-65:focus{
    --tw-bg-opacity: 0.65;
  }

  .lg\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .lg\:focus\:bg-opacity-85:focus{
    --tw-bg-opacity: 0.85;
  }

  .lg\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .lg\:bg-marble{
    background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.35)), linear-gradient(180deg, #111111 14.42%, rgba(17, 17, 17, 0) 33.28%), linear-gradient(360deg, #111111 11.36%, rgba(17, 17, 17, 0) 41.43%), url('./../../files/images/marble.jpg');
  }

  .lg\:bg-marble-wide{
    background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.35)), linear-gradient(180deg, #111111 14.42%, rgba(17, 17, 17, 0) 33.28%), linear-gradient(360deg, #111111 11.36%, rgba(17, 17, 17, 0) 41.43%), url('./../../files/images/marble-wide.jpg');
  }

  .lg\:bg-marble-alt{
    background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0.6)), linear-gradient(0deg, #111111 24.02%, rgba(17, 17, 17, 0) 54.12%), url('./../../files/images/marble-alt.jpg');
  }

  .lg\:bg-marble-solid{
    background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.35)), linear-gradient(180deg, #111111 14.42%, rgba(17, 17, 17, 0) 33.28%), linear-gradient(360deg, #111111 11.36%, rgba(17, 17, 17, 0) 41.43%), url(./../../files/images/marble-alt.jpg);
  }

  .lg\:bg-marble-menu{
    background-image: url(./../../files/images/marble-menu.jpg);
  }

  .lg\:bg-dropdown-arrow{
    background-image: url(./../../files/svgs/icon-dropdown-arrow.svg);
  }

  .lg\:bg-dropdown-arrow-white{
    background-image: url(./../../files/svgs/icon-dropdown-arrow-white.svg);
  }

  .lg\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:from-gray-100{
    --tw-gradient-from: #E6E6E6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .lg\:from-gray-200{
    --tw-gradient-from: #C7C8C8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 200, 200, 0));
  }

  .lg\:from-gray-300{
    --tw-gradient-from: #A8ABAB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 171, 171, 0));
  }

  .lg\:from-gray-400{
    --tw-gradient-from: #898D8D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(137, 141, 141, 0));
  }

  .lg\:from-gray-500{
    --tw-gradient-from: #3E3F3F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 63, 63, 0));
  }

  .lg\:from-gray-600{
    --tw-gradient-from: #111111;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 17, 17, 0));
  }

  .lg\:from-gold-200{
    --tw-gradient-from: #D7C8B5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 200, 181, 0));
  }

  .lg\:from-gold-300{
    --tw-gradient-from: #BEAA93;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 170, 147, 0));
  }

  .lg\:from-gold-400{
    --tw-gradient-from: #A48D71;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(164, 141, 113, 0));
  }

  .lg\:from-gold-500{
    --tw-gradient-from: #8B6F4E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 111, 78, 0));
  }

  .lg\:from-red-300{
    --tw-gradient-from: #F03D3D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 61, 61, 0));
  }

  .lg\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:from-gray-100:hover{
    --tw-gradient-from: #E6E6E6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .lg\:hover\:from-gray-200:hover{
    --tw-gradient-from: #C7C8C8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 200, 200, 0));
  }

  .lg\:hover\:from-gray-300:hover{
    --tw-gradient-from: #A8ABAB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 171, 171, 0));
  }

  .lg\:hover\:from-gray-400:hover{
    --tw-gradient-from: #898D8D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(137, 141, 141, 0));
  }

  .lg\:hover\:from-gray-500:hover{
    --tw-gradient-from: #3E3F3F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 63, 63, 0));
  }

  .lg\:hover\:from-gray-600:hover{
    --tw-gradient-from: #111111;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 17, 17, 0));
  }

  .lg\:hover\:from-gold-200:hover{
    --tw-gradient-from: #D7C8B5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 200, 181, 0));
  }

  .lg\:hover\:from-gold-300:hover{
    --tw-gradient-from: #BEAA93;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 170, 147, 0));
  }

  .lg\:hover\:from-gold-400:hover{
    --tw-gradient-from: #A48D71;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(164, 141, 113, 0));
  }

  .lg\:hover\:from-gold-500:hover{
    --tw-gradient-from: #8B6F4E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 111, 78, 0));
  }

  .lg\:hover\:from-red-300:hover{
    --tw-gradient-from: #F03D3D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 61, 61, 0));
  }

  .lg\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:from-gray-100:focus{
    --tw-gradient-from: #E6E6E6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .lg\:focus\:from-gray-200:focus{
    --tw-gradient-from: #C7C8C8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 200, 200, 0));
  }

  .lg\:focus\:from-gray-300:focus{
    --tw-gradient-from: #A8ABAB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 171, 171, 0));
  }

  .lg\:focus\:from-gray-400:focus{
    --tw-gradient-from: #898D8D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(137, 141, 141, 0));
  }

  .lg\:focus\:from-gray-500:focus{
    --tw-gradient-from: #3E3F3F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 63, 63, 0));
  }

  .lg\:focus\:from-gray-600:focus{
    --tw-gradient-from: #111111;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 17, 17, 0));
  }

  .lg\:focus\:from-gold-200:focus{
    --tw-gradient-from: #D7C8B5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 200, 181, 0));
  }

  .lg\:focus\:from-gold-300:focus{
    --tw-gradient-from: #BEAA93;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 170, 147, 0));
  }

  .lg\:focus\:from-gold-400:focus{
    --tw-gradient-from: #A48D71;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(164, 141, 113, 0));
  }

  .lg\:focus\:from-gold-500:focus{
    --tw-gradient-from: #8B6F4E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 111, 78, 0));
  }

  .lg\:focus\:from-red-300:focus{
    --tw-gradient-from: #F03D3D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 61, 61, 0));
  }

  .lg\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .lg\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C8C8, var(--tw-gradient-to, rgba(199, 200, 200, 0));
  }

  .lg\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #A8ABAB, var(--tw-gradient-to, rgba(168, 171, 171, 0));
  }

  .lg\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #898D8D, var(--tw-gradient-to, rgba(137, 141, 141, 0));
  }

  .lg\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3F3F, var(--tw-gradient-to, rgba(62, 63, 63, 0));
  }

  .lg\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #111111, var(--tw-gradient-to, rgba(17, 17, 17, 0));
  }

  .lg\:via-gold-200{
    --tw-gradient-stops: var(--tw-gradient-from), #D7C8B5, var(--tw-gradient-to, rgba(215, 200, 181, 0));
  }

  .lg\:via-gold-300{
    --tw-gradient-stops: var(--tw-gradient-from), #BEAA93, var(--tw-gradient-to, rgba(190, 170, 147, 0));
  }

  .lg\:via-gold-400{
    --tw-gradient-stops: var(--tw-gradient-from), #A48D71, var(--tw-gradient-to, rgba(164, 141, 113, 0));
  }

  .lg\:via-gold-500{
    --tw-gradient-stops: var(--tw-gradient-from), #8B6F4E, var(--tw-gradient-to, rgba(139, 111, 78, 0));
  }

  .lg\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #F03D3D, var(--tw-gradient-to, rgba(240, 61, 61, 0));
  }

  .lg\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .lg\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C8C8, var(--tw-gradient-to, rgba(199, 200, 200, 0));
  }

  .lg\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A8ABAB, var(--tw-gradient-to, rgba(168, 171, 171, 0));
  }

  .lg\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #898D8D, var(--tw-gradient-to, rgba(137, 141, 141, 0));
  }

  .lg\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3F3F, var(--tw-gradient-to, rgba(62, 63, 63, 0));
  }

  .lg\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111111, var(--tw-gradient-to, rgba(17, 17, 17, 0));
  }

  .lg\:hover\:via-gold-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D7C8B5, var(--tw-gradient-to, rgba(215, 200, 181, 0));
  }

  .lg\:hover\:via-gold-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BEAA93, var(--tw-gradient-to, rgba(190, 170, 147, 0));
  }

  .lg\:hover\:via-gold-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A48D71, var(--tw-gradient-to, rgba(164, 141, 113, 0));
  }

  .lg\:hover\:via-gold-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8B6F4E, var(--tw-gradient-to, rgba(139, 111, 78, 0));
  }

  .lg\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F03D3D, var(--tw-gradient-to, rgba(240, 61, 61, 0));
  }

  .lg\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .lg\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .lg\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .lg\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C8C8, var(--tw-gradient-to, rgba(199, 200, 200, 0));
  }

  .lg\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A8ABAB, var(--tw-gradient-to, rgba(168, 171, 171, 0));
  }

  .lg\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #898D8D, var(--tw-gradient-to, rgba(137, 141, 141, 0));
  }

  .lg\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3F3F, var(--tw-gradient-to, rgba(62, 63, 63, 0));
  }

  .lg\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111111, var(--tw-gradient-to, rgba(17, 17, 17, 0));
  }

  .lg\:focus\:via-gold-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D7C8B5, var(--tw-gradient-to, rgba(215, 200, 181, 0));
  }

  .lg\:focus\:via-gold-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BEAA93, var(--tw-gradient-to, rgba(190, 170, 147, 0));
  }

  .lg\:focus\:via-gold-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A48D71, var(--tw-gradient-to, rgba(164, 141, 113, 0));
  }

  .lg\:focus\:via-gold-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8B6F4E, var(--tw-gradient-to, rgba(139, 111, 78, 0));
  }

  .lg\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F03D3D, var(--tw-gradient-to, rgba(240, 61, 61, 0));
  }

  .lg\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .lg\:to-black{
    --tw-gradient-to: #000;
  }

  .lg\:to-white{
    --tw-gradient-to: #fff;
  }

  .lg\:to-gray-100{
    --tw-gradient-to: #E6E6E6;
  }

  .lg\:to-gray-200{
    --tw-gradient-to: #C7C8C8;
  }

  .lg\:to-gray-300{
    --tw-gradient-to: #A8ABAB;
  }

  .lg\:to-gray-400{
    --tw-gradient-to: #898D8D;
  }

  .lg\:to-gray-500{
    --tw-gradient-to: #3E3F3F;
  }

  .lg\:to-gray-600{
    --tw-gradient-to: #111111;
  }

  .lg\:to-gold-200{
    --tw-gradient-to: #D7C8B5;
  }

  .lg\:to-gold-300{
    --tw-gradient-to: #BEAA93;
  }

  .lg\:to-gold-400{
    --tw-gradient-to: #A48D71;
  }

  .lg\:to-gold-500{
    --tw-gradient-to: #8B6F4E;
  }

  .lg\:to-red-300{
    --tw-gradient-to: #F03D3D;
  }

  .lg\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .lg\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .lg\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .lg\:hover\:to-gray-100:hover{
    --tw-gradient-to: #E6E6E6;
  }

  .lg\:hover\:to-gray-200:hover{
    --tw-gradient-to: #C7C8C8;
  }

  .lg\:hover\:to-gray-300:hover{
    --tw-gradient-to: #A8ABAB;
  }

  .lg\:hover\:to-gray-400:hover{
    --tw-gradient-to: #898D8D;
  }

  .lg\:hover\:to-gray-500:hover{
    --tw-gradient-to: #3E3F3F;
  }

  .lg\:hover\:to-gray-600:hover{
    --tw-gradient-to: #111111;
  }

  .lg\:hover\:to-gold-200:hover{
    --tw-gradient-to: #D7C8B5;
  }

  .lg\:hover\:to-gold-300:hover{
    --tw-gradient-to: #BEAA93;
  }

  .lg\:hover\:to-gold-400:hover{
    --tw-gradient-to: #A48D71;
  }

  .lg\:hover\:to-gold-500:hover{
    --tw-gradient-to: #8B6F4E;
  }

  .lg\:hover\:to-red-300:hover{
    --tw-gradient-to: #F03D3D;
  }

  .lg\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .lg\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .lg\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .lg\:focus\:to-gray-100:focus{
    --tw-gradient-to: #E6E6E6;
  }

  .lg\:focus\:to-gray-200:focus{
    --tw-gradient-to: #C7C8C8;
  }

  .lg\:focus\:to-gray-300:focus{
    --tw-gradient-to: #A8ABAB;
  }

  .lg\:focus\:to-gray-400:focus{
    --tw-gradient-to: #898D8D;
  }

  .lg\:focus\:to-gray-500:focus{
    --tw-gradient-to: #3E3F3F;
  }

  .lg\:focus\:to-gray-600:focus{
    --tw-gradient-to: #111111;
  }

  .lg\:focus\:to-gold-200:focus{
    --tw-gradient-to: #D7C8B5;
  }

  .lg\:focus\:to-gold-300:focus{
    --tw-gradient-to: #BEAA93;
  }

  .lg\:focus\:to-gold-400:focus{
    --tw-gradient-to: #A48D71;
  }

  .lg\:focus\:to-gold-500:focus{
    --tw-gradient-to: #8B6F4E;
  }

  .lg\:focus\:to-red-300:focus{
    --tw-gradient-to: #F03D3D;
  }

  .lg\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .lg\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .lg\:bg-auto{
    background-size: auto;
  }

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

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

  .lg\:bg-fixed{
    background-attachment: fixed;
  }

  .lg\:bg-local{
    background-attachment: local;
  }

  .lg\:bg-scroll{
    background-attachment: scroll;
  }

  .lg\:bg-clip-border{
    background-clip: border-box;
  }

  .lg\:bg-clip-padding{
    background-clip: padding-box;
  }

  .lg\:bg-clip-content{
    background-clip: content-box;
  }

  .lg\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .lg\:bg-bottom{
    background-position: bottom;
  }

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

  .lg\:bg-left{
    background-position: left;
  }

  .lg\:bg-left-bottom{
    background-position: left bottom;
  }

  .lg\:bg-left-top{
    background-position: left top;
  }

  .lg\:bg-right{
    background-position: right;
  }

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

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

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

  .lg\:bg-repeat{
    background-repeat: repeat;
  }

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

  .lg\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .lg\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .lg\:bg-repeat-round{
    background-repeat: round;
  }

  .lg\:bg-repeat-space{
    background-repeat: space;
  }

  .lg\:bg-origin-border{
    background-origin: border-box;
  }

  .lg\:bg-origin-padding{
    background-origin: padding-box;
  }

  .lg\:bg-origin-content{
    background-origin: content-box;
  }

  .lg\:fill-current{
    fill: currentColor;
  }

  .lg\:stroke-current{
    stroke: currentColor;
  }

  .lg\:stroke-0{
    stroke-width: 0;
  }

  .lg\:stroke-1{
    stroke-width: 1;
  }

  .lg\:stroke-2{
    stroke-width: 2;
  }

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

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

  .lg\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .lg\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .lg\:p-0{
    padding: 0rem;
  }

  .lg\:p-4{
    padding: 0.25rem;
  }

  .lg\:p-8{
    padding: 0.5rem;
  }

  .lg\:p-10{
    padding: 0.625rem;
  }

  .lg\:p-12{
    padding: 0.75rem;
  }

  .lg\:p-14{
    padding: 0.875rem;
  }

  .lg\:p-16{
    padding: 1rem;
  }

  .lg\:p-20{
    padding: 1.25rem;
  }

  .lg\:p-24{
    padding: 1.5rem;
  }

  .lg\:p-28{
    padding: 1.75rem;
  }

  .lg\:p-32{
    padding: 2rem;
  }

  .lg\:p-40{
    padding: 2.5rem;
  }

  .lg\:p-48{
    padding: 3rem;
  }

  .lg\:p-56{
    padding: 3.5rem;
  }

  .lg\:p-64{
    padding: 4rem;
  }

  .lg\:p-72{
    padding: 4.5rem;
  }

  .lg\:p-105{
    padding: 6.5625rem;
  }

  .lg\:p-130{
    padding: 8.125rem;
  }

  .lg\:p-148{
    padding: 9.25rem;
  }

  .lg\:p-150{
    padding: 9.375rem;
  }

  .lg\:-p-1{
    padding: -0.0625rem;
  }

  .lg\:first\:p-0:first-child{
    padding: 0rem;
  }

  .lg\:first\:p-4:first-child{
    padding: 0.25rem;
  }

  .lg\:first\:p-8:first-child{
    padding: 0.5rem;
  }

  .lg\:first\:p-10:first-child{
    padding: 0.625rem;
  }

  .lg\:first\:p-12:first-child{
    padding: 0.75rem;
  }

  .lg\:first\:p-14:first-child{
    padding: 0.875rem;
  }

  .lg\:first\:p-16:first-child{
    padding: 1rem;
  }

  .lg\:first\:p-20:first-child{
    padding: 1.25rem;
  }

  .lg\:first\:p-24:first-child{
    padding: 1.5rem;
  }

  .lg\:first\:p-28:first-child{
    padding: 1.75rem;
  }

  .lg\:first\:p-32:first-child{
    padding: 2rem;
  }

  .lg\:first\:p-40:first-child{
    padding: 2.5rem;
  }

  .lg\:first\:p-48:first-child{
    padding: 3rem;
  }

  .lg\:first\:p-56:first-child{
    padding: 3.5rem;
  }

  .lg\:first\:p-64:first-child{
    padding: 4rem;
  }

  .lg\:first\:p-72:first-child{
    padding: 4.5rem;
  }

  .lg\:first\:p-105:first-child{
    padding: 6.5625rem;
  }

  .lg\:first\:p-130:first-child{
    padding: 8.125rem;
  }

  .lg\:first\:p-148:first-child{
    padding: 9.25rem;
  }

  .lg\:first\:p-150:first-child{
    padding: 9.375rem;
  }

  .lg\:first\:-p-1:first-child{
    padding: -0.0625rem;
  }

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

  .lg\:px-4{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

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

  .lg\:px-10{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

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

  .lg\:px-14{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:px-16{
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .lg\:px-24{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-28{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

  .lg\:px-40{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .lg\:px-56{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-64{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-72{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .lg\:px-105{
    padding-left: 6.5625rem;
    padding-right: 6.5625rem;
  }

  .lg\:px-130{
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }

  .lg\:px-148{
    padding-left: 9.25rem;
    padding-right: 9.25rem;
  }

  .lg\:px-150{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .lg\:-px-1{
    padding-left: -0.0625rem;
    padding-right: -0.0625rem;
  }

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

  .lg\:py-4{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-8{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-10{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:py-12{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-14{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:py-16{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-20{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-24{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-28{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:py-32{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-40{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-48{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-56{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-64{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-72{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:py-105{
    padding-top: 6.5625rem;
    padding-bottom: 6.5625rem;
  }

  .lg\:py-130{
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .lg\:py-148{
    padding-top: 9.25rem;
    padding-bottom: 9.25rem;
  }

  .lg\:py-150{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .lg\:-py-1{
    padding-top: -0.0625rem;
    padding-bottom: -0.0625rem;
  }

  .lg\:first\:px-0:first-child{
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .lg\:first\:px-4:first-child{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:first\:px-8:first-child{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:first\:px-10:first-child{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:first\:px-12:first-child{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:first\:px-14:first-child{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .lg\:first\:px-16:first-child{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:first\:px-20:first-child{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:first\:px-24:first-child{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:first\:px-28:first-child{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:first\:px-32:first-child{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:first\:px-40:first-child{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:first\:px-48:first-child{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:first\:px-56:first-child{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:first\:px-64:first-child{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:first\:px-72:first-child{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .lg\:first\:px-105:first-child{
    padding-left: 6.5625rem;
    padding-right: 6.5625rem;
  }

  .lg\:first\:px-130:first-child{
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }

  .lg\:first\:px-148:first-child{
    padding-left: 9.25rem;
    padding-right: 9.25rem;
  }

  .lg\:first\:px-150:first-child{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .lg\:first\:-px-1:first-child{
    padding-left: -0.0625rem;
    padding-right: -0.0625rem;
  }

  .lg\:first\:py-0:first-child{
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .lg\:first\:py-4:first-child{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:first\:py-8:first-child{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:first\:py-10:first-child{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .lg\:first\:py-12:first-child{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:first\:py-14:first-child{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:first\:py-16:first-child{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:first\:py-20:first-child{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:first\:py-24:first-child{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:first\:py-28:first-child{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:first\:py-32:first-child{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:first\:py-40:first-child{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:first\:py-48:first-child{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:first\:py-56:first-child{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:first\:py-64:first-child{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:first\:py-72:first-child{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:first\:py-105:first-child{
    padding-top: 6.5625rem;
    padding-bottom: 6.5625rem;
  }

  .lg\:first\:py-130:first-child{
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .lg\:first\:py-148:first-child{
    padding-top: 9.25rem;
    padding-bottom: 9.25rem;
  }

  .lg\:first\:py-150:first-child{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .lg\:first\:-py-1:first-child{
    padding-top: -0.0625rem;
    padding-bottom: -0.0625rem;
  }

  .lg\:pt-0{
    padding-top: 0rem;
  }

  .lg\:pt-4{
    padding-top: 0.25rem;
  }

  .lg\:pt-8{
    padding-top: 0.5rem;
  }

  .lg\:pt-10{
    padding-top: 0.625rem;
  }

  .lg\:pt-12{
    padding-top: 0.75rem;
  }

  .lg\:pt-14{
    padding-top: 0.875rem;
  }

  .lg\:pt-16{
    padding-top: 1rem;
  }

  .lg\:pt-20{
    padding-top: 1.25rem;
  }

  .lg\:pt-24{
    padding-top: 1.5rem;
  }

  .lg\:pt-28{
    padding-top: 1.75rem;
  }

  .lg\:pt-32{
    padding-top: 2rem;
  }

  .lg\:pt-40{
    padding-top: 2.5rem;
  }

  .lg\:pt-48{
    padding-top: 3rem;
  }

  .lg\:pt-56{
    padding-top: 3.5rem;
  }

  .lg\:pt-64{
    padding-top: 4rem;
  }

  .lg\:pt-72{
    padding-top: 4.5rem;
  }

  .lg\:pt-105{
    padding-top: 6.5625rem;
  }

  .lg\:pt-130{
    padding-top: 8.125rem;
  }

  .lg\:pt-148{
    padding-top: 9.25rem;
  }

  .lg\:pt-150{
    padding-top: 9.375rem;
  }

  .lg\:-pt-1{
    padding-top: -0.0625rem;
  }

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

  .lg\:pr-4{
    padding-right: 0.25rem;
  }

  .lg\:pr-8{
    padding-right: 0.5rem;
  }

  .lg\:pr-10{
    padding-right: 0.625rem;
  }

  .lg\:pr-12{
    padding-right: 0.75rem;
  }

  .lg\:pr-14{
    padding-right: 0.875rem;
  }

  .lg\:pr-16{
    padding-right: 1rem;
  }

  .lg\:pr-20{
    padding-right: 1.25rem;
  }

  .lg\:pr-24{
    padding-right: 1.5rem;
  }

  .lg\:pr-28{
    padding-right: 1.75rem;
  }

  .lg\:pr-32{
    padding-right: 2rem;
  }

  .lg\:pr-40{
    padding-right: 2.5rem;
  }

  .lg\:pr-48{
    padding-right: 3rem;
  }

  .lg\:pr-56{
    padding-right: 3.5rem;
  }

  .lg\:pr-64{
    padding-right: 4rem;
  }

  .lg\:pr-72{
    padding-right: 4.5rem;
  }

  .lg\:pr-105{
    padding-right: 6.5625rem;
  }

  .lg\:pr-130{
    padding-right: 8.125rem;
  }

  .lg\:pr-148{
    padding-right: 9.25rem;
  }

  .lg\:pr-150{
    padding-right: 9.375rem;
  }

  .lg\:-pr-1{
    padding-right: -0.0625rem;
  }

  .lg\:pb-0{
    padding-bottom: 0rem;
  }

  .lg\:pb-4{
    padding-bottom: 0.25rem;
  }

  .lg\:pb-8{
    padding-bottom: 0.5rem;
  }

  .lg\:pb-10{
    padding-bottom: 0.625rem;
  }

  .lg\:pb-12{
    padding-bottom: 0.75rem;
  }

  .lg\:pb-14{
    padding-bottom: 0.875rem;
  }

  .lg\:pb-16{
    padding-bottom: 1rem;
  }

  .lg\:pb-20{
    padding-bottom: 1.25rem;
  }

  .lg\:pb-24{
    padding-bottom: 1.5rem;
  }

  .lg\:pb-28{
    padding-bottom: 1.75rem;
  }

  .lg\:pb-32{
    padding-bottom: 2rem;
  }

  .lg\:pb-40{
    padding-bottom: 2.5rem;
  }

  .lg\:pb-48{
    padding-bottom: 3rem;
  }

  .lg\:pb-56{
    padding-bottom: 3.5rem;
  }

  .lg\:pb-64{
    padding-bottom: 4rem;
  }

  .lg\:pb-72{
    padding-bottom: 4.5rem;
  }

  .lg\:pb-105{
    padding-bottom: 6.5625rem;
  }

  .lg\:pb-130{
    padding-bottom: 8.125rem;
  }

  .lg\:pb-148{
    padding-bottom: 9.25rem;
  }

  .lg\:pb-150{
    padding-bottom: 9.375rem;
  }

  .lg\:-pb-1{
    padding-bottom: -0.0625rem;
  }

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

  .lg\:pl-4{
    padding-left: 0.25rem;
  }

  .lg\:pl-8{
    padding-left: 0.5rem;
  }

  .lg\:pl-10{
    padding-left: 0.625rem;
  }

  .lg\:pl-12{
    padding-left: 0.75rem;
  }

  .lg\:pl-14{
    padding-left: 0.875rem;
  }

  .lg\:pl-16{
    padding-left: 1rem;
  }

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

  .lg\:pl-24{
    padding-left: 1.5rem;
  }

  .lg\:pl-28{
    padding-left: 1.75rem;
  }

  .lg\:pl-32{
    padding-left: 2rem;
  }

  .lg\:pl-40{
    padding-left: 2.5rem;
  }

  .lg\:pl-48{
    padding-left: 3rem;
  }

  .lg\:pl-56{
    padding-left: 3.5rem;
  }

  .lg\:pl-64{
    padding-left: 4rem;
  }

  .lg\:pl-72{
    padding-left: 4.5rem;
  }

  .lg\:pl-105{
    padding-left: 6.5625rem;
  }

  .lg\:pl-130{
    padding-left: 8.125rem;
  }

  .lg\:pl-148{
    padding-left: 9.25rem;
  }

  .lg\:pl-150{
    padding-left: 9.375rem;
  }

  .lg\:-pl-1{
    padding-left: -0.0625rem;
  }

  .lg\:first\:pt-0:first-child{
    padding-top: 0rem;
  }

  .lg\:first\:pt-4:first-child{
    padding-top: 0.25rem;
  }

  .lg\:first\:pt-8:first-child{
    padding-top: 0.5rem;
  }

  .lg\:first\:pt-10:first-child{
    padding-top: 0.625rem;
  }

  .lg\:first\:pt-12:first-child{
    padding-top: 0.75rem;
  }

  .lg\:first\:pt-14:first-child{
    padding-top: 0.875rem;
  }

  .lg\:first\:pt-16:first-child{
    padding-top: 1rem;
  }

  .lg\:first\:pt-20:first-child{
    padding-top: 1.25rem;
  }

  .lg\:first\:pt-24:first-child{
    padding-top: 1.5rem;
  }

  .lg\:first\:pt-28:first-child{
    padding-top: 1.75rem;
  }

  .lg\:first\:pt-32:first-child{
    padding-top: 2rem;
  }

  .lg\:first\:pt-40:first-child{
    padding-top: 2.5rem;
  }

  .lg\:first\:pt-48:first-child{
    padding-top: 3rem;
  }

  .lg\:first\:pt-56:first-child{
    padding-top: 3.5rem;
  }

  .lg\:first\:pt-64:first-child{
    padding-top: 4rem;
  }

  .lg\:first\:pt-72:first-child{
    padding-top: 4.5rem;
  }

  .lg\:first\:pt-105:first-child{
    padding-top: 6.5625rem;
  }

  .lg\:first\:pt-130:first-child{
    padding-top: 8.125rem;
  }

  .lg\:first\:pt-148:first-child{
    padding-top: 9.25rem;
  }

  .lg\:first\:pt-150:first-child{
    padding-top: 9.375rem;
  }

  .lg\:first\:-pt-1:first-child{
    padding-top: -0.0625rem;
  }

  .lg\:first\:pr-0:first-child{
    padding-right: 0rem;
  }

  .lg\:first\:pr-4:first-child{
    padding-right: 0.25rem;
  }

  .lg\:first\:pr-8:first-child{
    padding-right: 0.5rem;
  }

  .lg\:first\:pr-10:first-child{
    padding-right: 0.625rem;
  }

  .lg\:first\:pr-12:first-child{
    padding-right: 0.75rem;
  }

  .lg\:first\:pr-14:first-child{
    padding-right: 0.875rem;
  }

  .lg\:first\:pr-16:first-child{
    padding-right: 1rem;
  }

  .lg\:first\:pr-20:first-child{
    padding-right: 1.25rem;
  }

  .lg\:first\:pr-24:first-child{
    padding-right: 1.5rem;
  }

  .lg\:first\:pr-28:first-child{
    padding-right: 1.75rem;
  }

  .lg\:first\:pr-32:first-child{
    padding-right: 2rem;
  }

  .lg\:first\:pr-40:first-child{
    padding-right: 2.5rem;
  }

  .lg\:first\:pr-48:first-child{
    padding-right: 3rem;
  }

  .lg\:first\:pr-56:first-child{
    padding-right: 3.5rem;
  }

  .lg\:first\:pr-64:first-child{
    padding-right: 4rem;
  }

  .lg\:first\:pr-72:first-child{
    padding-right: 4.5rem;
  }

  .lg\:first\:pr-105:first-child{
    padding-right: 6.5625rem;
  }

  .lg\:first\:pr-130:first-child{
    padding-right: 8.125rem;
  }

  .lg\:first\:pr-148:first-child{
    padding-right: 9.25rem;
  }

  .lg\:first\:pr-150:first-child{
    padding-right: 9.375rem;
  }

  .lg\:first\:-pr-1:first-child{
    padding-right: -0.0625rem;
  }

  .lg\:first\:pb-0:first-child{
    padding-bottom: 0rem;
  }

  .lg\:first\:pb-4:first-child{
    padding-bottom: 0.25rem;
  }

  .lg\:first\:pb-8:first-child{
    padding-bottom: 0.5rem;
  }

  .lg\:first\:pb-10:first-child{
    padding-bottom: 0.625rem;
  }

  .lg\:first\:pb-12:first-child{
    padding-bottom: 0.75rem;
  }

  .lg\:first\:pb-14:first-child{
    padding-bottom: 0.875rem;
  }

  .lg\:first\:pb-16:first-child{
    padding-bottom: 1rem;
  }

  .lg\:first\:pb-20:first-child{
    padding-bottom: 1.25rem;
  }

  .lg\:first\:pb-24:first-child{
    padding-bottom: 1.5rem;
  }

  .lg\:first\:pb-28:first-child{
    padding-bottom: 1.75rem;
  }

  .lg\:first\:pb-32:first-child{
    padding-bottom: 2rem;
  }

  .lg\:first\:pb-40:first-child{
    padding-bottom: 2.5rem;
  }

  .lg\:first\:pb-48:first-child{
    padding-bottom: 3rem;
  }

  .lg\:first\:pb-56:first-child{
    padding-bottom: 3.5rem;
  }

  .lg\:first\:pb-64:first-child{
    padding-bottom: 4rem;
  }

  .lg\:first\:pb-72:first-child{
    padding-bottom: 4.5rem;
  }

  .lg\:first\:pb-105:first-child{
    padding-bottom: 6.5625rem;
  }

  .lg\:first\:pb-130:first-child{
    padding-bottom: 8.125rem;
  }

  .lg\:first\:pb-148:first-child{
    padding-bottom: 9.25rem;
  }

  .lg\:first\:pb-150:first-child{
    padding-bottom: 9.375rem;
  }

  .lg\:first\:-pb-1:first-child{
    padding-bottom: -0.0625rem;
  }

  .lg\:first\:pl-0:first-child{
    padding-left: 0rem;
  }

  .lg\:first\:pl-4:first-child{
    padding-left: 0.25rem;
  }

  .lg\:first\:pl-8:first-child{
    padding-left: 0.5rem;
  }

  .lg\:first\:pl-10:first-child{
    padding-left: 0.625rem;
  }

  .lg\:first\:pl-12:first-child{
    padding-left: 0.75rem;
  }

  .lg\:first\:pl-14:first-child{
    padding-left: 0.875rem;
  }

  .lg\:first\:pl-16:first-child{
    padding-left: 1rem;
  }

  .lg\:first\:pl-20:first-child{
    padding-left: 1.25rem;
  }

  .lg\:first\:pl-24:first-child{
    padding-left: 1.5rem;
  }

  .lg\:first\:pl-28:first-child{
    padding-left: 1.75rem;
  }

  .lg\:first\:pl-32:first-child{
    padding-left: 2rem;
  }

  .lg\:first\:pl-40:first-child{
    padding-left: 2.5rem;
  }

  .lg\:first\:pl-48:first-child{
    padding-left: 3rem;
  }

  .lg\:first\:pl-56:first-child{
    padding-left: 3.5rem;
  }

  .lg\:first\:pl-64:first-child{
    padding-left: 4rem;
  }

  .lg\:first\:pl-72:first-child{
    padding-left: 4.5rem;
  }

  .lg\:first\:pl-105:first-child{
    padding-left: 6.5625rem;
  }

  .lg\:first\:pl-130:first-child{
    padding-left: 8.125rem;
  }

  .lg\:first\:pl-148:first-child{
    padding-left: 9.25rem;
  }

  .lg\:first\:pl-150:first-child{
    padding-left: 9.375rem;
  }

  .lg\:first\:-pl-1:first-child{
    padding-left: -0.0625rem;
  }

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

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

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

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

  .lg\:align-baseline{
    vertical-align: baseline;
  }

  .lg\:align-top{
    vertical-align: top;
  }

  .lg\:align-middle{
    vertical-align: middle;
  }

  .lg\:align-bottom{
    vertical-align: bottom;
  }

  .lg\:align-text-top{
    vertical-align: text-top;
  }

  .lg\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .lg\:font-sans{
    font-family: raleway, Helvetica, Arial, sans-serif;
  }

  .lg\:font-serif{
    font-family: Bodoni Moda, Cambria, Times New Roman, Times, serif;
  }

  .lg\:text-11{
    font-size: 0.6875rem;
  }

  .lg\:text-12{
    font-size: 0.75rem;
  }

  .lg\:text-14{
    font-size: 0.875rem;
  }

  .lg\:text-16{
    font-size: 1rem;
  }

  .lg\:text-18{
    font-size: 1.125rem;
  }

  .lg\:text-22{
    font-size: 1.375rem;
  }

  .lg\:text-24{
    font-size: 1.5rem;
  }

  .lg\:text-28{
    font-size: 1.75rem;
  }

  .lg\:text-34{
    font-size: 2.125rem;
  }

  .lg\:text-48{
    font-size: 3rem;
  }

  .lg\:text-56{
    font-size: 3.5rem;
  }

  .lg\:text-72{
    font-size: 4.5rem;
  }

  .lg\:text-112{
    font-size: 7rem;
  }

  .lg\:font-700{
    font-weight: 700;
  }

  .lg\:hover\:font-700:hover{
    font-weight: 700;
  }

  .lg\:focus\:font-700:focus{
    font-weight: 700;
  }

  .lg\:uppercase{
    text-transform: uppercase;
  }

  .lg\:lowercase{
    text-transform: lowercase;
  }

  .lg\:capitalize{
    text-transform: capitalize;
  }

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

  .lg\:italic{
    font-style: italic;
  }

  .lg\:not-italic{
    font-style: normal;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .lg\:normal-nums{
    font-variant-numeric: normal;
  }

  .lg\:ordinal{
    --tw-ordinal: ordinal;
  }

  .lg\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .lg\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .lg\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .lg\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .lg\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .lg\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .lg\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .lg\:leading-collapsed{
    line-height: .65;
  }

  .lg\:leading-none{
    line-height: 1;
  }

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

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

  .lg\:leading-normal{
    line-height: 1.5;
  }

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

  .lg\:leading-loose{
    line-height: 1.8;
  }

  .lg\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .lg\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .lg\:text-inherit{
    color: inherit;
  }

  .lg\:text-transparent{
    color: transparent;
  }

  .lg\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-text-opacity));
  }

  .lg\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-text-opacity));
  }

  .lg\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-text-opacity));
  }

  .lg\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-text-opacity));
  }

  .lg\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-text-opacity));
  }

  .lg\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .lg\:text-gold-200{
    --tw-text-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-text-opacity));
  }

  .lg\:text-gold-300{
    --tw-text-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-text-opacity));
  }

  .lg\:text-gold-400{
    --tw-text-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-text-opacity));
  }

  .lg\:text-gold-500{
    --tw-text-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-text-opacity));
  }

  .lg\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-text-opacity));
  }

  .lg\:hover\:text-inherit:hover{
    color: inherit;
  }

  .lg\:hover\:text-transparent:hover{
    color: transparent;
  }

  .lg\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gold-200:hover{
    --tw-text-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gold-300:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gold-400:hover{
    --tw-text-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-text-opacity));
  }

  .lg\:hover\:text-gold-500:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-text-opacity));
  }

  .lg\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-text-opacity));
  }

  .lg\:focus\:text-inherit:focus{
    color: inherit;
  }

  .lg\:focus\:text-transparent:focus{
    color: transparent;
  }

  .lg\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .lg\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gold-200:focus{
    --tw-text-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gold-300:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gold-400:focus{
    --tw-text-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-text-opacity));
  }

  .lg\:focus\:text-gold-500:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-text-opacity));
  }

  .lg\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-text-opacity));
  }

  .lg\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .lg\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .lg\:text-opacity-35{
    --tw-text-opacity: 0.35;
  }

  .lg\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .lg\:text-opacity-65{
    --tw-text-opacity: 0.65;
  }

  .lg\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .lg\:text-opacity-85{
    --tw-text-opacity: 0.85;
  }

  .lg\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .lg\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .lg\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .lg\:group-hover\:text-opacity-35{
    --tw-text-opacity: 0.35;
  }

  .group:hover .lg\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .lg\:group-hover\:text-opacity-65{
    --tw-text-opacity: 0.65;
  }

  .group:hover .lg\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .lg\:group-hover\:text-opacity-85{
    --tw-text-opacity: 0.85;
  }

  .group:hover .lg\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .lg\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .lg\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .lg\:focus-within\:text-opacity-35:focus-within{
    --tw-text-opacity: 0.35;
  }

  .lg\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .lg\:focus-within\:text-opacity-65:focus-within{
    --tw-text-opacity: 0.65;
  }

  .lg\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .lg\:focus-within\:text-opacity-85:focus-within{
    --tw-text-opacity: 0.85;
  }

  .lg\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .lg\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .lg\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .lg\:hover\:text-opacity-35:hover{
    --tw-text-opacity: 0.35;
  }

  .lg\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .lg\:hover\:text-opacity-65:hover{
    --tw-text-opacity: 0.65;
  }

  .lg\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .lg\:hover\:text-opacity-85:hover{
    --tw-text-opacity: 0.85;
  }

  .lg\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .lg\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .lg\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .lg\:focus\:text-opacity-35:focus{
    --tw-text-opacity: 0.35;
  }

  .lg\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .lg\:focus\:text-opacity-65:focus{
    --tw-text-opacity: 0.65;
  }

  .lg\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .lg\:focus\:text-opacity-85:focus{
    --tw-text-opacity: 0.85;
  }

  .lg\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .lg\:underline{
    text-decoration: underline;
  }

  .lg\:line-through{
    text-decoration: line-through;
  }

  .lg\:no-underline{
    text-decoration: none;
  }

  .lg\:hover\:underline:hover{
    text-decoration: underline;
  }

  .lg\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .lg\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .lg\:focus\:underline:focus{
    text-decoration: underline;
  }

  .lg\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .lg\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .lg\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .lg\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .lg\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .lg\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gold-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gold-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gold-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gold-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gold-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gold-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gold-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gold-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gold-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gold-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gold-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-gold-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gold-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gold-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gold-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gold-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gold-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gold-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gold-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gold-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gold-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gold-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gold-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-gold-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
  }

  .lg\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
  }

  .lg\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:placeholder-opacity-35::-moz-placeholder{
    --tw-placeholder-opacity: 0.35;
  }

  .lg\:placeholder-opacity-35:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.35;
  }

  .lg\:placeholder-opacity-35::placeholder{
    --tw-placeholder-opacity: 0.35;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:placeholder-opacity-65::-moz-placeholder{
    --tw-placeholder-opacity: 0.65;
  }

  .lg\:placeholder-opacity-65:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.65;
  }

  .lg\:placeholder-opacity-65::placeholder{
    --tw-placeholder-opacity: 0.65;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:placeholder-opacity-85::-moz-placeholder{
    --tw-placeholder-opacity: 0.85;
  }

  .lg\:placeholder-opacity-85:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.85;
  }

  .lg\:placeholder-opacity-85::placeholder{
    --tw-placeholder-opacity: 0.85;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .lg\:focus\:placeholder-opacity-35:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.35;
  }

  .lg\:focus\:placeholder-opacity-35:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.35;
  }

  .lg\:focus\:placeholder-opacity-35:focus::placeholder{
    --tw-placeholder-opacity: 0.35;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .lg\:focus\:placeholder-opacity-65:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.65;
  }

  .lg\:focus\:placeholder-opacity-65:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.65;
  }

  .lg\:focus\:placeholder-opacity-65:focus::placeholder{
    --tw-placeholder-opacity: 0.65;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .lg\:focus\:placeholder-opacity-85:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.85;
  }

  .lg\:focus\:placeholder-opacity-85:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.85;
  }

  .lg\:focus\:placeholder-opacity-85:focus::placeholder{
    --tw-placeholder-opacity: 0.85;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .lg\:opacity-0{
    opacity: 0;
  }

  .lg\:opacity-25{
    opacity: 0.25;
  }

  .lg\:opacity-35{
    opacity: 0.35;
  }

  .lg\:opacity-50{
    opacity: 0.5;
  }

  .lg\:opacity-65{
    opacity: 0.65;
  }

  .lg\:opacity-75{
    opacity: 0.75;
  }

  .lg\:opacity-85{
    opacity: 0.85;
  }

  .lg\:opacity-100{
    opacity: 1;
  }

  .lg\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .lg\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .lg\:hover\:opacity-35:hover{
    opacity: 0.35;
  }

  .lg\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .lg\:hover\:opacity-65:hover{
    opacity: 0.65;
  }

  .lg\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .lg\:hover\:opacity-85:hover{
    opacity: 0.85;
  }

  .lg\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .lg\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .lg\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .lg\:focus\:opacity-35:focus{
    opacity: 0.35;
  }

  .lg\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .lg\:focus\:opacity-65:focus{
    opacity: 0.65;
  }

  .lg\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .lg\:focus\:opacity-85:focus{
    opacity: 0.85;
  }

  .lg\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .lg\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .lg\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .lg\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .lg\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .lg\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .lg\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .lg\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .lg\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .lg\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .lg\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .lg\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .lg\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .lg\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .lg\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .lg\:bg-blend-color{
    background-blend-mode: color;
  }

  .lg\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .lg\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .lg\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .lg\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .lg\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .lg\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .lg\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .lg\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .lg\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .lg\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .lg\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .lg\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .lg\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .lg\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .lg\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .lg\:mix-blend-color{
    mix-blend-mode: color;
  }

  .lg\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

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

  .lg\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

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

  .lg\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .lg\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .lg\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

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

  .lg\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:ring-4{
    --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(4px + 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);
  }

  .lg\:ring-8{
    --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(8px + 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);
  }

  .lg\:ring{
    --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(3px + 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);
  }

  .lg\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
  }

  .lg\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + 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);
  }

  .lg\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + 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);
  }

  .lg\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + 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);
  }

  .lg\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .lg\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + 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);
  }

  .lg\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + 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);
  }

  .lg\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + 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);
  }

  .lg\:ring-inset{
    --tw-ring-inset: inset;
  }

  .lg\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .lg\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .lg\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .lg\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 200, 200, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 171, 171, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(137, 141, 141, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 63, 63, var(--tw-ring-opacity));
  }

  .lg\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .lg\:ring-gold-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 200, 181, var(--tw-ring-opacity));
  }

  .lg\:ring-gold-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 170, 147, var(--tw-ring-opacity));
  }

  .lg\:ring-gold-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(164, 141, 113, var(--tw-ring-opacity));
  }

  .lg\:ring-gold-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 111, 78, var(--tw-ring-opacity));
  }

  .lg\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 61, 61, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .lg\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 200, 200, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 171, 171, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(137, 141, 141, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 63, 63, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gold-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 200, 181, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gold-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 170, 147, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gold-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(164, 141, 113, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-gold-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 111, 78, var(--tw-ring-opacity));
  }

  .lg\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 61, 61, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .lg\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 200, 200, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 171, 171, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(137, 141, 141, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 63, 63, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gold-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 200, 181, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gold-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 170, 147, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gold-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(164, 141, 113, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-gold-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 111, 78, var(--tw-ring-opacity));
  }

  .lg\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 61, 61, var(--tw-ring-opacity));
  }

  .lg\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .lg\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .lg\:ring-opacity-35{
    --tw-ring-opacity: 0.35;
  }

  .lg\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .lg\:ring-opacity-65{
    --tw-ring-opacity: 0.65;
  }

  .lg\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .lg\:ring-opacity-85{
    --tw-ring-opacity: 0.85;
  }

  .lg\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .lg\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .lg\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .lg\:focus-within\:ring-opacity-35:focus-within{
    --tw-ring-opacity: 0.35;
  }

  .lg\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .lg\:focus-within\:ring-opacity-65:focus-within{
    --tw-ring-opacity: 0.65;
  }

  .lg\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .lg\:focus-within\:ring-opacity-85:focus-within{
    --tw-ring-opacity: 0.85;
  }

  .lg\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .lg\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .lg\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .lg\:focus\:ring-opacity-35:focus{
    --tw-ring-opacity: 0.35;
  }

  .lg\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .lg\:focus\:ring-opacity-65:focus{
    --tw-ring-opacity: 0.65;
  }

  .lg\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .lg\:focus\:ring-opacity-85:focus{
    --tw-ring-opacity: 0.85;
  }

  .lg\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .lg\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .lg\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .lg\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .lg\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .lg\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .lg\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .lg\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .lg\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .lg\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .lg\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .lg\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .lg\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .lg\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .lg\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .lg\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .lg\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .lg\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .lg\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .lg\:ring-offset-gray-100{
    --tw-ring-offset-color: #E6E6E6;
  }

  .lg\:ring-offset-gray-200{
    --tw-ring-offset-color: #C7C8C8;
  }

  .lg\:ring-offset-gray-300{
    --tw-ring-offset-color: #A8ABAB;
  }

  .lg\:ring-offset-gray-400{
    --tw-ring-offset-color: #898D8D;
  }

  .lg\:ring-offset-gray-500{
    --tw-ring-offset-color: #3E3F3F;
  }

  .lg\:ring-offset-gray-600{
    --tw-ring-offset-color: #111111;
  }

  .lg\:ring-offset-gold-200{
    --tw-ring-offset-color: #D7C8B5;
  }

  .lg\:ring-offset-gold-300{
    --tw-ring-offset-color: #BEAA93;
  }

  .lg\:ring-offset-gold-400{
    --tw-ring-offset-color: #A48D71;
  }

  .lg\:ring-offset-gold-500{
    --tw-ring-offset-color: #8B6F4E;
  }

  .lg\:ring-offset-red-300{
    --tw-ring-offset-color: #F03D3D;
  }

  .lg\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .lg\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .lg\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #E6E6E6;
  }

  .lg\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #C7C8C8;
  }

  .lg\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #A8ABAB;
  }

  .lg\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #898D8D;
  }

  .lg\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #3E3F3F;
  }

  .lg\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #111111;
  }

  .lg\:focus-within\:ring-offset-gold-200:focus-within{
    --tw-ring-offset-color: #D7C8B5;
  }

  .lg\:focus-within\:ring-offset-gold-300:focus-within{
    --tw-ring-offset-color: #BEAA93;
  }

  .lg\:focus-within\:ring-offset-gold-400:focus-within{
    --tw-ring-offset-color: #A48D71;
  }

  .lg\:focus-within\:ring-offset-gold-500:focus-within{
    --tw-ring-offset-color: #8B6F4E;
  }

  .lg\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #F03D3D;
  }

  .lg\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .lg\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .lg\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .lg\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #E6E6E6;
  }

  .lg\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #C7C8C8;
  }

  .lg\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #A8ABAB;
  }

  .lg\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #898D8D;
  }

  .lg\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #3E3F3F;
  }

  .lg\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #111111;
  }

  .lg\:focus\:ring-offset-gold-200:focus{
    --tw-ring-offset-color: #D7C8B5;
  }

  .lg\:focus\:ring-offset-gold-300:focus{
    --tw-ring-offset-color: #BEAA93;
  }

  .lg\:focus\:ring-offset-gold-400:focus{
    --tw-ring-offset-color: #A48D71;
  }

  .lg\:focus\:ring-offset-gold-500:focus{
    --tw-ring-offset-color: #8B6F4E;
  }

  .lg\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #F03D3D;
  }

  .lg\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    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);
  }

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

  .lg\:blur-0{
    --tw-blur: blur(0);
  }

  .lg\:blur-none{
    --tw-blur: blur(0);
  }

  .lg\:blur-sm{
    --tw-blur: blur(4px);
  }

  .lg\:blur{
    --tw-blur: blur(8px);
  }

  .lg\:blur-md{
    --tw-blur: blur(12px);
  }

  .lg\:blur-lg{
    --tw-blur: blur(16px);
  }

  .lg\:blur-xl{
    --tw-blur: blur(24px);
  }

  .lg\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .lg\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .lg\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .lg\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .lg\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .lg\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .lg\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .lg\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .lg\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .lg\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .lg\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .lg\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .lg\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .lg\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .lg\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .lg\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .lg\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .lg\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .lg\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .lg\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .lg\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .lg\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .lg\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .lg\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .lg\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .lg\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .lg\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .lg\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .lg\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .lg\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .lg\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .lg\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .lg\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .lg\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .lg\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .lg\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .lg\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .lg\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .lg\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .lg\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .lg\:invert-0{
    --tw-invert: invert(0);
  }

  .lg\:invert{
    --tw-invert: invert(100%);
  }

  .lg\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .lg\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .lg\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .lg\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .lg\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .lg\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .lg\:sepia{
    --tw-sepia: sepia(100%);
  }

  .lg\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .lg\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .lg\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .lg\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .lg\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .lg\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .lg\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .lg\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .lg\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .lg\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .lg\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .lg\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .lg\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .lg\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .lg\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .lg\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .lg\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .lg\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .lg\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .lg\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .lg\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .lg\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .lg\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .lg\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .lg\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .lg\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .lg\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .lg\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .lg\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .lg\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .lg\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .lg\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .lg\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .lg\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .lg\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .lg\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .lg\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .lg\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .lg\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .lg\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .lg\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .lg\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .lg\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .lg\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .lg\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .lg\:backdrop-opacity-35{
    --tw-backdrop-opacity: opacity(0.35);
  }

  .lg\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .lg\:backdrop-opacity-65{
    --tw-backdrop-opacity: opacity(0.65);
  }

  .lg\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .lg\:backdrop-opacity-85{
    --tw-backdrop-opacity: opacity(0.85);
  }

  .lg\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .lg\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .lg\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .lg\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .lg\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .lg\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .lg\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .lg\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .lg\:transition-none{
    transition-property: none;
  }

  .lg\:transition-all{
    transition-property: all;
  }

  .lg\:transition-default{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .lg\:transition-opacity{
    transition-property: opacity, z-index;
  }

  .lg\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .lg\:transition-width{
    transition-property: width;
  }

  .lg\:delay-75{
    transition-delay: 75ms;
  }

  .lg\:delay-100{
    transition-delay: 100ms;
  }

  .lg\:delay-150{
    transition-delay: 150ms;
  }

  .lg\:delay-200{
    transition-delay: 200ms;
  }

  .lg\:delay-300{
    transition-delay: 300ms;
  }

  .lg\:delay-500{
    transition-delay: 500ms;
  }

  .lg\:delay-700{
    transition-delay: 700ms;
  }

  .lg\:delay-1000{
    transition-delay: 1000ms;
  }

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

  .lg\:duration-300{
    transition-duration: 300ms;
  }

  .lg\:duration-500{
    transition-duration: 500ms;
  }

  .lg\:duration-700{
    transition-duration: 700ms;
  }

  .lg\:ease-default{
    transition-timing-function: cubic-bezier(.08,.74,.37,.98);
  }

  .lg\:ease-linear{
    transition-timing-function: linear;
  }

  .lg\:ease-ease{
    transition-timing-function: ease;
  }

  .lg\:ease-in-out{
    transition-timing-function: ease-in-out;
  }
}

@media (min-width: 80em){
  .xl\:container{
    width: 100%;
  }

  @media (min-width: 30em){
    .xl\:container{
      max-width: 30em;
    }
  }

  @media (min-width: 48em){
    .xl\:container{
      max-width: 48em;
    }
  }

  @media (min-width: 64em){
    .xl\:container{
      max-width: 64em;
    }
  }

  @media (min-width: 80em){
    .xl\:container{
      max-width: 80em;
    }
  }

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

  .xl\:not-sr-only{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:focus\:sr-only:focus{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .xl\:focus\:not-sr-only:focus{
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .xl\:pointer-events-none{
    pointer-events: none;
  }

  .xl\:pointer-events-auto{
    pointer-events: auto;
  }

  .xl\:visible{
    visibility: visible;
  }

  .xl\:invisible{
    visibility: hidden;
  }

  .xl\:static{
    position: static;
  }

  .xl\:fixed{
    position: fixed;
  }

  .xl\:absolute{
    position: absolute;
  }

  .xl\:relative{
    position: relative;
  }

  .xl\:sticky{
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:inset-1{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:inset-18{
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .xl\:inset-24{
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .xl\:inset-28{
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .xl\:-inset-9999{
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
  }

  .xl\:-inset-1{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:inset-1\/2{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:inset-auto{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:active\:inset-0:active{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:active\:inset-1:active{
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
  }

  .xl\:active\:inset-18:active{
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .xl\:active\:inset-24:active{
    top: 24px;
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .xl\:active\:inset-28:active{
    top: 28px;
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .xl\:active\:-inset-9999:active{
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
  }

  .xl\:active\:-inset-1:active{
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
  }

  .xl\:active\:inset-1\/2:active{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
  }

  .xl\:active\:inset-auto:active{
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:inset-x-0{
    left: 0;
    right: 0;
  }

  .xl\:inset-x-1{
    left: 1px;
    right: 1px;
  }

  .xl\:inset-x-18{
    left: 18px;
    right: 18px;
  }

  .xl\:inset-x-24{
    left: 24px;
    right: 24px;
  }

  .xl\:inset-x-28{
    left: 28px;
    right: 28px;
  }

  .xl\:-inset-x-9999{
    left: -9999px;
    right: -9999px;
  }

  .xl\:-inset-x-1{
    left: -1px;
    right: -1px;
  }

  .xl\:inset-x-1\/2{
    left: 50%;
    right: 50%;
  }

  .xl\:inset-x-auto{
    left: auto;
    right: auto;
  }

  .xl\:inset-y-0{
    top: 0;
    bottom: 0;
  }

  .xl\:inset-y-1{
    top: 1px;
    bottom: 1px;
  }

  .xl\:inset-y-18{
    top: 18px;
    bottom: 18px;
  }

  .xl\:inset-y-24{
    top: 24px;
    bottom: 24px;
  }

  .xl\:inset-y-28{
    top: 28px;
    bottom: 28px;
  }

  .xl\:-inset-y-9999{
    top: -9999px;
    bottom: -9999px;
  }

  .xl\:-inset-y-1{
    top: -1px;
    bottom: -1px;
  }

  .xl\:inset-y-1\/2{
    top: 50%;
    bottom: 50%;
  }

  .xl\:inset-y-auto{
    top: auto;
    bottom: auto;
  }

  .xl\:active\:inset-x-0:active{
    left: 0;
    right: 0;
  }

  .xl\:active\:inset-x-1:active{
    left: 1px;
    right: 1px;
  }

  .xl\:active\:inset-x-18:active{
    left: 18px;
    right: 18px;
  }

  .xl\:active\:inset-x-24:active{
    left: 24px;
    right: 24px;
  }

  .xl\:active\:inset-x-28:active{
    left: 28px;
    right: 28px;
  }

  .xl\:active\:-inset-x-9999:active{
    left: -9999px;
    right: -9999px;
  }

  .xl\:active\:-inset-x-1:active{
    left: -1px;
    right: -1px;
  }

  .xl\:active\:inset-x-1\/2:active{
    left: 50%;
    right: 50%;
  }

  .xl\:active\:inset-x-auto:active{
    left: auto;
    right: auto;
  }

  .xl\:active\:inset-y-0:active{
    top: 0;
    bottom: 0;
  }

  .xl\:active\:inset-y-1:active{
    top: 1px;
    bottom: 1px;
  }

  .xl\:active\:inset-y-18:active{
    top: 18px;
    bottom: 18px;
  }

  .xl\:active\:inset-y-24:active{
    top: 24px;
    bottom: 24px;
  }

  .xl\:active\:inset-y-28:active{
    top: 28px;
    bottom: 28px;
  }

  .xl\:active\:-inset-y-9999:active{
    top: -9999px;
    bottom: -9999px;
  }

  .xl\:active\:-inset-y-1:active{
    top: -1px;
    bottom: -1px;
  }

  .xl\:active\:inset-y-1\/2:active{
    top: 50%;
    bottom: 50%;
  }

  .xl\:active\:inset-y-auto:active{
    top: auto;
    bottom: auto;
  }

  .xl\:top-0{
    top: 0;
  }

  .xl\:top-1{
    top: 1px;
  }

  .xl\:top-18{
    top: 18px;
  }

  .xl\:top-24{
    top: 24px;
  }

  .xl\:top-28{
    top: 28px;
  }

  .xl\:-top-9999{
    top: -9999px;
  }

  .xl\:-top-1{
    top: -1px;
  }

  .xl\:top-1\/2{
    top: 50%;
  }

  .xl\:top-auto{
    top: auto;
  }

  .xl\:right-0{
    right: 0;
  }

  .xl\:right-1{
    right: 1px;
  }

  .xl\:right-18{
    right: 18px;
  }

  .xl\:right-24{
    right: 24px;
  }

  .xl\:right-28{
    right: 28px;
  }

  .xl\:-right-9999{
    right: -9999px;
  }

  .xl\:-right-1{
    right: -1px;
  }

  .xl\:right-1\/2{
    right: 50%;
  }

  .xl\:right-auto{
    right: auto;
  }

  .xl\:bottom-0{
    bottom: 0;
  }

  .xl\:bottom-1{
    bottom: 1px;
  }

  .xl\:bottom-18{
    bottom: 18px;
  }

  .xl\:bottom-24{
    bottom: 24px;
  }

  .xl\:bottom-28{
    bottom: 28px;
  }

  .xl\:-bottom-9999{
    bottom: -9999px;
  }

  .xl\:-bottom-1{
    bottom: -1px;
  }

  .xl\:bottom-1\/2{
    bottom: 50%;
  }

  .xl\:bottom-auto{
    bottom: auto;
  }

  .xl\:left-0{
    left: 0;
  }

  .xl\:left-1{
    left: 1px;
  }

  .xl\:left-18{
    left: 18px;
  }

  .xl\:left-24{
    left: 24px;
  }

  .xl\:left-28{
    left: 28px;
  }

  .xl\:-left-9999{
    left: -9999px;
  }

  .xl\:-left-1{
    left: -1px;
  }

  .xl\:left-1\/2{
    left: 50%;
  }

  .xl\:left-auto{
    left: auto;
  }

  .xl\:active\:top-0:active{
    top: 0;
  }

  .xl\:active\:top-1:active{
    top: 1px;
  }

  .xl\:active\:top-18:active{
    top: 18px;
  }

  .xl\:active\:top-24:active{
    top: 24px;
  }

  .xl\:active\:top-28:active{
    top: 28px;
  }

  .xl\:active\:-top-9999:active{
    top: -9999px;
  }

  .xl\:active\:-top-1:active{
    top: -1px;
  }

  .xl\:active\:top-1\/2:active{
    top: 50%;
  }

  .xl\:active\:top-auto:active{
    top: auto;
  }

  .xl\:active\:right-0:active{
    right: 0;
  }

  .xl\:active\:right-1:active{
    right: 1px;
  }

  .xl\:active\:right-18:active{
    right: 18px;
  }

  .xl\:active\:right-24:active{
    right: 24px;
  }

  .xl\:active\:right-28:active{
    right: 28px;
  }

  .xl\:active\:-right-9999:active{
    right: -9999px;
  }

  .xl\:active\:-right-1:active{
    right: -1px;
  }

  .xl\:active\:right-1\/2:active{
    right: 50%;
  }

  .xl\:active\:right-auto:active{
    right: auto;
  }

  .xl\:active\:bottom-0:active{
    bottom: 0;
  }

  .xl\:active\:bottom-1:active{
    bottom: 1px;
  }

  .xl\:active\:bottom-18:active{
    bottom: 18px;
  }

  .xl\:active\:bottom-24:active{
    bottom: 24px;
  }

  .xl\:active\:bottom-28:active{
    bottom: 28px;
  }

  .xl\:active\:-bottom-9999:active{
    bottom: -9999px;
  }

  .xl\:active\:-bottom-1:active{
    bottom: -1px;
  }

  .xl\:active\:bottom-1\/2:active{
    bottom: 50%;
  }

  .xl\:active\:bottom-auto:active{
    bottom: auto;
  }

  .xl\:active\:left-0:active{
    left: 0;
  }

  .xl\:active\:left-1:active{
    left: 1px;
  }

  .xl\:active\:left-18:active{
    left: 18px;
  }

  .xl\:active\:left-24:active{
    left: 24px;
  }

  .xl\:active\:left-28:active{
    left: 28px;
  }

  .xl\:active\:-left-9999:active{
    left: -9999px;
  }

  .xl\:active\:-left-1:active{
    left: -1px;
  }

  .xl\:active\:left-1\/2:active{
    left: 50%;
  }

  .xl\:active\:left-auto:active{
    left: auto;
  }

  .xl\:isolate{
    isolation: isolate;
  }

  .xl\:isolation-auto{
    isolation: auto;
  }

  .xl\:z-0{
    z-index: 0;
  }

  .xl\:z-1{
    z-index: 1;
  }

  .xl\:z-2{
    z-index: 2;
  }

  .xl\:z-3{
    z-index: 3;
  }

  .xl\:z-4{
    z-index: 4;
  }

  .xl\:z-5{
    z-index: 5;
  }

  .xl\:z-8{
    z-index: 8;
  }

  .xl\:z-9{
    z-index: 9;
  }

  .xl\:z-99{
    z-index: 99;
  }

  .xl\:z-auto{
    z-index: auto;
  }

  .xl\:-z-1{
    z-index: -1;
  }

  .xl\:z-top{
    z-index: 100;
  }

  .xl\:order-1{
    order: 1;
  }

  .xl\:order-2{
    order: 2;
  }

  .xl\:order-3{
    order: 3;
  }

  .xl\:order-4{
    order: 4;
  }

  .xl\:order-5{
    order: 5;
  }

  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .xl\:clear-left{
    clear: left;
  }

  .xl\:clear-right{
    clear: right;
  }

  .xl\:clear-both{
    clear: both;
  }

  .xl\:clear-none{
    clear: none;
  }

  .xl\:m-0{
    margin: 0rem;
  }

  .xl\:m-4{
    margin: 0.25rem;
  }

  .xl\:m-8{
    margin: 0.5rem;
  }

  .xl\:m-10{
    margin: 0.625rem;
  }

  .xl\:m-12{
    margin: 0.75rem;
  }

  .xl\:m-16{
    margin: 1rem;
  }

  .xl\:m-20{
    margin: 1.25rem;
  }

  .xl\:m-24{
    margin: 1.5rem;
  }

  .xl\:m-28{
    margin: 1.75rem;
  }

  .xl\:m-32{
    margin: 2rem;
  }

  .xl\:m-40{
    margin: 2.5rem;
  }

  .xl\:m-48{
    margin: 3rem;
  }

  .xl\:m-56{
    margin: 3.5rem;
  }

  .xl\:m-64{
    margin: 4rem;
  }

  .xl\:m-72{
    margin: 4.5rem;
  }

  .xl\:m-105{
    margin: 6.5625rem;
  }

  .xl\:m-130{
    margin: 8.125rem;
  }

  .xl\:m-150{
    margin: 9.375rem;
  }

  .xl\:m-auto{
    margin: auto;
  }

  .xl\:m-center{
    margin: 0 auto;
  }

  .xl\:-m-1{
    margin: -0.0625rem;
  }

  .xl\:-m-0{
    margin: 0rem;
  }

  .xl\:-m-4{
    margin: -0.25rem;
  }

  .xl\:-m-8{
    margin: -0.5rem;
  }

  .xl\:-m-10{
    margin: -0.625rem;
  }

  .xl\:-m-12{
    margin: -0.75rem;
  }

  .xl\:-m-16{
    margin: -1rem;
  }

  .xl\:-m-20{
    margin: -1.25rem;
  }

  .xl\:-m-24{
    margin: -1.5rem;
  }

  .xl\:-m-28{
    margin: -1.75rem;
  }

  .xl\:-m-32{
    margin: -2rem;
  }

  .xl\:-m-40{
    margin: -2.5rem;
  }

  .xl\:-m-48{
    margin: -3rem;
  }

  .xl\:-m-56{
    margin: -3.5rem;
  }

  .xl\:-m-64{
    margin: -4rem;
  }

  .xl\:-m-72{
    margin: -4.5rem;
  }

  .xl\:-m-105{
    margin: -6.5625rem;
  }

  .xl\:-m-130{
    margin: -8.125rem;
  }

  .xl\:-m-150{
    margin: -9.375rem;
  }

  .xl\:-m--1{
    margin: 0.0625rem;
  }

  .xl\:mx-0{
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .xl\:mx-4{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:mx-8{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:mx-10{
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }

  .xl\:mx-12{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:mx-16{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:mx-20{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:mx-24{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:mx-28{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:mx-32{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:mx-40{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:mx-48{
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:mx-56{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:mx-64{
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:mx-72{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }

  .xl\:mx-105{
    margin-left: 6.5625rem;
    margin-right: 6.5625rem;
  }

  .xl\:mx-130{
    margin-left: 8.125rem;
    margin-right: 8.125rem;
  }

  .xl\:mx-150{
    margin-left: 9.375rem;
    margin-right: 9.375rem;
  }

  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:mx-center{
    margin-left: 0 auto;
    margin-right: 0 auto;
  }

  .xl\:-mx-1{
    margin-left: -0.0625rem;
    margin-right: -0.0625rem;
  }

  .xl\:-mx-0{
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .xl\:-mx-4{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-mx-8{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-mx-10{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .xl\:-mx-12{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-mx-16{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-mx-20{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-mx-24{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-mx-28{
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:-mx-32{
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-mx-40{
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-mx-48{
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-mx-56{
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:-mx-64{
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-mx-72{
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }

  .xl\:-mx-105{
    margin-left: -6.5625rem;
    margin-right: -6.5625rem;
  }

  .xl\:-mx-130{
    margin-left: -8.125rem;
    margin-right: -8.125rem;
  }

  .xl\:-mx-150{
    margin-left: -9.375rem;
    margin-right: -9.375rem;
  }

  .xl\:-mx--1{
    margin-left: 0.0625rem;
    margin-right: 0.0625rem;
  }

  .xl\:my-0{
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .xl\:my-4{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:my-8{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:my-10{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:my-12{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:my-16{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:my-20{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:my-24{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:my-28{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:my-32{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:my-40{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:my-48{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:my-56{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:my-64{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:my-72{
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }

  .xl\:my-105{
    margin-top: 6.5625rem;
    margin-bottom: 6.5625rem;
  }

  .xl\:my-130{
    margin-top: 8.125rem;
    margin-bottom: 8.125rem;
  }

  .xl\:my-150{
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }

  .xl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:my-center{
    margin-top: 0 auto;
    margin-bottom: 0 auto;
  }

  .xl\:-my-1{
    margin-top: -0.0625rem;
    margin-bottom: -0.0625rem;
  }

  .xl\:-my-0{
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .xl\:-my-4{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-my-8{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-my-10{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:-my-12{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-my-16{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-my-20{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-my-24{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-my-28{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:-my-32{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-my-40{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-my-48{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-my-56{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:-my-64{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-my-72{
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }

  .xl\:-my-105{
    margin-top: -6.5625rem;
    margin-bottom: -6.5625rem;
  }

  .xl\:-my-130{
    margin-top: -8.125rem;
    margin-bottom: -8.125rem;
  }

  .xl\:-my-150{
    margin-top: -9.375rem;
    margin-bottom: -9.375rem;
  }

  .xl\:-my--1{
    margin-top: 0.0625rem;
    margin-bottom: 0.0625rem;
  }

  .xl\:mt-0{
    margin-top: 0rem;
  }

  .xl\:mt-4{
    margin-top: 0.25rem;
  }

  .xl\:mt-8{
    margin-top: 0.5rem;
  }

  .xl\:mt-10{
    margin-top: 0.625rem;
  }

  .xl\:mt-12{
    margin-top: 0.75rem;
  }

  .xl\:mt-16{
    margin-top: 1rem;
  }

  .xl\:mt-20{
    margin-top: 1.25rem;
  }

  .xl\:mt-24{
    margin-top: 1.5rem;
  }

  .xl\:mt-28{
    margin-top: 1.75rem;
  }

  .xl\:mt-32{
    margin-top: 2rem;
  }

  .xl\:mt-40{
    margin-top: 2.5rem;
  }

  .xl\:mt-48{
    margin-top: 3rem;
  }

  .xl\:mt-56{
    margin-top: 3.5rem;
  }

  .xl\:mt-64{
    margin-top: 4rem;
  }

  .xl\:mt-72{
    margin-top: 4.5rem;
  }

  .xl\:mt-105{
    margin-top: 6.5625rem;
  }

  .xl\:mt-130{
    margin-top: 8.125rem;
  }

  .xl\:mt-150{
    margin-top: 9.375rem;
  }

  .xl\:mt-auto{
    margin-top: auto;
  }

  .xl\:mt-center{
    margin-top: 0 auto;
  }

  .xl\:-mt-1{
    margin-top: -0.0625rem;
  }

  .xl\:-mt-0{
    margin-top: 0rem;
  }

  .xl\:-mt-4{
    margin-top: -0.25rem;
  }

  .xl\:-mt-8{
    margin-top: -0.5rem;
  }

  .xl\:-mt-10{
    margin-top: -0.625rem;
  }

  .xl\:-mt-12{
    margin-top: -0.75rem;
  }

  .xl\:-mt-16{
    margin-top: -1rem;
  }

  .xl\:-mt-20{
    margin-top: -1.25rem;
  }

  .xl\:-mt-24{
    margin-top: -1.5rem;
  }

  .xl\:-mt-28{
    margin-top: -1.75rem;
  }

  .xl\:-mt-32{
    margin-top: -2rem;
  }

  .xl\:-mt-40{
    margin-top: -2.5rem;
  }

  .xl\:-mt-48{
    margin-top: -3rem;
  }

  .xl\:-mt-56{
    margin-top: -3.5rem;
  }

  .xl\:-mt-64{
    margin-top: -4rem;
  }

  .xl\:-mt-72{
    margin-top: -4.5rem;
  }

  .xl\:-mt-105{
    margin-top: -6.5625rem;
  }

  .xl\:-mt-130{
    margin-top: -8.125rem;
  }

  .xl\:-mt-150{
    margin-top: -9.375rem;
  }

  .xl\:-mt--1{
    margin-top: 0.0625rem;
  }

  .xl\:mr-0{
    margin-right: 0rem;
  }

  .xl\:mr-4{
    margin-right: 0.25rem;
  }

  .xl\:mr-8{
    margin-right: 0.5rem;
  }

  .xl\:mr-10{
    margin-right: 0.625rem;
  }

  .xl\:mr-12{
    margin-right: 0.75rem;
  }

  .xl\:mr-16{
    margin-right: 1rem;
  }

  .xl\:mr-20{
    margin-right: 1.25rem;
  }

  .xl\:mr-24{
    margin-right: 1.5rem;
  }

  .xl\:mr-28{
    margin-right: 1.75rem;
  }

  .xl\:mr-32{
    margin-right: 2rem;
  }

  .xl\:mr-40{
    margin-right: 2.5rem;
  }

  .xl\:mr-48{
    margin-right: 3rem;
  }

  .xl\:mr-56{
    margin-right: 3.5rem;
  }

  .xl\:mr-64{
    margin-right: 4rem;
  }

  .xl\:mr-72{
    margin-right: 4.5rem;
  }

  .xl\:mr-105{
    margin-right: 6.5625rem;
  }

  .xl\:mr-130{
    margin-right: 8.125rem;
  }

  .xl\:mr-150{
    margin-right: 9.375rem;
  }

  .xl\:mr-auto{
    margin-right: auto;
  }

  .xl\:mr-center{
    margin-right: 0 auto;
  }

  .xl\:-mr-1{
    margin-right: -0.0625rem;
  }

  .xl\:-mr-0{
    margin-right: 0rem;
  }

  .xl\:-mr-4{
    margin-right: -0.25rem;
  }

  .xl\:-mr-8{
    margin-right: -0.5rem;
  }

  .xl\:-mr-10{
    margin-right: -0.625rem;
  }

  .xl\:-mr-12{
    margin-right: -0.75rem;
  }

  .xl\:-mr-16{
    margin-right: -1rem;
  }

  .xl\:-mr-20{
    margin-right: -1.25rem;
  }

  .xl\:-mr-24{
    margin-right: -1.5rem;
  }

  .xl\:-mr-28{
    margin-right: -1.75rem;
  }

  .xl\:-mr-32{
    margin-right: -2rem;
  }

  .xl\:-mr-40{
    margin-right: -2.5rem;
  }

  .xl\:-mr-48{
    margin-right: -3rem;
  }

  .xl\:-mr-56{
    margin-right: -3.5rem;
  }

  .xl\:-mr-64{
    margin-right: -4rem;
  }

  .xl\:-mr-72{
    margin-right: -4.5rem;
  }

  .xl\:-mr-105{
    margin-right: -6.5625rem;
  }

  .xl\:-mr-130{
    margin-right: -8.125rem;
  }

  .xl\:-mr-150{
    margin-right: -9.375rem;
  }

  .xl\:-mr--1{
    margin-right: 0.0625rem;
  }

  .xl\:mb-0{
    margin-bottom: 0rem;
  }

  .xl\:mb-4{
    margin-bottom: 0.25rem;
  }

  .xl\:mb-8{
    margin-bottom: 0.5rem;
  }

  .xl\:mb-10{
    margin-bottom: 0.625rem;
  }

  .xl\:mb-12{
    margin-bottom: 0.75rem;
  }

  .xl\:mb-16{
    margin-bottom: 1rem;
  }

  .xl\:mb-20{
    margin-bottom: 1.25rem;
  }

  .xl\:mb-24{
    margin-bottom: 1.5rem;
  }

  .xl\:mb-28{
    margin-bottom: 1.75rem;
  }

  .xl\:mb-32{
    margin-bottom: 2rem;
  }

  .xl\:mb-40{
    margin-bottom: 2.5rem;
  }

  .xl\:mb-48{
    margin-bottom: 3rem;
  }

  .xl\:mb-56{
    margin-bottom: 3.5rem;
  }

  .xl\:mb-64{
    margin-bottom: 4rem;
  }

  .xl\:mb-72{
    margin-bottom: 4.5rem;
  }

  .xl\:mb-105{
    margin-bottom: 6.5625rem;
  }

  .xl\:mb-130{
    margin-bottom: 8.125rem;
  }

  .xl\:mb-150{
    margin-bottom: 9.375rem;
  }

  .xl\:mb-auto{
    margin-bottom: auto;
  }

  .xl\:mb-center{
    margin-bottom: 0 auto;
  }

  .xl\:-mb-1{
    margin-bottom: -0.0625rem;
  }

  .xl\:-mb-0{
    margin-bottom: 0rem;
  }

  .xl\:-mb-4{
    margin-bottom: -0.25rem;
  }

  .xl\:-mb-8{
    margin-bottom: -0.5rem;
  }

  .xl\:-mb-10{
    margin-bottom: -0.625rem;
  }

  .xl\:-mb-12{
    margin-bottom: -0.75rem;
  }

  .xl\:-mb-16{
    margin-bottom: -1rem;
  }

  .xl\:-mb-20{
    margin-bottom: -1.25rem;
  }

  .xl\:-mb-24{
    margin-bottom: -1.5rem;
  }

  .xl\:-mb-28{
    margin-bottom: -1.75rem;
  }

  .xl\:-mb-32{
    margin-bottom: -2rem;
  }

  .xl\:-mb-40{
    margin-bottom: -2.5rem;
  }

  .xl\:-mb-48{
    margin-bottom: -3rem;
  }

  .xl\:-mb-56{
    margin-bottom: -3.5rem;
  }

  .xl\:-mb-64{
    margin-bottom: -4rem;
  }

  .xl\:-mb-72{
    margin-bottom: -4.5rem;
  }

  .xl\:-mb-105{
    margin-bottom: -6.5625rem;
  }

  .xl\:-mb-130{
    margin-bottom: -8.125rem;
  }

  .xl\:-mb-150{
    margin-bottom: -9.375rem;
  }

  .xl\:-mb--1{
    margin-bottom: 0.0625rem;
  }

  .xl\:ml-0{
    margin-left: 0rem;
  }

  .xl\:ml-4{
    margin-left: 0.25rem;
  }

  .xl\:ml-8{
    margin-left: 0.5rem;
  }

  .xl\:ml-10{
    margin-left: 0.625rem;
  }

  .xl\:ml-12{
    margin-left: 0.75rem;
  }

  .xl\:ml-16{
    margin-left: 1rem;
  }

  .xl\:ml-20{
    margin-left: 1.25rem;
  }

  .xl\:ml-24{
    margin-left: 1.5rem;
  }

  .xl\:ml-28{
    margin-left: 1.75rem;
  }

  .xl\:ml-32{
    margin-left: 2rem;
  }

  .xl\:ml-40{
    margin-left: 2.5rem;
  }

  .xl\:ml-48{
    margin-left: 3rem;
  }

  .xl\:ml-56{
    margin-left: 3.5rem;
  }

  .xl\:ml-64{
    margin-left: 4rem;
  }

  .xl\:ml-72{
    margin-left: 4.5rem;
  }

  .xl\:ml-105{
    margin-left: 6.5625rem;
  }

  .xl\:ml-130{
    margin-left: 8.125rem;
  }

  .xl\:ml-150{
    margin-left: 9.375rem;
  }

  .xl\:ml-auto{
    margin-left: auto;
  }

  .xl\:ml-center{
    margin-left: 0 auto;
  }

  .xl\:-ml-1{
    margin-left: -0.0625rem;
  }

  .xl\:-ml-0{
    margin-left: 0rem;
  }

  .xl\:-ml-4{
    margin-left: -0.25rem;
  }

  .xl\:-ml-8{
    margin-left: -0.5rem;
  }

  .xl\:-ml-10{
    margin-left: -0.625rem;
  }

  .xl\:-ml-12{
    margin-left: -0.75rem;
  }

  .xl\:-ml-16{
    margin-left: -1rem;
  }

  .xl\:-ml-20{
    margin-left: -1.25rem;
  }

  .xl\:-ml-24{
    margin-left: -1.5rem;
  }

  .xl\:-ml-28{
    margin-left: -1.75rem;
  }

  .xl\:-ml-32{
    margin-left: -2rem;
  }

  .xl\:-ml-40{
    margin-left: -2.5rem;
  }

  .xl\:-ml-48{
    margin-left: -3rem;
  }

  .xl\:-ml-56{
    margin-left: -3.5rem;
  }

  .xl\:-ml-64{
    margin-left: -4rem;
  }

  .xl\:-ml-72{
    margin-left: -4.5rem;
  }

  .xl\:-ml-105{
    margin-left: -6.5625rem;
  }

  .xl\:-ml-130{
    margin-left: -8.125rem;
  }

  .xl\:-ml-150{
    margin-left: -9.375rem;
  }

  .xl\:-ml--1{
    margin-left: 0.0625rem;
  }

  .xl\:box-border{
    box-sizing: border-box;
  }

  .xl\:box-content{
    box-sizing: content-box;
  }

  .xl\:block{
    display: block;
  }

  .xl\:inline-block{
    display: inline-block;
  }

  .xl\:inline{
    display: inline;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:inline-flex{
    display: inline-flex;
  }

  .xl\:table{
    display: table;
  }

  .xl\:inline-table{
    display: inline-table;
  }

  .xl\:table-caption{
    display: table-caption;
  }

  .xl\:table-cell{
    display: table-cell;
  }

  .xl\:table-column{
    display: table-column;
  }

  .xl\:table-column-group{
    display: table-column-group;
  }

  .xl\:table-footer-group{
    display: table-footer-group;
  }

  .xl\:table-header-group{
    display: table-header-group;
  }

  .xl\:table-row-group{
    display: table-row-group;
  }

  .xl\:table-row{
    display: table-row;
  }

  .xl\:flow-root{
    display: flow-root;
  }

  .xl\:grid{
    display: grid;
  }

  .xl\:inline-grid{
    display: inline-grid;
  }

  .xl\:contents{
    display: contents;
  }

  .xl\:list-item{
    display: list-item;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:h-0{
    height: 0rem;
  }

  .xl\:h-8{
    height: 0.5rem;
  }

  .xl\:h-14{
    height: 0.875rem;
  }

  .xl\:h-32{
    height: 2rem;
  }

  .xl\:h-800{
    height: 50rem;
  }

  .xl\:h-auto{
    height: auto;
  }

  .xl\:h-1\/2{
    height: 50%;
  }

  .xl\:h-full{
    height: 100%;
  }

  .xl\:h-screen{
    height: 100vh;
  }

  .xl\:h-screen-40{
    height: 40vh;
  }

  .xl\:max-h-130{
    max-height: 8.125rem;
  }

  .xl\:min-h-105{
    min-height: 6.5625rem;
  }

  .xl\:min-h-135{
    min-height: 8.4375rem;
  }

  .xl\:w-0{
    width: 0rem;
  }

  .xl\:w-4{
    width: 0.25rem;
  }

  .xl\:w-8{
    width: 0.5rem;
  }

  .xl\:w-10{
    width: 0.625rem;
  }

  .xl\:w-12{
    width: 0.75rem;
  }

  .xl\:w-14{
    width: 0.875rem;
  }

  .xl\:w-16{
    width: 1rem;
  }

  .xl\:w-20{
    width: 1.25rem;
  }

  .xl\:w-24{
    width: 1.5rem;
  }

  .xl\:w-28{
    width: 1.75rem;
  }

  .xl\:w-32{
    width: 2rem;
  }

  .xl\:w-40{
    width: 2.5rem;
  }

  .xl\:w-48{
    width: 3rem;
  }

  .xl\:w-56{
    width: 3.5rem;
  }

  .xl\:w-64{
    width: 4rem;
  }

  .xl\:w-72{
    width: 4.5rem;
  }

  .xl\:w-105{
    width: 6.5625rem;
  }

  .xl\:w-130{
    width: 8.125rem;
  }

  .xl\:w-150{
    width: 9.375rem;
  }

  .xl\:w-auto{
    width: auto;
  }

  .xl\:-w-1{
    width: -0.0625rem;
  }

  .xl\:w-1\/2{
    width: 50%;
  }

  .xl\:w-1\/3{
    width: 33.333333%;
  }

  .xl\:w-2\/3{
    width: 66.666667%;
  }

  .xl\:w-1\/4{
    width: 25%;
  }

  .xl\:w-3\/4{
    width: 75%;
  }

  .xl\:w-1\/5{
    width: 20%;
  }

  .xl\:w-3\/5{
    width: 60%;
  }

  .xl\:w-full{
    width: 100%;
  }

  .xl\:w-screen{
    width: 100vw;
  }

  .xl\:max-w-250{
    max-width: 15.625rem;
  }

  .xl\:max-w-300{
    max-width: 18.75rem;
  }

  .xl\:max-w-640{
    max-width: 40rem;
  }

  .xl\:max-w-700{
    max-width: 43.75rem;
  }

  .xl\:max-w-full{
    max-width: 100%;
  }

  .xl\:flex-1{
    flex: 1 1 0%;
  }

  .xl\:flex-auto{
    flex: 1 1 auto;
  }

  .xl\:flex-initial{
    flex: 0 1 auto;
  }

  .xl\:flex-none{
    flex: none;
  }

  .xl\:flex-1\/3{
    flex: 33% 0 0;
  }

  .xl\:flex-1\/2{
    flex: 50% 0 0;
  }

  .xl\:flex-full{
    flex: 100% 0 0;
  }

  .xl\:flex-shrink-0{
    flex-shrink: 0;
  }

  .xl\:flex-shrink-1{
    flex-shrink: 1;
  }

  .xl\:flex-shrink-default{
    flex-shrink: 1;
  }

  .xl\:flex-grow-0{
    flex-grow: 0;
  }

  .xl\:flex-grow-1{
    flex-grow: 1;
  }

  .xl\:flex-grow-default{
    flex-grow: 1;
  }

  .xl\:table-auto{
    table-layout: auto;
  }

  .xl\:table-fixed{
    table-layout: fixed;
  }

  .xl\:border-collapse{
    border-collapse: collapse;
  }

  .xl\:border-separate{
    border-collapse: separate;
  }

  .xl\:transform{
    --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;
    transform: translateX(var(--tw-translate-x)) translateY(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));
  }

  .xl\:transform-gpu{
    --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;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:transform-none{
    transform: none;
  }

  .xl\:translate-x-0{
    --tw-translate-x: 0;
  }

  .xl\:-translate-x-full{
    --tw-translate-x: -100%;
  }

  .xl\:-translate-x-1\/2{
    --tw-translate-x: -50%;
  }

  .xl\:translate-x-full{
    --tw-translate-x: 100%;
  }

  .xl\:translate-y-0{
    --tw-translate-y: 0;
  }

  .xl\:-translate-y-full{
    --tw-translate-y: -100%;
  }

  .xl\:-translate-y-1\/2{
    --tw-translate-y: -50%;
  }

  .xl\:translate-y-full{
    --tw-translate-y: 100%;
  }

  .xl\:hover\:translate-x-0:hover{
    --tw-translate-x: 0;
  }

  .xl\:hover\:-translate-x-full:hover{
    --tw-translate-x: -100%;
  }

  .xl\:hover\:-translate-x-1\/2:hover{
    --tw-translate-x: -50%;
  }

  .xl\:hover\:translate-x-full:hover{
    --tw-translate-x: 100%;
  }

  .xl\:hover\:translate-y-0:hover{
    --tw-translate-y: 0;
  }

  .xl\:hover\:-translate-y-full:hover{
    --tw-translate-y: -100%;
  }

  .xl\:hover\:-translate-y-1\/2:hover{
    --tw-translate-y: -50%;
  }

  .xl\:hover\:translate-y-full:hover{
    --tw-translate-y: 100%;
  }

  .xl\:focus\:translate-x-0:focus{
    --tw-translate-x: 0;
  }

  .xl\:focus\:-translate-x-full:focus{
    --tw-translate-x: -100%;
  }

  .xl\:focus\:-translate-x-1\/2:focus{
    --tw-translate-x: -50%;
  }

  .xl\:focus\:translate-x-full:focus{
    --tw-translate-x: 100%;
  }

  .xl\:focus\:translate-y-0:focus{
    --tw-translate-y: 0;
  }

  .xl\:focus\:-translate-y-full:focus{
    --tw-translate-y: -100%;
  }

  .xl\:focus\:-translate-y-1\/2:focus{
    --tw-translate-y: -50%;
  }

  .xl\:focus\:translate-y-full:focus{
    --tw-translate-y: 100%;
  }

  .xl\:scale-85{
    --tw-scale-x: .85;
    --tw-scale-y: .85;
  }

  .xl\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:scale-105{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:hover\:scale-85:hover{
    --tw-scale-x: .85;
    --tw-scale-y: .85;
  }

  .xl\:hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:hover\:scale-100:hover{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:focus\:scale-85:focus{
    --tw-scale-x: .85;
    --tw-scale-y: .85;
  }

  .xl\:focus\:scale-95:focus{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
  }

  .xl\:focus\:scale-100:focus{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  .xl\:focus\:scale-105:focus{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .xl\:scale-x-85{
    --tw-scale-x: .85;
  }

  .xl\:scale-x-95{
    --tw-scale-x: .95;
  }

  .xl\:scale-x-100{
    --tw-scale-x: 1;
  }

  .xl\:scale-x-105{
    --tw-scale-x: 1.05;
  }

  .xl\:scale-y-85{
    --tw-scale-y: .85;
  }

  .xl\:scale-y-95{
    --tw-scale-y: .95;
  }

  .xl\:scale-y-100{
    --tw-scale-y: 1;
  }

  .xl\:scale-y-105{
    --tw-scale-y: 1.05;
  }

  .xl\:hover\:scale-x-85:hover{
    --tw-scale-x: .85;
  }

  .xl\:hover\:scale-x-95:hover{
    --tw-scale-x: .95;
  }

  .xl\:hover\:scale-x-100:hover{
    --tw-scale-x: 1;
  }

  .xl\:hover\:scale-x-105:hover{
    --tw-scale-x: 1.05;
  }

  .xl\:hover\:scale-y-85:hover{
    --tw-scale-y: .85;
  }

  .xl\:hover\:scale-y-95:hover{
    --tw-scale-y: .95;
  }

  .xl\:hover\:scale-y-100:hover{
    --tw-scale-y: 1;
  }

  .xl\:hover\:scale-y-105:hover{
    --tw-scale-y: 1.05;
  }

  .xl\:focus\:scale-x-85:focus{
    --tw-scale-x: .85;
  }

  .xl\:focus\:scale-x-95:focus{
    --tw-scale-x: .95;
  }

  .xl\:focus\:scale-x-100:focus{
    --tw-scale-x: 1;
  }

  .xl\:focus\:scale-x-105:focus{
    --tw-scale-x: 1.05;
  }

  .xl\:focus\:scale-y-85:focus{
    --tw-scale-y: .85;
  }

  .xl\:focus\:scale-y-95:focus{
    --tw-scale-y: .95;
  }

  .xl\:focus\:scale-y-100:focus{
    --tw-scale-y: 1;
  }

  .xl\:focus\:scale-y-105:focus{
    --tw-scale-y: 1.05;
  }

  .xl\:animate-none{
    -webkit-animation: none;
            animation: none;
  }

  .xl\:animate-spin{
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .xl\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:animate-bounce{
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .xl\:cursor-auto{
    cursor: auto;
  }

  .xl\:cursor-default{
    cursor: default;
  }

  .xl\:cursor-pointer{
    cursor: pointer;
  }

  .xl\:cursor-wait{
    cursor: wait;
  }

  .xl\:cursor-text{
    cursor: text;
  }

  .xl\:cursor-move{
    cursor: move;
  }

  .xl\:cursor-grab{
    cursor: -webkit-grab;
    cursor: grab;
  }

  .xl\:cursor-grabbing{
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }

  .xl\:cursor-not-allowed{
    cursor: not-allowed;
  }

  .xl\:select-none{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .xl\:select-text{
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
  }

  .xl\:select-all{
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
  }

  .xl\:select-auto{
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
  }

  .xl\:resize-none{
    resize: none;
  }

  .xl\:resize-y{
    resize: vertical;
  }

  .xl\:resize-x{
    resize: horizontal;
  }

  .xl\:resize{
    resize: both;
  }

  .xl\:list-inside{
    list-style-position: inside;
  }

  .xl\:list-outside{
    list-style-position: outside;
  }

  .xl\:appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .xl\:auto-cols-auto{
    grid-auto-columns: auto;
  }

  .xl\:grid-flow-row{
    grid-auto-flow: row;
  }

  .xl\:grid-flow-col{
    grid-auto-flow: column;
  }

  .xl\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .xl\:grid-flow-col-dense{
    grid-auto-flow: column dense;
  }

  .xl\:auto-rows-auto{
    grid-auto-rows: auto;
  }

  .xl\:auto-rows-min{
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
  }

  .xl\:auto-rows-max{
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }

  .xl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr);
  }

  .xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:grid-cols-none{
    grid-template-columns: none;
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .xl\:flex-col{
    flex-direction: column;
  }

  .xl\:flex-col-reverse{
    flex-direction: column-reverse;
  }

  .xl\:flex-wrap{
    flex-wrap: wrap;
  }

  .xl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .xl\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .xl\:place-content-center{
    place-content: center;
  }

  .xl\:place-content-start{
    place-content: start;
  }

  .xl\:place-content-end{
    place-content: end;
  }

  .xl\:place-content-between{
    place-content: space-between;
  }

  .xl\:place-content-around{
    place-content: space-around;
  }

  .xl\:place-content-evenly{
    place-content: space-evenly;
  }

  .xl\:place-content-stretch{
    place-content: stretch;
  }

  .xl\:place-items-start{
    place-items: start;
  }

  .xl\:place-items-end{
    place-items: end;
  }

  .xl\:place-items-center{
    place-items: center;
  }

  .xl\:place-items-stretch{
    place-items: stretch;
  }

  .xl\:content-center{
    align-content: center;
  }

  .xl\:content-start{
    align-content: flex-start;
  }

  .xl\:content-end{
    align-content: flex-end;
  }

  .xl\:content-between{
    align-content: space-between;
  }

  .xl\:content-around{
    align-content: space-around;
  }

  .xl\:content-evenly{
    align-content: space-evenly;
  }

  .xl\:items-start{
    align-items: flex-start;
  }

  .xl\:items-end{
    align-items: flex-end;
  }

  .xl\:items-center{
    align-items: center;
  }

  .xl\:items-baseline{
    align-items: baseline;
  }

  .xl\:items-stretch{
    align-items: stretch;
  }

  .xl\:justify-start{
    justify-content: flex-start;
  }

  .xl\:justify-end{
    justify-content: flex-end;
  }

  .xl\:justify-center{
    justify-content: center;
  }

  .xl\:justify-between{
    justify-content: space-between;
  }

  .xl\:justify-around{
    justify-content: space-around;
  }

  .xl\:justify-evenly{
    justify-content: space-evenly;
  }

  .xl\:justify-items-start{
    justify-items: start;
  }

  .xl\:justify-items-end{
    justify-items: end;
  }

  .xl\:justify-items-center{
    justify-items: center;
  }

  .xl\:justify-items-stretch{
    justify-items: stretch;
  }

  .xl\:gap-0{
    gap: 0rem;
  }

  .xl\:gap-4{
    gap: 0.25rem;
  }

  .xl\:gap-8{
    gap: 0.5rem;
  }

  .xl\:gap-10{
    gap: 0.625rem;
  }

  .xl\:gap-12{
    gap: 0.75rem;
  }

  .xl\:gap-16{
    gap: 1rem;
  }

  .xl\:gap-20{
    gap: 1.25rem;
  }

  .xl\:gap-24{
    gap: 1.5rem;
  }

  .xl\:gap-28{
    gap: 1.75rem;
  }

  .xl\:gap-32{
    gap: 2rem;
  }

  .xl\:gap-40{
    gap: 2.5rem;
  }

  .xl\:gap-48{
    gap: 3rem;
  }

  .xl\:gap-56{
    gap: 3.5rem;
  }

  .xl\:gap-64{
    gap: 4rem;
  }

  .xl\:gap-72{
    gap: 4.5rem;
  }

  .xl\:gap-105{
    gap: 6.5625rem;
  }

  .xl\:gap-130{
    gap: 8.125rem;
  }

  .xl\:gap-150{
    gap: 9.375rem;
  }

  .xl\:-gap-1{
    gap: -0.0625rem;
  }

  .xl\:gap-x-0{
    -moz-column-gap: 0rem;
         column-gap: 0rem;
  }

  .xl\:gap-x-4{
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .xl\:gap-x-8{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

  .xl\:gap-x-10{
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }

  .xl\:gap-x-12{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .xl\:gap-x-16{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:gap-x-20{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .xl\:gap-x-24{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:gap-x-28{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .xl\:gap-x-32{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl\:gap-x-40{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:gap-x-48{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .xl\:gap-x-56{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .xl\:gap-x-64{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:gap-x-72{
    -moz-column-gap: 4.5rem;
         column-gap: 4.5rem;
  }

  .xl\:gap-x-105{
    -moz-column-gap: 6.5625rem;
         column-gap: 6.5625rem;
  }

  .xl\:gap-x-130{
    -moz-column-gap: 8.125rem;
         column-gap: 8.125rem;
  }

  .xl\:gap-x-150{
    -moz-column-gap: 9.375rem;
         column-gap: 9.375rem;
  }

  .xl\:-gap-x-1{
    -moz-column-gap: -0.0625rem;
         column-gap: -0.0625rem;
  }

  .xl\:gap-y-0{
    row-gap: 0rem;
  }

  .xl\:gap-y-4{
    row-gap: 0.25rem;
  }

  .xl\:gap-y-8{
    row-gap: 0.5rem;
  }

  .xl\:gap-y-10{
    row-gap: 0.625rem;
  }

  .xl\:gap-y-12{
    row-gap: 0.75rem;
  }

  .xl\:gap-y-16{
    row-gap: 1rem;
  }

  .xl\:gap-y-20{
    row-gap: 1.25rem;
  }

  .xl\:gap-y-24{
    row-gap: 1.5rem;
  }

  .xl\:gap-y-28{
    row-gap: 1.75rem;
  }

  .xl\:gap-y-32{
    row-gap: 2rem;
  }

  .xl\:gap-y-40{
    row-gap: 2.5rem;
  }

  .xl\:gap-y-48{
    row-gap: 3rem;
  }

  .xl\:gap-y-56{
    row-gap: 3.5rem;
  }

  .xl\:gap-y-64{
    row-gap: 4rem;
  }

  .xl\:gap-y-72{
    row-gap: 4.5rem;
  }

  .xl\:gap-y-105{
    row-gap: 6.5625rem;
  }

  .xl\:gap-y-130{
    row-gap: 8.125rem;
  }

  .xl\:gap-y-150{
    row-gap: 9.375rem;
  }

  .xl\:-gap-y-1{
    row-gap: -0.0625rem;
  }

  .xl\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0rem * var(--tw-space-x-reverse));
    margin-left: calc(0rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-105 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(6.5625rem * var(--tw-space-x-reverse));
    margin-left: calc(6.5625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-130 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(9.375rem * var(--tw-space-x-reverse));
    margin-left: calc(9.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.0625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.0625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0rem * var(--tw-space-x-reverse));
    margin-left: calc(0rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1rem * var(--tw-space-x-reverse));
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-105 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-6.5625rem * var(--tw-space-x-reverse));
    margin-left: calc(-6.5625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-130 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-9.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-9.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:-space-x--1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.0625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.0625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-4 > :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));
  }

  .xl\:space-y-8 > :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\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-12 > :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));
  }

  .xl\:space-y-16 > :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));
  }

  .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-48 > :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));
  }

  .xl\:space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-105 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6.5625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6.5625rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-130 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(8.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8.125rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(9.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9.375rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.0625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.0625rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-4 > :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));
  }

  .xl\:-space-y-8 > :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\:-space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-12 > :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));
  }

  .xl\:-space-y-16 > :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));
  }

  .xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-48 > :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));
  }

  .xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4.5rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-105 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-6.5625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6.5625rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-130 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-8.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8.125rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y-150 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-9.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9.375rem * var(--tw-space-y-reverse));
  }

  .xl\:-space-y--1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.0625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.0625rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 1;
  }

  .xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 1;
  }

  .xl\:divide-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(3px * var(--tw-divide-x-reverse));
    border-left-width: calc(3px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-x-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .xl\:divide-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(3px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(3px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

  .xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 1;
  }

  .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse: 1;
  }

  .xl\:divide-solid > :not([hidden]) ~ :not([hidden]){
    border-style: solid;
  }

  .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]){
    border-style: dashed;
  }

  .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]){
    border-style: dotted;
  }

  .xl\:divide-double > :not([hidden]) ~ :not([hidden]){
    border-style: double;
  }

  .xl\:divide-none > :not([hidden]) ~ :not([hidden]){
    border-style: none;
  }

  .xl\:divide-transparent > :not([hidden]) ~ :not([hidden]){
    border-color: transparent;
  }

  .xl\:divide-black > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity));
  }

  .xl\:divide-white > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(199, 200, 200, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(137, 141, 141, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(62, 63, 63, var(--tw-divide-opacity));
  }

  .xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-divide-opacity));
  }

  .xl\:divide-gold-200 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(215, 200, 181, var(--tw-divide-opacity));
  }

  .xl\:divide-gold-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(190, 170, 147, var(--tw-divide-opacity));
  }

  .xl\:divide-gold-400 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(164, 141, 113, var(--tw-divide-opacity));
  }

  .xl\:divide-gold-500 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(139, 111, 78, var(--tw-divide-opacity));
  }

  .xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(240, 61, 61, var(--tw-divide-opacity));
  }

  .xl\:divide-default > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-divide-opacity));
  }

  .xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0;
  }

  .xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.25;
  }

  .xl\:divide-opacity-35 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.35;
  }

  .xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.5;
  }

  .xl\:divide-opacity-65 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.65;
  }

  .xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.75;
  }

  .xl\:divide-opacity-85 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 0.85;
  }

  .xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
  }

  .xl\:place-self-auto{
    place-self: auto;
  }

  .xl\:place-self-start{
    place-self: start;
  }

  .xl\:place-self-end{
    place-self: end;
  }

  .xl\:place-self-center{
    place-self: center;
  }

  .xl\:place-self-stretch{
    place-self: stretch;
  }

  .xl\:self-auto{
    align-self: auto;
  }

  .xl\:self-start{
    align-self: flex-start;
  }

  .xl\:self-end{
    align-self: flex-end;
  }

  .xl\:self-center{
    align-self: center;
  }

  .xl\:self-stretch{
    align-self: stretch;
  }

  .xl\:self-baseline{
    align-self: baseline;
  }

  .xl\:justify-self-auto{
    justify-self: auto;
  }

  .xl\:justify-self-start{
    justify-self: start;
  }

  .xl\:justify-self-end{
    justify-self: end;
  }

  .xl\:justify-self-center{
    justify-self: center;
  }

  .xl\:justify-self-stretch{
    justify-self: stretch;
  }

  .xl\:overflow-auto{
    overflow: auto;
  }

  .xl\:overflow-hidden{
    overflow: hidden;
  }

  .xl\:overflow-visible{
    overflow: visible;
  }

  .xl\:overflow-scroll{
    overflow: scroll;
  }

  .xl\:overflow-x-auto{
    overflow-x: auto;
  }

  .xl\:overflow-y-auto{
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden{
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden{
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible{
    overflow-x: visible;
  }

  .xl\:overflow-y-visible{
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll{
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll{
    overflow-y: scroll;
  }

  .xl\:overscroll-auto{
    -ms-scroll-chaining: chained;
        overscroll-behavior: auto;
  }

  .xl\:overscroll-contain{
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }

  .xl\:overscroll-none{
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .xl\:overscroll-y-auto{
    overscroll-behavior-y: auto;
  }

  .xl\:overscroll-y-contain{
    overscroll-behavior-y: contain;
  }

  .xl\:overscroll-y-none{
    overscroll-behavior-y: none;
  }

  .xl\:overscroll-x-auto{
    overscroll-behavior-x: auto;
  }

  .xl\:overscroll-x-contain{
    overscroll-behavior-x: contain;
  }

  .xl\:overscroll-x-none{
    overscroll-behavior-x: none;
  }

  .xl\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .xl\:overflow-ellipsis{
    text-overflow: ellipsis;
  }

  .xl\:overflow-clip{
    text-overflow: clip;
  }

  .xl\:whitespace-normal{
    white-space: normal;
  }

  .xl\:whitespace-nowrap{
    white-space: nowrap;
  }

  .xl\:whitespace-pre{
    white-space: pre;
  }

  .xl\:whitespace-pre-line{
    white-space: pre-line;
  }

  .xl\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }

  .xl\:break-normal{
    overflow-wrap: normal;
    word-break: normal;
  }

  .xl\:break-words{
    overflow-wrap: break-word;
  }

  .xl\:break-all{
    word-break: break-all;
  }

  .xl\:rounded-100{
    border-radius: 100%;
  }

  .xl\:rounded-full{
    border-radius: 9999px;
  }

  .xl\:rounded-t-100{
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
  }

  .xl\:rounded-t-full{
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-100{
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
  }

  .xl\:rounded-r-full{
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-100{
    border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%;
  }

  .xl\:rounded-b-full{
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-100{
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
  }

  .xl\:rounded-l-full{
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-100{
    border-top-left-radius: 100%;
  }

  .xl\:rounded-tl-full{
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-100{
    border-top-right-radius: 100%;
  }

  .xl\:rounded-tr-full{
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-100{
    border-bottom-right-radius: 100%;
  }

  .xl\:rounded-br-full{
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-100{
    border-bottom-left-radius: 100%;
  }

  .xl\:rounded-bl-full{
    border-bottom-left-radius: 9999px;
  }

  .xl\:border-1{
    border-width: 1px;
  }

  .xl\:border-2{
    border-width: 2px;
  }

  .xl\:border-3{
    border-width: 3px;
  }

  .xl\:border-default{
    border-width: 1px;
  }

  .xl\:border-t-1{
    border-top-width: 1px;
  }

  .xl\:border-t-2{
    border-top-width: 2px;
  }

  .xl\:border-t-3{
    border-top-width: 3px;
  }

  .xl\:border-t-default{
    border-top-width: 1px;
  }

  .xl\:border-r-1{
    border-right-width: 1px;
  }

  .xl\:border-r-2{
    border-right-width: 2px;
  }

  .xl\:border-r-3{
    border-right-width: 3px;
  }

  .xl\:border-r-default{
    border-right-width: 1px;
  }

  .xl\:border-b-1{
    border-bottom-width: 1px;
  }

  .xl\:border-b-2{
    border-bottom-width: 2px;
  }

  .xl\:border-b-3{
    border-bottom-width: 3px;
  }

  .xl\:border-b-default{
    border-bottom-width: 1px;
  }

  .xl\:border-l-1{
    border-left-width: 1px;
  }

  .xl\:border-l-2{
    border-left-width: 2px;
  }

  .xl\:border-l-3{
    border-left-width: 3px;
  }

  .xl\:border-l-default{
    border-left-width: 1px;
  }

  .xl\:border-solid{
    border-style: solid;
  }

  .xl\:border-dashed{
    border-style: dashed;
  }

  .xl\:border-dotted{
    border-style: dotted;
  }

  .xl\:border-double{
    border-style: double;
  }

  .xl\:border-none{
    border-style: none;
  }

  .xl\:border-transparent{
    border-color: transparent;
  }

  .xl\:border-black{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:border-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  }

  .xl\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgba(199, 200, 200, var(--tw-border-opacity));
  }

  .xl\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-border-opacity));
  }

  .xl\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgba(137, 141, 141, var(--tw-border-opacity));
  }

  .xl\:border-gray-500{
    --tw-border-opacity: 1;
    border-color: rgba(62, 63, 63, var(--tw-border-opacity));
  }

  .xl\:border-gray-600{
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .xl\:border-gold-200{
    --tw-border-opacity: 1;
    border-color: rgba(215, 200, 181, var(--tw-border-opacity));
  }

  .xl\:border-gold-300{
    --tw-border-opacity: 1;
    border-color: rgba(190, 170, 147, var(--tw-border-opacity));
  }

  .xl\:border-gold-400{
    --tw-border-opacity: 1;
    border-color: rgba(164, 141, 113, var(--tw-border-opacity));
  }

  .xl\:border-gold-500{
    --tw-border-opacity: 1;
    border-color: rgba(139, 111, 78, var(--tw-border-opacity));
  }

  .xl\:border-red-300{
    --tw-border-opacity: 1;
    border-color: rgba(240, 61, 61, var(--tw-border-opacity));
  }

  .xl\:border-default{
    --tw-border-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-border-opacity));
  }

  .xl\:hover\:border-transparent:hover{
    border-color: transparent;
  }

  .xl\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:hover\:border-white:hover{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-100:hover{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(199, 200, 200, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(137, 141, 141, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(62, 63, 63, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gray-600:hover{
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gold-200:hover{
    --tw-border-opacity: 1;
    border-color: rgba(215, 200, 181, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gold-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(190, 170, 147, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gold-400:hover{
    --tw-border-opacity: 1;
    border-color: rgba(164, 141, 113, var(--tw-border-opacity));
  }

  .xl\:hover\:border-gold-500:hover{
    --tw-border-opacity: 1;
    border-color: rgba(139, 111, 78, var(--tw-border-opacity));
  }

  .xl\:hover\:border-red-300:hover{
    --tw-border-opacity: 1;
    border-color: rgba(240, 61, 61, var(--tw-border-opacity));
  }

  .xl\:hover\:border-default:hover{
    --tw-border-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-border-opacity));
  }

  .xl\:focus\:border-transparent:focus{
    border-color: transparent;
  }

  .xl\:focus\:border-black:focus{
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  }

  .xl\:focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-100:focus{
    --tw-border-opacity: 1;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(199, 200, 200, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(137, 141, 141, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(62, 63, 63, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gray-600:focus{
    --tw-border-opacity: 1;
    border-color: rgba(17, 17, 17, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gold-200:focus{
    --tw-border-opacity: 1;
    border-color: rgba(215, 200, 181, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gold-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(190, 170, 147, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gold-400:focus{
    --tw-border-opacity: 1;
    border-color: rgba(164, 141, 113, var(--tw-border-opacity));
  }

  .xl\:focus\:border-gold-500:focus{
    --tw-border-opacity: 1;
    border-color: rgba(139, 111, 78, var(--tw-border-opacity));
  }

  .xl\:focus\:border-red-300:focus{
    --tw-border-opacity: 1;
    border-color: rgba(240, 61, 61, var(--tw-border-opacity));
  }

  .xl\:focus\:border-default:focus{
    --tw-border-opacity: 1;
    border-color: rgba(168, 171, 171, var(--tw-border-opacity));
  }

  .xl\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .xl\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .xl\:border-opacity-35{
    --tw-border-opacity: 0.35;
  }

  .xl\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .xl\:border-opacity-65{
    --tw-border-opacity: 0.65;
  }

  .xl\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .xl\:border-opacity-85{
    --tw-border-opacity: 0.85;
  }

  .xl\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .group:hover .xl\:group-hover\:border-opacity-0{
    --tw-border-opacity: 0;
  }

  .group:hover .xl\:group-hover\:border-opacity-25{
    --tw-border-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:border-opacity-35{
    --tw-border-opacity: 0.35;
  }

  .group:hover .xl\:group-hover\:border-opacity-50{
    --tw-border-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:border-opacity-65{
    --tw-border-opacity: 0.65;
  }

  .group:hover .xl\:group-hover\:border-opacity-75{
    --tw-border-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:border-opacity-85{
    --tw-border-opacity: 0.85;
  }

  .group:hover .xl\:group-hover\:border-opacity-100{
    --tw-border-opacity: 1;
  }

  .xl\:focus-within\:border-opacity-0:focus-within{
    --tw-border-opacity: 0;
  }

  .xl\:focus-within\:border-opacity-25:focus-within{
    --tw-border-opacity: 0.25;
  }

  .xl\:focus-within\:border-opacity-35:focus-within{
    --tw-border-opacity: 0.35;
  }

  .xl\:focus-within\:border-opacity-50:focus-within{
    --tw-border-opacity: 0.5;
  }

  .xl\:focus-within\:border-opacity-65:focus-within{
    --tw-border-opacity: 0.65;
  }

  .xl\:focus-within\:border-opacity-75:focus-within{
    --tw-border-opacity: 0.75;
  }

  .xl\:focus-within\:border-opacity-85:focus-within{
    --tw-border-opacity: 0.85;
  }

  .xl\:focus-within\:border-opacity-100:focus-within{
    --tw-border-opacity: 1;
  }

  .xl\:hover\:border-opacity-0:hover{
    --tw-border-opacity: 0;
  }

  .xl\:hover\:border-opacity-25:hover{
    --tw-border-opacity: 0.25;
  }

  .xl\:hover\:border-opacity-35:hover{
    --tw-border-opacity: 0.35;
  }

  .xl\:hover\:border-opacity-50:hover{
    --tw-border-opacity: 0.5;
  }

  .xl\:hover\:border-opacity-65:hover{
    --tw-border-opacity: 0.65;
  }

  .xl\:hover\:border-opacity-75:hover{
    --tw-border-opacity: 0.75;
  }

  .xl\:hover\:border-opacity-85:hover{
    --tw-border-opacity: 0.85;
  }

  .xl\:hover\:border-opacity-100:hover{
    --tw-border-opacity: 1;
  }

  .xl\:focus\:border-opacity-0:focus{
    --tw-border-opacity: 0;
  }

  .xl\:focus\:border-opacity-25:focus{
    --tw-border-opacity: 0.25;
  }

  .xl\:focus\:border-opacity-35:focus{
    --tw-border-opacity: 0.35;
  }

  .xl\:focus\:border-opacity-50:focus{
    --tw-border-opacity: 0.5;
  }

  .xl\:focus\:border-opacity-65:focus{
    --tw-border-opacity: 0.65;
  }

  .xl\:focus\:border-opacity-75:focus{
    --tw-border-opacity: 0.75;
  }

  .xl\:focus\:border-opacity-85:focus{
    --tw-border-opacity: 0.85;
  }

  .xl\:focus\:border-opacity-100:focus{
    --tw-border-opacity: 1;
  }

  .xl\:bg-transparent{
    background-color: transparent;
  }

  .xl\:bg-black{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 200, 200, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-300{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 171, 171, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-400{
    --tw-bg-opacity: 1;
    background-color: rgba(137, 141, 141, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 63, 63, var(--tw-bg-opacity));
  }

  .xl\:bg-gray-600{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .xl\:bg-gold-200{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 200, 181, var(--tw-bg-opacity));
  }

  .xl\:bg-gold-300{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 170, 147, var(--tw-bg-opacity));
  }

  .xl\:bg-gold-400{
    --tw-bg-opacity: 1;
    background-color: rgba(164, 141, 113, var(--tw-bg-opacity));
  }

  .xl\:bg-gold-500{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 111, 78, var(--tw-bg-opacity));
  }

  .xl\:bg-red-300{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 61, 61, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-transparent:hover{
    background-color: transparent;
  }

  .xl\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-white:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 200, 200, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 171, 171, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(137, 141, 141, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 63, 63, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gold-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 200, 181, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gold-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 170, 147, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gold-400:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(164, 141, 113, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-gold-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 111, 78, var(--tw-bg-opacity));
  }

  .xl\:hover\:bg-red-300:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 61, 61, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-transparent:focus{
    background-color: transparent;
  }

  .xl\:focus\:bg-black:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-white:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-100:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(199, 200, 200, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(168, 171, 171, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(137, 141, 141, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(62, 63, 63, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gray-600:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(17, 17, 17, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gold-200:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(215, 200, 181, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gold-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(190, 170, 147, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gold-400:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(164, 141, 113, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-gold-500:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(139, 111, 78, var(--tw-bg-opacity));
  }

  .xl\:focus\:bg-red-300:focus{
    --tw-bg-opacity: 1;
    background-color: rgba(240, 61, 61, var(--tw-bg-opacity));
  }

  .xl\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .xl\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .xl\:bg-opacity-35{
    --tw-bg-opacity: 0.35;
  }

  .xl\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .xl\:bg-opacity-65{
    --tw-bg-opacity: 0.65;
  }

  .xl\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .xl\:bg-opacity-85{
    --tw-bg-opacity: 0.85;
  }

  .xl\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .group:hover .xl\:group-hover\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .group:hover .xl\:group-hover\:bg-opacity-25{
    --tw-bg-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:bg-opacity-35{
    --tw-bg-opacity: 0.35;
  }

  .group:hover .xl\:group-hover\:bg-opacity-50{
    --tw-bg-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:bg-opacity-65{
    --tw-bg-opacity: 0.65;
  }

  .group:hover .xl\:group-hover\:bg-opacity-75{
    --tw-bg-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:bg-opacity-85{
    --tw-bg-opacity: 0.85;
  }

  .group:hover .xl\:group-hover\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }

  .xl\:focus-within\:bg-opacity-0:focus-within{
    --tw-bg-opacity: 0;
  }

  .xl\:focus-within\:bg-opacity-25:focus-within{
    --tw-bg-opacity: 0.25;
  }

  .xl\:focus-within\:bg-opacity-35:focus-within{
    --tw-bg-opacity: 0.35;
  }

  .xl\:focus-within\:bg-opacity-50:focus-within{
    --tw-bg-opacity: 0.5;
  }

  .xl\:focus-within\:bg-opacity-65:focus-within{
    --tw-bg-opacity: 0.65;
  }

  .xl\:focus-within\:bg-opacity-75:focus-within{
    --tw-bg-opacity: 0.75;
  }

  .xl\:focus-within\:bg-opacity-85:focus-within{
    --tw-bg-opacity: 0.85;
  }

  .xl\:focus-within\:bg-opacity-100:focus-within{
    --tw-bg-opacity: 1;
  }

  .xl\:hover\:bg-opacity-0:hover{
    --tw-bg-opacity: 0;
  }

  .xl\:hover\:bg-opacity-25:hover{
    --tw-bg-opacity: 0.25;
  }

  .xl\:hover\:bg-opacity-35:hover{
    --tw-bg-opacity: 0.35;
  }

  .xl\:hover\:bg-opacity-50:hover{
    --tw-bg-opacity: 0.5;
  }

  .xl\:hover\:bg-opacity-65:hover{
    --tw-bg-opacity: 0.65;
  }

  .xl\:hover\:bg-opacity-75:hover{
    --tw-bg-opacity: 0.75;
  }

  .xl\:hover\:bg-opacity-85:hover{
    --tw-bg-opacity: 0.85;
  }

  .xl\:hover\:bg-opacity-100:hover{
    --tw-bg-opacity: 1;
  }

  .xl\:focus\:bg-opacity-0:focus{
    --tw-bg-opacity: 0;
  }

  .xl\:focus\:bg-opacity-25:focus{
    --tw-bg-opacity: 0.25;
  }

  .xl\:focus\:bg-opacity-35:focus{
    --tw-bg-opacity: 0.35;
  }

  .xl\:focus\:bg-opacity-50:focus{
    --tw-bg-opacity: 0.5;
  }

  .xl\:focus\:bg-opacity-65:focus{
    --tw-bg-opacity: 0.65;
  }

  .xl\:focus\:bg-opacity-75:focus{
    --tw-bg-opacity: 0.75;
  }

  .xl\:focus\:bg-opacity-85:focus{
    --tw-bg-opacity: 0.85;
  }

  .xl\:focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;
  }

  .xl\:bg-marble{
    background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.35)), linear-gradient(180deg, #111111 14.42%, rgba(17, 17, 17, 0) 33.28%), linear-gradient(360deg, #111111 11.36%, rgba(17, 17, 17, 0) 41.43%), url('./../../files/images/marble.jpg');
  }

  .xl\:bg-marble-wide{
    background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.35)), linear-gradient(180deg, #111111 14.42%, rgba(17, 17, 17, 0) 33.28%), linear-gradient(360deg, #111111 11.36%, rgba(17, 17, 17, 0) 41.43%), url('./../../files/images/marble-wide.jpg');
  }

  .xl\:bg-marble-alt{
    background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.6), rgba(17, 17, 17, 0.6)), linear-gradient(0deg, #111111 24.02%, rgba(17, 17, 17, 0) 54.12%), url('./../../files/images/marble-alt.jpg');
  }

  .xl\:bg-marble-solid{
    background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.35), rgba(17, 17, 17, 0.35)), linear-gradient(180deg, #111111 14.42%, rgba(17, 17, 17, 0) 33.28%), linear-gradient(360deg, #111111 11.36%, rgba(17, 17, 17, 0) 41.43%), url(./../../files/images/marble-alt.jpg);
  }

  .xl\:bg-marble-menu{
    background-image: url(./../../files/images/marble-menu.jpg);
  }

  .xl\:bg-dropdown-arrow{
    background-image: url(./../../files/svgs/icon-dropdown-arrow.svg);
  }

  .xl\:bg-dropdown-arrow-white{
    background-image: url(./../../files/svgs/icon-dropdown-arrow-white.svg);
  }

  .xl\:from-transparent{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-black{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:from-white{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:from-gray-100{
    --tw-gradient-from: #E6E6E6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .xl\:from-gray-200{
    --tw-gradient-from: #C7C8C8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 200, 200, 0));
  }

  .xl\:from-gray-300{
    --tw-gradient-from: #A8ABAB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 171, 171, 0));
  }

  .xl\:from-gray-400{
    --tw-gradient-from: #898D8D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(137, 141, 141, 0));
  }

  .xl\:from-gray-500{
    --tw-gradient-from: #3E3F3F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 63, 63, 0));
  }

  .xl\:from-gray-600{
    --tw-gradient-from: #111111;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 17, 17, 0));
  }

  .xl\:from-gold-200{
    --tw-gradient-from: #D7C8B5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 200, 181, 0));
  }

  .xl\:from-gold-300{
    --tw-gradient-from: #BEAA93;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 170, 147, 0));
  }

  .xl\:from-gold-400{
    --tw-gradient-from: #A48D71;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(164, 141, 113, 0));
  }

  .xl\:from-gold-500{
    --tw-gradient-from: #8B6F4E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 111, 78, 0));
  }

  .xl\:from-red-300{
    --tw-gradient-from: #F03D3D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 61, 61, 0));
  }

  .xl\:hover\:from-transparent:hover{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-black:hover{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:from-white:hover{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:from-gray-100:hover{
    --tw-gradient-from: #E6E6E6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .xl\:hover\:from-gray-200:hover{
    --tw-gradient-from: #C7C8C8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 200, 200, 0));
  }

  .xl\:hover\:from-gray-300:hover{
    --tw-gradient-from: #A8ABAB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 171, 171, 0));
  }

  .xl\:hover\:from-gray-400:hover{
    --tw-gradient-from: #898D8D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(137, 141, 141, 0));
  }

  .xl\:hover\:from-gray-500:hover{
    --tw-gradient-from: #3E3F3F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 63, 63, 0));
  }

  .xl\:hover\:from-gray-600:hover{
    --tw-gradient-from: #111111;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 17, 17, 0));
  }

  .xl\:hover\:from-gold-200:hover{
    --tw-gradient-from: #D7C8B5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 200, 181, 0));
  }

  .xl\:hover\:from-gold-300:hover{
    --tw-gradient-from: #BEAA93;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 170, 147, 0));
  }

  .xl\:hover\:from-gold-400:hover{
    --tw-gradient-from: #A48D71;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(164, 141, 113, 0));
  }

  .xl\:hover\:from-gold-500:hover{
    --tw-gradient-from: #8B6F4E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 111, 78, 0));
  }

  .xl\:hover\:from-red-300:hover{
    --tw-gradient-from: #F03D3D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 61, 61, 0));
  }

  .xl\:focus\:from-transparent:focus{
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-black:focus{
    --tw-gradient-from: #000;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:from-white:focus{
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:from-gray-100:focus{
    --tw-gradient-from: #E6E6E6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .xl\:focus\:from-gray-200:focus{
    --tw-gradient-from: #C7C8C8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 200, 200, 0));
  }

  .xl\:focus\:from-gray-300:focus{
    --tw-gradient-from: #A8ABAB;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 171, 171, 0));
  }

  .xl\:focus\:from-gray-400:focus{
    --tw-gradient-from: #898D8D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(137, 141, 141, 0));
  }

  .xl\:focus\:from-gray-500:focus{
    --tw-gradient-from: #3E3F3F;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(62, 63, 63, 0));
  }

  .xl\:focus\:from-gray-600:focus{
    --tw-gradient-from: #111111;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 17, 17, 0));
  }

  .xl\:focus\:from-gold-200:focus{
    --tw-gradient-from: #D7C8B5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 200, 181, 0));
  }

  .xl\:focus\:from-gold-300:focus{
    --tw-gradient-from: #BEAA93;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 170, 147, 0));
  }

  .xl\:focus\:from-gold-400:focus{
    --tw-gradient-from: #A48D71;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(164, 141, 113, 0));
  }

  .xl\:focus\:from-gold-500:focus{
    --tw-gradient-from: #8B6F4E;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 111, 78, 0));
  }

  .xl\:focus\:from-red-300:focus{
    --tw-gradient-from: #F03D3D;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 61, 61, 0));
  }

  .xl\:via-transparent{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-black{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:via-white{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:via-gray-100{
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .xl\:via-gray-200{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C8C8, var(--tw-gradient-to, rgba(199, 200, 200, 0));
  }

  .xl\:via-gray-300{
    --tw-gradient-stops: var(--tw-gradient-from), #A8ABAB, var(--tw-gradient-to, rgba(168, 171, 171, 0));
  }

  .xl\:via-gray-400{
    --tw-gradient-stops: var(--tw-gradient-from), #898D8D, var(--tw-gradient-to, rgba(137, 141, 141, 0));
  }

  .xl\:via-gray-500{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3F3F, var(--tw-gradient-to, rgba(62, 63, 63, 0));
  }

  .xl\:via-gray-600{
    --tw-gradient-stops: var(--tw-gradient-from), #111111, var(--tw-gradient-to, rgba(17, 17, 17, 0));
  }

  .xl\:via-gold-200{
    --tw-gradient-stops: var(--tw-gradient-from), #D7C8B5, var(--tw-gradient-to, rgba(215, 200, 181, 0));
  }

  .xl\:via-gold-300{
    --tw-gradient-stops: var(--tw-gradient-from), #BEAA93, var(--tw-gradient-to, rgba(190, 170, 147, 0));
  }

  .xl\:via-gold-400{
    --tw-gradient-stops: var(--tw-gradient-from), #A48D71, var(--tw-gradient-to, rgba(164, 141, 113, 0));
  }

  .xl\:via-gold-500{
    --tw-gradient-stops: var(--tw-gradient-from), #8B6F4E, var(--tw-gradient-to, rgba(139, 111, 78, 0));
  }

  .xl\:via-red-300{
    --tw-gradient-stops: var(--tw-gradient-from), #F03D3D, var(--tw-gradient-to, rgba(240, 61, 61, 0));
  }

  .xl\:hover\:via-transparent:hover{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-black:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:hover\:via-white:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:hover\:via-gray-100:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .xl\:hover\:via-gray-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C8C8, var(--tw-gradient-to, rgba(199, 200, 200, 0));
  }

  .xl\:hover\:via-gray-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A8ABAB, var(--tw-gradient-to, rgba(168, 171, 171, 0));
  }

  .xl\:hover\:via-gray-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #898D8D, var(--tw-gradient-to, rgba(137, 141, 141, 0));
  }

  .xl\:hover\:via-gray-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3F3F, var(--tw-gradient-to, rgba(62, 63, 63, 0));
  }

  .xl\:hover\:via-gray-600:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #111111, var(--tw-gradient-to, rgba(17, 17, 17, 0));
  }

  .xl\:hover\:via-gold-200:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #D7C8B5, var(--tw-gradient-to, rgba(215, 200, 181, 0));
  }

  .xl\:hover\:via-gold-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #BEAA93, var(--tw-gradient-to, rgba(190, 170, 147, 0));
  }

  .xl\:hover\:via-gold-400:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #A48D71, var(--tw-gradient-to, rgba(164, 141, 113, 0));
  }

  .xl\:hover\:via-gold-500:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #8B6F4E, var(--tw-gradient-to, rgba(139, 111, 78, 0));
  }

  .xl\:hover\:via-red-300:hover{
    --tw-gradient-stops: var(--tw-gradient-from), #F03D3D, var(--tw-gradient-to, rgba(240, 61, 61, 0));
  }

  .xl\:focus\:via-transparent:focus{
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-black:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  }

  .xl\:focus\:via-white:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0));
  }

  .xl\:focus\:via-gray-100:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0));
  }

  .xl\:focus\:via-gray-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #C7C8C8, var(--tw-gradient-to, rgba(199, 200, 200, 0));
  }

  .xl\:focus\:via-gray-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A8ABAB, var(--tw-gradient-to, rgba(168, 171, 171, 0));
  }

  .xl\:focus\:via-gray-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #898D8D, var(--tw-gradient-to, rgba(137, 141, 141, 0));
  }

  .xl\:focus\:via-gray-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #3E3F3F, var(--tw-gradient-to, rgba(62, 63, 63, 0));
  }

  .xl\:focus\:via-gray-600:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #111111, var(--tw-gradient-to, rgba(17, 17, 17, 0));
  }

  .xl\:focus\:via-gold-200:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #D7C8B5, var(--tw-gradient-to, rgba(215, 200, 181, 0));
  }

  .xl\:focus\:via-gold-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #BEAA93, var(--tw-gradient-to, rgba(190, 170, 147, 0));
  }

  .xl\:focus\:via-gold-400:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #A48D71, var(--tw-gradient-to, rgba(164, 141, 113, 0));
  }

  .xl\:focus\:via-gold-500:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #8B6F4E, var(--tw-gradient-to, rgba(139, 111, 78, 0));
  }

  .xl\:focus\:via-red-300:focus{
    --tw-gradient-stops: var(--tw-gradient-from), #F03D3D, var(--tw-gradient-to, rgba(240, 61, 61, 0));
  }

  .xl\:to-transparent{
    --tw-gradient-to: transparent;
  }

  .xl\:to-black{
    --tw-gradient-to: #000;
  }

  .xl\:to-white{
    --tw-gradient-to: #fff;
  }

  .xl\:to-gray-100{
    --tw-gradient-to: #E6E6E6;
  }

  .xl\:to-gray-200{
    --tw-gradient-to: #C7C8C8;
  }

  .xl\:to-gray-300{
    --tw-gradient-to: #A8ABAB;
  }

  .xl\:to-gray-400{
    --tw-gradient-to: #898D8D;
  }

  .xl\:to-gray-500{
    --tw-gradient-to: #3E3F3F;
  }

  .xl\:to-gray-600{
    --tw-gradient-to: #111111;
  }

  .xl\:to-gold-200{
    --tw-gradient-to: #D7C8B5;
  }

  .xl\:to-gold-300{
    --tw-gradient-to: #BEAA93;
  }

  .xl\:to-gold-400{
    --tw-gradient-to: #A48D71;
  }

  .xl\:to-gold-500{
    --tw-gradient-to: #8B6F4E;
  }

  .xl\:to-red-300{
    --tw-gradient-to: #F03D3D;
  }

  .xl\:hover\:to-transparent:hover{
    --tw-gradient-to: transparent;
  }

  .xl\:hover\:to-black:hover{
    --tw-gradient-to: #000;
  }

  .xl\:hover\:to-white:hover{
    --tw-gradient-to: #fff;
  }

  .xl\:hover\:to-gray-100:hover{
    --tw-gradient-to: #E6E6E6;
  }

  .xl\:hover\:to-gray-200:hover{
    --tw-gradient-to: #C7C8C8;
  }

  .xl\:hover\:to-gray-300:hover{
    --tw-gradient-to: #A8ABAB;
  }

  .xl\:hover\:to-gray-400:hover{
    --tw-gradient-to: #898D8D;
  }

  .xl\:hover\:to-gray-500:hover{
    --tw-gradient-to: #3E3F3F;
  }

  .xl\:hover\:to-gray-600:hover{
    --tw-gradient-to: #111111;
  }

  .xl\:hover\:to-gold-200:hover{
    --tw-gradient-to: #D7C8B5;
  }

  .xl\:hover\:to-gold-300:hover{
    --tw-gradient-to: #BEAA93;
  }

  .xl\:hover\:to-gold-400:hover{
    --tw-gradient-to: #A48D71;
  }

  .xl\:hover\:to-gold-500:hover{
    --tw-gradient-to: #8B6F4E;
  }

  .xl\:hover\:to-red-300:hover{
    --tw-gradient-to: #F03D3D;
  }

  .xl\:focus\:to-transparent:focus{
    --tw-gradient-to: transparent;
  }

  .xl\:focus\:to-black:focus{
    --tw-gradient-to: #000;
  }

  .xl\:focus\:to-white:focus{
    --tw-gradient-to: #fff;
  }

  .xl\:focus\:to-gray-100:focus{
    --tw-gradient-to: #E6E6E6;
  }

  .xl\:focus\:to-gray-200:focus{
    --tw-gradient-to: #C7C8C8;
  }

  .xl\:focus\:to-gray-300:focus{
    --tw-gradient-to: #A8ABAB;
  }

  .xl\:focus\:to-gray-400:focus{
    --tw-gradient-to: #898D8D;
  }

  .xl\:focus\:to-gray-500:focus{
    --tw-gradient-to: #3E3F3F;
  }

  .xl\:focus\:to-gray-600:focus{
    --tw-gradient-to: #111111;
  }

  .xl\:focus\:to-gold-200:focus{
    --tw-gradient-to: #D7C8B5;
  }

  .xl\:focus\:to-gold-300:focus{
    --tw-gradient-to: #BEAA93;
  }

  .xl\:focus\:to-gold-400:focus{
    --tw-gradient-to: #A48D71;
  }

  .xl\:focus\:to-gold-500:focus{
    --tw-gradient-to: #8B6F4E;
  }

  .xl\:focus\:to-red-300:focus{
    --tw-gradient-to: #F03D3D;
  }

  .xl\:decoration-slice{
    -webkit-box-decoration-break: slice;
            box-decoration-break: slice;
  }

  .xl\:decoration-clone{
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }

  .xl\:bg-auto{
    background-size: auto;
  }

  .xl\:bg-cover{
    background-size: cover;
  }

  .xl\:bg-contain{
    background-size: contain;
  }

  .xl\:bg-fixed{
    background-attachment: fixed;
  }

  .xl\:bg-local{
    background-attachment: local;
  }

  .xl\:bg-scroll{
    background-attachment: scroll;
  }

  .xl\:bg-clip-border{
    background-clip: border-box;
  }

  .xl\:bg-clip-padding{
    background-clip: padding-box;
  }

  .xl\:bg-clip-content{
    background-clip: content-box;
  }

  .xl\:bg-clip-text{
    -webkit-background-clip: text;
            background-clip: text;
  }

  .xl\:bg-bottom{
    background-position: bottom;
  }

  .xl\:bg-center{
    background-position: center;
  }

  .xl\:bg-left{
    background-position: left;
  }

  .xl\:bg-left-bottom{
    background-position: left bottom;
  }

  .xl\:bg-left-top{
    background-position: left top;
  }

  .xl\:bg-right{
    background-position: right;
  }

  .xl\:bg-right-bottom{
    background-position: right bottom;
  }

  .xl\:bg-right-top{
    background-position: right top;
  }

  .xl\:bg-top{
    background-position: top;
  }

  .xl\:bg-repeat{
    background-repeat: repeat;
  }

  .xl\:bg-no-repeat{
    background-repeat: no-repeat;
  }

  .xl\:bg-repeat-x{
    background-repeat: repeat-x;
  }

  .xl\:bg-repeat-y{
    background-repeat: repeat-y;
  }

  .xl\:bg-repeat-round{
    background-repeat: round;
  }

  .xl\:bg-repeat-space{
    background-repeat: space;
  }

  .xl\:bg-origin-border{
    background-origin: border-box;
  }

  .xl\:bg-origin-padding{
    background-origin: padding-box;
  }

  .xl\:bg-origin-content{
    background-origin: content-box;
  }

  .xl\:fill-current{
    fill: currentColor;
  }

  .xl\:stroke-current{
    stroke: currentColor;
  }

  .xl\:stroke-0{
    stroke-width: 0;
  }

  .xl\:stroke-1{
    stroke-width: 1;
  }

  .xl\:stroke-2{
    stroke-width: 2;
  }

  .xl\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .xl\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:object-fill{
    -o-object-fit: fill;
       object-fit: fill;
  }

  .xl\:object-none{
    -o-object-fit: none;
       object-fit: none;
  }

  .xl\:object-scale-down{
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .xl\:p-0{
    padding: 0rem;
  }

  .xl\:p-4{
    padding: 0.25rem;
  }

  .xl\:p-8{
    padding: 0.5rem;
  }

  .xl\:p-10{
    padding: 0.625rem;
  }

  .xl\:p-12{
    padding: 0.75rem;
  }

  .xl\:p-14{
    padding: 0.875rem;
  }

  .xl\:p-16{
    padding: 1rem;
  }

  .xl\:p-20{
    padding: 1.25rem;
  }

  .xl\:p-24{
    padding: 1.5rem;
  }

  .xl\:p-28{
    padding: 1.75rem;
  }

  .xl\:p-32{
    padding: 2rem;
  }

  .xl\:p-40{
    padding: 2.5rem;
  }

  .xl\:p-48{
    padding: 3rem;
  }

  .xl\:p-56{
    padding: 3.5rem;
  }

  .xl\:p-64{
    padding: 4rem;
  }

  .xl\:p-72{
    padding: 4.5rem;
  }

  .xl\:p-105{
    padding: 6.5625rem;
  }

  .xl\:p-130{
    padding: 8.125rem;
  }

  .xl\:p-148{
    padding: 9.25rem;
  }

  .xl\:p-150{
    padding: 9.375rem;
  }

  .xl\:-p-1{
    padding: -0.0625rem;
  }

  .xl\:first\:p-0:first-child{
    padding: 0rem;
  }

  .xl\:first\:p-4:first-child{
    padding: 0.25rem;
  }

  .xl\:first\:p-8:first-child{
    padding: 0.5rem;
  }

  .xl\:first\:p-10:first-child{
    padding: 0.625rem;
  }

  .xl\:first\:p-12:first-child{
    padding: 0.75rem;
  }

  .xl\:first\:p-14:first-child{
    padding: 0.875rem;
  }

  .xl\:first\:p-16:first-child{
    padding: 1rem;
  }

  .xl\:first\:p-20:first-child{
    padding: 1.25rem;
  }

  .xl\:first\:p-24:first-child{
    padding: 1.5rem;
  }

  .xl\:first\:p-28:first-child{
    padding: 1.75rem;
  }

  .xl\:first\:p-32:first-child{
    padding: 2rem;
  }

  .xl\:first\:p-40:first-child{
    padding: 2.5rem;
  }

  .xl\:first\:p-48:first-child{
    padding: 3rem;
  }

  .xl\:first\:p-56:first-child{
    padding: 3.5rem;
  }

  .xl\:first\:p-64:first-child{
    padding: 4rem;
  }

  .xl\:first\:p-72:first-child{
    padding: 4.5rem;
  }

  .xl\:first\:p-105:first-child{
    padding: 6.5625rem;
  }

  .xl\:first\:p-130:first-child{
    padding: 8.125rem;
  }

  .xl\:first\:p-148:first-child{
    padding: 9.25rem;
  }

  .xl\:first\:p-150:first-child{
    padding: 9.375rem;
  }

  .xl\:first\:-p-1:first-child{
    padding: -0.0625rem;
  }

  .xl\:px-0{
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .xl\:px-4{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:px-8{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:px-10{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:px-12{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:px-14{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:px-16{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:px-20{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:px-24{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:px-28{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:px-32{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:px-40{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-48{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-56{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:px-64{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-72{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xl\:px-105{
    padding-left: 6.5625rem;
    padding-right: 6.5625rem;
  }

  .xl\:px-130{
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }

  .xl\:px-148{
    padding-left: 9.25rem;
    padding-right: 9.25rem;
  }

  .xl\:px-150{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .xl\:-px-1{
    padding-left: -0.0625rem;
    padding-right: -0.0625rem;
  }

  .xl\:py-0{
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .xl\:py-4{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:py-8{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:py-10{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:py-12{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:py-14{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:py-16{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:py-20{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:py-24{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:py-28{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:py-32{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:py-40{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:py-48{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:py-56{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:py-64{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:py-72{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xl\:py-105{
    padding-top: 6.5625rem;
    padding-bottom: 6.5625rem;
  }

  .xl\:py-130{
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .xl\:py-148{
    padding-top: 9.25rem;
    padding-bottom: 9.25rem;
  }

  .xl\:py-150{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .xl\:-py-1{
    padding-top: -0.0625rem;
    padding-bottom: -0.0625rem;
  }

  .xl\:first\:px-0:first-child{
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .xl\:first\:px-4:first-child{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:first\:px-8:first-child{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:first\:px-10:first-child{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .xl\:first\:px-12:first-child{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:first\:px-14:first-child{
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .xl\:first\:px-16:first-child{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:first\:px-20:first-child{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:first\:px-24:first-child{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:first\:px-28:first-child{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:first\:px-32:first-child{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:first\:px-40:first-child{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:first\:px-48:first-child{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:first\:px-56:first-child{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:first\:px-64:first-child{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:first\:px-72:first-child{
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

  .xl\:first\:px-105:first-child{
    padding-left: 6.5625rem;
    padding-right: 6.5625rem;
  }

  .xl\:first\:px-130:first-child{
    padding-left: 8.125rem;
    padding-right: 8.125rem;
  }

  .xl\:first\:px-148:first-child{
    padding-left: 9.25rem;
    padding-right: 9.25rem;
  }

  .xl\:first\:px-150:first-child{
    padding-left: 9.375rem;
    padding-right: 9.375rem;
  }

  .xl\:first\:-px-1:first-child{
    padding-left: -0.0625rem;
    padding-right: -0.0625rem;
  }

  .xl\:first\:py-0:first-child{
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .xl\:first\:py-4:first-child{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:first\:py-8:first-child{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:first\:py-10:first-child{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .xl\:first\:py-12:first-child{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:first\:py-14:first-child{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .xl\:first\:py-16:first-child{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:first\:py-20:first-child{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:first\:py-24:first-child{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:first\:py-28:first-child{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:first\:py-32:first-child{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:first\:py-40:first-child{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:first\:py-48:first-child{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:first\:py-56:first-child{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:first\:py-64:first-child{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:first\:py-72:first-child{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .xl\:first\:py-105:first-child{
    padding-top: 6.5625rem;
    padding-bottom: 6.5625rem;
  }

  .xl\:first\:py-130:first-child{
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .xl\:first\:py-148:first-child{
    padding-top: 9.25rem;
    padding-bottom: 9.25rem;
  }

  .xl\:first\:py-150:first-child{
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .xl\:first\:-py-1:first-child{
    padding-top: -0.0625rem;
    padding-bottom: -0.0625rem;
  }

  .xl\:pt-0{
    padding-top: 0rem;
  }

  .xl\:pt-4{
    padding-top: 0.25rem;
  }

  .xl\:pt-8{
    padding-top: 0.5rem;
  }

  .xl\:pt-10{
    padding-top: 0.625rem;
  }

  .xl\:pt-12{
    padding-top: 0.75rem;
  }

  .xl\:pt-14{
    padding-top: 0.875rem;
  }

  .xl\:pt-16{
    padding-top: 1rem;
  }

  .xl\:pt-20{
    padding-top: 1.25rem;
  }

  .xl\:pt-24{
    padding-top: 1.5rem;
  }

  .xl\:pt-28{
    padding-top: 1.75rem;
  }

  .xl\:pt-32{
    padding-top: 2rem;
  }

  .xl\:pt-40{
    padding-top: 2.5rem;
  }

  .xl\:pt-48{
    padding-top: 3rem;
  }

  .xl\:pt-56{
    padding-top: 3.5rem;
  }

  .xl\:pt-64{
    padding-top: 4rem;
  }

  .xl\:pt-72{
    padding-top: 4.5rem;
  }

  .xl\:pt-105{
    padding-top: 6.5625rem;
  }

  .xl\:pt-130{
    padding-top: 8.125rem;
  }

  .xl\:pt-148{
    padding-top: 9.25rem;
  }

  .xl\:pt-150{
    padding-top: 9.375rem;
  }

  .xl\:-pt-1{
    padding-top: -0.0625rem;
  }

  .xl\:pr-0{
    padding-right: 0rem;
  }

  .xl\:pr-4{
    padding-right: 0.25rem;
  }

  .xl\:pr-8{
    padding-right: 0.5rem;
  }

  .xl\:pr-10{
    padding-right: 0.625rem;
  }

  .xl\:pr-12{
    padding-right: 0.75rem;
  }

  .xl\:pr-14{
    padding-right: 0.875rem;
  }

  .xl\:pr-16{
    padding-right: 1rem;
  }

  .xl\:pr-20{
    padding-right: 1.25rem;
  }

  .xl\:pr-24{
    padding-right: 1.5rem;
  }

  .xl\:pr-28{
    padding-right: 1.75rem;
  }

  .xl\:pr-32{
    padding-right: 2rem;
  }

  .xl\:pr-40{
    padding-right: 2.5rem;
  }

  .xl\:pr-48{
    padding-right: 3rem;
  }

  .xl\:pr-56{
    padding-right: 3.5rem;
  }

  .xl\:pr-64{
    padding-right: 4rem;
  }

  .xl\:pr-72{
    padding-right: 4.5rem;
  }

  .xl\:pr-105{
    padding-right: 6.5625rem;
  }

  .xl\:pr-130{
    padding-right: 8.125rem;
  }

  .xl\:pr-148{
    padding-right: 9.25rem;
  }

  .xl\:pr-150{
    padding-right: 9.375rem;
  }

  .xl\:-pr-1{
    padding-right: -0.0625rem;
  }

  .xl\:pb-0{
    padding-bottom: 0rem;
  }

  .xl\:pb-4{
    padding-bottom: 0.25rem;
  }

  .xl\:pb-8{
    padding-bottom: 0.5rem;
  }

  .xl\:pb-10{
    padding-bottom: 0.625rem;
  }

  .xl\:pb-12{
    padding-bottom: 0.75rem;
  }

  .xl\:pb-14{
    padding-bottom: 0.875rem;
  }

  .xl\:pb-16{
    padding-bottom: 1rem;
  }

  .xl\:pb-20{
    padding-bottom: 1.25rem;
  }

  .xl\:pb-24{
    padding-bottom: 1.5rem;
  }

  .xl\:pb-28{
    padding-bottom: 1.75rem;
  }

  .xl\:pb-32{
    padding-bottom: 2rem;
  }

  .xl\:pb-40{
    padding-bottom: 2.5rem;
  }

  .xl\:pb-48{
    padding-bottom: 3rem;
  }

  .xl\:pb-56{
    padding-bottom: 3.5rem;
  }

  .xl\:pb-64{
    padding-bottom: 4rem;
  }

  .xl\:pb-72{
    padding-bottom: 4.5rem;
  }

  .xl\:pb-105{
    padding-bottom: 6.5625rem;
  }

  .xl\:pb-130{
    padding-bottom: 8.125rem;
  }

  .xl\:pb-148{
    padding-bottom: 9.25rem;
  }

  .xl\:pb-150{
    padding-bottom: 9.375rem;
  }

  .xl\:-pb-1{
    padding-bottom: -0.0625rem;
  }

  .xl\:pl-0{
    padding-left: 0rem;
  }

  .xl\:pl-4{
    padding-left: 0.25rem;
  }

  .xl\:pl-8{
    padding-left: 0.5rem;
  }

  .xl\:pl-10{
    padding-left: 0.625rem;
  }

  .xl\:pl-12{
    padding-left: 0.75rem;
  }

  .xl\:pl-14{
    padding-left: 0.875rem;
  }

  .xl\:pl-16{
    padding-left: 1rem;
  }

  .xl\:pl-20{
    padding-left: 1.25rem;
  }

  .xl\:pl-24{
    padding-left: 1.5rem;
  }

  .xl\:pl-28{
    padding-left: 1.75rem;
  }

  .xl\:pl-32{
    padding-left: 2rem;
  }

  .xl\:pl-40{
    padding-left: 2.5rem;
  }

  .xl\:pl-48{
    padding-left: 3rem;
  }

  .xl\:pl-56{
    padding-left: 3.5rem;
  }

  .xl\:pl-64{
    padding-left: 4rem;
  }

  .xl\:pl-72{
    padding-left: 4.5rem;
  }

  .xl\:pl-105{
    padding-left: 6.5625rem;
  }

  .xl\:pl-130{
    padding-left: 8.125rem;
  }

  .xl\:pl-148{
    padding-left: 9.25rem;
  }

  .xl\:pl-150{
    padding-left: 9.375rem;
  }

  .xl\:-pl-1{
    padding-left: -0.0625rem;
  }

  .xl\:first\:pt-0:first-child{
    padding-top: 0rem;
  }

  .xl\:first\:pt-4:first-child{
    padding-top: 0.25rem;
  }

  .xl\:first\:pt-8:first-child{
    padding-top: 0.5rem;
  }

  .xl\:first\:pt-10:first-child{
    padding-top: 0.625rem;
  }

  .xl\:first\:pt-12:first-child{
    padding-top: 0.75rem;
  }

  .xl\:first\:pt-14:first-child{
    padding-top: 0.875rem;
  }

  .xl\:first\:pt-16:first-child{
    padding-top: 1rem;
  }

  .xl\:first\:pt-20:first-child{
    padding-top: 1.25rem;
  }

  .xl\:first\:pt-24:first-child{
    padding-top: 1.5rem;
  }

  .xl\:first\:pt-28:first-child{
    padding-top: 1.75rem;
  }

  .xl\:first\:pt-32:first-child{
    padding-top: 2rem;
  }

  .xl\:first\:pt-40:first-child{
    padding-top: 2.5rem;
  }

  .xl\:first\:pt-48:first-child{
    padding-top: 3rem;
  }

  .xl\:first\:pt-56:first-child{
    padding-top: 3.5rem;
  }

  .xl\:first\:pt-64:first-child{
    padding-top: 4rem;
  }

  .xl\:first\:pt-72:first-child{
    padding-top: 4.5rem;
  }

  .xl\:first\:pt-105:first-child{
    padding-top: 6.5625rem;
  }

  .xl\:first\:pt-130:first-child{
    padding-top: 8.125rem;
  }

  .xl\:first\:pt-148:first-child{
    padding-top: 9.25rem;
  }

  .xl\:first\:pt-150:first-child{
    padding-top: 9.375rem;
  }

  .xl\:first\:-pt-1:first-child{
    padding-top: -0.0625rem;
  }

  .xl\:first\:pr-0:first-child{
    padding-right: 0rem;
  }

  .xl\:first\:pr-4:first-child{
    padding-right: 0.25rem;
  }

  .xl\:first\:pr-8:first-child{
    padding-right: 0.5rem;
  }

  .xl\:first\:pr-10:first-child{
    padding-right: 0.625rem;
  }

  .xl\:first\:pr-12:first-child{
    padding-right: 0.75rem;
  }

  .xl\:first\:pr-14:first-child{
    padding-right: 0.875rem;
  }

  .xl\:first\:pr-16:first-child{
    padding-right: 1rem;
  }

  .xl\:first\:pr-20:first-child{
    padding-right: 1.25rem;
  }

  .xl\:first\:pr-24:first-child{
    padding-right: 1.5rem;
  }

  .xl\:first\:pr-28:first-child{
    padding-right: 1.75rem;
  }

  .xl\:first\:pr-32:first-child{
    padding-right: 2rem;
  }

  .xl\:first\:pr-40:first-child{
    padding-right: 2.5rem;
  }

  .xl\:first\:pr-48:first-child{
    padding-right: 3rem;
  }

  .xl\:first\:pr-56:first-child{
    padding-right: 3.5rem;
  }

  .xl\:first\:pr-64:first-child{
    padding-right: 4rem;
  }

  .xl\:first\:pr-72:first-child{
    padding-right: 4.5rem;
  }

  .xl\:first\:pr-105:first-child{
    padding-right: 6.5625rem;
  }

  .xl\:first\:pr-130:first-child{
    padding-right: 8.125rem;
  }

  .xl\:first\:pr-148:first-child{
    padding-right: 9.25rem;
  }

  .xl\:first\:pr-150:first-child{
    padding-right: 9.375rem;
  }

  .xl\:first\:-pr-1:first-child{
    padding-right: -0.0625rem;
  }

  .xl\:first\:pb-0:first-child{
    padding-bottom: 0rem;
  }

  .xl\:first\:pb-4:first-child{
    padding-bottom: 0.25rem;
  }

  .xl\:first\:pb-8:first-child{
    padding-bottom: 0.5rem;
  }

  .xl\:first\:pb-10:first-child{
    padding-bottom: 0.625rem;
  }

  .xl\:first\:pb-12:first-child{
    padding-bottom: 0.75rem;
  }

  .xl\:first\:pb-14:first-child{
    padding-bottom: 0.875rem;
  }

  .xl\:first\:pb-16:first-child{
    padding-bottom: 1rem;
  }

  .xl\:first\:pb-20:first-child{
    padding-bottom: 1.25rem;
  }

  .xl\:first\:pb-24:first-child{
    padding-bottom: 1.5rem;
  }

  .xl\:first\:pb-28:first-child{
    padding-bottom: 1.75rem;
  }

  .xl\:first\:pb-32:first-child{
    padding-bottom: 2rem;
  }

  .xl\:first\:pb-40:first-child{
    padding-bottom: 2.5rem;
  }

  .xl\:first\:pb-48:first-child{
    padding-bottom: 3rem;
  }

  .xl\:first\:pb-56:first-child{
    padding-bottom: 3.5rem;
  }

  .xl\:first\:pb-64:first-child{
    padding-bottom: 4rem;
  }

  .xl\:first\:pb-72:first-child{
    padding-bottom: 4.5rem;
  }

  .xl\:first\:pb-105:first-child{
    padding-bottom: 6.5625rem;
  }

  .xl\:first\:pb-130:first-child{
    padding-bottom: 8.125rem;
  }

  .xl\:first\:pb-148:first-child{
    padding-bottom: 9.25rem;
  }

  .xl\:first\:pb-150:first-child{
    padding-bottom: 9.375rem;
  }

  .xl\:first\:-pb-1:first-child{
    padding-bottom: -0.0625rem;
  }

  .xl\:first\:pl-0:first-child{
    padding-left: 0rem;
  }

  .xl\:first\:pl-4:first-child{
    padding-left: 0.25rem;
  }

  .xl\:first\:pl-8:first-child{
    padding-left: 0.5rem;
  }

  .xl\:first\:pl-10:first-child{
    padding-left: 0.625rem;
  }

  .xl\:first\:pl-12:first-child{
    padding-left: 0.75rem;
  }

  .xl\:first\:pl-14:first-child{
    padding-left: 0.875rem;
  }

  .xl\:first\:pl-16:first-child{
    padding-left: 1rem;
  }

  .xl\:first\:pl-20:first-child{
    padding-left: 1.25rem;
  }

  .xl\:first\:pl-24:first-child{
    padding-left: 1.5rem;
  }

  .xl\:first\:pl-28:first-child{
    padding-left: 1.75rem;
  }

  .xl\:first\:pl-32:first-child{
    padding-left: 2rem;
  }

  .xl\:first\:pl-40:first-child{
    padding-left: 2.5rem;
  }

  .xl\:first\:pl-48:first-child{
    padding-left: 3rem;
  }

  .xl\:first\:pl-56:first-child{
    padding-left: 3.5rem;
  }

  .xl\:first\:pl-64:first-child{
    padding-left: 4rem;
  }

  .xl\:first\:pl-72:first-child{
    padding-left: 4.5rem;
  }

  .xl\:first\:pl-105:first-child{
    padding-left: 6.5625rem;
  }

  .xl\:first\:pl-130:first-child{
    padding-left: 8.125rem;
  }

  .xl\:first\:pl-148:first-child{
    padding-left: 9.25rem;
  }

  .xl\:first\:pl-150:first-child{
    padding-left: 9.375rem;
  }

  .xl\:first\:-pl-1:first-child{
    padding-left: -0.0625rem;
  }

  .xl\:text-left{
    text-align: left;
  }

  .xl\:text-center{
    text-align: center;
  }

  .xl\:text-right{
    text-align: right;
  }

  .xl\:text-justify{
    text-align: justify;
  }

  .xl\:align-baseline{
    vertical-align: baseline;
  }

  .xl\:align-top{
    vertical-align: top;
  }

  .xl\:align-middle{
    vertical-align: middle;
  }

  .xl\:align-bottom{
    vertical-align: bottom;
  }

  .xl\:align-text-top{
    vertical-align: text-top;
  }

  .xl\:align-text-bottom{
    vertical-align: text-bottom;
  }

  .xl\:font-sans{
    font-family: raleway, Helvetica, Arial, sans-serif;
  }

  .xl\:font-serif{
    font-family: Bodoni Moda, Cambria, Times New Roman, Times, serif;
  }

  .xl\:text-11{
    font-size: 0.6875rem;
  }

  .xl\:text-12{
    font-size: 0.75rem;
  }

  .xl\:text-14{
    font-size: 0.875rem;
  }

  .xl\:text-16{
    font-size: 1rem;
  }

  .xl\:text-18{
    font-size: 1.125rem;
  }

  .xl\:text-22{
    font-size: 1.375rem;
  }

  .xl\:text-24{
    font-size: 1.5rem;
  }

  .xl\:text-28{
    font-size: 1.75rem;
  }

  .xl\:text-34{
    font-size: 2.125rem;
  }

  .xl\:text-48{
    font-size: 3rem;
  }

  .xl\:text-56{
    font-size: 3.5rem;
  }

  .xl\:text-72{
    font-size: 4.5rem;
  }

  .xl\:text-112{
    font-size: 7rem;
  }

  .xl\:font-700{
    font-weight: 700;
  }

  .xl\:hover\:font-700:hover{
    font-weight: 700;
  }

  .xl\:focus\:font-700:focus{
    font-weight: 700;
  }

  .xl\:uppercase{
    text-transform: uppercase;
  }

  .xl\:lowercase{
    text-transform: lowercase;
  }

  .xl\:capitalize{
    text-transform: capitalize;
  }

  .xl\:normal-case{
    text-transform: none;
  }

  .xl\:italic{
    font-style: italic;
  }

  .xl\:not-italic{
    font-style: normal;
  }

  .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions{
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  }

  .xl\:normal-nums{
    font-variant-numeric: normal;
  }

  .xl\:ordinal{
    --tw-ordinal: ordinal;
  }

  .xl\:slashed-zero{
    --tw-slashed-zero: slashed-zero;
  }

  .xl\:lining-nums{
    --tw-numeric-figure: lining-nums;
  }

  .xl\:oldstyle-nums{
    --tw-numeric-figure: oldstyle-nums;
  }

  .xl\:proportional-nums{
    --tw-numeric-spacing: proportional-nums;
  }

  .xl\:tabular-nums{
    --tw-numeric-spacing: tabular-nums;
  }

  .xl\:diagonal-fractions{
    --tw-numeric-fraction: diagonal-fractions;
  }

  .xl\:stacked-fractions{
    --tw-numeric-fraction: stacked-fractions;
  }

  .xl\:leading-collapsed{
    line-height: .65;
  }

  .xl\:leading-none{
    line-height: 1;
  }

  .xl\:leading-tight{
    line-height: 1.25;
  }

  .xl\:leading-snug{
    line-height: 1.375;
  }

  .xl\:leading-normal{
    line-height: 1.5;
  }

  .xl\:leading-relaxed{
    line-height: 1.625;
  }

  .xl\:leading-loose{
    line-height: 1.8;
  }

  .xl\:tracking-wider{
    letter-spacing: 0.05em;
  }

  .xl\:tracking-widest{
    letter-spacing: 0.1em;
  }

  .xl\:text-inherit{
    color: inherit;
  }

  .xl\:text-transparent{
    color: transparent;
  }

  .xl\:text-black{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:text-white{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:text-gray-100{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-text-opacity));
  }

  .xl\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-text-opacity));
  }

  .xl\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-text-opacity));
  }

  .xl\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-text-opacity));
  }

  .xl\:text-gray-500{
    --tw-text-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-text-opacity));
  }

  .xl\:text-gray-600{
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .xl\:text-gold-200{
    --tw-text-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-text-opacity));
  }

  .xl\:text-gold-300{
    --tw-text-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-text-opacity));
  }

  .xl\:text-gold-400{
    --tw-text-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-text-opacity));
  }

  .xl\:text-gold-500{
    --tw-text-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-text-opacity));
  }

  .xl\:text-red-300{
    --tw-text-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-text-opacity));
  }

  .xl\:hover\:text-inherit:hover{
    color: inherit;
  }

  .xl\:hover\:text-transparent:hover{
    color: transparent;
  }

  .xl\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-100:hover{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-200:hover{
    --tw-text-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gray-600:hover{
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gold-200:hover{
    --tw-text-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gold-300:hover{
    --tw-text-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gold-400:hover{
    --tw-text-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-text-opacity));
  }

  .xl\:hover\:text-gold-500:hover{
    --tw-text-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-text-opacity));
  }

  .xl\:hover\:text-red-300:hover{
    --tw-text-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-text-opacity));
  }

  .xl\:focus\:text-inherit:focus{
    color: inherit;
  }

  .xl\:focus\:text-transparent:focus{
    color: transparent;
  }

  .xl\:focus\:text-black:focus{
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
  }

  .xl\:focus\:text-white:focus{
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-100:focus{
    --tw-text-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-200:focus{
    --tw-text-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-300:focus{
    --tw-text-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-400:focus{
    --tw-text-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-500:focus{
    --tw-text-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gray-600:focus{
    --tw-text-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gold-200:focus{
    --tw-text-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gold-300:focus{
    --tw-text-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gold-400:focus{
    --tw-text-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-text-opacity));
  }

  .xl\:focus\:text-gold-500:focus{
    --tw-text-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-text-opacity));
  }

  .xl\:focus\:text-red-300:focus{
    --tw-text-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-text-opacity));
  }

  .xl\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .xl\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .xl\:text-opacity-35{
    --tw-text-opacity: 0.35;
  }

  .xl\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .xl\:text-opacity-65{
    --tw-text-opacity: 0.65;
  }

  .xl\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .xl\:text-opacity-85{
    --tw-text-opacity: 0.85;
  }

  .xl\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .group:hover .xl\:group-hover\:text-opacity-0{
    --tw-text-opacity: 0;
  }

  .group:hover .xl\:group-hover\:text-opacity-25{
    --tw-text-opacity: 0.25;
  }

  .group:hover .xl\:group-hover\:text-opacity-35{
    --tw-text-opacity: 0.35;
  }

  .group:hover .xl\:group-hover\:text-opacity-50{
    --tw-text-opacity: 0.5;
  }

  .group:hover .xl\:group-hover\:text-opacity-65{
    --tw-text-opacity: 0.65;
  }

  .group:hover .xl\:group-hover\:text-opacity-75{
    --tw-text-opacity: 0.75;
  }

  .group:hover .xl\:group-hover\:text-opacity-85{
    --tw-text-opacity: 0.85;
  }

  .group:hover .xl\:group-hover\:text-opacity-100{
    --tw-text-opacity: 1;
  }

  .xl\:focus-within\:text-opacity-0:focus-within{
    --tw-text-opacity: 0;
  }

  .xl\:focus-within\:text-opacity-25:focus-within{
    --tw-text-opacity: 0.25;
  }

  .xl\:focus-within\:text-opacity-35:focus-within{
    --tw-text-opacity: 0.35;
  }

  .xl\:focus-within\:text-opacity-50:focus-within{
    --tw-text-opacity: 0.5;
  }

  .xl\:focus-within\:text-opacity-65:focus-within{
    --tw-text-opacity: 0.65;
  }

  .xl\:focus-within\:text-opacity-75:focus-within{
    --tw-text-opacity: 0.75;
  }

  .xl\:focus-within\:text-opacity-85:focus-within{
    --tw-text-opacity: 0.85;
  }

  .xl\:focus-within\:text-opacity-100:focus-within{
    --tw-text-opacity: 1;
  }

  .xl\:hover\:text-opacity-0:hover{
    --tw-text-opacity: 0;
  }

  .xl\:hover\:text-opacity-25:hover{
    --tw-text-opacity: 0.25;
  }

  .xl\:hover\:text-opacity-35:hover{
    --tw-text-opacity: 0.35;
  }

  .xl\:hover\:text-opacity-50:hover{
    --tw-text-opacity: 0.5;
  }

  .xl\:hover\:text-opacity-65:hover{
    --tw-text-opacity: 0.65;
  }

  .xl\:hover\:text-opacity-75:hover{
    --tw-text-opacity: 0.75;
  }

  .xl\:hover\:text-opacity-85:hover{
    --tw-text-opacity: 0.85;
  }

  .xl\:hover\:text-opacity-100:hover{
    --tw-text-opacity: 1;
  }

  .xl\:focus\:text-opacity-0:focus{
    --tw-text-opacity: 0;
  }

  .xl\:focus\:text-opacity-25:focus{
    --tw-text-opacity: 0.25;
  }

  .xl\:focus\:text-opacity-35:focus{
    --tw-text-opacity: 0.35;
  }

  .xl\:focus\:text-opacity-50:focus{
    --tw-text-opacity: 0.5;
  }

  .xl\:focus\:text-opacity-65:focus{
    --tw-text-opacity: 0.65;
  }

  .xl\:focus\:text-opacity-75:focus{
    --tw-text-opacity: 0.75;
  }

  .xl\:focus\:text-opacity-85:focus{
    --tw-text-opacity: 0.85;
  }

  .xl\:focus\:text-opacity-100:focus{
    --tw-text-opacity: 1;
  }

  .xl\:underline{
    text-decoration: underline;
  }

  .xl\:line-through{
    text-decoration: line-through;
  }

  .xl\:no-underline{
    text-decoration: none;
  }

  .xl\:hover\:underline:hover{
    text-decoration: underline;
  }

  .xl\:hover\:line-through:hover{
    text-decoration: line-through;
  }

  .xl\:hover\:no-underline:hover{
    text-decoration: none;
  }

  .xl\:focus\:underline:focus{
    text-decoration: underline;
  }

  .xl\:focus\:line-through:focus{
    text-decoration: line-through;
  }

  .xl\:focus\:no-underline:focus{
    text-decoration: none;
  }

  .xl\:antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .xl\:subpixel-antialiased{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .xl\:placeholder-transparent::-moz-placeholder{
    color: transparent;
  }

  .xl\:placeholder-transparent:-ms-input-placeholder{
    color: transparent;
  }

  .xl\:placeholder-transparent::placeholder{
    color: transparent;
  }

  .xl\:placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-100::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-600::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-600:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gray-600::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gold-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gold-200:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gold-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gold-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gold-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gold-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gold-400::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gold-400:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gold-400::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gold-500::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gold-500:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-gold-500::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-300::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-300:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-red-300::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-black:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-white:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(199, 200, 200, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(168, 171, 171, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(137, 141, 141, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(62, 63, 63, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gray-600:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(17, 17, 17, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gold-200:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gold-200:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gold-200:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(215, 200, 181, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gold-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gold-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gold-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(190, 170, 147, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gold-400:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gold-400:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gold-400:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(164, 141, 113, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gold-500:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gold-500:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-gold-500:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(139, 111, 78, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-300:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-300:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
  }

  .xl\:focus\:placeholder-red-300:focus::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgba(240, 61, 61, var(--tw-placeholder-opacity));
  }

  .xl\:placeholder-opacity-0::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-0::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-25::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:placeholder-opacity-35::-moz-placeholder{
    --tw-placeholder-opacity: 0.35;
  }

  .xl\:placeholder-opacity-35:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.35;
  }

  .xl\:placeholder-opacity-35::placeholder{
    --tw-placeholder-opacity: 0.35;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-50::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:placeholder-opacity-65::-moz-placeholder{
    --tw-placeholder-opacity: 0.65;
  }

  .xl\:placeholder-opacity-65:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.65;
  }

  .xl\:placeholder-opacity-65::placeholder{
    --tw-placeholder-opacity: 0.65;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-75::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:placeholder-opacity-85::-moz-placeholder{
    --tw-placeholder-opacity: 0.85;
  }

  .xl\:placeholder-opacity-85:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.85;
  }

  .xl\:placeholder-opacity-85::placeholder{
    --tw-placeholder-opacity: 0.85;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:placeholder-opacity-100::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder{
    --tw-placeholder-opacity: 0;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder{
    --tw-placeholder-opacity: 0.25;
  }

  .xl\:focus\:placeholder-opacity-35:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.35;
  }

  .xl\:focus\:placeholder-opacity-35:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.35;
  }

  .xl\:focus\:placeholder-opacity-35:focus::placeholder{
    --tw-placeholder-opacity: 0.35;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder{
    --tw-placeholder-opacity: 0.5;
  }

  .xl\:focus\:placeholder-opacity-65:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.65;
  }

  .xl\:focus\:placeholder-opacity-65:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.65;
  }

  .xl\:focus\:placeholder-opacity-65:focus::placeholder{
    --tw-placeholder-opacity: 0.65;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder{
    --tw-placeholder-opacity: 0.75;
  }

  .xl\:focus\:placeholder-opacity-85:focus::-moz-placeholder{
    --tw-placeholder-opacity: 0.85;
  }

  .xl\:focus\:placeholder-opacity-85:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 0.85;
  }

  .xl\:focus\:placeholder-opacity-85:focus::placeholder{
    --tw-placeholder-opacity: 0.85;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder{
    --tw-placeholder-opacity: 1;
  }

  .xl\:opacity-0{
    opacity: 0;
  }

  .xl\:opacity-25{
    opacity: 0.25;
  }

  .xl\:opacity-35{
    opacity: 0.35;
  }

  .xl\:opacity-50{
    opacity: 0.5;
  }

  .xl\:opacity-65{
    opacity: 0.65;
  }

  .xl\:opacity-75{
    opacity: 0.75;
  }

  .xl\:opacity-85{
    opacity: 0.85;
  }

  .xl\:opacity-100{
    opacity: 1;
  }

  .xl\:hover\:opacity-0:hover{
    opacity: 0;
  }

  .xl\:hover\:opacity-25:hover{
    opacity: 0.25;
  }

  .xl\:hover\:opacity-35:hover{
    opacity: 0.35;
  }

  .xl\:hover\:opacity-50:hover{
    opacity: 0.5;
  }

  .xl\:hover\:opacity-65:hover{
    opacity: 0.65;
  }

  .xl\:hover\:opacity-75:hover{
    opacity: 0.75;
  }

  .xl\:hover\:opacity-85:hover{
    opacity: 0.85;
  }

  .xl\:hover\:opacity-100:hover{
    opacity: 1;
  }

  .xl\:focus\:opacity-0:focus{
    opacity: 0;
  }

  .xl\:focus\:opacity-25:focus{
    opacity: 0.25;
  }

  .xl\:focus\:opacity-35:focus{
    opacity: 0.35;
  }

  .xl\:focus\:opacity-50:focus{
    opacity: 0.5;
  }

  .xl\:focus\:opacity-65:focus{
    opacity: 0.65;
  }

  .xl\:focus\:opacity-75:focus{
    opacity: 0.75;
  }

  .xl\:focus\:opacity-85:focus{
    opacity: 0.85;
  }

  .xl\:focus\:opacity-100:focus{
    opacity: 1;
  }

  .xl\:bg-blend-normal{
    background-blend-mode: normal;
  }

  .xl\:bg-blend-multiply{
    background-blend-mode: multiply;
  }

  .xl\:bg-blend-screen{
    background-blend-mode: screen;
  }

  .xl\:bg-blend-overlay{
    background-blend-mode: overlay;
  }

  .xl\:bg-blend-darken{
    background-blend-mode: darken;
  }

  .xl\:bg-blend-lighten{
    background-blend-mode: lighten;
  }

  .xl\:bg-blend-color-dodge{
    background-blend-mode: color-dodge;
  }

  .xl\:bg-blend-color-burn{
    background-blend-mode: color-burn;
  }

  .xl\:bg-blend-hard-light{
    background-blend-mode: hard-light;
  }

  .xl\:bg-blend-soft-light{
    background-blend-mode: soft-light;
  }

  .xl\:bg-blend-difference{
    background-blend-mode: difference;
  }

  .xl\:bg-blend-exclusion{
    background-blend-mode: exclusion;
  }

  .xl\:bg-blend-hue{
    background-blend-mode: hue;
  }

  .xl\:bg-blend-saturation{
    background-blend-mode: saturation;
  }

  .xl\:bg-blend-color{
    background-blend-mode: color;
  }

  .xl\:bg-blend-luminosity{
    background-blend-mode: luminosity;
  }

  .xl\:mix-blend-normal{
    mix-blend-mode: normal;
  }

  .xl\:mix-blend-multiply{
    mix-blend-mode: multiply;
  }

  .xl\:mix-blend-screen{
    mix-blend-mode: screen;
  }

  .xl\:mix-blend-overlay{
    mix-blend-mode: overlay;
  }

  .xl\:mix-blend-darken{
    mix-blend-mode: darken;
  }

  .xl\:mix-blend-lighten{
    mix-blend-mode: lighten;
  }

  .xl\:mix-blend-color-dodge{
    mix-blend-mode: color-dodge;
  }

  .xl\:mix-blend-color-burn{
    mix-blend-mode: color-burn;
  }

  .xl\:mix-blend-hard-light{
    mix-blend-mode: hard-light;
  }

  .xl\:mix-blend-soft-light{
    mix-blend-mode: soft-light;
  }

  .xl\:mix-blend-difference{
    mix-blend-mode: difference;
  }

  .xl\:mix-blend-exclusion{
    mix-blend-mode: exclusion;
  }

  .xl\:mix-blend-hue{
    mix-blend-mode: hue;
  }

  .xl\:mix-blend-saturation{
    mix-blend-mode: saturation;
  }

  .xl\:mix-blend-color{
    mix-blend-mode: color;
  }

  .xl\:mix-blend-luminosity{
    mix-blend-mode: luminosity;
  }

  .xl\:outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:outline-white{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:outline-black{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-none:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-white:focus{
    outline: 2px dotted white;
    outline-offset: 2px;
  }

  .xl\:focus\:outline-black:focus{
    outline: 2px dotted black;
    outline-offset: 2px;
  }

  .xl\:ring-0{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\: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);
  }

  .xl\:ring-2{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:ring-4{
    --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(4px + 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);
  }

  .xl\:ring-8{
    --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(8px + 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);
  }

  .xl\:ring{
    --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(3px + 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);
  }

  .xl\:focus-within\:ring-0:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-1:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
  }

  .xl\:focus-within\:ring-2:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus-within\:ring-4:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + 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);
  }

  .xl\:focus-within\:ring-8:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + 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);
  }

  .xl\:focus-within\:ring:focus-within{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + 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);
  }

  .xl\:focus\:ring-0:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-1:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-2:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  }

  .xl\:focus\:ring-4:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + 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);
  }

  .xl\:focus\:ring-8:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + 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);
  }

  .xl\:focus\:ring:focus{
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + 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);
  }

  .xl\:ring-inset{
    --tw-ring-inset: inset;
  }

  .xl\:focus-within\:ring-inset:focus-within{
    --tw-ring-inset: inset;
  }

  .xl\:focus\:ring-inset:focus{
    --tw-ring-inset: inset;
  }

  .xl\:ring-transparent{
    --tw-ring-color: transparent;
  }

  .xl\:ring-black{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:ring-white{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-100{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 200, 200, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 171, 171, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(137, 141, 141, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 63, 63, var(--tw-ring-opacity));
  }

  .xl\:ring-gray-600{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .xl\:ring-gold-200{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 200, 181, var(--tw-ring-opacity));
  }

  .xl\:ring-gold-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 170, 147, var(--tw-ring-opacity));
  }

  .xl\:ring-gold-400{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(164, 141, 113, var(--tw-ring-opacity));
  }

  .xl\:ring-gold-500{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 111, 78, var(--tw-ring-opacity));
  }

  .xl\:ring-red-300{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 61, 61, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-transparent:focus-within{
    --tw-ring-color: transparent;
  }

  .xl\:focus-within\:ring-black:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-white:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-100:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 200, 200, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 171, 171, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(137, 141, 141, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 63, 63, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gray-600:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gold-200:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 200, 181, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gold-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 170, 147, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gold-400:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(164, 141, 113, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-gold-500:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 111, 78, var(--tw-ring-opacity));
  }

  .xl\:focus-within\:ring-red-300:focus-within{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 61, 61, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-transparent:focus{
    --tw-ring-color: transparent;
  }

  .xl\:focus\:ring-black:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-white:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-100:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(199, 200, 200, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(168, 171, 171, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(137, 141, 141, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(62, 63, 63, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gray-600:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(17, 17, 17, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gold-200:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(215, 200, 181, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gold-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(190, 170, 147, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gold-400:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(164, 141, 113, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-gold-500:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(139, 111, 78, var(--tw-ring-opacity));
  }

  .xl\:focus\:ring-red-300:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(240, 61, 61, var(--tw-ring-opacity));
  }

  .xl\:ring-opacity-0{
    --tw-ring-opacity: 0;
  }

  .xl\:ring-opacity-25{
    --tw-ring-opacity: 0.25;
  }

  .xl\:ring-opacity-35{
    --tw-ring-opacity: 0.35;
  }

  .xl\:ring-opacity-50{
    --tw-ring-opacity: 0.5;
  }

  .xl\:ring-opacity-65{
    --tw-ring-opacity: 0.65;
  }

  .xl\:ring-opacity-75{
    --tw-ring-opacity: 0.75;
  }

  .xl\:ring-opacity-85{
    --tw-ring-opacity: 0.85;
  }

  .xl\:ring-opacity-100{
    --tw-ring-opacity: 1;
  }

  .xl\:focus-within\:ring-opacity-0:focus-within{
    --tw-ring-opacity: 0;
  }

  .xl\:focus-within\:ring-opacity-25:focus-within{
    --tw-ring-opacity: 0.25;
  }

  .xl\:focus-within\:ring-opacity-35:focus-within{
    --tw-ring-opacity: 0.35;
  }

  .xl\:focus-within\:ring-opacity-50:focus-within{
    --tw-ring-opacity: 0.5;
  }

  .xl\:focus-within\:ring-opacity-65:focus-within{
    --tw-ring-opacity: 0.65;
  }

  .xl\:focus-within\:ring-opacity-75:focus-within{
    --tw-ring-opacity: 0.75;
  }

  .xl\:focus-within\:ring-opacity-85:focus-within{
    --tw-ring-opacity: 0.85;
  }

  .xl\:focus-within\:ring-opacity-100:focus-within{
    --tw-ring-opacity: 1;
  }

  .xl\:focus\:ring-opacity-0:focus{
    --tw-ring-opacity: 0;
  }

  .xl\:focus\:ring-opacity-25:focus{
    --tw-ring-opacity: 0.25;
  }

  .xl\:focus\:ring-opacity-35:focus{
    --tw-ring-opacity: 0.35;
  }

  .xl\:focus\:ring-opacity-50:focus{
    --tw-ring-opacity: 0.5;
  }

  .xl\:focus\:ring-opacity-65:focus{
    --tw-ring-opacity: 0.65;
  }

  .xl\:focus\:ring-opacity-75:focus{
    --tw-ring-opacity: 0.75;
  }

  .xl\:focus\:ring-opacity-85:focus{
    --tw-ring-opacity: 0.85;
  }

  .xl\:focus\:ring-opacity-100:focus{
    --tw-ring-opacity: 1;
  }

  .xl\:ring-offset-0{
    --tw-ring-offset-width: 0px;
  }

  .xl\:ring-offset-1{
    --tw-ring-offset-width: 1px;
  }

  .xl\:ring-offset-2{
    --tw-ring-offset-width: 2px;
  }

  .xl\:ring-offset-4{
    --tw-ring-offset-width: 4px;
  }

  .xl\:ring-offset-8{
    --tw-ring-offset-width: 8px;
  }

  .xl\:focus-within\:ring-offset-0:focus-within{
    --tw-ring-offset-width: 0px;
  }

  .xl\:focus-within\:ring-offset-1:focus-within{
    --tw-ring-offset-width: 1px;
  }

  .xl\:focus-within\:ring-offset-2:focus-within{
    --tw-ring-offset-width: 2px;
  }

  .xl\:focus-within\:ring-offset-4:focus-within{
    --tw-ring-offset-width: 4px;
  }

  .xl\:focus-within\:ring-offset-8:focus-within{
    --tw-ring-offset-width: 8px;
  }

  .xl\:focus\:ring-offset-0:focus{
    --tw-ring-offset-width: 0px;
  }

  .xl\:focus\:ring-offset-1:focus{
    --tw-ring-offset-width: 1px;
  }

  .xl\:focus\:ring-offset-2:focus{
    --tw-ring-offset-width: 2px;
  }

  .xl\:focus\:ring-offset-4:focus{
    --tw-ring-offset-width: 4px;
  }

  .xl\:focus\:ring-offset-8:focus{
    --tw-ring-offset-width: 8px;
  }

  .xl\:ring-offset-transparent{
    --tw-ring-offset-color: transparent;
  }

  .xl\:ring-offset-black{
    --tw-ring-offset-color: #000;
  }

  .xl\:ring-offset-white{
    --tw-ring-offset-color: #fff;
  }

  .xl\:ring-offset-gray-100{
    --tw-ring-offset-color: #E6E6E6;
  }

  .xl\:ring-offset-gray-200{
    --tw-ring-offset-color: #C7C8C8;
  }

  .xl\:ring-offset-gray-300{
    --tw-ring-offset-color: #A8ABAB;
  }

  .xl\:ring-offset-gray-400{
    --tw-ring-offset-color: #898D8D;
  }

  .xl\:ring-offset-gray-500{
    --tw-ring-offset-color: #3E3F3F;
  }

  .xl\:ring-offset-gray-600{
    --tw-ring-offset-color: #111111;
  }

  .xl\:ring-offset-gold-200{
    --tw-ring-offset-color: #D7C8B5;
  }

  .xl\:ring-offset-gold-300{
    --tw-ring-offset-color: #BEAA93;
  }

  .xl\:ring-offset-gold-400{
    --tw-ring-offset-color: #A48D71;
  }

  .xl\:ring-offset-gold-500{
    --tw-ring-offset-color: #8B6F4E;
  }

  .xl\:ring-offset-red-300{
    --tw-ring-offset-color: #F03D3D;
  }

  .xl\:focus-within\:ring-offset-transparent:focus-within{
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus-within\:ring-offset-black:focus-within{
    --tw-ring-offset-color: #000;
  }

  .xl\:focus-within\:ring-offset-white:focus-within{
    --tw-ring-offset-color: #fff;
  }

  .xl\:focus-within\:ring-offset-gray-100:focus-within{
    --tw-ring-offset-color: #E6E6E6;
  }

  .xl\:focus-within\:ring-offset-gray-200:focus-within{
    --tw-ring-offset-color: #C7C8C8;
  }

  .xl\:focus-within\:ring-offset-gray-300:focus-within{
    --tw-ring-offset-color: #A8ABAB;
  }

  .xl\:focus-within\:ring-offset-gray-400:focus-within{
    --tw-ring-offset-color: #898D8D;
  }

  .xl\:focus-within\:ring-offset-gray-500:focus-within{
    --tw-ring-offset-color: #3E3F3F;
  }

  .xl\:focus-within\:ring-offset-gray-600:focus-within{
    --tw-ring-offset-color: #111111;
  }

  .xl\:focus-within\:ring-offset-gold-200:focus-within{
    --tw-ring-offset-color: #D7C8B5;
  }

  .xl\:focus-within\:ring-offset-gold-300:focus-within{
    --tw-ring-offset-color: #BEAA93;
  }

  .xl\:focus-within\:ring-offset-gold-400:focus-within{
    --tw-ring-offset-color: #A48D71;
  }

  .xl\:focus-within\:ring-offset-gold-500:focus-within{
    --tw-ring-offset-color: #8B6F4E;
  }

  .xl\:focus-within\:ring-offset-red-300:focus-within{
    --tw-ring-offset-color: #F03D3D;
  }

  .xl\:focus\:ring-offset-transparent:focus{
    --tw-ring-offset-color: transparent;
  }

  .xl\:focus\:ring-offset-black:focus{
    --tw-ring-offset-color: #000;
  }

  .xl\:focus\:ring-offset-white:focus{
    --tw-ring-offset-color: #fff;
  }

  .xl\:focus\:ring-offset-gray-100:focus{
    --tw-ring-offset-color: #E6E6E6;
  }

  .xl\:focus\:ring-offset-gray-200:focus{
    --tw-ring-offset-color: #C7C8C8;
  }

  .xl\:focus\:ring-offset-gray-300:focus{
    --tw-ring-offset-color: #A8ABAB;
  }

  .xl\:focus\:ring-offset-gray-400:focus{
    --tw-ring-offset-color: #898D8D;
  }

  .xl\:focus\:ring-offset-gray-500:focus{
    --tw-ring-offset-color: #3E3F3F;
  }

  .xl\:focus\:ring-offset-gray-600:focus{
    --tw-ring-offset-color: #111111;
  }

  .xl\:focus\:ring-offset-gold-200:focus{
    --tw-ring-offset-color: #D7C8B5;
  }

  .xl\:focus\:ring-offset-gold-300:focus{
    --tw-ring-offset-color: #BEAA93;
  }

  .xl\:focus\:ring-offset-gold-400:focus{
    --tw-ring-offset-color: #A48D71;
  }

  .xl\:focus\:ring-offset-gold-500:focus{
    --tw-ring-offset-color: #8B6F4E;
  }

  .xl\:focus\:ring-offset-red-300:focus{
    --tw-ring-offset-color: #F03D3D;
  }

  .xl\:filter{
    --tw-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
    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);
  }

  .xl\:filter-none{
    filter: none;
  }

  .xl\:blur-0{
    --tw-blur: blur(0);
  }

  .xl\:blur-none{
    --tw-blur: blur(0);
  }

  .xl\:blur-sm{
    --tw-blur: blur(4px);
  }

  .xl\:blur{
    --tw-blur: blur(8px);
  }

  .xl\:blur-md{
    --tw-blur: blur(12px);
  }

  .xl\:blur-lg{
    --tw-blur: blur(16px);
  }

  .xl\:blur-xl{
    --tw-blur: blur(24px);
  }

  .xl\:blur-2xl{
    --tw-blur: blur(40px);
  }

  .xl\:blur-3xl{
    --tw-blur: blur(64px);
  }

  .xl\:brightness-0{
    --tw-brightness: brightness(0);
  }

  .xl\:brightness-50{
    --tw-brightness: brightness(.5);
  }

  .xl\:brightness-75{
    --tw-brightness: brightness(.75);
  }

  .xl\:brightness-90{
    --tw-brightness: brightness(.9);
  }

  .xl\:brightness-95{
    --tw-brightness: brightness(.95);
  }

  .xl\:brightness-100{
    --tw-brightness: brightness(1);
  }

  .xl\:brightness-105{
    --tw-brightness: brightness(1.05);
  }

  .xl\:brightness-110{
    --tw-brightness: brightness(1.1);
  }

  .xl\:brightness-125{
    --tw-brightness: brightness(1.25);
  }

  .xl\:brightness-150{
    --tw-brightness: brightness(1.5);
  }

  .xl\:brightness-200{
    --tw-brightness: brightness(2);
  }

  .xl\:contrast-0{
    --tw-contrast: contrast(0);
  }

  .xl\:contrast-50{
    --tw-contrast: contrast(.5);
  }

  .xl\:contrast-75{
    --tw-contrast: contrast(.75);
  }

  .xl\:contrast-100{
    --tw-contrast: contrast(1);
  }

  .xl\:contrast-125{
    --tw-contrast: contrast(1.25);
  }

  .xl\:contrast-150{
    --tw-contrast: contrast(1.5);
  }

  .xl\:contrast-200{
    --tw-contrast: contrast(2);
  }

  .xl\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
  }

  .xl\:drop-shadow{
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  }

  .xl\:drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
  }

  .xl\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  }

  .xl\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
  }

  .xl\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
  }

  .xl\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
  }

  .xl\:grayscale-0{
    --tw-grayscale: grayscale(0);
  }

  .xl\:grayscale{
    --tw-grayscale: grayscale(100%);
  }

  .xl\:hue-rotate-0{
    --tw-hue-rotate: hue-rotate(0deg);
  }

  .xl\:hue-rotate-15{
    --tw-hue-rotate: hue-rotate(15deg);
  }

  .xl\:hue-rotate-30{
    --tw-hue-rotate: hue-rotate(30deg);
  }

  .xl\:hue-rotate-60{
    --tw-hue-rotate: hue-rotate(60deg);
  }

  .xl\:hue-rotate-90{
    --tw-hue-rotate: hue-rotate(90deg);
  }

  .xl\:hue-rotate-180{
    --tw-hue-rotate: hue-rotate(180deg);
  }

  .xl\:-hue-rotate-180{
    --tw-hue-rotate: hue-rotate(-180deg);
  }

  .xl\:-hue-rotate-90{
    --tw-hue-rotate: hue-rotate(-90deg);
  }

  .xl\:-hue-rotate-60{
    --tw-hue-rotate: hue-rotate(-60deg);
  }

  .xl\:-hue-rotate-30{
    --tw-hue-rotate: hue-rotate(-30deg);
  }

  .xl\:-hue-rotate-15{
    --tw-hue-rotate: hue-rotate(-15deg);
  }

  .xl\:invert-0{
    --tw-invert: invert(0);
  }

  .xl\:invert{
    --tw-invert: invert(100%);
  }

  .xl\:saturate-0{
    --tw-saturate: saturate(0);
  }

  .xl\:saturate-50{
    --tw-saturate: saturate(.5);
  }

  .xl\:saturate-100{
    --tw-saturate: saturate(1);
  }

  .xl\:saturate-150{
    --tw-saturate: saturate(1.5);
  }

  .xl\:saturate-200{
    --tw-saturate: saturate(2);
  }

  .xl\:sepia-0{
    --tw-sepia: sepia(0);
  }

  .xl\:sepia{
    --tw-sepia: sepia(100%);
  }

  .xl\:backdrop-filter{
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .xl\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }

  .xl\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
  }

  .xl\:backdrop-blur-none{
    --tw-backdrop-blur: blur(0);
  }

  .xl\:backdrop-blur-sm{
    --tw-backdrop-blur: blur(4px);
  }

  .xl\:backdrop-blur{
    --tw-backdrop-blur: blur(8px);
  }

  .xl\:backdrop-blur-md{
    --tw-backdrop-blur: blur(12px);
  }

  .xl\:backdrop-blur-lg{
    --tw-backdrop-blur: blur(16px);
  }

  .xl\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
  }

  .xl\:backdrop-blur-2xl{
    --tw-backdrop-blur: blur(40px);
  }

  .xl\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
  }

  .xl\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
  }

  .xl\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
  }

  .xl\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
  }

  .xl\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
  }

  .xl\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
  }

  .xl\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
  }

  .xl\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
  }

  .xl\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
  }

  .xl\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
  }

  .xl\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
  }

  .xl\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
  }

  .xl\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
  }

  .xl\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
  }

  .xl\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
  }

  .xl\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
  }

  .xl\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
  }

  .xl\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
  }

  .xl\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
  }

  .xl\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
  }

  .xl\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
  }

  .xl\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
  }

  .xl\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
  }

  .xl\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
  }

  .xl\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
  }

  .xl\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
  }

  .xl\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
  }

  .xl\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  }

  .xl\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  }

  .xl\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  }

  .xl\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  }

  .xl\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  }

  .xl\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
  }

  .xl\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
  }

  .xl\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
  }

  .xl\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
  }

  .xl\:backdrop-opacity-35{
    --tw-backdrop-opacity: opacity(0.35);
  }

  .xl\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
  }

  .xl\:backdrop-opacity-65{
    --tw-backdrop-opacity: opacity(0.65);
  }

  .xl\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
  }

  .xl\:backdrop-opacity-85{
    --tw-backdrop-opacity: opacity(0.85);
  }

  .xl\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
  }

  .xl\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
  }

  .xl\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
  }

  .xl\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
  }

  .xl\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
  }

  .xl\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
  }

  .xl\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
  }

  .xl\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
  }

  .xl\:transition-none{
    transition-property: none;
  }

  .xl\:transition-all{
    transition-property: all;
  }

  .xl\:transition-default{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .xl\:transition-opacity{
    transition-property: opacity, z-index;
  }

  .xl\:transition-colors{
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xl\:transition-width{
    transition-property: width;
  }

  .xl\:delay-75{
    transition-delay: 75ms;
  }

  .xl\:delay-100{
    transition-delay: 100ms;
  }

  .xl\:delay-150{
    transition-delay: 150ms;
  }

  .xl\:delay-200{
    transition-delay: 200ms;
  }

  .xl\:delay-300{
    transition-delay: 300ms;
  }

  .xl\:delay-500{
    transition-delay: 500ms;
  }

  .xl\:delay-700{
    transition-delay: 700ms;
  }

  .xl\:delay-1000{
    transition-delay: 1000ms;
  }

  .xl\:duration-200{
    transition-duration: 200ms;
  }

  .xl\:duration-300{
    transition-duration: 300ms;
  }

  .xl\:duration-500{
    transition-duration: 500ms;
  }

  .xl\:duration-700{
    transition-duration: 700ms;
  }

  .xl\:ease-default{
    transition-timing-function: cubic-bezier(.08,.74,.37,.98);
  }

  .xl\:ease-linear{
    transition-timing-function: linear;
  }

  .xl\:ease-ease{
    transition-timing-function: ease;
  }

  .xl\:ease-in-out{
    transition-timing-function: ease-in-out;
  }
}
